/*------------------------ slider ------------------------*/
.slider_box {
  position: relative;
}
.slider_box .banner_slider {
  position: relative;
}
.slider_box .banner_slider .swiper-slide img {
  width: 100%;
}
.banner_slider .swiper-pagination3 {
  text-align: center;
  margin-top: 2rem;
  position: absolute;
  z-index: 999;
}
.banner_slider .swiper-pagination3 .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  background: #fff;
}
.banner_slider .swiper-pagination3 .swiper-pagination-bullet-active {
  background: #00A5DB;
}
/*------------------------ about ------------------------*/
.about {
  padding: 2rem 0 0;
}
.about h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
  display: table;
  margin: auto;
}
.about h2 .line {
  width: 100px;
  height: 2px;
  background-color: #000;
  background: linear-gradient(90deg, #237be0, #36d5f7);
  margin: 2px auto 0;
}
.about h2 .line2 {
  width: 120px;
}
.about h2 .line3 {
  width: 140px;
}
.about_btn {
  background: linear-gradient(90deg, #237be0, #36d5f7);
  display: table;
  margin: 10px auto;
  border-radius: 5px;
  color: #FFF;
  padding: 6px 15px;
}
.about_btn:hover {
  background: linear-gradient(90deg, #1665c0, #189dba);
  color: #FFF;
}
/*------------------------ product sale ------------------------*/
.product_sale {
  padding: 2rem 0 0;
}
.product_sale h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  /* color: #00A5DB; */
}
/* .product_sale h2:after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 2px;
  background-color: #000;
} */
/* .product_sale h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 80px;
  height: 2px;
  background-color: #000;
} */
.product_sale .item {
  background-color: #fff;
  position: relative;
}
.product_sale .item .info {
  padding: 10px;
}
.product_sale .item .box_img {
  height: 220px;
  background-size: cover;
  background-position: center;
}
.product_sale .item h3 {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  min-height: 40px;
}
.product_sale .item a {
  color: #000;
}
.product_sale .item a:hover {
  color: #00A5DB;
}
.product_sale .item .box_price {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.product_sale .item .box_price .price_sale {
  color: #cc0000;
  font-size: 14px;
  font-weight: 600;
}
.product_sale .item .box_price .price {
  font-size: 14px;
  color: #666666;
  text-decoration: line-through;
}
.product_sale .item .sale {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_sale.png);
  background-size: cover;
  background-position: center;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.swiper-pagination4 {
  text-align: center;
  margin-top: 2rem;
}
.swiper-pagination4 .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}
.swiper-pagination4 .swiper-pagination-bullet-active {
  background: #00A5DB;
}
/*------------------------ partner ------------------------*/
.partner {
  padding: 3rem 0 0;
  position: relative;
}
.partner h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.partner h2:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
.partner h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
.partner .partner__item {
  /* border: 1px solid #ccc; */
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}
/*------------------------ news ------------------------*/
.news_box {
  padding: 3rem 0 3rem;
  position: relative;
}
.news_box h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.news_box h2:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
.news_box h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
.news_box .des_main {
  position: relative;
  margin: 0 0 3rem;
}
.news_box .des_main:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #6f6f6f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.news_box .item {
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}
.news_box .item .info {
  background: #fff;
  padding: 20px;
}
.news_box .item .box_img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news_box .item a {
  color: #333;
}
.news_box .item a:hover {
  color: #f00;
}
.news_box .item h3 {
  font-size: 1.1rem;
  margin: 0px 0 10px;
  font-weight: 500;
  line-height: 20px;
}
.news_box .item .des {
  font-weight: 400;
  text-align: justify;
}
.news_box .item .cate_date {
  width: 100%;
  display: inline-flex;
  margin: 1rem 0 0;
  font-size: 0.9rem;
}
.news_box .item .cate_date .cate_name {
  color: #ea222f;
  text-transform: uppercase;
  font-weight: 600;
}
.news_box .item .cate_date .line_item {
  color: #707070;
  margin: 0px 5px;
}
.news_box .item .cate_date .time_post {
  color: #9a9a9a;
}
.news_box .box {
  position: relative;
}
.swiper-pagination2 {
  text-align: center;
  margin-top: 2rem;
}
.swiper-pagination2 .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  background: #00A5DB;
}
.news_box .item .read_more {
  border: none;
  color: #1e1e1f;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news_box .item .read_more:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #2b2d2f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news_box .item .read_more:hover:before {
  width: 24px;
}

