/*top*/
.layout-main-in .menu-product-lv-1 > a {
  display: block;
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 10px 15px;
}
.menu_main > ul > li a {
  padding: 12px 27px 10px 27px;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
/*@media (min-width: 1200px){
	.container {
		width: 1000px;
	}
	}*/
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "UTM", sans-serif;
}
.header_top {
  background: #00adef;
}
.header_top .container {
  display: flex;
}
.header_top .item {
  width: 100%;
}
.header_top .item a {
  display: block;
  float: left;
  width: 100%;
  padding: 18px 0px;
  text-align: center;
}
.header_top .item img {
  width: 20px;
  margin-top: -10px;
  margin-right: 7px;
}

.header_top .item span {
  margin: 4px 0px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}

/*header center*/
.header_center {
  padding: 18px 0px;
}
.header_center .container {
  display: flex;
  align-items: flex-end;
}
.header_center .container .logo_pc {
  width: 65px;
  float: left;
  position: relative;
  /* top: -10px; */
}
.header_center .container .logo_pc img {
  width: 100%;
}
.header_center .container .search_form {
  width: 55%;
  float: left;
  margin-left: 30px;
  border: 1px solid #00adef;
}
.header_center .container .search_form form {
  display: flex;
}
.header_center .container .search_form input,
.header_center .container .search_form select,
.header_center .container .search_form button {
  height: 45px;
  border: 0px;
  outline: none;
  padding: 5px;
}
.header_center .container .search_form select {
  border-right: 1px solid #00adef;
}
.header_center .container .search_form input {
  width: 100%;
  padding: 5px 20px;
}
.header_center .container .search_form button {
  padding: 10px 20px;
  background: #00adef;
}
.header_center .container .content_head {
  width: calc(45% - 130px);
  margin-left: 30px;
  float: left;
  display: flex;
}
.header_center .container .content_head .item {
  width: 50%;
}
.header_center .container .content_head .item p {
  margin: 0px;
}
.header_center .container .content_head .item a {
  display: block;
}
.header_center .container .content_head .item .icon {
  width: 45px;
  float: left;
}
.header_center .container .content_head .item .text {
  width: calc(100% - 60px);
  float: left;
  margin-left: 5px;
  padding-top: 6px;
}
.header_center .container .content_head .item .text p {
  font-size: 14px;
  color: #012c3c;
  font-weight: 400;
}
.header_center .container .content_head .item .text p:first-child {
  font-weight: 700;
}

/*category and menu */
.category_menu .list_category {
  width: 250px;
  float: left;
  position: relative;
}
.category_menu .list_category h2 {
  font-size: 16px;
  color: #00adef;
  text-transform: uppercase;
  cursor: pointer;
}
.category_menu .list_category h2 span {
  font-weight: 700;
}
.category_menu .list_category h2 i {
  margin-right: 25px;
  margin-left: 21px;
}
.category_menu .list_category .content_ul {
  position: absolute;
  top: 150%;
  left: 0;
  background: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.category_menu .list_category:hover .content_ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 99999999;
}
.category_menu .list_category .content_ul li a {
  display: block;
  padding: 10px;
  color: #202020;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  transition: all 0.5s;
}
.category_menu .list_category .content_ul li a:hover {
  color: #fff;
  background: #00adef;
}
.menu_main > ul > li a {
  color: #202020;
  font-size: 16px;
  transform: all 0.5s;
}
.menu_main ul li a:hover,
.menu_main ul li a.active,
.menu_main > ul > li ul li a:hover,
.menu_main > ul > li ul li a.active {
  color: #fff;
  background: #00adef;
}

.category_menu .menu_pc {
  max-width: calc(100% - 250px);
  float: right;
}
.menu-bar-lv-1 a {
  color: #0082b3;
  transition: all 0.5s;
}
.menu-bar-lv-1 a:hover,
.menu-bar-lv-1 a.active {
  color: #fff;
  background: #0082b3;
}

/*slider*/
.slider {
  position: relative;
}
.slider .slick-dots {
  bottom: 20px;
}

.slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: unset;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0 !important;
}
.slider .slick-dots li button {
  opacity: 1;
  border: 1px solid #efe4e4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #efe4e4;
  border: 1px solid #efe4e4;
}
.slider .slick-dots li button {
  padding: 0px;
}

