	

:root {
    --color1: #6ea64b;
    --color2: #b5d2a4;
    --color3: #d6e3ca;
    --color4: #217f8e;
    --color5: #b4d5e6;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url(/files_upload/menu.png);
    
}
.navbar ul.navbar-nav > li, .navbar ul.dropdown-menu li {
    padding: 10px 15px;
}



body {
    /*font-size: 15px;*/
    font-family: "Roboto", sans-serif;
    /*font-family: "Open Sans", sans-serif;*/
    /*font-family: "Inter", sans-serif;*/
    /*font-weight: 600;*/
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 18px;
}

a {
    transition: all 0.3s;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
    border-radius: 4px;
}

.btn-web {
    margin-bottom: 0;
}

.btn-web a {
    padding: 12px 30px;
    border: 1px solid;
    border: 1px solid;
    border-radius: 5px;
    color: var(--color3);
    display: inline-block;
}

.title_home h2 {
    text-transform: uppercase;
}

.title_home p {
    font-style: italic;
    font-weight: 300;
    margin-top: 10px;
}




/*** TRANG CHỦ ***/

/* Header */

.header_top {
    padding: 25px 0;
}

.header p {
    margin: 0;
}

.logo img {
    height: 75px;
}

.hotline_header {
    text-align: right;
}

.search input {
    border-radius: 5px!important;
    padding: 10px;
    border: 1px solid #dddddd;
}

.search input.form-control:focus {
    box-shadow: none;
    border-color: #dddddd;
}

.search .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.search .input-group-btn button {
    background: none;
    height: 100%;
    padding: 0 12px;
    border: none;
    font-size: 20px;
    color: #b7b7b7;
}

.search .input-group-btn button:hover {
    color: red;
}

.hotline_header {
    font-size: 15px;
    color: var(--color1);
    font-weight: 500;
}

.hotline_header i {
    color: red;
    font-size: 18px;
    margin-right: 5px;
}

.hotline_header span {
    color: red;
    text-transform: uppercase;
}


/* Main menu */

.main_menu {
    background-color: var(--color1);
}

.main_menu .navbar-nav {
    width: 100%;
    justify-content: space-between;
    color: #ffffff;
}

.main_menu a {
    text-transform: uppercase;
    color: white
}

.main_menu a:hover {
    color: red;
}

.main_menu .bp_sub_menu {
    background: var(--color1);
    border-radius: 0;
    border: 1px solid #ccc;
}

.main_menu .navbar ul.dropdown-menu li:hover,
.main_menu .navbar ul.dropdown-menu li a:hover {
    background-color: transparent;
}


/* SLide home */

.slide_home .text_slide {
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
}

.slide_home .bp_slide_title_note {
    color: white;
    background-color: #959595b3;
    padding: 45px 30px;
    width: 60%;
    margin-left: auto;
}

.slide_home .bp_slide_title_note h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.3;
    margin-bottom: 30px;
}

.slide_home .bp_slide_title_note h3 {
    font-weight: 400;
}

/* Dịch vụ */

.dich-vu {
    padding: 30px 0 20px;
}

.header-dv {
    text-align: center;
    padding: 40px 0 30px;
    width: 75%;
    margin: auto;
}

.header-dv h2 {
    /*color: var(--color1);*/
    font-weight: 500;
}

.blog_dv .bp_news_info,
.blog_dv .bp-news-button-action {
    display: none;
}

.blog_dv .bp_block_item {
    position: relative;
    margin-bottom: 25px;
}

.bp_block_item > .row {
    margin: 0;
}

.bp_block_item > .row > * {
    padding: 0;
}


.blog_dv .news_title {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 15px 10px;
    background: #00000075;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog_dv .news_title a {
    color: #ffffff;
}

.blog_dv .news_title:hover a {
    color: red;
}


/* Giới thiệu */

.gioi-thieu {
    padding: 10px 0 40px;
}

.ve-chung-toi {
    text-align: justify;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 4px;
    height: 100%;
}

.ve-chung-toi h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ve-chung-toi p {
    margin-bottom: 12px;
}

.ve-chung-toi li {
    display: flex;
    align-items: center;
}

