	:root {
    --color1: #078CEA; 
    --color2: #F48323;
    --color3: #333333;
    --white: #ffffff;
    --black: #000000;
}

.noidung  > ul > li > p{
    margin: 0;
        display: inline;
}
.noidung  > ul > li > ul > li > p{
    margin: 0;
        display: inline;
}
.noidung  > ol > li > p{
    margin: 0;
        display: inline;
}
.noidung  > ol > li > ul > li > p{
    margin: 0;
        display: inline;
}

.noidung  > ol > li > ul > li > ul > li > p{
    margin: 0;
        display: inline;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url(/files_upload/icon_menu.png);
    
}


.bp_nav_link{
    
    display: block;
}

p {
    padding-top: 3px;
    padding-bottom: 3px;
}

blockquote {
    margin-left: 30px; 
    border-left: 4px solid #4B70F5; 
    padding-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
body {
    font-size: 15px;
    font-family: "Mulish", sans-serif;
    
}

h1, h2, h3, h4, h5, h6 strong{
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 13px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 25px;
}

h3 {

    font-size: 16px;

}



h4 {
    font-size: 15px;
}

a {
    transition: all 0.2s;
}

a:hover {
    color: var(--color2);
}
.a_phone{
    text-decoration: none;
    color: #ffffff;
}
.a_phone:hover{
    text-decoration: none;
    color:red;
}
img {
    max-width: 100%;
}

.title_section {
    text-align: center;
    margin-bottom: 50px;
}

.bp_tag_item{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.title_section h2, 
.title_section h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 18px;
    position: relative;
    font-weight: 900;
    margin-bottom: 0;
}

.title_section h2:after, 
.title_section h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 5px;
    background: var(--color2);
    
}

.btn-web {
    margin-top: 30px;
    margin-bottom: 0;
}

.btn-web a {
    display: inline-block;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    background: var(--color2);
    border: 1px solid var(--color2);
    padding: 17px 50px;
    border-radius: 50px;
    transition: all 0.2s;

}


.btn-web a:hover {
    background: transparent;
    color: var(--color2);
}

.btn_xtb {
    text-align: right;
}

.btn_xtb a {
    color: var(--color1);
}

.btn_xtb a:hover {
    color: var(--dark);
}


/********** HEADER **********/

.header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1px solid #D9EFFE;
}

.header p {
    margin: 0;
}

.main_menu .navbar ul.navbar-nav > li {
    padding: 10px 23px;
}

.main_menu .navbar ul li:hover > a {
    color: var(--color2);
}

.main_menu a {
    text-transform: uppercase;
    font-weight: 500;
}

/* cap 2 */

.main_menu .bp_sub_menu {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    
}

.main_menu .bp_sub_menu a {
    text-transform: none;
    color: var(--color3);
    font-weight: 400;
    font-size: 15px;
}

.main_menu .navbar ul.dropdown-menu li {
    padding: 10px 15px;
    transition: all 0.2s;
}

.main_menu .navbar ul.dropdown-menu li:hover {
    background-color: #ECF6FD;
}

.main_menu .navbar ul.dropdown-menu li:hover a {
    background-color: transparent;
    color: var(--color3);
}



/* Banner home */

.text_slide {
    text-align: left;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
}

.text_slide p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.text_slide h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.4;
}

.text_slide .btn-banner {
    margin-top: 45px;
    margin-bottom: 0;
}


/*** Giới thiệu ***/


.about_us {
    padding: 60px 0 35px;
}

.img_about_us {
    padding-right: 15px;
}

.img_about_us p {
    margin: 0;
}

.img_about_us img {
    width: 100%;
}


.content_about_us {
    
    padding-left: 15px;
}

.content_about_us p {
    text-align: justify;
}

.content_about_us table {
    margin-bottom: 35px;
}

.content_about_us table th {
    font-size: 40px;
    font-weight: 900;
    color: var(--color1);
}

.content_about_us table td {
    font-size: 16px;
    font-weight: 800;
    padding: 10px 0;
}

.btn-web.btn-about {
    margin-top: 50px;
}


/**ol*****/

