* {
  font-family: Roboto;
  font-size: 16px;
  color: #343a40;
/*  font-weight: 300;*/
}
html,
body {
  margin: 0px;
  padding: 0px;
}
/* fonts */
.mt-30px {
  margin-top: 30px;
}
.btn-outline-info  {
  color: #00aeef;
  border-color: #00aeef;
}
.btn-outline-info svg path {
  fill: #00aeef;
}
.btn-outline-info:hover {
  background-color: #00aeef !important;
}
.btn-outline-info:hover svg path {
  fill: #fff;
}
.btn-info {
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-info:hover{
  background-color: #00aeef;
  border-color: #00aeef;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active, 
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover{
    box-shadow: none !important;
    outline: 0;
}

.btn-outline-secondary:hover  svg path {
  fill: #fff;
}
.paging-control .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.mt-30px-var {
  margin-top: 30px;
}
.font-22px {
  font-size: 22px;
}
/* end fonts */
/* image tool */
.img-radius-3px {
  border-radius: 3px;
}
/* end image tool */
/* menu and mobile menu */
.fixed-body-position {
  position: fixed;
}
.lang-switch {
    height: 100%;
    display: none;
    color: #fff;
    border: 1px #00aeef solid;
    padding: 4px;
    background-color: #00aeef;
    position: absolute;
    right: 52px;
    font-size: 9px;
    text-decoration: none;
}
.lang-switch:hover, .lang-switch:visited {
  color: #fff;
}
.menu-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 889;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgb(43 101 172 / 20%);
}
.navbar-inner {
  background: transparent;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  color: #00aeef;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar-nav .nav-item:hover {
  background-color: #00aeef;
}
.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0px;
  background-color: #00aeef;
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  color: #fff;
}
.navbar-nav .dropdown-item {
/*  font-weight: 300;*/
  font-size: 16px;
  color: #fff;
}
.navbar .logo {
  height: 50px;
}
.navbar {
  background-color: white;
}
#carousel_home_images {
  margin-top: 76px;
}
.home-introduce {
  font-size: 36px;
  text-align: justify;
  font-weight: 400;
}
.home-introduce .link {
  color: #00aeef;
  margin-bottom: 30px;
}

