@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  background: white;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.click_out {
  position: absolute;
  z-index: 99998;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none !important;
}

.open-nav {
  font-size: 25px;
  color: #05428c;
  z-index: 99;
  cursor: pointer;
  right: 0;
  position: absolute;
  display: none;
}

#menu-mobile {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}

#menu-mobile .fa-window-close {
  color: #fdbc12 !important;
  font-size: 28px !important;
  cursor: pointer;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 10px;
}

#menu-mobile .nav_mobile {
  padding: 20px 15px;
}

#menu-mobile .nav_mobile .logo_sidebar {
  text-align: center;
}

#menu-mobile .nav_mobile .logo_sidebar img {
  max-height: 55px;
  display: inline-block;
}

#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
  margin-top: 20px;
}

#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}

#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}

#menu-mobile .nav_mobile ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#menu-mobile .nav_mobile ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fdbc12;
}

#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}

#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}

#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}

#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}

#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}

#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}

#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: white;
}

#menu-mobile .nav_mobile .user-nav-mb span a {
  color: black;
}

#menu-mobile .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}

#menu-mobile .accordion:after {
  content: "\f067";
  font-family: "Fontawesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}

#menu-mobile .accordion.active:after {
  content: "\f068";
  font-family: "Fontawesome";
}

.single_add_to_cart_button {
  padding: 10px 20px !important;
  background-color: #DD2F2C !important;
}

.woocommerce-cart table {
  display: table;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
  display: none;
}

.woocommerce-cart .wc-block-cart__submit-container {
  padding: 10px 20px !important;
  background-color: #05428c !important;
  font-size: 14px;
}

.woocommerce-cart .wc-block-cart__submit-container a {
  color: white !important;
}

.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  padding: 10px 20px !important;
  background-color: #05428c !important;
  border: 0;
  font-size: 14px;
  color: white !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button a {
  color: white !important;
}

.quantity_box {
  position: relative;
  width: 120px;
  margin-bottom: 10px;
}

.quantity_box .btn_quantity_plus {
  background: #fff0;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 25px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quantity_box .btn_quantity {
  background: #fff0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 28px;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quantity_box input {
  text-align: center;
  height: 40px;
  width: 40px;
  margin-left: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

header {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background-color: white;
}

header .logo {
  text-align: center;
  margin: 0 auto;
}

header .logo img {
  height: 110px;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hd_menu {
  position: relative;
  text-align: center;
}

.hd_menu ul {
  padding: 0;
  margin: 0;
}

.hd_menu ul .active a {
  color: #fdbc12;
}

.hd_menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.hd_menu ul li a {
  font-size: 16px;
  display: block;
  color: #4b5563;
  padding: 15px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hd_menu ul li .sub_menu {
  position: absolute;
  padding: 10px 12px !important;
  width: 240px;
  text-align: left;
  top: 120px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: #05428c;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hd_menu ul li .sub_menu li {
  list-style: none;
  position: relative;
  margin: 0;
  display: block;
  border-bottom: 1px solid white;
  padding: 4px 0;
}

.hd_menu ul li .sub_menu li:last-child {
  border-bottom: 0px;
}

.hd_menu ul li .sub_menu li a {
  width: 100%;
  display: block;
  color: #fff !important;
  text-transform: none;
  padding: 7px 15px !important;
  border: 0px;
}

.hd_menu ul li .sub_menu li a:hover {
  color: #fdbc12 !important;
}

.hd_menu ul li .sub_menu li:hover .sub_menu_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: -10px;
}

.hd_menu ul li .sub_menu li .sub_menu_2 {
  position: absolute;
  padding: 10px 12px;
  width: 245px;
  text-align: left;
  top: 0px;
  right: -116%;
  display: block;
  border-radius: 0;
  z-index: 10;
  visibility: hidden;
  background: #05428c;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 0;
}

.slider .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}

.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  margin: 1px;
  padding: 8px;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #eee;
  border-radius: 50%;
}

.slider img {
  border-radius: 20px;
}

.slider .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 35px;
  text-align: center;
  height: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white !important;
  line-height: 92px;
  font-size: 24px !important;
  margin: 0 !important;
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 35px;
  text-align: center;
  height: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white !important;
  line-height: 92px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news {
  padding: 50px 0;
}

.news .title {
  text-align: center;
  margin-bottom: 50px;
}