.gallery-container ul li::before{
      content: "";
 -webkit-mask-image: url("");
  -webkit-mask-size: cover;
}

.noidung ol {
    margin-top: 10px;
   list-style: none;
   counter-reset: item;
   margin-left: 0px;
   margin-bottom: 10px;
   padding-left: 10px;
 }
 .noidung ol li {
     margin-left: 0px;
   counter-increment: item;
   margin-bottom: 5px;
 }
.noidung ol li:before {
   margin-right: 6px;
   content: counter(item);
   background:#4B70F5 ;
   border-radius: 100%;
   color: white;
   width: 1.2em;
   text-align: center;
   display: inline-block;
 }
/*****ul bài viết /files_upload/circle-check-solid.svg*****/
.noidung ul {
    list-style-type: none;
  /*  margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;*/
margin: 0 0 1em 0;
  padding: 0 0 0 1em;
}

.noidung ul li {
    margin-bottom: 12px;
   /* margin-left: -10px;*/
  /*  display: flex;*/

}

.noidung ul li::before {

    content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-color: #4B70F5;
  -webkit-mask-image: url("http://hosonangluc.com.vn/files_upload/circle-check-solid.svg");
  -webkit-mask-size: cover;
    
    
}

/*** Quy trinh tk ***/

.procedure {
    padding: 90px 0;
}

.procedure .title_section {
    margin-bottom: 145px;
}

    
.step-item p:first-child {
    position: relative;
    text-align: center;
}

.step-item p:first-child:before {
    position: absolute;
    content: "";
    width: 145px;
    border-top: 3px dashed #53d5fe;
    left: 82%;
    top: 125px;
    transform: rotate(23deg);
}


.step_2 p:first-child:before {
    top: 29px;
    transform: rotate(-23deg);
}

.step_4 p:first-child:before {
    display: none;
}

.step-item {
    padding: 0 12px;
}

.step-item h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.step-item p {
    text-align: justify;
    color: #777777;
}

.step_1 {
    padding-left: 0;
}

.step_4 {
    padding-right: 0;
}

.step_1, 
.step_3 {
    margin-top: -100px;
}



/****** Blog ******/

.blogs .bp_block_item  .row {
    margin: 0;
}

.blogs .bp_block_item  .row > *{
    padding: 0;
}

.blogs .bp_block_item {
    margin-bottom: 30px;
}

.blogs .bp_hot_news_img img,
.blogs  .bp_img_news img {
    padding: 0;
    height: 292px;
    width: 100%;
    object-fit: cover;
}

.blogs .bp_news_info,
.blogs .bp_news_sub {
    display: none;
}


.blogs .item {
    padding: 0 5px;
}

.blogs .card {
    box-shadow: none !important;
}

.blogs .card img {
    border-radius: 5px;
}

.blogs .card-body {
    padding: 0;
}

.blogs #carousel_fav img {
    height: 220px;
    object-fit: cover;
}


/*** Du an tieu bieu ***/

.project_home {
    padding: 30px 0 70px;
}

.blogs .news_title {
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0 8px;
}

.blogs .news_title a {
    color: #000000;
}

.blogs .news_title a:hover {
    color: var(--color2);
}


.blogs .bp_news_more {
    color: var(--color1);
    display: flex;
    align-items: center;
    font-weight: 500;
}

.blogs .bp_news_more:hover {
    color: var(--color2);
}

.blogs .bp_news_more:after {
    
    content: "\F138";
    font-family: "bootstrap-icons";
    margin-left: 10px;
}

.btn-project {
    text-align: center;
    margin-top: 10px;
}

.btn-project a {
    background: transparent;
    color: #555555;
    font-size: 16px;
    padding: 14.5px 39px;
}

.btn-project a:hover {
    background: var(--color2);
    color: #ffffff;
}


/* Form home*/

.form_home {
    padding: 50px 0;
    background: #E8F3FB;
}

.form_home form label {
    display: none;
}

.form_home form .bp_msg_show {
    display: block;
}

.form_home form {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}

.f-email {
    grid-row: 3/4;
}

