/*
Theme Name: Theme Bzotech
Theme URI: https://bzotech.com/
Author: DivTheme
Author URI: https://bzotech.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: theme-bzotech
*/

@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueThin.otf') format('opentype'); /* Định dạng font */
  font-weight: 300; 
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueThinItalic.otf') format('opentype'); /* Định dạng font */
  font-weight: 300; 
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueRoman.otf') format('opentype'); /* Định dạng font */
  font-weight: 400; 
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueMedium.otf') format('opentype'); /* Định dạng font */
  font-weight: 500; 
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueMediumItalic.otf') format('opentype'); /* Định dạng font */
  font-weight: 500; 
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueBold.otf') format('opentype'); /* Định dạng font */
  font-weight: 700; 
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/helvetica-neue/HelveticaNeueBoldItalic.otf') format('opentype'); /* Định dạng font */
  font-weight: 700; 
  font-style: italic;
}
:root {
  --bzo-main-color: #6ca12b;
  --bzo-main-color2: #6ca12b;
  --bzo-gray-color: #CCCCCC;
  --bzo-border-color: #d6d6d6;
  --bzo-body-background: #ffffff;
  --bzo-container-width: 1560px;
  --bzo-preload-background: #d52975;
  --bzo-gutter: 15px;
  --bzo-gutter-minus: -15px;
  --bzo-letter-spacing-body: 0.08px;
  --bzo-body_typo-font-family: HelveticaNeue;
  --bzo-body_typo-google: 1;
  --bzo-body_typo-font-size: 16px;
  --bzo-body_typo-line-height: 1.5;
  --bzo-body_typo-color: #333;
  --bzo-title_typo-font-family: HelveticaNeue;
  --bzo-title_typo-google: 1;
  --bzo-title_typo-color: #0F0F0F;
}
@media(max-width: 767px){
  :root {
      --bzo-body_typo-font-size: 14px;
  }
}
/*Reset css*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}*,:after,:before{margin:0;padding:0;box-sizing:border-box}
body {
  margin: 0;
  color: var(--bzo-body_typo-color);
  font-size: var(--bzo-body_typo-font-size);
  font-family:  var(--bzo-body_typo-font-family);
  line-height: var(--bzo-body_typo-line-height);
  background: var(--bzo-body-background);
  letter-spacing: var(--bzo-letter-spacing-body);
  font-weight: 400;
}
@media(max-width: 1200px){
body {
  font-size: 14px;
}
}
p{
  margin-bottom: 25px;
  line-height: var(--bzo-body_typo-line-height);
   font-family:  var(--bzo-body_typo-font-family);
}
a{
  color: var(--bzo-title_typo-color);
  text-decoration: unset;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
:focus {
  outline: none;
}
a.active, 
a:focus, 
a:hover{
  color: var(--bzo-main-color);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
a:hover{
  cursor: pointer;
}
iframe, video, audio{
  width: 100%;
}
a:focus {
  outline: none;
  outline: none;
  outline-offset: unset;
}
input:focus {     
     outline: 0;     
     outline-style: none;     
     outline-width: 0; 
}

select{
  height: 48px;
  line-height: 48px;
  border: 1px solid var(--bzo-border-color);
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0;
  font-family: inherit;
}
input{
  height: 48px;
  line-height: 48px;
  border: 1px solid var(--bzo-border-color);
  padding: 0 20px;
  font-size: var(--bzo-body_typo-font-size);
  border-radius: 0;
  color: var(--bzo-body_typo-color);
  font-family:var(--bzo-body_typo-font-family);
}
input[type="checkbox"]{
  width: 14px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  margin: 0px;
  border-radius:0px;
  position: relative;
  margin-top: -3px;
}
input[type="radio"]{
  width: auto;
  height: auto;
}
.info-mailchimp input[type="checkbox"]{
  margin-top: -3px;
}
input[type="checkbox"]:before{
  content: "";
  width: 16px;
  height: 16px;
  background: #f5f5f5;
  border: 1px solid #727272;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  z-index: 2;
  cursor: pointer;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 0px;
  position: absolute;
  top: -1px;
  left: -1px;
}
input[type="checkbox"]:checked{
  background: var(--bzo-main-color);
}
input[type="checkbox"]:checked:before{
  content: "\f00c";
  background: var(--bzo-main-color);
  border-color: var(--bzo-main-color);
}
input[type="text"]{
  max-width: 100%;
  font-family: var(--bzo-body_typo-font-family);
   box-shadow: none!important;
   border: 1px solid var(--bzo-border-color)!important;
}
textarea{
  min-width: 50%;
  max-width: 100%;
  padding: 10px 20px;
  border: 1px solid var(--bzo-border-color)!important;
  border-radius: 0;
  font-size: 14px;
  color: var(--bzo-body_typo-color);
  font-family: var(--bzo-body_typo-font-family);
  box-shadow: none!important;
}
img{
  max-width: 100%;
  height: auto;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 18px;
}
h5{
  font-size: 16px;
}
h6{
  font-size: 14px;
}
h1, 
h2, 
h3{
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--bzo-title_typo-color);
}
h4, h5, h6 {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--bzo-title_typo-color);
}
@media(max-width: 1200px){
  h1{
      font-size: 30px;
  }
  h2{
      font-size: 24px;
  }
  h3{
      font-size: 18px;
  }
  h4{
      font-size: 16px;
  }
  h5{
      font-size: 14px;
  }

}
ul{
margin-left: 20px;
}
.widget ul li{
margin-bottom: 8px;
}
/*Class style*/
.bg-white{
background-color: #fff;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.flex-wrapper {
display: flex;
display: -ms-flex;
display: -webkit-flex;
}
.flex_direction-row {
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-direction: row;
}
.flex_direction-column {
flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
}
.flex_wrap-wrap, 
.wrap-elementor-container .elementor-container
{
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.flex_wrap-nowrap {
flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
}
.flex-align-left, 
.justify_content-flex-start {
justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.flex-align-right, 
.justify_content-flex-end {
justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.flex-align-center, 
.justify_content-center {
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
}
.justify_content-space-between {
justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
}
.justify_content-space-around {
justify-content: space-around;
-ms-justify-content: space-around;
-webkit-justify-content: space-around;
}
.align_items-flex-start {
align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
}
.align_items-flex-end {
align-items: flex-end;
-ms-align-items: flex-end;
-webkit-align-items: flex-end;
}
.align_items-center {
align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
}
.align_items-baseline {
align-items: baseline;
-ms-align-items: baseline;
-webkit-align-items: baseline;
}
.align_items-stretch {
align-items: stretch;
-ms-align-items: stretch;
-webkit-align-items: stretch;
}
.align-content-center{
  align-content: center;
  align-items: center;
}
.align-content-flex-start{
  align-content: flex-start;
      align-items: flex-start;   
}
.align-content-flex-end{
  align-content: flex-end;
      align-items: flex-end;   
}
.title14, 
.title15, 
.title8, 
.title12, 
.title16, 
.title18, 
.title20, 
.title22, 
.title24, 
.title26, 
.title27, 
.title28, 
.title30, 
.title32, 
.title34, 
.title36, 
.title38,  
.title40, 
.title44, 
.title46, 
.title48, 
.title50,  
.title60,  
.title70,  
.title80, 
.title90, 
.title120, 
.title160, 
.title100, 
.title150 {
margin: 0;
}
.title8 {
font-size: 8px;
}
.title12 {
font-size: 12px;
}
.title14 {
font-size: 14px;
}
.title15 {
font-size: 15px;
}
.title16 {
font-size: 16px;
}

.title18 {
font-size: 18px;
}
.title20 {
font-size: 20px;
}
.title22 {
font-size: 22px;
}
.title24 {
font-size: 24px;
}
.title26 {
font-size: 26px;
}
.title27 {
font-size: 27px;
}
.title28 {
font-size: 28px;
}
.title30 {
font-size: 30px;
}
.title32 {
font-size: 32px;
}
.title34 {
font-size: 34px;
}
.title36 {
font-size: 36px;
}
.title38 {
font-size: 38px;
}
.title40 {
font-size: 40px;
}
.title44 {
font-size: 44px;
}
.title46 {
font-size: 46px;
}
.title48 {
font-size: 48px;
line-height: 52px;
}
.title50 {
font-size: 50px;
}
.title60 {
font-size: 60px;
}
.title70 {
font-size: 70px;
}
.title80 {
font-size: 80px;
}
.title90 {
font-size: 90px;
}
.title120 {
font-size: 120px;
}
.title160 {
font-size: 160px;
}
.title100 {
font-size: 100px; 
}
.title150 {
font-size: 150px;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-medium{
font-weight: 500;
}
.font-semibold{
font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.clearfix{
  clear: both;
}
.hide, 
.hidden{
  display: none;
}
.overflow-hidden{
  overflow: hidden!important;
}
.line-height0{
line-height: 0px;
}
.line-height24{
line-height: 24px;
}
.line-height36{
line-height: 36px;
}

.inline-block {
display: inline-block !important;
vertical-align: top;
}
.list-none ul,
.list-none {
list-style: none;
margin: 0;
padding: 0;
}
.list-inline-block{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-inline-block > li{
  display: inline-block;
}
.list-block > li{
  display: block;
}
.logo-inline-block .logo-text-wrapper a > *{
  display: inline-block;
  vertical-align: middle;
}
.bzotech-scrollbar{
  overflow-y: scroll;
  scrollbar-width: none;
}
.bzotech-scrollbar::-webkit-scrollbar {
  width: 5px;
  left: 5px;
}
.text-uppercase{
text-transform: uppercase;
}
.text-capitalize{
text-transform: capitalize;
}
/* Track */
.bzotech-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 30px;
}

/* Handle */
.bzotech-scrollbar::-webkit-scrollbar-thumb {
  background:var(--bzo-main-color2);
  border-radius: 30px;
}

/* Handle on hover */
.bzotech-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--bzo-main-color);
}
.box-content-custom>*:last-child{
  margin-bottom: 0px;
}
.zoomContainer{
  z-index: 999;
}
.zoomContainer .zoomWindow{
  background-color: #fff;
}
.elbzotech-hidden{
overflow: hidden;
}
.elbzotech-border-radius{
border-radius: 30px;
}

/*begin layout css*/
.wrap{
position: relative;
overflow: hidden;
}
.bzotech-container {
max-width: var(--bzo-container-width);
margin-left:auto;
margin-right:auto;
padding-right: 60px;
padding-left: 60px;
}
@media(max-width:1200px){
.bzotech-container {   
  padding-right: var(--bzo-gutter);
  padding-left: var(--bzo-gutter);
}
.elementor-section.elementor-section-boxed>.elementor-container, 
.e-con-boxed >.e-con-inner{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
}
.bzotech-row{
margin-right:var(--bzo-gutter-minus);
margin-left: var(--bzo-gutter-minus);
display: flex;
flex-wrap: wrap;
}
.bzotech-col-lg-1, .bzotech-col-lg-10, .bzotech-col-lg-11, .bzotech-col-lg-12, .bzotech-col-lg-2, .bzotech-col-lg-3, .bzotech-col-lg-4, .bzotech-col-lg-5, .bzotech-col-lg-6, .bzotech-col-lg-7, .bzotech-col-lg-8, .bzotech-col-lg-9, .bzotech-col-md-1, .bzotech-col-md-10, .bzotech-col-md-11, .bzotech-col-md-12, .bzotech-col-md-2, .bzotech-col-md-3, .bzotech-col-md-4, .bzotech-col-md-5, .bzotech-col-md-6, .bzotech-col-md-7, .bzotech-col-md-8, .bzotech-col-md-9, .bzotech-col-sm-1, .bzotech-col-sm-10, .bzotech-col-sm-11, .bzotech-col-sm-12, .bzotech-col-sm-2, .bzotech-col-sm-3, .bzotech-col-sm-4, .bzotech-col-sm-5, .bzotech-col-sm-6, .bzotech-col-sm-7, .bzotech-col-sm-8, .bzotech-col-sm-9, .bzotech-col-xs-1, .bzotech-col-xs-10, .bzotech-col-xs-11, .bzotech-col-xs-12, .bzotech-col-xs-2, .bzotech-col-xs-3, .bzotech-col-xs-4, .bzotech-col-xs-5, .bzotech-col-xs-6, .bzotech-col-xs-7, .bzotech-col-xs-8, .bzotech-col-xs-9{
position: relative;
min-height: 1px;
padding-right: var(--bzo-gutter);
padding-left: var(--bzo-gutter);
width: 100%;
}
.bzotech-col-sx-1 {
width: 8.33333333%;
}
.bzotech-col-sx-2 {
width: 16.66666667%
}
.bzotech-col-sx-3 {
width: 25%;
}
.bzotech-col-sx-4 {
width: 33.33333333%;
}
.bzotech-col-sx-5 {
width: 41.66666667%;
}
.bzotech-col-sx-6 {
width: 50%;
}
.bzotech-col-sx-7 {
width: 58.33333333%;
}
.bzotech-col-sx-8 {
width: 66.66666667%;
}
.bzotech-col-sx-9 {
width: 75%;
}
.bzotech-col-sx-10 {
width: 83.33333333%;
}
.bzotech-col-sx-11 {
width: 91.66666667%;
}
.bzotech-col-sx-12 {
width: 100%;
}
@media (min-width: 768px){
.bzotech-col-sm-1 {
width: 8.33333333%;
}
.bzotech-col-sm-2 {
width: 16.66666667%
}
.bzotech-col-sm-3 {
width: 25%;
}
.bzotech-col-sm-4 {
width: 33.33333333%;
}
.bzotech-col-sm-5 {
width: 41.66666667%;
}
.bzotech-col-sm-6 {
width: 50%;
}
.bzotech-col-sm-7 {
width: 58.33333333%;
}
.bzotech-col-sm-8 {
width: 66.66666667%;
}
.bzotech-col-sm-9 {
width: 75%;
}
.bzotech-col-sm-10 {
width: 83.33333333%;
}
.bzotech-col-sm-11 {
width: 91.66666667%;
}
.bzotech-col-sm-12 {
width: 100%;
}
}

@media (min-width: 992px){
.bzotech-col-md-1 {
width: 8.33333333%;
}
.bzotech-col-md-2 {
width: 16.66666667%
}
.bzotech-col-md-3 {
width: 25%;
}
.bzotech-col-md-4 {
width: 33.33333333%;
}
.bzotech-col-md-5 {
width: 41.66666667%;
}
.bzotech-col-md-6 {
width: 50%;
}
.bzotech-col-md-7 {
width: 58.33333333%;
}
.bzotech-col-md-8 {
width: 66.66666667%;
}
.bzotech-col-md-9 {
width: 75%;
}
.bzotech-col-md-10 {
width: 83.33333333%;
}
.bzotech-col-md-11 {
width: 91.66666667%;
}
.bzotech-col-md-12 {
width: 100%;
}
}
@media (min-width: 1200px){
.bzotech-col-lg-1 {
width: 8.33333333%;
}
.bzotech-col-lg-2 {
width: 16.66666667%
}
.bzotech-col-lg-3 {
width: 25%;
}
.bzotech-col-lg-4 {
width: 33.33333333%;
}
.bzotech-col-lg-5 {
width: 41.66666667%;
}
.bzotech-col-lg-6 {
width: 50%;
}
.bzotech-col-lg-7 {
width: 58.33333333%;
}
.bzotech-col-lg-8 {
width: 66.66666667%;
}
.bzotech-col-lg-9 {
width: 75%;
}
.bzotech-col-lg-10 {
width: 83.33333333%;
}
.bzotech-col-lg-11 {
width: 91.66666667%;
}
.bzotech-col-lg-12 {
width: 100%;
}
}
/*end layout css*/

/*--- class color ---*/
.main-color{
  color: var(--bzo-main-color);
}
.main-color2{
  color: var(--bzo-main-color2);
}
.bg-color{
  background-color: var(--bzo-main-color);
}
.bg-color2{
  background-color: var(--bzo-main-color2);
}
.bg-color-title{
background-color: var(--bzo-title_typo-color2);
}
.color-white{
  color: #fff;
}
.color-body{
  color: var(--bzo-body_typo-color);
}
.color-title{
  color: var(--bzo-title_typo-color);
}
.color-title2{
  color: var(--bzo-title_typo-color2);
}
.ui-widget{
font-family: inherit!important;
font-size:  inherit!important;
}
.font-body {
  font-family: var(--bzo-body_typo-font-family);
}
.font-title{
  font-family: var(--bzo-title_typo-font-family);
}
body.bzotech-elementor-layout-shifts{
  opacity: 0;
}
.widget_search .search-form{
display: flex;
}
.widget_search .search-form label{
  width: calc(100% - 100px);
}
.widget_search .search-form .search-submit{
  width: 100px;
  border-radius: 0 4px 4px 0;
}
.widget_search input.search-field{
border-right: none;
width: 100%;
border-radius: 4px 0 0 4px;
}
.widget-title{
font-weight: 600;
margin-top: 0px;
font-size: 18px;
}
.sidebar-widget{
margin-bottom: 50px;
}
.widget ul{
margin-left: 0px;
list-style: none;
}
.widget_categories ul .children{
margin-left: 0px;
margin-top: 15px;
}
.widget_categories ul .children li{
  padding-left: 20px;
  position: relative;
}
.widget_categories ul .children li::before{
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  background: var(--bzo-title_typo-color);
  top: 50%;
  left: 2px;
}
.item-post-wg .post-info .tit-post{
  line-height: 1.3;
}
.widget_categories ul li {
  margin-bottom: 15px;
}
.page-id-40,
.page-id-38,
.elementor-page-36,
body {
background: #f2f2f2;
}

.box-ly-do-chon ul{
position: relative;
margin: 0;
padding-left: 50px;
list-style: none;
}
.box-ly-do-chon ul:before{
position: absolute;
content: '';
width: 1px;
height: 100%;
background: #999999;
left: 16px;
top: 4px;
}
.box-ly-do-chon ul li{
position: relative;
	margin-bottom: 30px
}
.box-ly-do-chon h3{
font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
      margin-top: 0px;
}
.box-ly-do-chon ul li:before{
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  border: 2px solid #212121;
  background: #fff;
  border-radius: 50%;
  left: -49px;
  top: -4px;
}
.box-ly-do-chon ul li:after{
position: absolute;
  content: '';
  width: 10px;
  height: 16px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  left: -33px;
  top: 9px;
}
.banner-quy-trinh{
z-index: 1;
}
.banner-quy-trinh .title-bn{
position: relative;
z-index: -1;
width: 100%;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
overflow: hidden;
  transition: .3s;
}
.banner-quy-trinh:hover .title-bn{
color: #fff;
}
.banner-quy-trinh .title-bn:after{
  content: '';
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  background: var(--bzo-main-color);
  z-index: -1;
  border-radius: 50%;
  top: -50px;
  right: 0;
  margin: auto;
  transition: .4s;
  opacity: 0;
}
.banner-quy-trinh:hover .title-bn:after{
  width: 300px;
  height: 300px;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  opacity: 1;
}

@keyframes ringring {
0% {
  transform: rotate(0) scale(1) skew(1deg);
}

10% {
  transform: rotate(-25deg) scale(1) skew(1deg);
}

20% {
  transform: rotate(25deg) scale(1) skew(1deg);
}

30% {
  transform: rotate(-25deg) scale(1) skew(1deg);
}

40% {
  transform: rotate(25deg) scale(1) skew(1deg);
}

50% {
  transform: rotate(0) scale(1) skew(1deg);
}

100% {
  transform: rotate(0) scale(1) skew(1deg);
}
}

.banner-quy-trinh .number-banner{
width: 40px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.banner-quy-trinh:hover .number-banner{
  animation: ringring 1s infinite ease-in-out;
}
.banner-quy-trinh .adv-thumb-link{
display: inline-flex;
  border-radius: 50%;
  margin-top: 5px;
}
.banner-quy-trinh:hover .adv-thumb-link{
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.banner-quy-trinh{
transition: .3s;
}
.banner-quy-trinh:hover {
transform: translateY(8px);
}
.line-height0-banner .elbzoframe-banner-info-wrap{
line-height: 0;
}
.form-bao-gia select,
.form-bao-gia input{
max-width: 100%!important;
    color: #999999 !important;
}
.form-bao-gia .wpforms-field{
padding: 0px!important;
margin-bottom: 12px;
}
.form-bao-gia .wpforms-container .wpforms-one-half, 
.form-bao-gia .wpforms-container .wpforms-three-sixths, 
.form-bao-gia .wpforms-container .wpforms-two-fourths {
  width: calc(50% - 6px);
}
.form-bao-gia .wpforms-container .wpforms-field.wpforms-five-sixths, 
.form-bao-gia .wpforms-container .wpforms-field.wpforms-four-sixths, 
.form-bao-gia .wpforms-container .wpforms-field.wpforms-four-fifths, 
.form-bao-gia .wpforms-container .wpforms-field.wpforms-one-fifth, 
.form-bao-gia .wpforms-container .wpforms-field.wpforms-one-fourth, 
.form-bao-gia .wpforms-container .wpforms-field.wpforms-one-half, 
.form-bao-gia .wpforms-container .wpforms-field.wpforms-one-sixth,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-one-third,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-three-fourths,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-three-fifths,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-three-sixths,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-two-fourths,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-two-fifths,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-two-sixths,
.form-bao-gia .wpforms-container .wpforms-field.wpforms-two-thirds{
    margin-left: 12px;
}
.form-bao-gia .elementor-widget-container .wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit{
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-flex;
  cursor: pointer;
  z-index: 1;
  position: relative;
  font-family: var(--bzo-body_typo-font-family);
  overflow: hidden;
  transition: .3s;
  background: var(--bzo-main-color);
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: auto;
  float: right;
}
.form-bao-gia .elementor-widget-container .wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit:hover{
      color: var(--bzo-main-color);
  background: #fff;
}

@keyframes bzo-scroll-ver{
from {
      transform: translateX(0); /* Bắt đầu từ vị trí ban đầu */
  }
  to {
      transform: translateX(-50%); /* Cuộn đến giữa để lặp */
  }
}
.list-scroll-auto{
  display: flex;
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  animation: bzo-scroll-ver 10s linear infinite;
  gap:30px;
}
.list-scroll-auto:hover{
  animation-play-state: paused;
}
.list-scroll-auto .col{
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  gap:30px;
  max-height: 100%;
  position: relative;
  flex-direction: column;
}
@media(max-width: 1200px){
.list-scroll-auto .col,
.list-scroll-auto{
    gap:5px;
}
.list-scroll-auto .col{
  width: 20%;
}
}
@media(max-width: 767px){
.list-scroll-auto .col{
  width: 25%;
}
}
.list-scroll-auto .col:nth-child(2n){
  margin-top: 50px;
}
.box-khach-hang .elbzoframe-text-editor-global:before{
  content: '';
  top: 5px;
  bottom: 9px;
  width: 50%;
  position: absolute;
  right: 70%;
  z-index: 1;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.box-khach-hang .elbzoframe-text-editor-global:after{
  content: '';
  top: 5px;
  bottom: 9px;
  width: 50%;
  position: absolute;
  left: 70%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.box-slider-du-an .item-slider-global- .box-content-custom{
position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 60%);
  color: #fff;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap:8px;
      transition: .3s;
      opacity: 0;
}
.box-slider-du-an .item-slider-global-:hover .box-content-custom{
  opacity: 1;
}
.box-slider-du-an .item-slider-global- .box-content-custom h4{
color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
@media(max-width: 1200px){
.box-slider-du-an .item-slider-global- .box-content-custom h4{
  font-size: 16px;
}
.box-slider-du-an .item-slider-global- .box-content-custom {
  padding: 0px 20px;
}
}
.box-slider-du-an .item-slider-global- .adv-thumb-link{
display: flex;
}
.box-slider-du-an .item-slider-global-:hover .adv-thumb-link{
  filter: blur(5px);
}
.box-slider-du-an .item-slider-global- .adv-thumb-link img{
width: 100%;
}
.box-slider-du-an .swiper-slide{
  border-radius: 8px;

}
.border-gioi-thieu {
align-items: end!important;
  display: flex;
}
.border-gioi-thieu .elementor-widget-container{
height: 100px!important;
}
.box-number-gioi-thieu h3{
    position: relative;
}
.box-number-gioi-thieu h3:after{
   content: '';
   position: absolute;
   height: 2px;
   background: #121212;
   width: 50px;
       bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.box-number-gioi-thieu .unit{
font-size: 36px;
  position: absolute;
  top: 2px;
}
.banner-info-content{
display: block !important;
}
@media(max-width: 1200px){
.box-number-gioi-thieu .unit{
  font-size: 20px;
}
.box-number-gioi-thieu h3:after{
  width: 20px;
}
}

.item-dich-vu ul{
list-style: none;
display: flex;
flex-direction: column;
gap:6px;
margin: 0px;
}
.item-dich-vu ul li{
position: relative;
padding-left: 24px;
}
.item-dich-vu ul li:before{
position: absolute;
content: '';
width: 7px;
height: 10px;
border: solid var(--bzo-main-color);
border-width: 0px 2px 2px 0;
transform: translate(-50%, -50%) rotate(45deg);
left: 8px;
top: 8px;
}
@media(max-width: 880px){
.box-bn-ly-do-chon{
  position:absolute!important;
  right: 0;
  top: 0;
}
}
.animate-stroke {
  animation: stroke 10s linear infinite;
}

@keyframes stroke {
0% {
  stroke-dasharray: 15.0406, 15.0406;
  stroke-dashoffset: 600;
}

100% {
  stroke-dasharray: 15.0406, 15.0406;
  stroke-dashoffset: 0;
}
}

.stroke-2 {
  stroke-width: 2;
}

.stroke-\[\#919191\] {
stroke: #919191;
}
.fill-none {
  fill: none;
}
.swiper2 .bzotech_swiper_slider_client img, 
.swiper3 .bzotech_swiper_slider_client img{
border-radius: 8px;
width: 100%;
} 
.swiper1 .swiper-pagination{
text-align: left;
}
.swiper2 .adv-thumb-link{
display: flex;
}
.swiper1 .content-slider-custom{
  max-height: 240px;
  overflow-y: auto;
  padding-right: 30px;
}
@media(max-width: 767px){
.swiper1 .content-slider-custom{
    max-height: 350px;
    padding-right: 15px;
}
}
.swiper1 .content-slider-custom::-webkit-scrollbar {
  width: 3px;
}
.swiper1 .content-slider-custom::-webkit-scrollbar-track {
  border-radius: 10px;
}
.swiper1 .content-slider-custom::-webkit-scrollbar-thumb {
  background-color: var(--bzo-main-color);
}
.swiper1 .content-slider-custom::-webkit-scrollbar-thumb:hover {
  background: var(--bzo-main-color);
}
.site-main {
overflow: hidden;
}
.danh-sach-cn .btn-group{
display: flex;
flex-wrap: wrap;
gap:10px;
margin-top: 15px;
}
.danh-sach-cn .btn-group label{
  border: solid 1px rgba(220, 220, 220, 0.4);
  font-size: 14px;
  padding: 10px 5px 10px 15px;
  margin: 0;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-transform: capitalize !important;
  width: calc(20% - 8px);
  text-align: center;
      transition: all .3s linear;
}
.danh-sach-cn .btn-group label:hover{
 border-color: var(--bzo-main-color);
}
@media(max-width: 1200px){
.danh-sach-cn .btn-group label{
 
  width: calc(25% - 7.5px);

}
}
@media(max-width: 880px){
.danh-sach-cn .btn-group label{
 
  width: calc(33.33% - 6.66px);

}
}
@media(max-width: 767px){
.danh-sach-cn .btn-group label{
 
  width: calc(50% - 5px);

}
}
.danh-sach-cn .btn-group input[type="checkbox"]{
  display: none;

}
.banner-thietke .gia .unit1{
font-size: 18px;
font-weight: 500;
    vertical-align: super;
}
.banner-thietke .gia .unit2 {
font-size: 18px;
font-weight: 500;
color: #666;
}
.banner-thietke .gia .unit2 .gia-km{
font-size: 16px;
color: #919EAB;
text-decoration: line-through;
}
.list-icon ul{
list-style: none;
margin: 0px;
}
.list-icon ul li{
position: relative;
margin-bottom: 5px;
padding-left: 30px;
}
.list-icon ul i{
color: var(--bzo-main-color);
position: absolute;
left: 0;
top: 2px;
}
.wpforms-container input.wpforms-field-medium{
max-width: 100%!important;
}
div.wpforms-container-full button[type=submit],
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
border: none;
  border-radius: 6px!important;
  color: #fff;
  font-weight: 500;
  padding: 16px 30px!important;
  font-size: 16px;
  line-height: 1.5!important;
  font-size: 16px!important;
  display: inline-flex;
  cursor: pointer;
  z-index: 1;
  position: relative;
  font-family: var(--bzo-body_typo-font-family);
  overflow: hidden;
  transition: .3s;
  background: var(--bzo-main-color)!important;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 10px;
      height: auto!important;
}
div.wpforms-container-full button[type=submit]:hover{
 background: var(--bzo-title_typo-color)!important;
 color: var(--bzo-main-color)!important;
}
.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: 500!important;
}

/*...............................................*/
/*  PRODUCT GRID  */
/*.................................................*/
.item-grid-product-{
.item-product{
  position: relative;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(31, 38, 66, .1);
  .product-thumb{
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .link-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    border-radius: 5px 5px 0 0;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    a{
      border: none;
      border-radius: 6px;
      color: #fff;
      font-weight: 500;
      padding: 7px 15px !important;
      font-size: 16px;
      line-height: 1.5;
      min-width: 135px;
      height: 40px;
      display: inline-flex;
      cursor: pointer;
      z-index: 1;
      position: relative;
      font-family: var(--bzo-body_typo-font-family);
      overflow: hidden;
      transition: .3s;
      position: relative;
      overflow: hidden;
      justify-content: center;
      align-items: center;
      gap: 10px;
      color: #fff;
      border: solid 1px var(--bzo-title_typo-color);
      background: var(--bzo-title_typo-color);
      margin: 5px;
      /* position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-75px, -25px); */
      &:hover{
        border-color: var(--bzo-title_typo-color);
        color: var(--bzo-main-color);
        background: var(--bzo-title_typo-color);
      }
      &.title14{
        border: solid 1px var(--bzo-main-color);
        background: var(--bzo-main-color);
        color: #fff;
        &:hover{
          border-color: var(--bzo-title_typo-color);
          color: var(--bzo-main-color);
          background: var(--bzo-title_typo-color);
        }
      }
     
    }
  }
  .product-info{
    padding: 15px;
    .title16{
      margin-bottom: 10px;
      .color-title{
        font-size: 18px;
        font-weight: 700;
        display: -webkit-box;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
      }
    }
    p.price, div.product-price{
      /* flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center; */
      display: block;
      overflow: hidden;
      height: 30px;
      .woocommerce-Price-amount{
        bdi{
          font-size: 14px;
          font-weight: 700;
          color: var(--bzo-main-color);
        }
      }
      ins{
        float: left;
         .woocommerce-Price-amount{
        font-size: 14px;
        font-weight: 700;
        color: var(--bzo-main-color);
         }
      }
      del{
          float: right;
         .woocommerce-Price-amount{
          text-decoration: none;
           bdi{
            font-size: 13px;
            font-weight: 400;
            color: #1f2642;
            text-decoration: line-through;
           }
         }
      }
    }
  }
  &:hover .link-image{
    width: 100%;
    height: 100%;
      transform: scale(1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
  }
}
}

.shop-list-view{
.list-4-item{
  margin-bottom: 30px;
}
}

.pagi-nav{
margin-bottom: 50px;
}
.result-search{
padding: 0 30px;
background: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
border-radius: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
background: #f9f9fb;
margin-bottom: 40px;
.result-search-box__text{
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 20px;
}
.result-search-box__item a{
  position: relative;
  border: 1px solid var(--bzo-main-color);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 6px 10px 6px 25px;
  margin-right: 12px;
  color: var(--bzo-main-color);
}
}
/*...............................................*/
/*  PAGE INFOR  */
/*.................................................*/
.elementor-page-1467 main{
h1{
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.2;
  @media(min-width: 1200px){
    line-height: 3.6rem;
  }
}
.button-inner{
  margin-bottom: 10px;
}
}

.about-group-2{
margin-top: -7% !important;
}

@keyframes balloon1{
0% {
  transform: rotate(180deg);
  border-radius: 40% 50% 43% 48%;
}
50% {
  transform: rotate(360deg);
  border-radius: 50% 40% 45% 50%;
}
100% {
  transform: rotate(0deg);
  border-radius: 50%;
}
}
@keyframes tpupdown {
0% {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
100% {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
}

.about-group-4{
margin-top: -20px !important;

.swiper-wrapper{
  align-items: center;
}
.item-slider-global-{
  text-align: center;
}
.swiper-wrapper{
   @media (max-width: 767px){
    margin: -40px 0;
  } 
} 
.swiper-slide{
  max-height: 303px;
  &:nth-child(2n+1){
    animation: tpupdown 1s infinite alternate;
  }
  &:nth-child(2n+2){
    animation: tpupdown 1.2s infinite alternate;
  }
  &:nth-child(2n+3){
    animation: tpupdown 1.4s infinite alternate;
  }
  &:nth-child(2n+4){
    animation: tpupdown 1.6s infinite alternate;
  }
  &:nth-child(2n+5){
    animation: tpupdown 1.8s infinite alternate;
  }
  &:nth-child(2n+6){
    animation: tpupdown 2s infinite alternate;
  }
  &:nth-child(2n+7){
    animation: tpupdown 2.2s infinite alternate;
  }
  &:nth-child(2n+8){
    animation: tpupdown 2.4s infinite alternate;
  }
  &:nth-child(2n+9){
    animation: tpupdown 2.6s infinite alternate;
  }
  &:nth-child(2n+10){
    animation: tpupdown 2.8s infinite alternate;
  }
  .image-wrap{
    border-radius: 150px;
    height: 303px;
    width: 303px;
    display: inline-block;
    position: relative;
    
 
  }
  .image-wrap::after{
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ebebeb;
    border-radius: 50%;
    transition: background linear 1s;
    z-index: -1;
    animation-name: balloon1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 15s;
    animation-delay: 0s;

      
  }
  .image-wrap::before{
    content: "";
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--bzo-main-color), #d6f3b2);
    position: absolute;
    bottom: -50px;
    right: 20px;
    transition: all ease 1s;
    opacity: 0;
    transition-delay: 0.2s;
    animation: balloon 2s linear 0s infinite alternate;
  }
   &:nth-child(2n){
    margin-top: 10rem;
  } 
  &:hover .image-wrap::before{
    opacity: 1;
    bottom: 0px;
  }
  &:hover .image-wrap::after{
    background: linear-gradient(45deg, #faf5f0, var(--bzo-main-color));
  }
  
  .image-wrap .adv-thumb-link{
     text-align: center;
    overflow: hidden;
    height: 303px;
    border-radius: 50%;
    &::before{
      content: "";
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background: linear-gradient(45deg, var(--bzo-main-color), #85d389);
      position: absolute;
      top: 80px;
      right: 40px;
      transition: all ease 1s;
      opacity: 0;
      transition-delay: 0.6s;
      animation: balloon 4s linear 1s infinite alternate;
    }
    &::after{
      content: "";
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(45deg, var(--bzo-main-color), #85d389);
      position: absolute;
      top: 120px;
      left: 20px;
      transition: all ease 1s;
      opacity: 0;
      transition-delay: 0.4s;
      animation: balloon 3s linear 0.5s infinite alternate;
    }
  }
  &:hover .image-wrap .adv-thumb-link::before{
    opacity: 1;
    top: 50px;
  }
  &:hover .image-wrap .adv-thumb-link::after{
    opacity: 1;
    top: 80px;
  } 
  
   .content-slider-custom {
    display: inline-block;
    background: radial-gradient(circle at center, rgb(0 0 0 / 10%), rgb(108 161 43 / 70%) 100%);
    padding: 10px;
    border-radius: 15px;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
    opacity: 0;
    transition: all ease 0.5s;
    backdrop-filter: blur(10px);
    transition-delay: 0.2s;
    z-index: 3;
    color: #fff;
    text-align: center;
    p{
      margin-bottom: 10px;
    }
    .about-group-4-items__name{
      color: #fff;
      text-transform: capitalize;
      font-weight: bold;
      font-size: 18px;
    }
  }
  &:hover .content-slider-custom{
    opacity: 1;
    bottom: 10px;
  }
}
}


/* team box */
.team-box-2{
margin-bottom: 20px;
.box{
  border-radius: 1rem;
  border: 1px solid var(--bzo-main-color);
  padding: 1rem;
  min-height: 197px;
  position: relative;
  overflow: hidden;
  @media (max-width: 767px){
    min-height: 155px;
    text-align: center;
  }
  .number{
    font-size: 2.25rem;
    margin-bottom: 0.875rem;
  }
  .name{
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--bzo-main-color);
    text-transform: uppercase;
  }
  .value-item__desc{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.125rem;
    opacity: 0;
    background: linear-gradient(-45deg, #c6e4a3 0, var(--bzo-main-color) 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    p{
      color: #fff;
      margin: 0;
      -webkit-transition: all 0.2s linear 0.2s;
      transition: all 0.2s linear 0.2s;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;

    }
  }
  &:hover .value-item__desc{
        opacity: 1;
        p{
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
        }
  }
}
}
/* ........................ */
/* team box6 */
/* ........................ */
.team-box-6__video{
position: relative;
@media (min-width: 1024px){
  &:after{
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #faf5f0;
    border-radius: 1rem 0 0 1rem;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
}

/* ........................ */
/* about-group-6 */
/* ........................ */
.about-group-6{
 &::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, #faf5f0 30%, rgba(108, 161, 43, 70%) 50%, rgba(112, 239, 209, 0%) 100%);
  background: -webkit-gradient(linear, 90deg, color-stop(30%, FAF5F0), color-stop(50%, 70efd1), color-stop(100%, 70efd1));
  background: -webkit-linear-gradient(90deg, #faf5f0 30%, rgba(108, 161, 43, 70%) 50%, rgba(112, 239, 209, 0%) 100%);
  background: -o-linear-gradient(90deg, #faf5f0 30%, rgba(108, 161, 43, 70%) 50%, rgba(112, 239, 209, 0%) 100%);
  background: -ms-linear-gradient(90deg, #faf5f0 30%, rgba(108, 161, 43, 70%) 50%, rgba(112, 239, 209, 0%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(90deg, #faf5f0 30%, rgba(108, 161, 43, 70%) 50%, rgba(112, 239, 209, 0%) 100%);
} 
.e-con-inner{
  z-index: 9;
}
}
/*.............................*/
/*....Box sevice in home page..*/
/*.............................*/
.times-hide-show-box{
max-height: 476px;
overflow: hidden !important;
transition: all 0.5 ease;
@media (max-width: 1919px){
  max-height: 470px;
}
@media (max-width: 767px){
  display: block;
  max-height: 476px; 
}

}
.times-hide-show-box.active{
max-height: 100%;
transition: all 0.5 ease;
}

/*.............................*/
/*....interface repository page..*/
/*.............................*/
.banner-info-header{
/* .button-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #f9f1ff;
  width: fit-content;
  padding: 8px 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  gap: 8px;
  .text-button{
    color: #7c0fd1;
  }
  &:hover{
    background: var(--bzo-main-color);
  }
} */
 .button-inner{
  background-color: #fff;
  margin-bottom: 15px;
  color:#000;
  &:hover{
    background: var(--bzo-main-color);
    color:#000;
  }
 }
h2{
  font-size: 48px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 16px;
  span{
    color: var(--bzo-main-color);
  }
  .txt{
    color: var(--bzo-main-color);
  }
}
.txt{
  color: #000;
}
}
.dwebt-link{
.icon-image-btn img{
  height: 17px;
}
}

/*............................*/
/*....fix bùg..*/
/*........................*/
div.wpforms-container-full form.wpforms-form .wpforms-has-error{
overflow: visible !important;
}
div.wpforms-container-full form.wpforms-form em.wpforms-error{
position: absolute !important;
  top: 105%;
  margin: 0;
  background: #fff;
  z-index: 9;
  border: 1px solid #ddd;
  padding: 5px 10px !important;
  border-radius: 4px;
}
.elementor-post-info .elementor-icon-list-item a{
display: flex;
justify-content: center;
svg{
  width: 15px;
}
}
@media (max-width: 767px){
.widget_search{
  margin-top: 60px;
}
}

.cart-step-billing .cart-step-wrap i{
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CCCCCC;
  border-radius: 50%;
  font-size: 22px;
  background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.woocommerce-order-received .cart-step-billing .cart-step-wrap.complete i,
.woocommerce-checkout:not(.woocommerce-order-received) .cart-step-billing .cart-step-wrap.info i,
.woocommerce-cart .cart-step-billing .cart-step-wrap.cart i{
  color: #fff;
  background: var(--bzo-main-color);
  border-color: var(--bzo-main-color);
}
.cart-step-billing .cart-step-wrap{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
      min-width: 33.33%;
}
.cart-step-billing{
  justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    position: relative;
        margin-bottom: 40px;
}
.cart-step-billing:before{
    position: absolute;
    content: '';
    height: 4px;
    background: #E0E0E0;
    top: 22px;
    width: 100%;
    z-index: -1;
}
.woocommerce-cart .cart-step-billing:after{
    position: absolute;
    content: '';
    height: 4px;
    background: var(--bzo-main-color);
    top: 22px;
    width: 33.33%;
    z-index: -1;
    left: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) .cart-step-billing:after{
    position: absolute;
    content: '';
    height: 4px;
    background: var(--bzo-main-color);
    top: 22px;
    width: 33.33%;
    z-index: -1;
    left: 33.33%;
}
.woocommerce-order-received .cart-step-billing:after{
    position: absolute;
    content: '';
    height: 4px;
    background: var(--bzo-main-color);
    top: 22px;
    width: 33.33%;
    z-index: -1;
    left: 66.66%;
}
.woocommerce-order-received .complete .txt-cart-step,
.woocommerce-checkout:not(.woocommerce-order-received) .info .txt-cart-step,
.woocommerce-cart .cart .txt-cart-step{
    font-weight: 600;
    color: var(--bzo-main-color);
}
@media(max-width: 767px){
  .txt-cart-step{
    display: none;
  }
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce-cart .woocommerce-cart-form{
    width: 60%;
}
.woocommerce-cart .cart-collaterals{
    width: 40%;
    padding-left: 30px;
}
.woocommerce-cart table.shop_table{
      background: #fff;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    overflow: hidden;
}
/*.woocommerce-cart table.shop_table thead{
   background: #333;
    color: #fff;
    border-radius: 4px 4px 0 0;
}*/
.woocommerce-cart table.shop_table thead th{
  font-weight: 400;
    background: #333;
    color: #fff;
}
.woocommerce-cart table.shop_table .product-subtotal,
.woocommerce-cart table.shop_table thead .product-subtotal{
  text-align: right;
}
table.shop_table tbody .product-subtotal {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.woocommerce a.remove{
  color: #888!important;
      margin-top: 10px;
}
.woocommerce a.remove:hover{
  background:transparent;
  color: var(--bzo-main-color)!important;
}
/*woocommerce button*/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    border: 1px solid var(--bzo-main-color);
    color: var(--bzo-title_typo-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 11px 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .2s;
    background: #fff;
    position: relative;
    overflow: hidden;
    opacity: 0.6;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
    color: #fff;
    border-color: var(--bzo-main-color);
    background: var(--bzo-main-color);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
.button, 
.wishlist_table .product-add-to-cart a, 
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce a.button.alt, .woocommerce button.button, 
.woocommerce input.button{
    border: 1px solid var(--bzo-main-color);
    color: var(--bzo-title_typo-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 11px 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius:4px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .2s;
    background: #fff;
    position: relative;
    overflow: hidden;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
.button:hover, 
.wishlist_table .product-add-to-cart a:hover, 
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color:#fff;
    background: var(--bzo-main-color);
}
#order_review_heading,
.cart_totals> h2{
    margin-top: 0px;
    display: none;
}
.woocommerce-page table.cart td.actions .input-text{
      width: auto!important;
      border-radius: 4px;
          padding: 0px 15px !important;
}
form.woocommerce-checkout{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  width: 100%;
  float: none;
}
.woocommerce #customer_details{
  width: 60%;
}
.woocommerce #order_review{
  width: 40%;
  padding-left: 30px;
}
@media(max-width: 1200px){
  .woocommerce #customer_details{
    width: 50%;
  }
  .woocommerce #order_review{
    width: 50%;
  }
}
@media(max-width: 767px){
  .woocommerce #customer_details{
    width: 100%;
  }
  .woocommerce #order_review{
    width: 100%;
    padding-left: 0px;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table{
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    border: none;
    border-radius: 4px 4px 0 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
      background-color: #ffff;
}
.woocommerce-info {
    border-top-color:var(--bzo-main-color);
    border-radius: 4px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{

    background-color: #f2f2f2;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
  border-bottom-color:#f2f2f2;
}
.woocommerce-order-received .woocommerce-order{
      background: #fff;
    padding: 20px;
    border-radius: 4px;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}
.woocommerce-order-details__title,
.woocommerce-column__title{
  font-size: 20px;
}
.woocommerce ul.order_details li{
  margin-bottom: 30px;
}
@media(max-width: 767px){
  .woocommerce ul.order_details li {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 20px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .woocommerce ul.order_details li:last-child{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .woocommerce-page table.cart td.actions .coupon{
        width: 100%;
        display: flex;
  }
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    width: 100%;
    padding-left: 0px;
  }
}
/*Beign page my account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0px;
    margin: 0px;
}
.woocommerce .myaccount_registration_login form.checkout_coupon, 
.woocommerce .myaccount_registration_login form.login, 
.woocommerce .myaccount_registration_login form.register{
    border: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.woocommerce .myaccount_registration_login form.register>p{
    margin-bottom: 15px;
}
.woocommerce .myaccount_registration_login form .form-row input.input-text {
    border: none;
    padding: 0px 15px;
    background-color: #f5f5f5;
}
.rememberme-lost_password .lost_password{
    float: right;
    margin-bottom: 0px;
}
.rememberme-lost_password label{
    font-weight: 400;
    margin-bottom: 0px;
    vertical-align: middle;
}
.rememberme-lost_password label span{
    margin-left: 5px;
}
.woocommerce-form-login p.lost_password{
    margin-bottom: 0px;
}

.myaccount-tab-title ul{
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.myaccount-tab-title li{
    width: 100%;
    float: left;
    padding: 0px;
}
.myaccount-tab-title li a{
    height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    border-bottom: 1px solid var(--bzo-border-color);
    font-weight: 600;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 20px;
    top: 20px;
}
.woocommerce form .show-password-input:hover::after, 
.woocommerce-page form .show-password-input:hover::after, 
.woocommerce form .show-password-input.display-password::after, 
.woocommerce-page form .show-password-input.display-password::after{
    color: var(--bzo-main-color);
}
.myaccount-tab-title li.active a{
    border-color: var(--bzo-main-color);
    color: var(--bzo-main-color);
}
.woocommerce-account .addresses .title .edit:hover{
    text-decoration: underline;
}
.woocommerce-account .edit-account fieldset{
     margin-top: 30px;
}
.woocommerce-account .addresses .title .edit{
    text-transform: capitalize;
    color: var(--bzo-main-color);
}
.woocommerce-account .edit-account fieldset legend{
    display: inline-block;
    color:  var(--bzo-title_typo-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: navajowhite;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content p:last-child, 
.woocommerce-MyAccount-content div:last-child
{
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content form>h3, 
.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content form button[type="submit"]{
    margin-top: 25px;
}
.myaccount_registration_login label[for="apply_for_vendor"]{
    margin-bottom: 0px;
}
.myaccount_registration_login .woocommerce-privacy-policy-text{
    margin-bottom: 25px;
}
.rememberme-lost_password{
    margin-top: 20px;
}
.woocommerce-customer-details address,
.woocommerce table.order_details,
.woocommerce table.my_account_orders{
    font-size: var(--bzo-body_typo-font-size);
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    overflow: hidden;
}
.woocommerce table.my_account_orders thead{
    background: #333;
    color: #fff;
}
.woocommerce table.my_account_orders thead th{
    padding: 10px;
    font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 30px;
    border: 1px solid var(--bzo-border-color);
    background: #fff;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 15px 0px;
    list-style: none;
}
@media(min-width: 992px){
    .woocommerce-MyAccount-navigation ul li:not(:last-child){
        border-bottom: 1px solid #e8e8e8;
    }
}
.woocommerce-MyAccount-navigation ul li a:hover, 
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--bzo-main-color); 
}
.woocommerce-MyAccount-navigation ul li a{
    font-weight: 500;
}
        
.woocommerce-account .woocommerce-MyAccount-content{
    padding-left: 20px;
}

.woocommerce-account-fields .woocommerce-form__label .input-checkbox{
    display: inline-block;
    margin: 0px;
    position: relative;
    margin-right: 5px;
}
.woocommerce-account-fields .woocommerce-form__label span{
    vertical-align: middle;
}
.woocommerce-MyAccount-content .woocommerce-Address address{
    margin-top: 0px;
}
.woocommerce-MyAccount-orders thead .nobr{
    color: #fff;
}
.woocommerce-EditAccountForm .woocommerce-form-row>span em{
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.content-no-sidebar .myaccount_registration_login>.bzotech-row{
    justify-content: center;
}

/*End  page my account*/

.contact-scroll{
  position: fixed;
  display: flex;
  flex-direction: column;
  right:20px;
  bottom: 30px;
  gap:10px;
  z-index: 999;
}
.contact-scroll a{
  transition: .3s;
      height: 55px;
    width: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #334c14;
    border-radius: 50%;
    color: #fff;
    font-size:32px;
}
.contact-scroll a:hover{
    background: var(--bzo-main-color);
}
@media(max-width: 1200px){
  .contact-scroll a{
    height: 42px;
    width: 42px;
    font-size: 24px;
  }
  .contact-scroll a svg{
      width: 22px;
  }
  .contact-scroll {
    right: 15px;
    gap: 6px;
  }
}
.times-hide-show.active .mr,
.times-hide-show .tg{
	display:none;
}
.times-hide-show.active .tg{
	display:inline-block;
}
.times-hide-show.active .icon-image-btn{
	rotate: 180deg;
}