.news .title img {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .title p {
  margin: 0;
  font-size: 16px;
}

.news .title h2 {
  font-size: 36px;
  font-weight: bold;
}

.news .item {
  margin-bottom: 20px;
}

.news .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.news .item h5 {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}

.news .item h5 a {
  color: #4b5563;
}

.uudai {
  padding: 50px 0;
  margin-bottom: 20px;
}

.uudai .right img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.uudai .title {
  text-align: center;
  margin-bottom: 50px;
}

.uudai .title img {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.uudai .title p {
  margin: 0;
  font-size: 16px;
}

.uudai .title h2 {
  font-size: 36px;
  font-weight: bold;
}

.uudai .item {
  margin-bottom: 20px;
}

.uudai .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.uudai .item h5 {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}

.uudai .item h5 a {
  color: #4b5563;
}

.cta1 a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  background-color: red;
}

.sanpham {
  padding: 50px 0;
}

.sanpham .title {
  text-align: center;
  margin-bottom: 50px;
}

.sanpham .title img {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sanpham .title p {
  margin: 0;
  font-size: 16px;
}

.sanpham .title h2 {
  font-size: 36px;
  font-weight: bold;
}

.sanpham .item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sanpham .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.sanpham .item .content {
  padding: 10px 15px;
  text-align: center;
}

.sanpham .item .content .more {
  padding: 10px 15px;
  background-color: #05428c;
  color: white;
  border-radius: 15px;
  display: inline-block;
}

.sanpham .item h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.sanpham .item h5 a {
  color: #334862;
}

.more {
  padding: 10px 15px;
  background-color: #05428c;
  color: white;
  border-radius: 15px;
  display: inline-block;
}

.error-page {
  background: #fdbc12;
  text-align: center;
  padding: 60px 0;
}

.error-page h2 {
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 15px;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}

.error-page a {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 32px;
  margin: 10px 5px;
  height: auto;
  min-height: 36px;
  line-height: 36px;
  font-size: 24px;
  display: inline-block;
}

.fix-top {
  z-index: 10000;
}

.fix-top .hd_top {
  display: none;
}

.dichvu {
  padding: 50px 0;
  background-color: #f9fafb;
}

.dichvu .title {
  text-align: center;
  margin-bottom: 50px;
}

.dichvu .title h3 {
  color: #05428c;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', cursive;
  font-size: 35px;
}

.dichvu .title p {
  font-size: 18px;
  color: #4b5563;
}

.dichvu .col-md-4 {
  margin-bottom: 20px;
}

.dichvu .item {
  background: white;
  border-radius: 25px;
  margin-bottom: 70px;
}

.dichvu .item .content {
  padding: 10px;
  color: white;
  text-align: center;
  position: relative;
}

.dichvu .item .content .btn {
  background-color: #fdbc12;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
}

.dichvu .item .content .btn img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}

.dichvu .item .content .content1 {
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 20px;
}

.dichvu .item .content .content1 .content2 {
  background-color: #05428c;
  padding: 20px;
  height: 100px;
  border-radius: 10px;
}

.dichvu .item .content h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}

.dichvu .item .content h3 a {
  color: white;
}

.dichvu .item img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.khachhang {
  padding: 50px 0;
  background-color: #f9fafb;
}

.khachhang .title {
  text-align: center;
  margin-bottom: 50px;
}

.khachhang .title h3 {
  color: #05428c;
  text-transform: uppercase;
  font-family: 'Montserrat', cursive;
  font-size: 35px;
  font-weight: bold;
}

.khachhang .title p {
  font-size: 18px;
  color: #4b5563;
}

.khachhang .item {
  background: white;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 15px;
}

.khachhang .item img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  width: auto;
  text-align: center;
  border-radius: 10px;
}

.feedback {
  padding: 30px 0;
  background-color: #f6f5f1;
}

.feedback .title {
  margin-bottom: 50px;
  text-align: center;
}

.feedback .title h3 {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  font-family: 'Montserrat', cursive;
  font-size: 30px;
}

.feedback .title h3 span {
  color: #05428c;
}

.feedback .owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}

.feedback .owl-carousel button {
  color: white !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  font-size: 24px !important;
  border: 1px solid #fdbc12;
  background-color: #05428c !important;
  border-radius: 5px !important;
}

.feedback .item {
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
}

.feedback .item h3 {
  font-size: 16px;
  font-weight: bold;
}

.feedback .item ul {
  padding: 0;
}

.feedback .item ul li {
  list-style: none;
  color: orange;
  display: inline-block;
  font-size: 16px;
}

.feedback .item p {
  margin: 0;
}

.feedback .item .content {
  text-align: justify;
}

.feedback .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-bottom: 10px;
}

.review {
  padding: 30px 0;
  background-color: #fafafa;
}

.review .row {
  margin: 0 -10px;
}

.review [class*="col-"] {
  padding: 0 10px;
}

.review .title {
  margin-bottom: 50px;
}

.review .title h3 {
  text-align: center;
  color: #05428c;
  font-weight: 500;
  font-family: 'Montserrat', cursive;
  font-size: 30px;
}

.review .item {
  margin-bottom: 20px;
  text-align: center;
}

.review .item i {
  font-size: 50px;
  color: #05428c;
}

.review .item .content {
  padding: 10px;
}

.review .item h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  color: #05428c;
}