.f-message {
    grid-row: 1/3;
    grid-column-start: 2;
}

.form_home .bp_form_field input,
.form_home .bp_form_field textarea,
.form_home .bp_form_field button {
    width: 100%;
    height: 100%;
    padding: 16px 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.form_home .bp_form_field input:focus-visible,
.form_home .bp_form_field textarea:focus-visible {
    outline: none;
}

.form_home .bp_form_field {
    margin: 0;
    padding: 5px;
}

.form_home .bp-btn-send {
    background: var(--color2);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s;
}

.form_home .bp-btn-send:hover {
    background: transparent;
    color: #000000;
    border-color: var(--color2);
}

/* bao gia */


.quote_home {
    padding: 80px 0 50px;
}

.quote_home .container .row {
    margin: 0 -15px;
}

.quote_home .container .row > * {
    padding: 0 15px;
}

.box_quote {
    margin-top: 80px;
}

.package-item {
    box-shadow: 0px 4px 50px 0px #D4D4D480;
    padding: 25px 0 30px;
    border-radius: 10px;
    transition: all 0.5s;
    min-height: 745.89px;
    position: relative;
}

.package-item:hover {
    margin-top: -10px;
    /*background: #E8F3FB;*/
}

.package-item h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.package-item h4 {
    font-size: 24px;
    text-align: center;
    color: #078CEA;
    font-weight: 900;
    
}

.package-item h4 span {
    font-size: 18px;
    text-decoration: underline;
}

.package-item h5 {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #b9b9b9;
    text-align: center;
}

.package-item h5 span {
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 21px;
    border-radius: 30px;
    
}

.package-item p {
    padding: 10px 20px;
    color: #333333;
    border-bottom: 1px dashed #c4c4c480;
    margin: 0;
}

.package-item .btn-dk {
    text-align: center;
    border-bottom: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.package-item .btn-dk a {
    background: var(--color2);
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    padding: 11px 26.5px;
    box-shadow: 0px 2px 0 0 #D96B0D;
    transition: all 0.2s;
}

.package-item .btn-dk a:hover {
    background: transparent;
    color: #333333;
    box-shadow: 0px 2px 0 0 #dddddd;
    border: 1px solid #dddddd;
}

.package-item h6 {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    background: #fbb116;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 100%;
    left: -1px;
    right: -1px;
}

.package-2 {
    border-radius: 0 0 10px 10px;
    border: 1px solid #FBB116;
}

/* Vi sao chon chung toi*/

.advantages {
    padding: 40px 0;
}

.box-adv {
    margin-top: 15px;
}

.box-adv .container .row {
    margin: 0 -30px;
}

.box-adv .container .row > *{
    padding: 0 30px;
}

.adv-item {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.adv-item p {
    margin: 0;
}


.adv-item p:nth-child(2) {
    padding-left: 20px;
    width: 84%;
}


/****** blogs ******/

.blogs .bp_news_info {
    display: none;
}



/* Review */

.review {
    padding: 50px 0;
}

.review .title_section {
    margin-bottom: 50px;
}

.review #carousel_fav  {
    position: relative;
}

.review #carousel_fav .bp_hot_news_slide_img img {
    height: 101px;
    width: auto;
    margin: auto;
    border-radius: 50%;
}

.review .shadow {
    box-shadow: none !important;
}

.review .item {
    padding: 0 5px;
}

.review .item:hover {
    padding: 0 5px;
}

.review .card {
    background: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px 50px;
    transition: all 0.2s;
}

.review .card:hover {
    background: var(--color1);
    border-radius: 10px;
}

.review .card-body {
    padding: 0;
}

.review .news_title {
    font-size: 14px;
    margin: 12px 0;
    font-weight: 500;
}

.review .news_title a {
    color: var(--color3);
    transition: all 0.2s;
}

.review  .bp-news-button-action {
    display: none;
}


.review .card:hover .news_title a {
    color: #ffffff;
}


.review .card-text h3 {
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
    transition: all 0.2s;
}

.review .card:hover .card-text h3 {
    color: #ffffff;
}


.review .card-text {
    color: #555555;
    line-height: 24px;
    transition: all 0.2s;
    min-height: 216px;
}

.review .card:hover .card-text {
    color: #ffffff;
}


.review  .owl-dots {
    display: none;
}

.blogs .owl-carousel .owl-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.blogs .owl-nav button span {
    font-size: 0;
}

.blogs .owl-nav button span:before {
    font-family: "bootstrap-icons";
    font-size: 20px;
   
}

.blogs .owl-next {
    transform: translateX(50%);
}

.blogs .owl-prev {
    transform: translateX(-50%);
}


.blogs .owl-next span:before {
    content: " \F138";
}

.blogs .owl-prev span:before {
    content: " \F12F";
}

.blogs .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.2s;
    color: #999999;
}