.ve-chung-toi li:before {
    content: " \F26E";
    font-family: 'bootstrap-icons';
    color: var(--color1);
    font-size: 20px;
    margin-right: 5px;
}

.anh-minh-hoa > * {
    margin-bottom: 15px;
}

.anh-minh-hoa > *:last-child {
    margin-bottom: 0;
}
.dich-vu .cls_img_hot_news img {
    height: 270px;
    object-fit: cover;
}
.anh-minh-hoa img {
    width: 300px;
    height: 204px;
    object-fit: cover;
}
.ve-chung-toi ul {
    padding: 0;
}
/* Khach hang */

.khach-hang {
    padding: 50px 0;
}

.khach-hang .bp_news_info,
.khach-hang .bp-news-button-action {
    display: none;
}

.khach-hang .card.shadow {
    box-shadow: none!important;
}

.khach-hang  h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.khach-hang #carousel_fav img {
    height: 220px;
    object-fit: cover;
}

.khach-hang .card-body {
    padding: 15px 10px ;
}

.khach-hang .news_title {
    text-transform: uppercase;
}

.khach-hang .news_title a {
    color: black;
    display: block;
    min-height: 39.2px;
}



.khach-hang .card-text {
    font-size: 14px;
}

.khach-hang .card-text p {
    margin-bottom: 3px;
}


.khach-hang .owl-nav button span:before {
    font-family: "bootstrap-icons";
    font-size: 20px;
}

.khach-hang .owl-nav button span {
    font-size: 0;
}

.khach-hang .owl-prev span:before {
    content: "\F284";
}

.khach-hang .owl-next span:before {
    content: "\F285";
}

.khach-hang .owl-carousel .owl-nav button.owl-next, 
.khach-hang .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #c3c3c3;
    background: #ffffff;
    border-radius: 50%;
}

.khach-hang .owl-carousel .owl-nav button.owl-next:hover, 
.khach-hang .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--color1);
    color: #fff;
}

.khach-hang .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.khach-hang .owl-prev {
    transform: translateX(-110%);
}

.khach-hang .owl-next {
    transform: translateX(110%);
}

.khach-hang .owl-dots .owl-dot span {
    background: var(--color3);
    
}

.khach-hang .owl-dots .owl-dot.active span,
.khach-hang .owl-dots .owl-dot:hover span {
    background: var(--color1);
}


/* Tin tức */

.news-form-home {
    padding: 50px 0 40px;
    background-color: #f7f7f7;
}

.news .bp_news_info .bp_lb_user,
.news .bp_lb_comment {
    display: none;
}

.title_news_home h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}

.news .bp_img_news img {
    padding: 0;
}

.news .cls_content_hot_news,
.news .bp_content_news {
    padding: 10px 0 0;
}

.news .news_title {
    font-weight: 500;
}

.news .news_title a {
    color: black;
}
.news .news_title a:hover {
    color: red;
}

.news .bp_news_info i {
    font-size: 13px;
}

.news .bp_news_info {
    font-size: 14px;
    color: #777777;
}

.news .bp_news_sub {
    font-size: 13.5px;
    color: #838383;
    margin-top: 6px;
    text-align: justify;
}

.news .bp-news-button-action {
    display: none;
}

.news-left .cls_img_hot_news img,
.news .bp_img_news img {
    height: 250px;
    object-fit: cover;
}

.news-right .cls_img_hot_news img {
    height: 75px;
    object-fit: cover;
}


.news-right > .col:first-child {
    display: none;
}

.news-right .bp_news_sub {
    display: none;
}

.news-right .cls_content_hot_news {
    padding-top: 0;
}

.news-right .bp_block_item  {
    margin-bottom: 20px;
}
.news-right > .col:last-child .bp_block_item  {
    margin-bottom: 0;
}

.news-right .bp_hot_news_img {
    padding-right: 15px;
}

/* Form home */

.form-home {
    padding-left: 30px;
}

.hotline-form {
    margin-bottom: 20px;
}

.hotline-form a i {
    margin-right: 8px;
    font-size: 20px;
}