.review .item p {
  font-size: 16px;
}

.news_home {
  padding: 50px 0;
  background: #fafafa;
}

.news_home .title {
  text-align: center;
  margin-bottom: 50px;
}

.news_home .title h3 {
  color: #05428c;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', cursive;
  font-size: 35px;
}

.news_home .title p {
  font-size: 18px;
  color: #4b5563;
}

.news_home .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.news_home .item img {
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.news_home .item h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  height: 45px;
  overflow: hidden;
}

.news_home .item h3 a {
  color: black;
}

.news_home .item p {
  font-size: 14px;
  margin: 0;
  color: #4b5563;
}

.news_home .item:last-child {
  border: 0;
}

.news_home .featured {
  margin-bottom: 20px;
}

.news_home .featured img {
  height: 330px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_home .featured .content {
  padding: 15px 0;
}

.news_home .featured .content h3 {
  font-size: 16px;
  font-weight: 500;
}

.news_home .featured .content h3 a {
  color: black;
}

.news_home .featured .content p {
  color: #4b5563;
}

.tuyendung {
  padding: 50px 0;
  background: url("https://moitruongbachkhoa.vn/wp-content/uploads/2020/08/portfolio-bg.jpg") no-repeat;
  position: relative;
  z-index: 1;
}

.tuyendung::before {
  background-color: rgba(5, 66, 140, 0.98);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  content: "";
}

.tuyendung .title {
  text-align: center;
  margin-bottom: 50px;
}

.tuyendung .title h3 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', cursive;
  font-size: 35px;
}

.tuyendung .title p {
  font-size: 18px;
  color: white;
}

.tuyendung .title ul {
  padding: 0;
  margin: 15px 0;
}

.tuyendung .title ul li {
  display: inline-block;
  margin: 0 5px;
}

.tuyendung .title ul li a {
  border: 1px solid #05428c;
  border-radius: 10px;
  padding: 10px 20px;
  color: white;
  background-color: #05428c;
}

.tuyendung .item {
  margin-bottom: 30px;
  position: relative;
}

.tuyendung .item::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tuyendung .item img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.tuyendung .item .content {
  position: absolute;
  margin: 0;
  padding-left: 10px;
  z-index: 1001;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  bottom: 0;
}

.tuyendung .item .content h3 {
  margin: 0;
  font-size: 15px;
  height: 45px;
  line-height: 22px;
  overflow: hidden;
}

.tuyendung .item .content h3 a {
  color: #05428c;
}

.sp {
  padding: 50px 0;
  background: white;
}

.sp .title {
  text-align: center;
  margin-bottom: 50px;
}

.sp .title h3 {
  color: #05428c;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', cursive;
  font-size: 35px;
}

.sp .title p {
  font-size: 18px;
  color: #4b5563;
}

.sp .title ul {
  padding: 0;
  margin: 15px 0;
}

.sp .title ul .active a {
  font-weight: bold;
  border-bottom: 2px solid Black;
}

.sp .title ul li {
  padding: 10px 13px;
  font-size: 16px;
  display: inline-block;
}

.sp .title ul li a {
  color: black;
}

.sp .item {
  margin-bottom: 30px;
}

.sp .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 250px;
}

.sp .item .content {
  width: 100%;
  height: 100%;
}

.sp .item .content h3 a {
  color: #4b5563;
}

.sp .item h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.sp .item h3 a {
  color: black;
}

.sp .item p {
  font-size: 14px;
  margin-top: 10px;
}