.blogs .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--color1);
    color: #ffffff;
}


/* Review */

.customers {
    padding: 60px 0;
    background: #F7FCFF;
}

.customers .title_section {
    margin-bottom: 55px;
}

.box_customer {
    display: flex;
    flex-wrap: wrap;
}

.box_customer > * {
    width: calc(100% / 6);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    margin: 0;
    padding: 10px;
}

.box_customer > *:nth-child(1),
.box_customer > *:nth-child(7) {
    border-left: none;
}

.box_customer > *:nth-child(n + 7) {
    border-bottom: none;
}


/*** Question ***/

.question {
    padding: 70px 0;
}

.question .bp-news-button-action {
    display: none;
}

.question .accordion-item {
    border: none;
    box-shadow: 0px 0px 20px 0 rgb(177 177 177 / 25%);
    margin-bottom: 15px;
   
}

.question .accordion-header button {
    font-size: 16px;
    font-weight: bold;
    color: var(--color3);
}

.question .accordion-body {
    color: var(--color3);
    text-align: justify;
}

.btn_question {
    text-align: center;
    margin-top: 35px;
}

.btn_question a {
    font-size: 16px;
    padding: 12px 40px;
    background: transparent;
    color: #555555;
}

.btn_question a:hover {
    color: #ffffff;
    background: var(--color2);
}

.question .bp_news_sub h2 {
    display: none;
}



/* Blog home*/


.blog_home .card-text {
    display: none;
}

.blog_home {
    padding: 10px 0 50px;
}

.blog_home .owl-dots {
    margin-top: 25px;
}

.blog_home .owl-carousel .card-text {
   display: none;
}

.blog_home .owl-dots .owl-dot span {
    background: #078cea2e;
    
}

.carousel_danh_sach_tin .owl-dots .owl-dot.active span,
.carousel_danh_sach_tin .owl-dots .owl-dot:hover span {
    background: var(--color1);
}


/********* TRANG KHÁC ***********/


/*** TRANG GIỚI THIỆU ***/

.advantages_about_page {
    padding: 80px 0 40px;
}

.advantages_about_page .title_section {
    margin-bottom: 40px;
}

.advantages .content_top {
    text-align: justify;
}


/*** TRANG BÁO GIÁ ***/

.categoy_project {
    padding: 60px 0 30px;
}

.categoy_project .bp_category_option {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.categoy_project .bp_category_option li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 25%;
}

.categoy_project .bp_category_option li img {
    display: none;
}

.categoy_project h3.bp_name_category_option {
    margin-bottom: 0;
    padding: 14px 15px;
    margin: 0;
    background: #ECF6FD;
    border-radius: 30px;
    color: var(--color1);
    transition: all 0.3s;
}

.categoy_project .bp_category_option li.active h3.bp_name_category_option,
.categoy_project .bp_category_option li:hover h3.bp_name_category_option{
    background: var(--color1);
    color: #ffffff;
}



.quote_1 .title_section  {
    margin-bottom: 40px;
}
.content_quote {
    text-align: justify;
}



/* Đường dẫn */

.breadcrumb_page {
    padding: 15px 0;
    line-height: 20px;
    box-shadow: 0px 2px 5px 0 #dddddd40;
}

.breadcrumb_page .breadcrumb {
    font-size: 14px;
    margin: 0;
}