.hotline-form a {
    color: #ffffff;
    background-color: red;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.hotline-form a:hover {
    background-color: var(--color1);
}

.form-home form > * {
    margin-top: 12px;
    padding: 0;
}

.form-home form input,
.form-home form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-home form input:focus-visible,
.form-home form textarea:focus-visible {
    outline: none;
}

.form-home .bp-btn-send {
    padding: 13px 40px;
    border-radius: 4px;
    background-color: #333333;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #333333;
    line-height: 1;
    transition: all 0.3s;
}

.form-home .bp-btn-send:hover {
    background-color: transparent;
    color: #222222;
}


/*** FOOTER ***/

.footer {
    padding: 30px 0 0;
    font-size: 15px;
}

.footer_top {
    padding: 40px 0;
    border-bottom: 1px solid;
}

.footer_top h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact_ft img {
    height: 65px;
    margin-bottom: 10px;
}
.contact_ft p {
    margin-bottom: 10px;
}

.contact_ft p:has(i) {
    display: flex;
    align-items: baseline;
}

.contact_ft p i {
    margin-right: 8px;
}

.gioi_thieu_ft .bp_news_info,
.gioi_thieu_ft .bp-news-button-action {
    display: none;
}

.gioi_thieu_ft .news_title {
    font-size: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-weight: 400;
}

.gioi_thieu_ft .news_title a {
    color: #000;
}

.gioi_thieu_ft .news_title a:hover {
    color: red;
}

.menu_ft .navbar-expand .navbar-nav {
    flex-direction: column;
    width: 100%;
}

.menu_ft .bp_toggle_arrow {
    display: none;
}

.menu_ft ul li ul {
    display: none !important;
}

.menu_ft .navbar ul.navbar-nav > li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    line-height: 18px;
}

.menu_ft a:hover {
    color: red;
}

.map_ft {
    padding-left: 20px;
}
.map_ft iframe {
    height: 250px;
}

/* Copy right */

.copy_right {
    padding: 20px 0;
}

.copy_right p {
    margin: 0;
}

.copy_right a {
    color: var(--color1);
}

.copy_right a:hover {
    color: var(--color2);
}

/*** CSS page ***/

.breadcrumb_page .breadcrumb {
    margin: 0;
}