.sp .item p ins {
  color: #DD2F2C;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

.hot {
  margin-bottom: 20px;
}

.hot h2 {
  background: #05428c;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding: 15px 20px;
  font-family: 'Montserrat';
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.hot ul {
  padding: 10px 20px;
  background: white;
  margin: 0;
  margin-bottom: 20px;
}

.hot ul li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.hot ul li a {
  color: #333;
}

.hot ul li ul {
  padding: 0px;
  padding-left: 10px;
  margin: 0;
}

.hot ul li ul li {
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}

.hot ul li ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  font-family: 'FontAwesome';
  content: '\f105 ';
}

.hot .list {
  padding: 10px 15px;
  background: white;
}

.hot .list .item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.hot .list .item a {
  display: block;
  overflow: hidden;
}

.hot .list .item h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.hot .list .item h3 a {
  color: #333;
}

.hot .list .item h3 a:hover {
  color: #fdbc12;
}

.hot .list .item .price bdi {
  font-family: 'Montserrat';
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.hot .list .item .price ins {
  font-family: 'Montserrat';
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.hot .list .item .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.hot .list .item .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.hot .list .item .row {
  margin: 0 -5px !important;
}

.hot .list .item .row [class*="col-"] {
  padding: 0 5px !important;
}

.doitac {
  padding: 30px 0;
  background: #eaeaea;
}

.doitac .title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.doitac .title h3 {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  font-family: 'Montserrat', cursive;
  font-size: 30px;
}

.doitac .title h3 span {
  color: #05428c;
}

.doitac .item {
  text-align: center;
  background: white;
}

.doitac .item .thumb {
  display: block;
  padding: 10px;
}

.doitac .item h4 {
  background: #05428c;
  padding: 10px;
  font-size: 14px;
}

.doitac .item h4 a {
  color: white;
}

.doitac .item img {
  height: 90px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta {
  background: #05428c;
  text-align: center;
  padding: 20px 0;
}

.cta p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.cta p .btn {
  display: inline-block;
  background-color: white;
  padding: 7px 25px;
  color: #05428c;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.cta p .hotline {
  font-size: 1.2em;
  color: white;
  text-decoration: underline;
}

.bread_list {
  background: #e9ecef;
  padding: 10px 0;
  margin-bottom: 20px;
}

.bread_list nav {
  margin: 0 !important;
}

.bread_list .breadcrumb {
  background: transparent !important;
}

.bread_list .breadcrumb li {
  padding: 0 10px;
}

.bread_list .breadcrumb strong {
  font-weight: normal !important;
}

.product_involve .pro_thumb {
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  display: block;
  text-align: center;
}

.product_involve .pro_thumb:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product_involve .pro_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.product_involve .pro_title {
  margin-top: 15px;
}

.product_involve .pro_title h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.product_involve .pro_title h4 a {
  color: #4b5563;
}

.product_involve .pro_title .price {
  margin-bottom: 5px;
}

.product_involve .pro_title .price span {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #DD2F2C;
}

.product_involve .pro_title .price ins {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-right: 15px;
  margin-left: 10px;
}

.product_involve .pro_title .price del span {
  display: inline-block;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}

.price {
  margin-bottom: 5px;
}

.price span {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #DD2F2C;
}

.price ins {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-right: 15px;
  margin-left: 10px;
}

.price del span {
  display: inline-block;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}

.news {
  padding: 50px 0;
}

.news .row {
  margin: 0 -10px;
}

.news [class*="col-"] {
  padding: 0 10px;
}

.news .title {
  margin-bottom: 50px;
}

.news .title h3 {
  text-align: center;
  color: #fdbc12;
  font-weight: bold;
}

.news .featured .thumb {
  position: relative;
  display: block;
}

.news .featured .thumb p {
  position: absolute;
  left: 0;
  color: #e4e6eb;
  bottom: 0;
  border-radius: 5px;
  background: #05428c;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}

.news .featured .thumb p b {
  display: block;
  font-size: 16px;
}

.news .featured .thumb p span {
  display: block;
}

.news .featured img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.news .featured h4 {
  font-size: 22px;
  margin: 15px 0;
  font-weight: bold;
  line-height: 24px;
}

.news .featured h4 a {
  color: black;
}

.news .item {
  margin-bottom: 20px;
}

.news .item .thumb {
  position: relative;
  display: block;
}

.news .item .thumb p {
  position: absolute;
  left: 0;
  color: #e4e6eb;
  bottom: 0;
  border-radius: 5px;
  background: #05428c;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}

.news .item .thumb p b {
  display: block;
  font-size: 16px;
}

.news .item .thumb p span {
  display: block;
}

.news .item img {
  height: 180px;
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .item h4 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
}

.news .item h4 a {
  color: #e4e6eb;
}

.news .item p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  max-height: 82px;
}

.sg_content article h1 {
  font-weight: bold;
}

.short_description table {
  width: 100%;
  display: table;
}

article.sg_tab {
  margin-top: 20px;
}

.new_lienhe {
  font-size: 15px;
  color: #DD2F2C;
  font-weight: bold;
}

.cate_product .item {
  margin-bottom: 20px;
  border-radius: 5px;
  background: white;
}

.cate_product .item .pro_thumb {
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  display: block;
  text-align: center;
}

.cate_product .item .pro_thumb:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cate_product .item .pro_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.cate_product .item .pro_title {
  margin-top: 15px;
}

.cate_product .item .pro_title h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.cate_product .item .pro_title h4 a {
  color: #4b5563;
}

.cate_product .item .pro_title .price {
  margin-bottom: 5px;
}

.cate_product .item .pro_title .price span {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #DD2F2C;
}

.cate_product .item .pro_title .price ins {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-right: 15px;
  margin-left: 10px;
}

.cate_product .item .pro_title .price del span {
  display: inline-block;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}

footer {
  background: black;
  padding: 50px 0 50px 0;
}

footer .logo {
  text-align: center;
  margin-bottom: 30px;
}

footer .logo img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer h3 {
  color: white;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

footer .contact {
  font-size: 30px;
  color: white;
}

footer p {
  color: white;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 14px;
}

footer ul {
  padding-left: 20px;
  margin: 0;
}

footer ul .li_thumb {
  display: none;
}

footer ul li {
  position: relative;
  padding: 5px 0;
  color: white;
  width: 100%;
  font-size: 16px;
}

footer ul li h4 {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  margin: 0;
}

footer ul li a {
  color: white;
  display: inline-block;
  font-size: 14px;
}

footer .ct p a {
  color: white;
}

.copy_right {
  background: black;
}

.copy_right hr {
  margin: 0;
  padding: 0;
  background-color: white;
}

.copy_right p {
  color: white;
  padding: 20px 0;
  margin: 0;
  font-size: 15px;
}

.copy_right p a {
  color: white;
}

.form_checklist {
  border: 1px solid #eaeaea;
  padding: 10px;
}

.form_checklist form {
  background: #eaeaea;
}

.form_checklist h3 {
  background: #05428c;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  margin: 15px 0;
}

.form_checklist .col-md-12, .form_checklist .col-md-6 {
  padding: 0 30px;
}

.form_checklist p {
  padding: 0 15px;
}

.form_checklist .btn-success {
  background: #05428c;
  border: 0;
}

.form_sidebar {
  background: #05428c;
  padding: 20px;
}

.form_sidebar h3 {
  text-align: center;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
}

.form_sidebar .btn {
  background: white;
  border: 0;
  color: #05428c;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .sp .row {
    margin: 0 -7px;
  }
  .sp [class*="col-"] {
    padding: 0 7px;
  }
  .news_home .item {
    margin-bottom: 20px;
  }
  .news_home .item img {
    height: 80px;
  }
  .slider {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Open Sans', sans-serif;
  }
  .slider .owl-nav {
    margin: 0;
  }
  .slider .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10px;
  }
  .slider .owl-theme .item img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #fdbc12;
    border-radius: 50%;
  }
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fdbc12;
    border-radius: 50%;
  }
  .slider:hover .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slider:hover .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slider .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #05428c !important;
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 16px !important;
    margin: 0 !important;
    border: 1px solid white;
    background-color: white !important;
    border-radius: 5px !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 2px !important;
  }
  .slider .owl-prev:hover {
    background-color: transparent !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slider .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #05428c !important;
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 16px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid white;
    border-radius: 5px !important;
    background-color: white !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 2px !important;
  }
  .slider .owl-next:hover {
    background-color: transparent !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .intro img.img {
    height: auto !important;
    margin-bottom: 20px;
  }
  .intro .content1 {
    position: static;
  }
  .intro .content1 .ct {
    padding: 0;
  }
  .intro .btn {
    float: left;
  }
  .news .featured {
    margin-bottom: 20px;
  }
  .news .featured h4 {
    font-size: 18px;
  }
  .news .featured img {
    height: auto;
  }
  .news .item img {
    height: auto;
  }
  .dichvu .title p {
    font-size: 16px;
  }
  .dichvu .item .content {
    padding: 15px 20px;
  }
  .vieclam .title p {
    font-size: 16px;
  }
  .nhansu .item img {
    height: 300px;
  }
  .vl .container {
    padding: 0;
  }
  .vl .container .content {
    padding: 50px 20px;
  }
  .bannner2 {
    height: 200px !important;
  }
  .bannner2 h1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #e4e6eb;
    padding: 15px;
    font-size: 18px;
    width: calc(100% - 30px);
  }
  .related .item {
    margin: 10px 0;
  }
  .related .item h4 {
    margin: 0 !important;
  }
  .related .item .thumb img {
    height: auto !important;
  }
  .related .item .content {
    padding: 13px;
    padding-left: 0;
  }
  .related .row {
    margin: 0 -7px;
  }
  .related [class*="col-"] {
    padding: 0 7px;
  }
  .counter_home .item .counter {
    font-size: 38px !important;
  }
  .intro .list_info .item h4 {
    width: 85%;
  }
  .open-nav {
    display: inline-table;
    right: 0px;
    top: 5px;
  }
  header {
    padding-top: 15px;
  }
  header .logo {
    width: 100%;
    text-align: left;
    position: relative;
  }
  header .logo img {
    height: 50px;
    margin-left: 10px;
    top: -4px;
  }
  .news_main .news_right {
    padding-left: 0px;
  }
  .title h3 {
    font-size: 28px !important;
  }
  header .hd_menu .search_hd {
    margin-right: 40px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 25px !important;
  }
  footer .item {
    margin-bottom: 20px;
  }
  .menu_footer {
    margin-top: 10px;
  }
  .menu_footer ul li {
    width: 50%;
    float: left;
    padding: 0;
  }
  .menu_footer ul li::before {
    display: none;
  }
  .menu_footer ul li > a {
    font-weight: bold;
    text-transform: uppercase;
  }
  .menu_footer ul li ul {
    margin-top: 10px;
  }
  .menu_footer ul li ul li {
    margin: 5px 0;
    width: 100%;
  }
  .menu_footer ul li ul li a {
    font-weight: normal;
    text-transform: capitalize;
  }
}

.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: -20px;
  bottom: -20px;
  -webkit-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20;
}