.breadcrumb_page .breadcrumb li,
.breadcrumb_page .breadcrumb li a {
    color: #a9a9a9;
}



/* Phân trang */

.phan_trang,
.bp_cls_paging {
    margin-top: 30px;
}

.phan_trang> *,
.bp_cls_paging>* {
    color: #525252;
    background: #fff;
    border-radius: 0;
    padding: 5px 15px;
    border: 1px solid #eee;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s;
}

.phan_trang > *:hover, 
.phan_trang span,
.bp_cls_paging> *:hover,
.bp_cls_paging span {
    color: var(--white);
    background-color: var(--color1);
}



/********** FOOTER **********/

.footer {
    background: var(--color1);
    color: #ffffff;
    padding: 70px 0 60px;
}

.footer .info_ft img {
    margin-bottom: 20px;
}

.footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.footer h3:before {
    position: absolute;
    content:"";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 51px;
    background: #FFC78F;
}


/* Copy right */

.copy_right {
    background: var(--color1);
    color: #ffffff;
    text-align: center;
    
}

.box_copy_right {
    border-top: 1px solid #ffffff66;
    padding: 15px 10px;
}

.box_copy_right p {
    margin: 0;
}


/********** TRANG SẢN PHẨM **********/

.products .bp_product_item > .row {
    margin: 0;
}

.products .bp_product_item > .row >* {
    padding: 0;
}

.products .bp_product_item {
    margin-bottom: 20px;
}

.products .cls_product_sub,
.products .bp-group-button-qv-wl,
.products .bp_cls_group_price,
.products .bp_cls_shopping_form {
    display: none;
}

.products .bp_img_product {
    height: auto;
}

.products .bp_img_product img {
    height: 300px;
}

.products  .product_title {
    font-size: 15px;
    text-transform: uppercase;
    margin: 12px 0 10px;
}

.products  .product_title a {
    color: var(--color3);
}

.products .product_title a:hover {
    color: var(--color2);
}

.products .bp-product-link-details {
    color: var(--color1);
}

.products .bp-product-link-details:hover {
    color: var(--color2);
}



/********** ZALO - HOTLINE **********/

.zalo-call {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 9999;
}

.circle-item {
    margin-bottom: 10px;
    position: relative;
}

.zalo-call .img-circle {
    width: 45px;
    height: 45px;
    padding: 7px;
    background: #2196F3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 
}

.circle-fill {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
    border: 2px solid transparent;
    transition: all .5s;
    animation: zoom 1.3s infinite;
    
}