/* intro */
.section-advisory {
  background-color: #ececec;
  text-align: center;
}
.section-advisory h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.content-advisory {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* product */
.news_product {
  padding: 3rem 0 0;
}
.news_product h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.news_product h2:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
.news_product h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
.news_product .item_sp {
  display: block;
  cursor: pointer;
  padding: 10px;
}
.news_product .item_sp .img_sp {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.news_product .banner_sp {
  height: 526px;
  overflow: hidden;
  width: 100%;
}
.news_product .banner_sp img {
  width: 100%;
}
.news_product .item_sp .img_sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news_product .item_sp .name_sp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.item_sp {
  background: #fff;
  position: relative;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.sale_sp {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/icons/km.png") no-repeat;
  line-height: 16px;
  padding: 2px 0 18px 0;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 14px;
  color: #fff;
  font-size: 10px;
  transform: rotate(-30deg);
}
.name_sp .main_sp {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  margin: 0px;
}
.price_sp_item {
  display: flex;
  justify-content: space-between;
}
.price_sp .vnd_sp {
  color: #cc0000;
  font-size: 14px;
  font-weight: 600;
}
.price_sp .vnd_sale {
  font-size: 14px;
  color: #666666;
  text-decoration: line-through;
}

.news_product .item_sp:hover .img_sp img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
/* ===========slogan========== */
.slogan .slogan-top {
  background-color: #FFF;
  padding: 45px;
}
.slogan .slogan-top .item_slogan_1 .boxImg {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px dashed #00A5DB;
}
.slogan .slogan-top .item_slogan_1 .slogan_text {
  width: calc(100% - 70px);
}
.slogan .slogan-top .item_slogan_1 {
  display: flex;
  align-items: center;
  width: 100%;
}
.slogan .slogan-top .item_slogan_1 .slogan_text {
  display: flex;
  flex-direction: column;
}
.slogan .slogan-top .item_slogan_1 .slogan_text .text_1 {
  font-size: 16px;
  font-weight: 400;
}
.slogan .slogan-top .item_slogan_1 .slogan_text .text_2 {
  color: #212529;
  font-weight: 600;
  font-size: 16px;
}
.slogan .slogan-bottom {
  /* background-image: url("../images/backgroundFooter.png"); */
  background-color: #00A5DB;;
}

.slogan-bottom-item {
  background-image: url("../images/uudai.png");
  min-height: 169px;
  width: 100%;
  justify-content: end;
  background-repeat: no-repeat;
  background-size: auto 79%;
  background-position: left;
  z-index: 3;
  display: flex;
  align-items: center;
}
.slogan-bottom-item .bottom_text .text_bottom1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.slogan-bottom-item .bottom_text {
  width: 50%;
}
.slogan-bottom-item .bottom_text .text_bottom2 {
  padding-left: 68px;
  margin: 0;
  color: #fff;
}

.msg_box {
  width: 100%;
  margin-bottom: 20px;
}
.msg_box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.msg_box form .div1 {
  width: calc(50% - 3.5px);
  margin: 9px 0 0 0;
}
.msg_box form .div1 input {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  background: none;
  outline: none;
  line-height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 5px;
  padding: 0 10px 0 22px;
  color: #fff;
}

.msg_box input::placeholder {
  color: #fff;
}
#btn_email {
  width: 71px;
  height: 45px;
  background: url("../images/emailbtn.png") no-repeat center center, #000;
  border-radius: 5px;
  outline: none;
  border: none;
  transition: 0.5s;
  cursor: pointer;
}
#btn_email:hover {
  opacity: 0.8;
}
.mobile-menu.active {
  transform: translateX(0) !important;
}
#banner .menu-toggle {
  /* display: none;
  position: absolute;
  right: 5%;
  top: 39%; */
  height: 10px;
  margin-left: 5px;
}
#banner .menu-toggle .iconOpen {
  background-color: #fff;
  width: 25px;
  height: 2px;
  position: relative;
}
#banner .menu-toggle .iconOpen::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 2px;
  top: 7px;
}
#banner .menu-toggle .iconOpen::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 2px;
  top: 14px;
}



.full__main .mobile-menu {
  background-color: #f3f3f3;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: 0.5s;
}
.full__main .mobile-menu .menu {
  margin: 0;
  padding: 10px;
  height: 90vh;
  overflow-y: scroll;
}
.full__main .mobile-menu .menu li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2  {
  display: none;
  padding: 0 0 0 15px;

}
.full__main .mobile-menu .menu li ul {
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 > li {
  border-bottom: none;
  border-top: none;
  padding: 5px 0;
}
.full__main .mobile-menu .menu li:last-child {
  border-bottom: 1px solid #dadada;
}
 
.full__main .mobile-menu .menu li a {
  color: #1e1e1f;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full__main .mobile-menu .menu li .menu-2{
  margin-top: 10px;
}
.full__main .mobile-menu .menu li .menu-2 li{
  border-bottom: 1px solid #ddd;
}
.full__main .mobile-menu .menu li .menu-2 li:last-child{
  border-bottom: none;
}
.full__main .mobile-menu .menu li .menu-2 li a{
  background-image: url('../images/icons/arrow-50.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
}
.full__main .mobile-menu .closeBtn {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.full__main .mobile-menu .closeBtn i {
  font-size: 24px;
}
/* icon car , search */
.btnSearch {
  width: 30px;
  height: 30px;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  /* font-size: 1.5rem; */
  color: #00A5DB;
}
.btnSearch i {
  font-size: 1.2rem;
}
#banner .searchParent .btn-hover {
  display: none;
}
#banner .menu-toggle {
  display: none;
}#banner .searchParent {
  width: 100%;
}
#banner .searchParent .btnSearch {
  width: 100%;
}
