.container {
  max-width: 1170px;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
  font-family: RobotoCondensed-Regular;
  src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Italic;
  src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: SFUSyntaxRoman;
  src: url(../fonts/SFUSyntaxRoman.TTF);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: Roboto-LightItalic;
  src: url(..fonts/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto-Light.ttf);
}
/*css for header*/
header {
  margin-left: auto;
  margin-right: auto;
  background-color: #4fa500;
  background-image: linear-gradient(to right, #00a851, #019548);
  position: sticky;
  top: 0;
  z-index: 10;
}
header .container {
  height: 39px;
  z-index: 10;
}
header .name-company {
  float: left;
  margin-top: 10px;
}
header .name-company i {
  color: #fff;
}
header .name-company p {
  display: inline;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto-Regular", sans-serif;
  margin-right: 35px;
}
header .sign-in {
  float: right;
  margin-top: 10px;
}
header .sign-in .sign-by {
  float: left;
  display: inline;
  margin-bottom: 0px;
}
header .sign-in .account {
  display: inline;
}
header .sign-in .account p {
  display: inline;
}
header .sign-in .account a {
  color: #fff;
  font-size: 12px;
  font-family: "Roboto-Regular";
}
header .sign-in .account .language {
  display: inline;
}
header .sign-in {
  float: right;
}

@media (max-width: 767px) {
  header .sign-in .sign-by {
    display: none;
  }
  header .sign-in .account #user {
    display: none;
  }
}
header .sign-in .sign-by i {
  color: #fff;
}
header .sign-in .sign-by a {
  margin-left: 20px;
}
header .sign-in .account #user {
  margin-left: 48px;
  color: #fff;
}
@media (max-width: 992px) {
  header .sign-in .sign-by a {
    margin-left: 15px;
  }
  header .sign-in .account #user {
    margin-left: 30px;
  }
}
header .sign-in .account .usa {
  margin-left: 32px;
}
/*css for main*/
.section1 {
  width: 100%;
  /* float: left; */
  background-image: linear-gradient(to right, #00401f, #06a351);
  position: sticky;
  top: 39px;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
/* .section1 .container{
	height: 83px;
} */
.section1 .logo {
  float: left;
  margin-top: 12px;
  margin-bottom: 15px;
}
.section1 .logo img {
  max-width: 100%;
}
.section1 .search {
  float: right;
  margin-top: 26px;
  position: relative;
}
.section1 .search input {
  width: 214px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #002664;
  padding-left: 15px;
}
.section1 .search .symbol {
  position: absolute;
  right: 12px;
  top: 4px;
}
.section1 .main-menu {
  float: right;
  margin-top: 29px;
  transition: 1s;
}
.section1 .main-menu .icon i {
  font-size: 30px;
}
@media (min-width: 992px) {
  .section1 #btn-menu {
    display: none;
  }
}
.section1 .main-menu ul {
  list-style: none;
}
.section1 .main-menu ul li {
  display: inline;
  margin-left: 40px;
}
.section1 .main-menu ul #contact {
  margin-right: 17px;
}
.section1 .main-menu > ul .cover li > a {
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "Roboto-Bold";
  font-size: 16px;
  font-weight: bold;
}
.section1 .main-menu ul .cover li a:hover {
  color: #dee223  !important;
  text-decoration: none;
}
/* .section1 .main-menu > ul .cover > li > .dropdown li a:hover {
  color: #dee223  !important;
  text-decoration: none;
} */
.section1 .main-menu ul #lienhe {
  margin-right: 40px;
}
.section1 .main-menu ul .dropdown {
  display: none;
  position: absolute;
  top: 15px;
  left: 0px;
  padding-left: 0px;
  padding-top: 5px;
  background-color: #fff;
  z-index: 111;
  width: 100%;
}
.section1 .main-menu ul .dropdown li {
  display: block;
  padding: 8px 12px;
  padding-right: 20px;
  margin-left: 10px;
}
.section1 .main-menu ul .dropdown li a {
  color: #333 !important;
}
.section1 .main-menu ul .hover {
  position: relative;
}
.section1 .main-menu ul .hover:hover .dropdown {
  display: block;
  z-index: 999;
}
.section2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  margin-bottom: 52px;
}
.section2 img {
  max-width: 100%;
  width: 100%;
}
.section3 h2 {
  text-transform: uppercase;
  color: #08a855;
  font-size: 24px;
  font-family: "RobotoCondensed-Bold";
  text-align: center;
  margin-top: 53px;
  margin-bottom: 24px;
}
.section3 .product-item .image-item {
  height: 262px;
  background-color: transparent;
  position: relative;
  border-radius: 15px;
}
.section3 .product-item .image-item .ov {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  border: 5px solid #36b500;
  border-radius: 15px;
}
.section3 .product-item .image-item img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  height: 262px;
  border-radius: 15px;
}
.section3 .product-item .image-item:hover {
  box-shadow: -1px 1px 39px 10px rgba(194, 194, 194, 0.43);
  border: none;
  border-radius: 15px;
}
.section3 .product-item .image-item .ov:hover {
  border-radius: 15px;
}
.section3 .product-item .content {
  width: 100%;
  text-align: center;
}
.section3 .product-item .content .content-para {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.section3 .product-item .content h3 {
  text-align: center;
  font-size: 18px;
  font-family: "RobotoCondensed-Bold";
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 13px;
  margin-top: 18px;
}
.section3 .product-item .content a {
  text-decoration: none;
}
.section3 .product-item .content a:hover h3 {
  color: #08a855;
}
.section3 .product-item .content p {
  font-size: 14px;
  font-family: "RobotoCondensed-Regular";
  text-align: center;
  color: #333;
}
.section3 .product-item .content a {
  text-transform: uppercase;
  color: #08a855;
  font-family: "RobotoCondensed-Regular";
  font-size: 14px;
}
.section3 .product-item .content a:hover {
  color: #333;
}
.section4 {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  background-image: url("../images/baner-06.png");
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section4 h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "RobotoCondensed-Bold";
  margin-top: 40px;
  margin-bottom: 24px;
}
.section4 .reason-item .content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold";
  text-align: center;
  margin-top: 19px;
  margin-bottom: 15px;
}
.section4 .reason-item .content p {
  font-size: 14px;
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  margin-bottom: 40px;
}
.section4 .owl-carousel .owl-item img {
  width: 190px;
  margin: 0 auto;
}
.section5 h2 {
  text-transform: uppercase;
  color: #08a855;
  font-size: 24px;
  text-align: center;
  font-family: "RobotoCondensed-Bold";
  margin-top: 48px;
  margin-bottom: 33px;
}
.section5 .product-line {
  display: inline-flex;
  background: #f7f7f7;
  border-radius: 100px 0px 0px 100px;
  margin-bottom: 33px;
  margin-left: 68px;
}
@media (max-width: 1024px) {
  .section5 .product-line {
    margin-left: 15px !important;
  }
}
.section5 .product-line:hover {
  box-shadow: -1px 1px 39px 10px rgba(194, 194, 194, 5);
}
.section5 .product-line .item-circle {
  display: flex;
  width: 48%;
  background-color: #fff;
  border-radius: 100px;
  padding: 36px;
  /* padding-left: 9px; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section5 .product-line .item-circle img {
  /* padding: 30px;
  width: 250px; */
  max-width: 100%;
}
.section5 .product-line .content {
  padding-left: 20px;
  padding-right: 24px;
  width: 48%;
}
.section5 .product-line .content h3 {
  text-align: center;
  color: #08a855;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold";
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 19px;
}
.section5 .product-line .content p {
  color: #333;
  font-family: "RobotoCondensed-Regular";
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 36px;
  letter-spacing: 0.5px;
}
.section5 .col-right .product-line {
  margin-left: 27px;
}
.section6 {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/baner-07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.section6 .form-price {
  padding-left: 60px;
}
.section6 .form-price h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "RobotoCondensed-Bold";
  color: #fff;
  margin-top: 70px;
  margin-bottom: 15px;
}
.section6 .form-price table {
  font-family: "Roboto-Medium";
  color: #fff;
  width: 100%;
}
.section6 .form-price table .time {
  font-size: 18px;
  text-transform: uppercase;
}
.section6 .form-price table td {
  font-size: 14px;
  width: 50%;
}
.section6 .form-price table .right {
  text-align: right;
}
.section6 .form-price table .right span {
  margin-left: 28px;
}
.section6 .form-price table #tr1 td {
  padding-top: 8px;
  padding-bottom: 15px;
}
.section6 .form-price table #tr1 {
  padding-bottom: 15px;
}
.section6 .form-price input {
  width: 100%;
  padding: 12px;
  margin-bottom: 18px;
  border-radius: 5px;
  border: none;
  opacity: 0.5;
}
.section6 .form-price .gr-input {
  margin-top: 28px;
}
.section6 .form-price input::-webkit-input-placeholder {
  color: #000;
  font-family: "Roboto-Italic";
  opacity: 999;
}
.section6 .form-price textarea {
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 137px;
  opacity: 0.5;
  padding: 10px;
  margin-bottom: 26px;
}
.section6 .form-price textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "Roboto-Italic";
  opacity: 1;
}
.section6 .form-price button {
  padding: 10px 0px;
  background-color: #18844c;
  border: none;
  margin-bottom: 34px;
}
.section6 .form-price button a {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 44px;
}
.section7 h2 {
  text-transform: uppercase;
  color: #08a855;
  font-size: 24px;
  font-family: "RobotoCondensed-Bold";
  text-align: center;
  margin-bottom: 16px;
  margin-top: 50px;
}
.section7 .item-new .image-item {
  height: 202px;
  margin-bottom: 17px;
}
.section7 .item-new .image-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.section7 .item-new .content-item a {
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold";
  text-decoration: none;
}
.section7 .item-new .content-item a:hover {
  color: #08a855;
}
.section7 .item-new .content-item p {
  font-size: 14px;
  font-family: "RobotoCondensed-Regular";
  margin-bottom: 0px;
}
.section7 .item-new .content-item .time-comment {
  margin-top: 10px;
  margin-bottom: 12px;
}
.section7 .item-new .content-item .time-comment p {
  display: inline;
  font-family: "SFUSyntaxRoman";
  font-size: 12px;
}
.section7 .item-new .content-item .time-comment .center {
  padding: 0px 20px !important;
}
footer {
  /*background-image: url('../images/waves-bg-ft.png');*/
  background-color: #25935af2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
  float: left;
  width: 100%;
}
footer .ft-1 .col-one {
  padding-right: 0px;
}
footer .ft-1 h3 {
  font-family: "RobotoCondensed-Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 39px;
}
footer .ft-1 .about-us p {
  line-height: 2;
}
footer .ft-1 p {
  font-size: 14px;
  font-family: "RobotoCondensed-Regular";
  color: #fff;
}
footer .ft-1 .contact {
  padding-left: 70px;
}
footer .ft-1 .contact h4 {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto-Regular";
  text-transform: uppercase;
}
footer .ft-1 .contact .branch {
  margin-top: 30px;
}
footer .ft-1 .help-news {
  padding-left: 31px;
}
footer .ft-1 .help-news a {
  display: block;
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #fff;
  line-height: 2.5;
}
footer .ft-1 .fapage h3 {
  margin-bottom: 34px;
}
footer .ft-1 .fapage img {
  max-width: 100%;
}
footer .ft-2 .main-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .ft-2 .main-menu ul li {
  display: inline;
  margin-left: 14px;
}
footer .ft-2 .main-menu ul .first-child {
  margin-left: 7px;
}
footer .ft-2 .main-menu ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto-Medium";
  color: #fff;
  text-decoration: none;
}
footer .ft-2 .main-menu ul li a:hover {
  color: #333;
}
footer .ft-2 .share {
  display: inline;
  float: left;
}
footer .ft-2 .share a {
  margin-right: 27px;
}
footer .ft-2 .share i {
  color: #fff;
  font-size: 13px;
}
footer .ft-2 .copy-right {
  display: inline;
  float: right;
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Regular";
}
footer .ft-2 .col-right {
  padding-left: 0px;
  margin-top: 22px;
}
footer .ft-2 .col-center {
  padding: 0px;
  text-align: center;
  margin-top: -35px;
}
footer .ft-2 .container {
  border-top: 2px solid #fff;
  margin-top: 90px;
}
footer .ft-2 .container .row {
  margin-bottom: 25px;
}
footer .ft-2 .col-left {
  margin-top: 22px;
  padding-right: 0px;
}
@media (max-width: 992px) {
  footer .ft-2 .copy-right {
    width: 100%;
  }
}
/*CSS FOR INTRODUCE*/
.section2-introduce {
  float: left;
  width: 100%;
}
.section2-introduce img {
  width: 100%;
}
.section3-introduce {
  width: 100%;
  background: #f9f9f9;
  float: left;
}
.section3-introduce a {
  color: #10b962;
  font-size: 12px;
  font-family: "Roboto-LightItalic";
  font-style: italic;
}
.section3-introduce i {
  margin: 12px 0px;
}
.section4-introduce {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.section4-introduce img {
  max-width: 100%;
}
.section5-introduce {
  margin-top: 50px;
  float: left;
  width: 100%;
}
.section5-introduce h2 {
  margin: 0px;
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #010101;
  text-transform: uppercase;
}
.section5-introduce .history {
  padding-left: 98px;
}
.section5-introduce .item-history {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #262626;
  margin-top: 25px;
}
.section5-introduce .item-history h3 {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #262626;
  margin: 0px;
}
.section5-introduce .item-history p {
  margin: 0px;
  line-height: 2;
}
.section6-introduce {
  margin-top: 60px;
  float: left;
  width: 100%;
}
.section6-introduce img {
  max-width: 100%;
}
.section6-introduce h2 {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #010101;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 17px;
}
.section6-introduce .content {
  padding-left: 82px;
  margin-bottom: 40px;
}
.section6-introduce .content p {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #262626;
  line-height: 2;
  margin: 0px;
}
#footer-introduce {
  margin-top: 30px;
}