@keyframes room {
    0% {
        transform: scale(.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}


/********** RESPONSIVE **********/





@media (max-width: 1399px) {
    
    
    /*** Header ***/
    
    .main_menu .navbar ul.navbar-nav > li, 
    .main_menu .navbar ul.dropdown-menu li{
        padding: 8px 15px;
    }
    
    .main_menu a {
        font-size: 14px;
    }
    
    /*** Trang chu ***/
    
    .content_about_us table {
        margin-bottom: 25px;
    }
    
    .btn-web.btn-about {
        margin-top: 40px;
    }
    
    .btn-web.btn-about a {
        font-size: 17px;
        border: 1px solid var(--color2);
        padding: 15px 50px;
        
    }
    
    /* About us */
    
    .content_about_us table th {
        font-size: 38px;
    }
    
    .img_about_us {
        padding-right: 10px;
    }
    
    .content_about_us {
        padding-left: 10px;
    }
    
    .btn-web.btn-about a {
        padding: 13px 45px;
    }
    
    /* procedure */
    
    .procedure .title_section {
        margin-bottom: 140px;
    }
    
    .step_1, .step_3 {
        margin-top: -95px;
    }
    
    .step-item p:first-child:before {
        width: 115px;
        left: 85%;
    }
    
    
    /* review */
    
    .review .card {
        padding: 30px 20px 35px;
    }
    
    .review .card-text {
        min-height: 245px;
    }
    
    /* Blog */
    
    .blogs .bp_hot_news_img img,
    .blogs  .bp_img_news img {
        height: 250px;
    }
    
    .blogs #carousel_fav img {
        height: 190px;
    }
    
    /* products */
    
    .products .bp_img_product img {
        height: 260px;
    }
}


@media (max-width: 1199px) {
    
    .btn-web a {
        font-size: 16px;
        padding: 12px 25px;
    }
    
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 6px;
    }
    
   
    
    /* Banner home */
    
    .text_slide p {
        font-size: 17px;
    }
    
    .text_slide h4 {
        font-size: 30px;
    }
    
    .text_slide .btn-banner {
        margin-top: 40px;
    }
    
    
    /*** Trang chủ ***/
    
    
    /* About us */
    
    .content_about_us {
        font-size: 14px;
    }
    
    .content_about_us table {
        margin-bottom: 10px;
    }
    
    .content_about_us table td {
        font-size: 15px;
        padding: 5px 0;
    }
    
    .content_about_us table th {
        font-size: 35px;
    }
    
    .about_us .img_about_us {
        padding-right: 0;
    }
    
    .about_us .content_about_us {
        padding-left: 0;
    }
    
    .btn-web.btn-about {
        margin-top: 21px;
    }
    
    .btn-web.btn-about a {
        font-size: 15px;
        padding: 10px 40px;
    }
    
    
    /* Procedure */
    
    .procedure {
        padding: 65px 0;
    }
    
    .procedure .title_section {
        margin-bottom: 115px;
    }
    
    .step-item p:first-child:before {
        top: 95px;
        width: 95px;
        left: 84%;
    }
    
    .step_2 p:first-child:before {
        top: 13px;
    }
    
    .procedure .step-item img {
        width: 80%;
    }
    
    .step_1, .step_3 {
        margin-top: -85px;
    }
    
    .step_2, .step_4 {
        margin-top: 0px;
    }
    
    .step-item {
        padding: 0;
        font-size: 14.5px;
    }
    
    .step-item h3 {
        margin-bottom: 12px;
        font-size: 15px;
    }
    
    
    /* advantages */
    
    .advantages .title_section {
        margin-bottom: 20px;
    }
    
    
    
    /* Quote */
  
    .package-item {
        min-height: 805.89px;
    }
    
    
    /* Customers */
    
    .box_customer > * img {
        width: 90px;
    }
    
    
    .blogs #carousel_fav img {
        height: 150px;
    }
    
    /*** Trang báo giá ***/
    
    
    .categoy_project .bp_category_option li {
        width: calc(100%/3);
    }
    
    .categoy_project h3.bp_name_category_option {
        padding: 12px 18px;
    }
    
    .quote_1 .title_section  {
        margin-bottom: 30px;
    }
    
    .quote_1 {
        padding: 60px 0;
    }
    
    
    /* review */
    
    .review .card {
        padding: 30px 15px 30px;
        font-size: 14.5px;
    }
    
    .review .card-text {
        min-height: 271px;
    }
    
    /* Blog */
    
    .blogs .bp_hot_news_img img,
    .blogs  .bp_img_news img {
        height: 208px;
    }
    
     /* products */
    
    .products .bp_img_product img {
        height: 220px;
    }
    
    /********** ZALO - HOTLINE **********/

    .zalo-call {
        bottom: 30px;
    }

    
}


@media (min-width: 992px) and (max-width:1199px) {
     .main_menu .navbar .main_menu a {
        font-size: 13.5px;
    }
    
    .main_menu .navbar .bp_toggle_arrow {
        font-size: 14px;
        padding-left: 5px;
    }
    
}