#mobile_menu_bg_canvas {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 888;
}
.mobile-menu {
  position: fixed;
  height: 100vh;
  overflow: auto;
  width: 0;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #00aeef;
  transition: 0.5s;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mobile-menu-body {
  overflow: auto;
}
.mobile-sub-menu-wrap {
  background-color: #20292d;
}
.mobile-sub-menu-wrap .mobile-sub-menu {
  font-size: 14px;
}
.mobile-menu a {
/*  white-space: nowrap;*/
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
}
.mobile-menu a:hover {
  color: white;
  background-color: #344c58;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  border: none;
}
.mobile-menu .mobile-menu-btn-close {
  height: 76px;
  /*  background-color: #00aeef;*/
}
.mobile-menu #mobile_menu_btn_close {
  position: absolute;
  top: 10px;
  right: 26px;
  color: white;
  cursor: pointer;
  font-size: 36px;
  transition-property: display;
  transition-duration: 1s;
}
#mobile_menu_btn_open {
  width: 34px;
}
.mobile-menu .mobile-sub-menu {
  margin-left: 15px;
}
.mobile-menu .sub-icon svg path{
  color: #959da2;
}
@media screen and (max-width: 991px) {
  .mobile-menu {
    padding-top: 0px;
  }
  .mobile-menu a {
    font-size: 16px;
  }
  .home-introduce {
    font-size: 22px;
  }
}
/* end menu and mobile menu */
/* awsome font */
.aws-icon svg path {
  fill: red;
}
/* awsome font */
/* home */
.view-all-product,
.view-all-product svg path {
  color: #00aeef;
  font-size: 16px;
  text-decoration: none;
}
.home-hotline {
  padding: 15px;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  background-image: radial-gradient(circle at 50% 50%, #ff5454 0%, #ff0000 50%);
}
.home-hotline .line1 {
  color: white;
  font-size: 32px;
}
.home-hotline .line2,
.home-hotline .line2 a {
  color: white;
  font-size: 48px;
}
.home-hotline .line2 a {
  text-decoration: none;
}
.home-project-title {
  font-weight: 500;
  font-size: 32px;
}
.footer {
  padding: 15px 0px 15px 0px;
  margin-top: 60px;
  width: 100%;
  min-height: 100px;
  background-color: #00aeef;
/*  font-weight: 300;*/
}
.footer * {
  color: #fff;
}
.footer .copyright {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.footer .copyright p {
  align-self: flex-end;
}
.article-title {
  font-weight: 500;
  font-size: 32px;
}
.article-body {
/*  font-weight: 300;*/
  text-align: justify;
  font-size: 18px;
}
.news-list .news-title {
  margin: 7.5px 0px 7.5px 0px;
  color: #00aeef;
}
.news-list .news-short-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list .news-row {
  margin-top: 30px;
}
.news-list .col-odd .news-short-desc, .news-list .col-even .news-short-desc {
  margin-top: -8px;
}
.product-list h2, .project-list h2 {
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 0px;
  overflow-wrap: break-word;
}
.product-list .h2, h2, .project-list .h2, h2 {
  font-size: 18px;
}
.contact-us .contact-us-title {
  font-weight: 400;
  font-size: 28px;
}
.contact-us p {
  font-size: 20px;
/*  font-weight: 300;*/
}
.contact-us .company-name {
  font-weight: 400;
}
.breadcrumb {
    margin-top: 76px;
    margin-bottom: 0;
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
}
.breadcrumb a {
  font-size: 11px;
  color: #00aeef;
}
.breadcrumb li, .breadcrumb-item.active {
  font-size: 11px;
  color: #7f8186;
}
.breadcrumb span {
  font-size: 11px;
  color: #7f878b;
}
.product-info, .project-info, .news-info {
/*  font-weight: 300;*/
  font-size: 18px;
  text-decoration: none !important;
}
.product-price {
  margin-top: -15px;
/*  font-weight: 300;*/
}
.product-price a:hover {
  font-weight: 600;
  text-decoration: none;
}
.pagination * {
  font-size: 10px;
  font-weight: 600;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00aeef;
    border-color: #cee5f1;
}
.pagination .page-item .page-link {
    border-color: #00aeef;
    border: 1px solid #cee5f1;
    color: #00aeef;
}
.pagination .page-item.disabled .page-link {
    color: #92999c;
}
@media screen and (min-width: 1024px) {
  .container-top-menu {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .container-top-menu {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .lang-switch {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .container-top-menu {
    padding: 0px;
  }
  .mt-30px-var {
    margin-top: 0px;
  }
  .font-22px {
    font-size: 18px;
  }
  .home-introduce .link {
    margin-bottom: 0px;
  }
  .view-all-product,
  .view-all-product svg {
    font-size: 13px;
  }
  .home-hotline .line1 {
    color: white;
    font-size: 20px;
  }
  .home-hotline .line2,
  .home-hotline .line2 a {
    color: white;
    font-size: 30px;
  }
  .home-project-title {
    font-size: 20px;
  }
  .footer .copyright {
    justify-content: center;
  }
  .footer .copyright-sub {
    text-align: center !important;
  }
  .col-odd {
    padding-right: 7.5px;
    padding-top: 15px;
  }
  .col-even {
    padding-left: 7.5px;
    padding-top: 15px;
  }
  .product-list .col-odd {
    padding-right: 7.5px;
    padding-top: 0px;
  }
  .product-list .col-even {
    padding-left: 7.5px;
    padding-top: 0px;
  }
  .news-list .news-row {
    margin-top: 0px;
  }
}