/*CSS FOR PRODUCT*/
.section4-product {
  margin-top: 22px;
  float: left;
  width: 100%;
}
.section4-product .list-menu {
  margin-bottom: 30px;
}
.section4-product .title-list {
  background: #08a855;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.section4-product .title-list p {
  display: inline;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 18px;
  padding-top: 15px;
  padding-right: 5px;
}
.section4-product .title-list img {
  padding: 6px 18px 8px 26px;
}
.section4-product .title-list .img-fix {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section4-product .gr-menu {
  background: #ebebeb;
  /*padding-top: 12px;
	padding-bottom: 12px;*/
}
.section4-product .gr-menu .item-menu {
  width: 100%;
  padding-bottom: 18px;
  padding-top: 14px;
  border: 1px solid #ebebeb;
}
.section4-product .gr-menu .item-menu a {
  color: #474747;
  text-decoration: none;
  width: 100%;
  padding-left: 28px;
  font-family: "Roboto-Regular";
  font-size: 14px;
}
.section4-product .gr-menu .item-menu:hover {
  background-color: #bfbfbf;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.section4-product .gr-product .item-product {
  margin-bottom: 50px;
}
.section4-product .gr-product .item-product .img-item img {
  max-width: 100%;
}
.section4-product .gr-product .item-product .img-item:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.section4-product .gr-product .item-product .content-item h4 {
  text-transform: uppercase;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 14px 0px;
}
.section4-product .gr-product .item-product .content-item p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0px;
}
#footer-product {
  margin-top: 30px;
}
/*CSS FOR DETAIL-PRODUCT*/
.section4-DP .proem {
  display: inline-flex;
}
.section4-DP .proem .content h3 {
  color: #333;
  font-family: "Roboto-Medium";
  font-size: 18px;
  text-transform: uppercase;
}
.section4-DP .proem .content p {
  font-family: "Roboto-Regular";
  font-size: 14px;
}
.section4-DP .type-product h3 {
  color: #333;
  font-family: "Roboto-Medium";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section4-DP .type-product .box-product {
  border: 1px solid #e1e1e1;
}
.section4-DP .type-product .box-product .head-item {
  background-color: #08a855;
}
.section4-DP .type-product .box-product .head-item .arrow i {
  padding: 15px 24px;
  background-color: #ec2131;
  color: #fff;
}
.section4-DP .type-product .box-product .img-item img {
  max-width: 100%;
  padding: 27px 21px 0px 21px;
}
.section4-DP .type-product .box-product .img-item p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  padding: 0px 34px 27px 23px;
  margin: 0px;
}
.section4-DP .gr-arrow {
  margin-top: 16px;
}
.section4-DP .gr-arrow .item-arrow {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.section4-DP .gr-arrow .item-arrow .icon-item {
  display: inline;
}
.section4-DP .gr-arrow .item-arrow i {
  padding: 15px 24px;
  background-color: #ec2131;
  color: #fff;
}
.section4-DP .gr-arrow .item-arrow .content {
  font-family: "Roboto-Regular";
  font-size: 14px;
  display: inline;
  padding: 15px 0px 15px 30px;
  text-transform: uppercase;
}
.section4-DP .highlight {
  margin-top: 48px;
  display: inline-flex;
}
.section4-DP .highlight h3 {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.section4-DP .highlight .reason i {
  font-size: 10px;
  color: #ec2131;
  margin-right: 9px;
}
.section4-DP .highlight .reason p {
  font-family: "Roboto-Regular";
  font-size: 14px;
}
.section4-DP .highlight .reason {
  padding-right: 32px;
}
.section4-DP .download {
  margin-top: 32px;
  background-color: #ebebeb;
  padding-top: 26px;
  padding-bottom: 32px;
}
.section4-DP .download .title {
  display: inline;
  color: #333;
  font-family: "Roboto-Bold";
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 68px;
}
.section4-DP .download button {
  border-radius: 50px;
  border: none;
  padding: 5px 20px;
  font-size: 14px;
  font-family: "Roboto-Regular";
  float: right;
  margin-right: 37px;
}
.section4-DP .download button i {
  padding: 0px 6px;
}
.section4-DP #education {
  margin-top: 37px;
}
#footer-DP {
  margin-top: 85px;
}
.menu-bar-mobile.open {
  display: block;
}
@media screen and (max-width: 992px) {
  #btn-menu i {
    display: none;
  }
}
.section1 .main-menu ul .dropdown {
  display: block !important;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.section1 .main-menu > ul .cover > li > .dropdown li {
  margin: 0px;
  border-bottom: 0.5px solid #e9e9e9;
}
.section1 .main-menu > ul .cover > li > .dropdown li a {
  display: block;
  text-align: left;
}
.section1 .main-menu > ul .cover > li:hover > .dropdown {
  visibility: visible;
  top: 23px;
  opacity: 1;
}

.section1 .main-menu > ul .cover > li > ul > li {
  position: relative;
}
.section1 .main-menu .dropdown > li .dropdowns {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 150%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: all 0.5s;
  top: 0px;
}
.section1 .main-menu .dropdown > li .dropdowns li {
  margin: 0px;
  padding: 0px;
}
.section1 .main-menu .dropdown > li:hover .dropdowns {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.section1 .main-menu .dropdown > li .dropdowns li a {
  padding: 8px 12px;
}
/* a {
  color: #08a855 !important;
} */

.pagination ul li {
  display: inline-block;
  background: #ffffff !important;
  border: 1px solid #08a855;
}

.info a {
  color: #fff !important;
}
/* fixx */
.section2_1{
	position: relative;
}
.main_search {
         max-width: 300px;
    position: fixed;
    top: 39rem;
    right: 1%;
    z-index: 2;
}
.main_search .box-search{
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.main_search .box-search .form-control{
  border-radius: 20px;
  background: #FFF;
  width: 100%;
  height: 50px;
}
.main_search .box-search button{
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  width: 20%;
  height: 100%;
  border: none;
}
#slide_popup {
    width: 100%;
}

#slide_popup .item {
    height: 250px;
}

#slide_popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_search .tracuuthongtin span {
	margin-top: 20px;
	width: 100%;
	position: relative;
  display: block;
    height: 40px;
  }
  