@media (max-width: 991px) {
    
    .title_section {
        margin-bottom: 40px;
    }
    
    /*** Header ***/
    
    .header {
        padding: 15px 0;
        
    }
    
    .main_menu .navbar .container-fluid {
        justify-content: end;
    }
    
    .main_menu .navbar .container-fluid .navbar-toggler {
        border: 1px solid #078ceaba;
        
    }
    
    .main_menu .navbar .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .main_menu .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 15px 0;
        background: #ffffff;
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 10px;
    }
    
    .main_menu a {
        font-size: 14px;
    }
    
    .main_menu .navbar .navbar-collapse ul.navbar-nav li a {
        width: unset;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown {
        flex-wrap: wrap;
    }
    
    .main_menu .navbar .bp_toggle_arrow {
        width: 100px;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown ul {
        width: 100%;
    }
    
      
    /* Banner home */
    
    .text_slide p {
        font-size: 14px;
    }
    
    .text_slide h4 {
        font-size: 25px;
    }
    
    .btn-web a {
        font-size: 15px;
        padding: 10px 25px;
    }
    
    
    
    
    /*** Trang chủ ***/
    
    
    /*About us */
    
    .about_us {
        padding: 50px 0 30px;
    }
    
    .about_us .content_about_us {
        margin-top: 26px;
    }
    
    .content_about_us table {
        margin-bottom: 18px;
    }
    
    .btn-web.btn-about {
        margin-top: 35px;
    }
    
    .btn-web.btn-about a {
        padding: 12px 40px;
    }
    
    
    /* procedure  */
    
    .procedure {
        padding: 60px 0 50px;
    }
    
    .procedure .title_section {
        margin-bottom: 25px;
    }
    
    .procedure .step-item {
        margin-bottom: 20px;
    }
    
    .procedure .step-item p:first-child:before {
        display: none;
    }
    
    .procedure .step-item > * {
        text-align: center;
    }
    
    .step_1, .step_3 {
        margin-top: 0;
    }
    
    .procedure .step-item img {
        width: 60%;
    }
    
    
    /* form home */
    
    .form_home form {
        display: block;
        padding: 30px 20px;
    }
    
    .form_home .bp_form_field input, 
    .form_home .bp_form_field textarea, 
    .form_home .bp_form_field button {
        padding: 14px 10px;
    }
    
    
    /* Quote */
    
    .box_quote {
        margin-top: 0;
    }
    
    .package-item {
        min-height: auto;
    }
    
    .package-2 {
        margin: 65px 0 30px;
    }
    
    .package-item .btn-dk {
        position: unset;
        margin-top: 30px;
    }
    
    .adv-item {
        margin: 20px 0;
    }
    
    
    /* Customers */
    
    .box_customer > * {
        width: 25%;
    }
    
    .box_customer > * img {
        width: 90px;
    }
    
    .box_customer > *:nth-child(7) {
        border-left: 1px solid #e1e1e1;
    }
    
    .box_customer > *:nth-child(n + 7) {
        border-bottom: 1px solid #e1e1e1;
    }
    
    .box_customer > *:nth-child(n + 9) {
        border-bottom: none;
    }
    
    .box_customer > *:nth-child(5),
    .box_customer > *:nth-child(9){
        border-left: none;
    }
    
    
    /* Question */
    
    .question {
        padding: 55px 0;
    }
    
    .btn_question {
        margin-top: 25px;
    }
    
    .question .accordion-header button {
        font-size: 15px;
        
    }
    
    
    /*review*/
    
    .review .card-text {
        min-height: 245px;
    }
    
      
    /*** Trang báo giá ***/
    
     
    .categoy_project .bp_category_option li {
        width: 50%;
    }
  
    
    .quote_1 {
        padding: 50px 0;
    }
    
    .content_quote {
        margin-bottom: 30px;
    }
    
    
    /* Blog */
    
    .blogs .bp_hot_news_img img,
    .blogs  .bp_img_news img {
        height: 235px;
    }

    
    
    /*** Footer ***/
    
    .footer h3 {
        font-size: 15px;
    }
    
    .address_1 {
        margin: 30px 0;
    }
}


@media (max-width: 767px) {
    
    h2 {
        font-size: 22px;
    }
    
    
    body {
        font-size: 14px;
    }
    
    .review .title_section {
        margin-bottom: 40px;
    }
        
    
    /*** Trang chu ***/
    
    
    /* Banner */
    
    .banner_home .text_slide {
        bottom: auto;
        top: 7%;
    }
    
    .banner_home .text_slide p {
        font-size: 16px;
    }
    
    .banner_home .text_slide h4 {
        font-size: 28px;
    }
    
    .banner_home .text_slide .btn-web a {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    
    /* about us */
    
    .title_section {
        margin-bottom: 35px;
    }
    
    .title_section h2,
    .title_section h1 {
        padding-bottom: 15px;
    }
    
    .title_section h2:after,
    .title_section h1:after {
        width: 55px;
        height: 3px;
    }
    
    .about_us .content_about_us {
        margin-top: 24px;
    }
    
    .content_about_us table {
        margin-bottom: 15px;
    }
    
    .content_about_us table th {
        font-size: 30px;
    } 
    
   
    .btn-web.btn-about {
        margin-top: 32px;
        text-align: center;
    }
    
    .btn-web.btn-about a {
        padding: 10px 35px;
        font-size: 15px;
    }
    
    /* procedure */
    
    .procedure .title_section {
        margin-bottom: 15px;
    }
    
    .procedure .step-item img {
        width: 50%;
        margin-bottom: -18px;
    }
    
    
    .adv-item {
        margin: 15px 0;
    }
  
    
    
    /* Customers */
    
    .box_customer > * img {
        width: 80%;
    }
    
    /* review */
    
    .review #carousel_fav {
        padding: 0 25px;
    }
    
    .review .owl-theme .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
    }
    
    .blogs .owl-prev {
         transform: translateX(0); 
    }
    
    .blogs .owl-next {
         transform: translateX(0); 
    }
    
    .review .card {
        background: #49B4FF;
    }
    
    .review .news_title a {
        color: #ffffff;
    }
    
    .review .card-text {
        color: #ffffff;
    }
    
    .review .card-text h3 {
        color: #ffffff;
        margin-bottom: 25px;
    }
    
    .blog_home {
        padding: 0px 0 50px;
    }
    
    .blog_home .owl-dots {
        margin-top: 5px;
    }
    
    .blogs #carousel_fav img {
        height: 350px;
    }
    
    
    /*** Trang giới thiệu  ***/
    
    .advantages_about_page {
        padding: 55px 0 30px;
    }
    
    /*** Trang báo giá ***/
    
    .categoy_project {
        padding: 50px 0 15px;
    }
    
    .categoy_project .bp_category_option li {
        width: 100%;
    }
    
    .quote_home {
        padding: 40px 0;
    }
    
   
        
    
    
    /*** Footer ***/
    .footer .info_ft img {
        width: 171px;
    }
    
    .phan_trang, .bp_cls_paging {
        margin-top: 10px;
    }
    
    
    /********** ZALO - HOTLINE **********/

    .zalo-call {
        bottom: 25px;
        left: 20px;
    }
}