/*main*/
.unit_title {
  text-align: center;
}
.unit_title h2 {
  text-align: center;
  color: #00adef;
  font-size: 40px;
  position: relative;
  margin-bottom: 50px;
  /*padding-bottom: 10px;*/
}
.unit_title span {
  text-align: center;
  margin-right: 0px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.unit_title span img {
  max-width: 100%;
}
.unit_contact .text {
  text-align: center;
  margin-bottom: 50px;
}
.unit_contact .text {
  font-size: 19px;
}
.unit_contact .text img {
  max-width: 100%;
}
.unit_contact .item_count .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #00adef;
  display: flex;
  align-items: center;
}
.unit_contact .item_count .img a {
  display: block;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.unit_contact .item_count .text_img a {
  color: #00adef;
  font-size: 18px;
  margin: 15px 0px 10px 0px;
  text-align: center;
  font-weight: 700;
  display: block;
}
.unit_contact .item_count .text_img p {
  color: #202020;
  font-size: 14px;
  text-align: center;
}
.unit_contact .item_count {
  margin-bottom: 30px;
}
.unit_why {
  position: relative;
  padding: 20px 0px;
}
.unit_why:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  z-index: -1;
  width: 100%;
  background-image: url("../images/64857.jpg");
}
.unit_title.white h2 {
  color: #fff;
  font-size: 34px;
}
.unit_why .item_count {
  margin-top: 40px;
}
.unit_why .item_count .img {
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
}
.unit_why .item_count .img a {
  display: block;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.unit_why .item_count .text_img a {
  color: #fff;
  font-size: 18px;
  margin: 15px 0px 10px 0px;
  text-align: center;
  font-weight: 700;
  display: block;
}
.unit_why .item_count .text_img p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/**/
.unit_partner {
  padding: 20px 0px;
}
.slider_b .item {
  padding: 40px;
  position: relative;
  padding: 30%;
  display: flex !important;
  align-items: center;
}
.slider_b .item a {
  position: absolute;
  top: 0;
  left: 0;
  /* margin: auto; */
  bottom: 0;
  display: flex;
  align-items: center;
}
.slider_b .item a img {
  max-width: 100%;
}

/*unit_hot*/
.unit_hot {
  padding: 10px 0px;
}
.item_product {
  transition: all 0.5s;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.item_product:hover {
  border: 1px solid #00adef;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.item_product .img {
  height: 250px;
  text-align: center;
}
.item_product .img {
  display: flex;
  align-items: center;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
}
.item_product .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.item_product .img img:hover {
  transform: scale(1.1);
}
.item_product .content a {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #202020;
  display: block;
  line-height: normal;
}
.item_product .content {
  text-align: center;
}
.item_product .content a.buy_now {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #009ad6;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.item_product .content a.buy_now:hover {
  color: #fff;
  background-color: #00adef;
}

.background_old {
  background: #eeeeee 0% 0% no-repeat padding-box;
}

.slider_customer .item .group {
  /*display: flex;
	align-items: center;*/
}
.slider_customer .item .group .img {
  width: 119px;
  float: left;
}
.slider_customer .item .group .content {
  width: calc(100% - 150px);
  float: right;
  padding-top: 50px;
}
.slider_customer .item .text {
  padding-left: 50px;
}
.slider_customer .item .text p {
  margin-bottom: 15px;
  position: relative;
}
.slider_customer .item .text p:after {
  position: absolute;
  left: -54px;
  top: -17px;
  content: "";
  width: 46px;
  height: 46px;
  background-image: url("../images/icon1.png");
}
.slider_customer .item .group .content h4,
.slider_customer .item .group .content p {
  margin: 0 auto;
}
.slider_customer .item .group .content p {
  margin: 5px auto;
}
.slider_customer .item .group .content h4 {
  font-weight: 700;
}

.unit_customer {
  padding: 30px 0px;
}
.unit_customer .slider_banner {
  margin-top: 80px;
}
.news_hot {
  padding: 20px 0px;
}
.slider_news {
}
.slider_news .img {
  height: 220px;
  text-align: center;
  overflow: hidden;
}

.slider_news .img a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
}
.slider_news .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  margin: 0 auto;
}
.slider_news .img img:hover {
  transform: scale(1.1);
}
.slider_news .item .text {
  padding: 10px 0px;
}
.slider_news .item .text p {
  margin-bottom: 5px;
}
.slider_news .item .text p,
.slider_news .item .text h3 {
  margin: 0px;
}
.slider_news .item {
  padding: 0px 15px;
}
.slider_news .item .text h3 a {
  line-height: 20px;
  display: block;
  font-size: 14px;
  color: #202020;
  max-height: 42px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-inline-box;
  font-weight: 700;
  -webkit-box-orient: vertical;
}
.news_hot .slider_banner {
  margin: 0px -15px;
}