.main_search .tracuuthongtin span input {
	width: 100%;
	height: 100%;
	border-radius: 15px !important;
	border: none;
	border: 1px solid #ccc;
	background: #fff;
  padding-left: 15px;
  }
.main_search .tracuuthongtin span input:focus-visible {
	outline: none;
  }
.main_search .tracuuthongtin span button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	height: 40px;
	background: transparent;
	border: none;
  }
#slide_sp {
	width: 100%;
  }
  .product-item {
	max-width: 360px;
	width: 100%;
  }
  
  
@media screen and (max-width: 1600px) {
  .section6 {
    background-size: contain;
  }
  .section6 .form-price input {
    margin-bottom: 5px;
  }
  .section6 .form-price .gr-input {
    margin-top: 0;
  }
  .section6 .form-price h3,
  .section6 .form-price table #tr1 {
    margin-bottom: 0;
  }
  .section6 .form-price table #tr1 td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section6 .form-price textarea {
    margin-bottom: 10px;
  }
  .section6 .form-price table {
    margin-bottom: 10px;
  }
  .section6 .form-price h3 {
    margin-top: 40px;
  }
  /*.main_search {
	right: 123px;
    top: 26rem;
  }*/
}
@media screen and (max-width: 1400px){
  .section6 {
    background-size: cover;
  }
}
@media (max-width: 768px) {
	.main_search{
    max-width: 100%;
	  position: unset;
    padding: 0 15px;
	}
  .main_popup{
    position: unset !important;
  }
  .close_popup{
    display: none;
  }
	.main_search .item {
		max-width: 280px;
    margin: auto;
	}
}
/* popup */
.popup{
  position: relative;
}
.close_popup{
  position: absolute;
  top: -25px;
    right: 0;
  width: 38px;
  height: 25px;
  background: rgb(255 255 255 / 70%);
  /* border-radius: 50%; */
  padding-right: 5px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
}
.close_popup span{
  display: block;
  width: 12px;
  height: 12px;
  /* background: #333; */
  border-top: 2px solid #4f8ac6;
  border-right: 2px solid #4f8ac6;
}
.close_popup:hover span{
  border-top: 2px solid #f3c037;
  border-right: 2px solid #f3c037;
}
.close_popup span:first-child{
  transform: rotate(45deg);
}
.close_popup span:last-child{
  transform: rotate(45deg);
}

@keyframes amoni {
  0%{
    right: 0;
  }
  50%{
    right: 15px;
  }
  100%{
    right: 0;
  }
}
.close_popup.active{
  /* animation: infinite amoni .5s ease; */
  padding-right: 0px;
}
/* body{
  overflow-y: auto;
} */
.main_popup{
  position: absolute;
  top: 0;
  right: 0;
  transition: all .4s ease;

}
.close_popup.active span:first-child{
  transform: rotate(-135deg);
}
.close_popup.active span:last-child{
  transform: rotate(-135deg);
}
.main_popup.hide-popup{
  right: -36rem;
  transition: all .4s ease;
}
.logo-ft{
  display: none;
}
/* .menu-btn-show{position: fixed !important;} */