	#wrapper {
  overflow: hidden;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.5;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #333;
}

.header-logo {
  background: url("/files_upload/Brightness_Contrast-1.png");
  background-size: cover;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-logo .logo img {
  max-width: 120px;
}
.menu__main {
  background: #0165b3;
  padding: 5px;
  position: relative;
}
.menu__main .navbar-expand-lg .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  justify-content: center;
}
.menu__main .nav-item:hover > a {
  color: #ffc6a2 !important;
}
.menu__main .navbar-expand-md .navbar-nav .nav-link,
.menu__main .navbar .navbar-collapse ul.navbar-nav li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.menu__main .bp_sub_menu,
.menu__main .submenu {
  background: #0165b3;
}

.menu__main .navbar ul.dropdown-menu li:hover {
  background-color: unset;
}
.menu__main .dropdown-item:focus,
.menu__main .dropdown-item:hover,
.menu__main .navbar-expand-md .navbar-nav .nav-link:hover {
  background-color: unset;
  color: #ffeb3b !important;
}
.menu__main .dropdown-menu {
  transition: all 0.3s ease;
}
.menu__main.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
}
.menu__main .active {
  background: #fcff4d;
    color: black !important;
  
}
.footer {
    background-image: url('/files_upload/footer.jpg');
    background-size: cover;
    background-position: center;
  /*background: #333;*/
  padding: 20px 30px 30px 110px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.footer .row {
    position: relative;
    z-index: 2;
}
.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    pointer-events: none;
}
.footer .info-com p:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.footer .info-com h3 {
  margin-bottom: 20px;
   color: #fff;
       display: flex;
    align-items: center;
    gap: 10px;
}
.footer .info-com h3 img {
    width: 60px;;
}
.footer .info-com p {
  margin-bottom: 15px;
}
.footer .info-com p:nth-child(2) span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .info-com p:nth-child(2) i {
  width: 30px;
  height: 30px;
  color: white;
  background: orange;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .info-com p:nth-child(3) i,
.footer .info-com p:nth-child(3) span {
  color: #f44336;
  font-size: 16px;
  margin: 0 5px;
}
.footer .info__footer ul {
  padding-left: 10px;
}
.footer .info__footer li {
  list-style-type: disc;
  padding: 5px 0;
}
.footer .info__footer li a {
  color: #fff;
}
.navbar-toggler {
    background-color: white;
    margin: 10px 0;
}
.swiper-button-prev,.swiper-button-next {
    display: none !important;
}
.quy-trinh {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 40px;
}
.tieu-de-top {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.process p {
    text-align: center;
    margin-bottom: 30px;
}
.process img {
    height: 210px;
    border: 2px solid #3d96f3;
    border-radius: 50%;
    padding: 30px;
}
.about__company {
    background: url('/files_upload/abc.png')   no-repeat;
    background-size: 100%;
    margin: 10px 0;
    position: relative;
}
#m_s_35481 {
    position: relative;
    z-index: 3;
}
.company__item {
    margin: 10px;
    text-align: center;
    background: #fff;
    padding: 10px 25px 20px;
    border-radius: 8px;
}
.company__description .company__title h3{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 30px;
}
.company__img img {
    border-radius: 100%;
    border: 2px solid #0165b3;
    max-width: 100px;
}
.company__info {
    padding: 0 5px;
    min-height: 160px;
}
.product__sidebar {
    padding: 0 15px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding-top: 15px;
    height: 100%;
}
.bp_menu_option_main {
    border: none !important;
}
.product__sidebar .bp_list_item {
    margin-bottom: 20px;
}
.product__sidebar .bp_list_item > span {
    background: #0165b3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    justify-content: center;
    border-radius: 10px;
}
.product__sidebar .bp_list_item > span > a {
    font-weight: bold;
    padding: 0;
    color: #fff;
}
.product__sidebar .menu_option ul li {
    padding: 0;
}
.product__sidebar .bp_list_item_sub {
    line-height: 2.7;
    padding-left: 15px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;;
    transition: all 0.3s linear;
}
.product__sidebar .bp_list_item_sub:hover {
    background: #C6DFE6;
}
.product__sidebar .bp_list_item_sub:hover a {
     color: black;
}
.product__sidebar .menu_option ul li ul {
    padding: 0;
}
.product__sidebar .bp_list_item_sub a {
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
}
.product__sidebar iframe {
    width: 100%;
    height: 130px;
    padding-bottom: 30px;
}
.bp_pd_sub h2,.bp_pd_info,.bp_lbl_product_more {
    display: none;
}
.contact__product {
    text-align: center;
}
.contact__product a {
        font-size: 18px;
    font-weight: bold;
    color: #4494c5;
}
.bp_product_more_item {
    text-align: center;
}
.bp_lbl_product_value {
    font-size: 18px;
    font-weight: bold;
    color: #4494c5;
}
.product__hot .product__list-home {
    margin-top: 20px;
}
.product__hot .product_title a {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0px;
    height: 30px;
    display: block;
}
.product__hot .bp_product_item  {
    border: 1px solid #d7d7d7;
    padding: 15px;
    margin: 10px 0;
    transition: all 0.3s linear;
}
.product__hot .bp_product_item:hover {
    margin-top: 5px;
}
.product__hot .cls_img_product_focus a{
    display: flex;
    justify-content: center;
}
.product__hot .cls_img_product_focus img {
    max-width: 245px;
    height: 200px;
}
.product__hot .title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product__hot .title h2 {
    margin: 0;
    color: #3387c4;
    position: relative;
}
.product__hot .title h2:before {
    position: absolute;
    left: 0;
    bottom: -10%;
    content: "";
        background-color: #3387c4;
    height: 2px;
    width: 270px;
    margin-left: -25px;
    border-radius: 2px;
}
.product__hot .title i {
     color: #3387c4;
}
.product__hot .title h2 span {
        font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.form__contact {
    background-image: url('/files_upload/bg-88.jpg');
    background-size: cover;
    margin-bottom: 40px;
    padding: 40px 0;
    position: relative;
}
 .form__contact::before,.about__company::before {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
    pointer-events: none;
    }
.form__contact form {
        max-width: 600px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.project.product__hot .title h2 {
    margin: auto;
}
.project.product__hot .title h2:before {
    width: 85px;
    margin: 0;
}
.project .cls-click-xem {
    display: none;
}
.project .card-text p:first-child {
    height: 60px;
}
.project .news_title {
    height: 40px;
}
.project .card-text p:nth-child(2) {
        width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.project .owl-dots,.project .owl-nav {
    display: none;
}
.bp_news_info {
    display: none;
}
.blog .news_title a {
    font-size: 18px;
}
.blog .bp_news_sub {
    color: gray;
    font-size: 14px;
    margin: 10px 0;
}
.blog .bp_news_more {
       padding: 5px 15px;
    border: 1px solid gray;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-top: 15px;
}
#btn_send_contact-36378 {
    background-color: #218DAA ;
    font-size: 14px;
}
.blog__new {
       border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 10px;   
}
.blog__new .cls_img_hot_news{
    display: none;
}
.blog__new .news_title {
    margin-bottom: 3px;
}
.blog__new .news_title a {
    font-size: 14px;
}

.blog__new .news_title::before {
  content: "\2022"; /* Unicode character for a bullet (•) */
  margin-right: 5px; /* Điều chỉnh khoảng cách giữa dấu chấm và nội dung nếu cần */
  color: #000; /* Màu của dấu chấm */
  font-weight: bold; /* Tùy chọn: làm cho dấu chấm in đậm nếu bạn muốn */
}
.title__blog {
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 2px solid #e1dfdf;
    margin: 15px 0;
}
.title__blog span {
    background: #0165b3;
    padding: 10px 20px;
    color: #fff;
}
.blog__company {
        border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.blog__company .bp_block_item  {
    margin: 20px;
}
.blog__company .bp_hot_news_img img {
    max-width: unset;
    width: 140px;
    height: 140px;
}
.blog__company .news_title a {
    width: 100%;
    font-size: 17px;
    display: block;
}
.door__accessories.product__hot .title h2:before {
    width: 200px;
}
@media screen and (min-width:992px) {
    .product__hot .hide {
        display: block !important;
    }
    .product__hot .show {
        display: none !important;
    }
    .product__sidebar .bp_menu_list_icon {
        display: none;
    }
}
@media screen and (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu.bp_sub_menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  .menu__main .bp_toggle_arrow {
    display: none;
  }
  .navbar .nav-item .dropdown-menu.bp_sub_menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.3s;
    opacity: 0;
    position: absolute !important;
    left: 0;
  }
}
.bp_menu_list_icon {
    margin-left: 10px;
    color: white;
}
@media screen and (max-width: 991px) {
    .blog__company .bp_hot_news_img img {
        width: 100%;
    }
  #navbarsMenu {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    background: rgb(1, 101, 179);
    width: 95%;
    margin: auto;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
  }
  .navbar ul.navbar-nav li.dropdown ul {
    position: unset;
    width: 100%;
  }
  .navbar .navbar-collapse ul.navbar-nav li a {
    width: unset;
    min-width: 21%;
  }
  .navbar .dropdown-toggle:after {
      color: white;
  }
}
@media screen and (max-width: 768px) {
    .company__info {
        min-height: 100px;
    }
    .process img {
        height: 150px;
    }
    .tieu-de-top {
        font-size: 14px;
    }
    .company__item {
        margin: 15px 0;
    }
    .footer  {
        padding: 20px 30px 30px 19px;
    }
}
@media screen and (max-width:456px) {
    .product__hot .product_title a {
        height: 45px;
        font-size: 12px;
    }
    .contact__product a {
        font-size: 16px;
    }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