.breadcrumb_page {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb_page .breadcrumb li, 
.breadcrumb_page .breadcrumb li a {
    color: #6b6b6b;
}

.breadcrumb_page .breadcrumb li.active,
.breadcrumb_page .breadcrumb li a:hover {
    color: red;
}

.body_page {
    padding: 70px 0;
}

.body_page .bp-category-title {
    text-transform: uppercase;
    margin-bottom: 40px;
}



/* Phân trang */

.phan_trang,
.bp_cls_paging {
    margin-top: 30px;
}

.phan_trang> *, 
.bp_cls_paging>* {
    color: #666666;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid #d8d8d8;
    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: #fff;
    background-color: #e10000;
    border-color: #e10000;
}

.phan_trang .bp_cls_next,
.phan_trang .bp_cls_prev {
    background: #ffffff;
}

.phan_trang > *:hover,
.bp_cls_paging> *:hover,
.phan_trang .bp_cls_next:hover {
    background-color: #666666;
    border-color: #666666;
    color: #ffffff;
}



.bp_comment input, 
.bp_comment textarea {
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
}

.bp_comment_submit {
    background: #202020;
    color: #ffffff;
    border: 1px solid #202020;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 300;
}



.bp_comment_submit:hover {
    background: transparent;
    color: var(--color3);
    border: 1px solid #202020;
}

/********** ZALO - HOTLINE **********/

.fcta-zalo-ben-trong-nut {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* RESPONSIVE */


@media (max-width: 1499px) {
    
    
    /* Dịch vụ */
    
    .header-dv {
        width: 78%;
    }
}


@media (max-width: 1399px) {
    
    body {
        font-size: 15px;
    }
    
    .ve-chung-toi {
        padding: 30px 30px 22px;
    }
    
    .anh-minh-hoa img {
        height: 200px;
    }
    
    .khach-hang #carousel_fav img {
        height: 185px;
    }
    
    /* news home */
    
    .news-left .cls_img_hot_news img,
    .news .bp_img_news img {
        height: 214px;
    }

    .news-right .cls_img_hot_news img {
        height: 63px;
    }
    
    /* Footer */
    
    .contact_ft img {
        height: 60px;
        
    }
    
    .footer_top h3 {
        margin-bottom: 20px;
    }
    
    .menu_ft .navbar ul.navbar-nav > li {
        padding: 10px 0;
    }
    
    .gioi_thieu_ft .news_title {
        padding: 10px 0;
        
    }

}

@media (max-width: 1299px) {
   
    /* Dịch vụ */
    
    .header-dv {
        width: 85%;
    }
    
    .khach-hang .card-body {
        padding: 15px 0 5px;
    }
    
    .khach-hang .news_title {
        font-size: 15px;
    }
   
    .khach-hang .owl-prev {
        transform: translateX(-50%);
    }
    
    .khach-hang .owl-next {
        transform: translateX(50%);
    }
  
}


@media (max-width: 1199px) {
    
    body {
      font-size: 15px;
    }
    
    /* Header */
    
    .logo img {
        height: 60px;
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 10px 0px;
        
    }
    
    .slide_home .bp_slide_title_note h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    /* Dịch vụ */
    
    .header-dv {
        width: 100%;
    }
    
    .blog_dv .news_title {
        font-size: 15px;
        padding: 10px;
    }
    
    .ve-chung-toi {
        padding: 20px 15px 10px;
        font-size: 14px;
    }
    
    .ve-chung-toi h2 {
        margin-bottom: 18px;
        font-size: 25px;
    }
    
    .ve-chung-toi p {
        margin-bottom: 10px;
    }
    
    .khach-hang #carousel_fav img {
        height: 155px;
    }
    
    /* news home */
    
    .news-left .cls_img_hot_news img,
    .news .bp_img_news img {
        height: 178px;
    }
    
    .news-right .bp_hot_news_img {
        padding-right: 12px;
    }

    .news-right .cls_img_hot_news img {
        height: 55px;
    }
    
    .news-form-home .news_title {
        font-size: 15px;
        margin-bottom: 3px;
    }
    
    .news .bp_news_info {
        font-size: 13px;
    }
    
    .news .bp_news_info i {
        font-size: 12px;
    }
    
    .news .bp_news_sub {
        font-size: 13px;
        
    }
    
    /* form home */
    
    .form-home {
        padding-left: 15px;
    }
    
    .form-home form > * {
        margin-top: 8px;
    }
    
    .form-home form input, .form-home form textarea {
        padding: 8px;
        
    }
    
    .form-home .bp-btn-send {
        padding: 12px 40px;
        margin-top: 0;
    }
    
    
    /*Footer*/
    
    .footer {
        font-size: 14px;
    }
    
    .contact_ft img {
        height: 50px;
    }
    
    .map_ft {
        padding-left: 0;
    }
    
    .map_ft iframe {
        height: 200px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    
    h3 {
        font-size: 17px;
    }
    
    .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 ul.navbar-nav li.dropdown ul {
        width: 100%;
    }
    
   
}



@media (max-width: 991px) {
    
    body {
        font-size: 14px;
    }
    
    /* Header */
    
    .logo img {
        height: 45px;
    }
    
    .hotline_header {
        font-size: 14px;
    }
    
    .hotline_header i {
        font-size: 16px;
    }
    
    .main_menu {
        padding: 5px 0;
    }
    
    .main_menu button.navbar-toggler {
        border: 1px solid #ffffff75;
    }
    
    .main_menu button.navbar-toggler:focus {
        box-shadow: none;
    }
    
    .main_menu .navbar-nav {
        padding: 15px 0;
    }
    
    .main_menu .bp_toggle_arrow {
        width: 100px;
    }
    
    .slide_home .bp_slide_title_note {
        padding: 35px 25px;
    }
    
    .slide_home .bp_slide_title_note h1 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    
    .header-dv {
        text-align: center;
        padding: 35px 0 30px;
        
    }
    
    .ve-chung-toi {
        padding: 20px 10px 10px;
        
    }
    
    .khach-hang {
        padding: 35px 0;
    }
    
    .khach-hang h2 {
        font-size: 25px;
    }
    
    .khach-hang .card-text p {
        margin-bottom: 0px;
    }
    
    /* News home*/
    
    .title_news_home h2 {
        margin-bottom: 25px;
        font-size: 25px;
    }
    
    .news-left .cls_img_hot_news img,
    .news .bp_img_news img {
        height: 202px;
    }
    
    .news-right .cls_img_hot_news img {
        height: 60px;
    }
    
    /* Form home */
    
    .form-home {
        padding-left: 0;
        margin-top: 30px;
    }
    
    /* Footer */
    
    .contact_ft,
    .gioi_thieu_ft,
    .menu_ft {
        margin-bottom: 30px;
    }
    
    .contact_ft img {
        height: 60px;
    }
    
    .footer_top h3 {
        margin-bottom: 10px;
    }
  
}




@media (max-width: 767px) {
    
    
    .logo img {
        height: 40px;
    }
    
    .slide_home .bp_slide_title_note {
        padding: 25px 20px;
        width: 65%;
        
    }
    
    .slide_home .bp_slide_title_note h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .slide_home .bp_slide_title_note h3 {
        font-size: 15px;
    }
    
    .dich-vu {
        padding: 30px 0 5px;
    }
    
    .header-dv {
        padding: 28px 0 30px;
    }
    
    .header-dv .container {
        width: 100%;
        padding: 0 10px;
    }
    
    .header-dv h2 {
        font-size: 26px;
    }
    
    .khach-hang #carousel_fav img {
        height: 300px;
    }
    
    .khach-hang .news_title a {
        min-height: auto;
    }
    
    /* News home */
    
    .news-right > .col:first-child {
        display: block;
    }
    
    .news-right .bp_block_item {
        margin-bottom: 25px;
    }
    
    .news-right .cls_img_hot_news img,
    .news .bp_img_news img {
        height: 280px;
        width: 100%;
    }
    
    .news-form-home .news_title {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .news-right .bp_hot_news_img {
        padding-right: 0;
    }
    
    /* Footer */
    
    .footer {
        padding: 10px 0 0;
        
    }
    
    .footer h3 {
        font-size: 16px;
    }
}



@media (max-width: 640px) {
    

}

@media (max-width: 575px) {
    
    .search input {
        padding: 8px;
    }
    
    .slide_home .bp_slide_title_note {
        padding: 15px;
        
    }
    
    .slide_home .bp_slide_title_note h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .slide_home .bp_slide_title_note h3 {
        font-size: 14px;
    }
    
    .khach-hang .owl-prev,
    .khach-hang .owl-next {
        transform: translateX(0%);
    }
    
    /* Footer */
    
    .contact_ft img {
        height: 50px;
    }
    
    .copy_right {
        padding: 10px 0;
    }
}


@media (max-width: 480px) {
 
    .logo img {
        height: 35px;
    }
    
    .slide_home .bp_slide_title_note {
        padding: 10px;
        
    }
    
    .slide_home .bp_slide_title_note h1 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    .slide_home .bp_slide_title_note h3 {
        font-size: 13px;
    }
    
    .header-dv {
        padding: 20px 0 30px;
    }
    
   
    .header-dv h2 {
        font-size: 24px;
    }
    
    .khach-hang {
        padding: 25px 0;
    }
    
    .khach-hang h2 {
        margin-bottom: 32px;
    }
    
    .khach-hang #carousel_fav img {
        height: 245px;
    }
    
    /* news home */
    
    .news-right .cls_img_hot_news img,
    .news .bp_img_news img{
        height: 235px;
    }
}

@media (max-width: 430px) {
  
}

@media (max-width: 375px) {
    
 
    
    .slide_home .bp_slide_title_note {
        padding: 10px;
        
    }
    
    .slide_home .bp_slide_title_note h1 {
        font-size: 13px;
        margin-bottom: 9px;
    }
    
    .slide_home .bp_slide_title_note h3 {
        font-size: 12px;
    }
    
    .news-right .cls_img_hot_news img,
    .news .bp_img_news img {
        height: 195px;
    }
   
}