/*footer*/
footer {
  background: #202020;
  color: #fff;
  padding: 25px 0px;
}
footer .title_f h2 {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 0px;
  margin-bottom: 15px;
}
footer h3 {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 0px;
  margin-bottom: 15px;
}
footer .menu a {
  display: block;
  padding: 5px 0px;
  color: #fff;
  transition: all 0.5s;
}
footer .menu a:hover {
  color: #00adef;
}
footer .menu a i {
  margin-right: 10px;
}
footer .container .row {
  display: flex;
}

.support li {
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}
.support li a {
  display: block;
  width: 30px;
  display: flex;
  align-items: center;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.support li a i {
  margin: 0 auto;
}
footer .col-xs-12 {
  margin-bottom: 10px;
}
.copyright {
  background-color: #00adef;
}
.copyright p {
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 0px;
}
.view_all {
  padding: 10px 0px;
  text-align: right;
  color: #00adef;
}
.view_all a {
  color: #00adef;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 14px;
}
.content-news-in .box-info-cni .desc-cni {
  overflow: hidden;
}
.description_category {
  display: none;
}

/*fix*/
.category_menu .list_category .content_ul ul {
  position: relative;
}
.category_menu .list_category .content_ul ul ul a {
  font-size: 14px;
  border: 0px;
  padding: 5px 10px;
}
.category_menu .list_category .content_ul ul > li > ul > li > a {
  font-weight: 600;
}
.category_menu .list_category .content_ul ul > li > ul > li > ul li a {
  font-weight: 500;
}
.category_menu .list_category .content_ul ul a {
  position: relative;
}
.category_menu .list_category .content_ul .menu_v2 {
  position: absolute;
  width: 600px;
  left: 101%;
  top: 0%;
  background: #fff;
  padding: 10px 20px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.category_menu .list_category .content_ul li i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 10px;
  transition: all 0.5s;
}
.category_menu .list_category .content_ul li:hover i {
  color: #fff;
}
.category_menu .list_category .content_ul li:hover .menu_v2 {
  opacity: 1;
  visibility: visible;
}
.category_menu .list_category .content_ul .menu_v2 > div {
  width: 50%;
  float: left;
}
.category_menu .list_category .content_ul .menu_v2 img {
  max-width: 100%;
}
.category_menu .list_category .content_ul .menu_v2 h2 {
  padding: 10px 0px;
  border-bottom: 1px solid #00adef;
}
.category_menu .list_category .content_ul .img_v a {
  border: 0px;
}
.short_category {
  padding: 10px 0px;
}
.buttons {
  text-align: center;
  margin: 10px;
}

.buttons a {
  display: inline-block;
  padding: 10px 20px;
  background: #ebebeb;
  color: #000;
  border-radius: 7px;
  transition: all 0.5s;
}
.buttons a.active,
.buttons a:hover {
  color: #fff;
  background: #00adef;
}
.header_center .container .search_form select {
  border-right: 1px solid #00adef;
  padding-bottom: 7px;
  font-size: 16px;
}
.slider_customer .group img {
  border-radius: 50%;
}
.price_detail a {
  color: #00adef;
  background: #ebebeb;
}
.price_detail a:hover {
  color: #ebebeb;
  background: #00adef;
}
.title-buy {
  color: #ad1515;
  font-weight: 700;
  font-size: 18px;
}
.content-cate ul li a {
  display: block;
  width: 100%;
  height: unset;
  padding: 14px 15px;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #00adef;
  background: #ebebeb;
  text-transform: uppercase;
}
.price_detail {
  margin-bottom: 15px;
}
.cart-droplist
  .mini-list
  .list-item-cart
  .item
  .product-details-bottom
  .quantity-select
  .number-sidebar {
  border: 1px solid #ddd;
  outline: none;
  text-align: center;
  font-size: 12px;
  width: 45px;
  height: 22px;
  margin: 0 -1px;
  line-height: 20px;
  vertical-align: top;
}
.cart .bg-cart-page .bg-scroll .cart-tbody .item-cart .number-sidebar {
  width: 50px;
}
.header_top .item a {
  padding: 13px 0px;
}
/*fix*/
.header_center {
  padding: 8px 0px 15px;
}
.menu_main > ul > li a {
  padding: 12px 37px 10px 36px;
}
.category_menu .menu_pc {
  margin-bottom: 10px;
}
.unit_contact .text p {
  width: 770px;
  margin: 25px auto;
  margin-top: 50px;
  font-size: 15px;
  max-width: 100%;
}
.slider_news .img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