.phone_center .alo-phone.alo-show {
  visibility: visible;
}

.phone_center .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.phone_center .alo-phone.alo-static {
  opacity: 0.6;
}

.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1;
}

.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50;
}

.phone_center .alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100px;
}

.phone_center .alo-phone.alo-active .alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}

.phone_center .alo-phone.alo-static .alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}

.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #cd3121;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #d71149;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.phone_center .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px;
}

.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
}

.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important;
}

.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 020px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 40px;
}

.phone_center .alo-ph-text {
  background-color: #fdbc12;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: .875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  font-weight: 600;
}

.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}

.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}

.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #cd3121;
}

.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50;
}

.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #fdbc12;
}

.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc;
}

.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50;
}

.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50;
}

.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px;
}

.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px;
}

.phone_center .panel-title i {
  margin-right: 10px;
}

.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px;
}

@-webkit-keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@-webkit-keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #fdbc12;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.scrollup a {
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
}

article {
  line-height: 26px;
  text-align: justify;
  color: #333;
}

article .title {
  font-size: 30px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}

article figure {
  max-width: 100% !important;
}

article img {
  max-width: 100%;
  height: auto;
}

article h1 {
  font-size: 32px;
}

article h2 {
  font-size: 27px;
}

article h3 {
  font-size: 22px;
}