@media (max-width: 575px) {
  
    .box-adv .container .row,
    .quote_home .container .row {
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
         
    }
   
    .box-adv .container .row > *,
    .quote_home .container .row > * {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    
    /* Banner home */
    
    .banner_home .text_slide {
        top: 6%;
    }
    
    .banner_home .text_slide p {
        font-size: 15px;
    }
    
    .banner_home .text_slide h4 {
        font-size: 25px;
    }
    
    .banner_home .text_slide .btn-web a {
        font-size: 14px;
        padding: 10px 25px;
    }
    
    .text_slide p {
        margin-bottom: 20px;
    }
    
    .text_slide .btn-banner {
        margin-top: 30px;
    }
    
    .quote_home {
        padding: 50px 0;
    }
    
    .blogs #carousel_fav img {
        height: 300px;
    }
    
    /*** Trang báo gía ***/
    
    .quote_1 {
        padding: 40px 0;
    }
    
    /********** ZALO - HOTLINE **********/

    .zalo-call {
        bottom: 25px;
        left: 15px;
    }
    
}

@media (max-width: 393px) {
    
    .logo img {
        width: 145px;
    }
    
    .banner_home .text_slide {
        top: 20px;
    }
    
    .banner_home .text_slide p {
        /*font-size: 14px;*/
    }
    
    .banner_home .text_slide h4 {
        font-size: 22px;
    }
    
    .banner_home .text_slide .btn-web a {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    .text_slide .btn-banner {
        margin-top: 25px;
    }
    
    .blogs #carousel_fav img {
        height: 230px;
    }
}