article h4 {
  font-size: 19px;
}

article h5 {
  font-size: 17px;
}

article h6 {
  font-size: 15px;
}

article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

article table tr {
  border: 1px solid #e1e1e1;
}

article table tr td {
  border: 1px solid #e1e1e1;
  padding: 10px 5px 10px 10px;
}

article table tr th {
  border: 1px solid #e1e1e1;
  padding: 10px 5px;
  text-align: center;
}

.phantrang {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.phantrang .pagination {
  padding: 0;
}

.phantrang .pagination li {
  margin: 0 5px;
  list-style: none;
  display: inline-block;
}

.phantrang .pagination li a, .phantrang .pagination li span {
  padding: 7px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: black;
}

.phantrang .pagination li span {
  background-color: #fdbc12;
  border-color: #fdbc12;
  color: #e4e6eb;
}

.related .row {
  margin: 0 -10px;
}

.related [class*="col-"] {
  padding: 0 10px;
}

.related h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #fdbc12;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
}

.related .item {
  margin-bottom: 15px;
  border-radius: 5px;
}

.related .item .thumb {
  display: block;
  margin-bottom: 10px;
}

.related .item .thumb img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.related .item h4 {
  padding: 0;
  line-height: 18px;
}

.related .item h4 a {
  font-size: 15px !important;
  color: #333;
}

.info_home {
  padding: 20px 0;
}

.info_home .title {
  margin-bottom: 50px;
}

.info_home .title h3 {
  text-align: center;
  color: #fdbc12;
  text-transform: uppercase;
  font-weight: bold;
}

.info_home .item {
  margin-bottom: 15px;
}

.info_home .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info_home .item .content h4 {
  font-size: 18px;
  margin: 10px 0;
}

.info_home .item .content h4 a {
  color: #e4e6eb;
}

.box1 {
  background: #eaeaea;
  padding: 15px;
}

.news_main {
  padding: 30px 0;
  background: white;
}

.news_main .cate_title {
  margin-bottom: 20px;
}

.news_main .cate_title h1 {
  color: #333;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.news_main .new_left {
  margin-bottom: 30px;
}

.news_main .new_left .info_pro {
  margin-bottom: 35px;
}

.news_main .new_left .info_pro .info_thumb {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.news_main .new_left .info_pro .info_thumb:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.news_main .new_left .info_pro .info_thumb img {
  height: 200px;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
  border-radius: 15px;
}

.news_main .new_left .info_pro .info_title h3 {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: 600;
  height: 45px;
}

.news_main .new_left .info_pro .info_title h3 a {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news_main .new_left .info_pro .info_title h3 a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fdbc12;
}

.news_main .new_left .info_pro .info_title p {
  line-height: 22px;
  max-height: 66px;
  color: #333;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
}

.news_main .news_cate {
  margin-bottom: 30px;
}

.news_main .news_cate .news_title h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #fdbc12;
  font-weight: 500;
  padding-left: 10px;
}

.news_main .news_cate .news_link ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}

.news_main .news_cate .news_link ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}

.news_main .news_cate .news_link ul li:first-child {
  border: none;
}

.news_main .news_cate .news_link ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news_main .news_cate .news_link ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fdbc12;
}

.news_main .news_cate .news_link ul li .sub-menu {
  padding: 0;
  max-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.news_main .news_cate .news_link ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}

.news_main .news_cate .news_link ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}

.news_main .news_cate .news_link ul li .sub-menu .sub-menu {
  left: 240px;
  max-height: 0;
  overflow: hidden;
}

.news_main .news_cate .news_link ul li .sub-menu .sub-menu li:first-child {
  border-top: 0;
}

.news_main .news_cate .news_link ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}

.news_main .news_cate .news_link ul .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}

.news_main .news_cate .news_link ul .accordion:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}

.news_main .news_cate .news_link ul .accordion.active:after {
  content: "\f068";
  font-family: "FontAwesome";
}

.news_main .news_cate .news_link ul .active a {
  font-weight: 700;
}

.news_main .news_cate .news_list ul {
  padding: 0;
  margin-bottom: 0;
}

.news_main .news_cate .news_list ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.news_main .news_cate .news_list ul li .li_thumb {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}

.news_main .news_cate .news_list ul li .li_thumb img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}

.news_main .news_cate .news_list ul li .li_title {
  width: 70%;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.news_main .news_cate .news_list ul li .li_title a {
  font-size: 15px;
  color: black;
  display: block;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news_main .news_cate .news_list ul li .li_title a:hover {
  color: #fdbc12;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news_main .news_cate .news_tag ul {
  padding: 0;
}

.news_main .news_cate .news_tag ul li {
  list-style: none;
  display: inline-block;
}

.news_main .news_cate .news_tag ul li a {
  color: white;
  height: 30px;
  line-height: 27px;
  padding: 0 25px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  display: inline-block;
  position: relative;
  background: black;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_main .news_cate .news_tag ul li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fdbc12;
}

.banner_bread {
  background-color: #e9ecef;
  padding: 10px 0;
}

.banner_bread .woocommerce-breadcrumb {
  margin: 0;
}

.banner_bread ul {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
}

.banner_bread ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

.banner_bread ul li a {
  color: black;
  -webkit-transition: all 0.2;
  transition: all 0.2;
}

.banner_bread ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fdbc12;
}

.xemthem {
  display: block;
  margin-top: 12px;
}

.xemthem a {
  color: white;
  border-radius: 0px;
  font-size: 15px;
  display: inline-block;
  font-weight: 300;
  border: 1px solid #fdbc12;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 7px 10px;
}

.xemthem a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
  color: #fdbc12;
}

.banner_qc {
  margin: 15px 0;
}

.banner_qc img {
  width: 100%;
}

.contact {
  padding: 50px 0;
}

.contact form input, .contact form textarea {
  margin: 10px 0;
  padding: 15px;
  height: auto;
  border: 1px solid #eaeaea;
}

.contact form select {
  padding: 15px;
  margin: 10px 0;
  height: auto;
}

.contact form button {
  margin: 10px 0;
  padding: 10px 20px;
  background: #05428c;
  border: 0;
}

.contact h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #fdbc12;
  font-weight: 500;
  padding-left: 10px;
}

.contact .social {
  padding: 0;
  margin: 10px 0;
}

.contact .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.contact .social li:before {
  content: '';
}

.contact .social li a {
  background-color: #05428c;
  color: #e4e6eb;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.contact .info {
  margin: 0;
  padding: 0;
}

.contact .info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.contact .info li p {
  margin: 0;
}

.contact .info li b {
  text-transform: uppercase;
}

.contact .info li i {
  font-size: 23px;
  color: #05428c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}

.contact .info li a {
  color: #e4e6eb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .info li a::before {
  content: '\f101';
  font-family: 'Fontawesome';
  font-weight: 600;
  padding-right: 5px;
}

.contact .info li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 10px;
}

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.bando h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 35px;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.bando .flags {
  position: absolute;
  height: 77px;
  width: 68px;
}

.bando .flags img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.bando .flags:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}

.bando .america-flag {
  top: 50%;
  left: 23.75%;
}

.bando .canada-flag {
  top: 23%;
  left: 23.75%;
}

.bando .germany-flag {
  top: 27%;
  left: 46.55%;
}

.bando .korea-flag {
  top: 32%;
  left: 72.68%;
}

.bando .japan-flag {
  top: 52%;
  left: 75.15%;
}

.bando .singapore-flag {
  top: 52%;
  left: 69.3%;
}

.bando .australia-flag {
  top: 78.5%;
  left: 73.5%;
}

.single_main .price {
  font-size: 14px;
  margin-top: 10px;
}

.single_main .price ins {
  color: #DD2F2C;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

.woocommerce .star-rating {
  color: orange;
}

.woocommerce .product {
  margin-top: 15px;
}

.woocommerce .product_item {
  margin: 10px 0;
  text-align: center;
}

.woocommerce .product_item h4 {
  font-size: 16px;
  margin-top: 10px;
}

.woocommerce .product_item a {
  display: block;
  color: #e4e6eb;
}

.woocommerce .product_item img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce .product_item .button {
  border: 2px solid #fdbc12;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  margin: 10px 0;
  font-size: 15px;
}

.woocommerce .woocommerce-ordering .orderby {
  background-color: transparent;
  padding: 10px;
}

.woocommerce .woocommerce-result-count {
  margin: 10px 0;
}

.woocommerce .woocommerce-pagination {
  margin-top: 20px;
}

.woocommerce .woocommerce-pagination .page-numbers {
  border: 0;
}

.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 0 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #fdbc12;
}

.woocommerce .woocommerce-pagination .page-numbers li span.current {
  width: 100%;
  height: 100%;
  background: #fdbc12;
  color: #e4e6eb;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}

.woocommerce .woocommerce-pagination .page-numbers li a {
  color: #e4e6eb;
  width: 100%;
  display: block;
  height: 100%;
  padding-top: 10px;
}

.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: bold;
}

.woocommerce #comments form label {
  display: block;
  margin: 10px 0;
  font-weight: bold;
}

.woocommerce #comments form input {
  width: 100%;
  padding: 10px;
}

.woocommerce #comments form .comment-form-cookies-consent input {
  width: auto;
}

.woocommerce #comments form .comment-form-cookies-consent label {
  display: inline-block;
}

.woocommerce #comments form .form-submit input {
  width: auto;
  background: #05428c !important;
  color: #e4e6eb !important;
  border: 0 !important;
  padding: 10px 20px !important;
}

.woocommerce .checkout h3 {
  margin-top: 10px;
}

.woocommerce .checkout p {
  margin: 0;
}

.woocommerce .checkout .form-row label {
  display: block;
  margin: 2px 0;
  line-height: auto;
  width: 100%;
  font-weight: bold;
}

.woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .checkout .woocommerce-input-wrapper input {
  width: 100%;
  padding: 8px;
}

.woocommerce .checkout .woocommerce-input-wrapper textarea {
  padding: 10px;
}

.sidebar_product .categories {
  margin-top: 20px;
}

.sidebar_product .categories h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.sidebar_product .categories ul {
  padding: 0;
}

.sidebar_product .categories ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.sidebar_product .categories ul li a {
  color: #e4e6eb;
}

.sidebar_product .categories ul li .accordion {
  color: #e4e6eb;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}

.sidebar_product .categories ul li .accordion:after {
  content: "\f107";
  font-family: "Fontawesome";
  color: #e4e6eb;
  font-weight: bold;
  margin-left: 5px;
}

.sidebar_product .categories ul li .accordion.active:after {
  content: "\f105";
  font-family: "Fontawesome";
}

.sidebar_product .categories ul li ul {
  margin-left: 20px;
}

.sidebar_product .categories ul li ul li {
  font-weight: normal;
  border: 0;
}

.sidebar_product .news_product {
  margin-top: 30px;
}

.sidebar_product .news_product h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.sidebar_product .news_product .row {
  margin: 0 -10px;
  margin-bottom: 15px;
}

.sidebar_product .news_product .row [class*="col-"] {
  padding: 0 10px;
}

.sidebar_product .news_product .row h3 {
  font-size: 16px;
}

.sidebar_product .news_product .row h3 a {
  color: #e4e6eb;
}

.lSSlideOuter {
  margin-bottom: 20px;
}

p.nameuser a {
  color: #a9883f;
}

div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
}

.bannner1 {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannner1 h1 {
  color: #e4e6eb;
}

.bannner1 p {
  color: #e4e6eb;
}

.bannner2 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannner2 h1 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #e4e6eb;
  padding: 15px;
}

.lienhe {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lienhe h2 {
  color: #e4e6eb;
  text-align: center;
}

.lienhe p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.lienhe p .btn {
  background: transparent;
  border: 2px solid #e4e6eb;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 22px;
  /*font-weight: bold;*/
  color: #e4e6eb;
}

.vieclam {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
}

.vieclam h2 {
  color: #e4e6eb;
}

.vieclam p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #e4e6eb;
}

.vieclam p .btn {
  background: transparent;
  border: 2px solid #e4e6eb;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 22px;
  /*font-weight: bold;*/
  color: #e4e6eb;
}

.vieclam .content {
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 50px;
}

.vieclam .content h4 {
  color: #e4e6eb;
  margin: 20px 0;
  font-size: 18px;
}

.vieclam .content ul li {
  color: #e4e6eb;
}

.social-ring {
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 10000;
}

.social-ring ul {
  padding: 0;
  margin: 0;
}

.social-ring ul li {
  margin: 15px 0;
  list-style: none;
}

.social-ring ul li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social-ring ul img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-title {
  color: #e4e6eb;
}

.page-content {
  color: #e4e6eb;
}
/*# sourceMappingURL=style.css.map */