/*
Theme Name: Torotech
Description: Torotech
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header.transparent .header-wrapper {
	background-color: #00000014;
}
.timeline-wrap {
 
  gap: 28px;
  align-items: start;
 
}
@media (max-width: 980px) {
  .timeline-wrap {
    grid-template-columns: 1fr;
  }
}
.vertical-timeline {
  position: relative;
  padding-left: 40px;
}
.vertical-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color), rgba(0, 168, 107, 0.6));
  border-radius: 6px;
}
.my_step {
  position: relative;
  margin-bottom: 28px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece6d6;
  box-shadow: 0 10px 22px rgba(10, 12, 8, 0.03);
  cursor: pointer;
  transition: transform 0.18s;
}
.my_step:hover {
  transform: translateY(-6px);
}
.my_step.active, .my_step:hover {
  box-shadow: 0 18px 36px rgba(0, 168, 107, 0.08);
  border-color: var(--primary-color);
  background: rgba(0,168,107,0.12);
}
.my_step .num {
  position: absolute;
  left: -48px;
  top: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.my_step h3 {
	color: var(--primary-color);
  margin-bottom: 8px;
}
.my_step p {
  color: #555;
  font-size: 14px;
	margin-bottom:0px;
}

.header-block{
	position:relative;
	margin-right:0px !important;
}
.header-block .header-block-block-1{
	width:160px;
	float:right;
}
.icon_hotline{
	align-items: anchor-center;
	text-align:right;
}
.icon_hotline svg path{
	fill: #fff;
}
.icon_primary svg path{
	fill: var(--primary-color);
}
.icon_hotline .icon-box-text{
	padding-left:0px !important;
}
.stuck .header-main .icon_hotline .icon-box-text h3  {
		
   color:var(--primary-color);
}
.stuck .header-main .nav.header-nav-main>li.active>a{
	 color:var(--primary-color);
}
.stuck .header-main .icon_hotline svg path{
	fill: var(--primary-color);
}
.icon_hotline .icon-box-text h3{
	color:#fff;
	    font-size: 18px;
	font-weight: bold;
}
.title_h2{
	color: var(--primary-color);
}
.button:not(.icon)>span+.ti {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
   display:inline-block;
	    margin-left: 21px;
    margin-right: -.4em !important;
}
.button span{
	font-weight:normal;
}
.button.secondary{
	opacity: 1;
	box-shadow: unset;
}
.button.secondary:hover{
	border-color: #0E9057 !important;
	background: #0E9057!important;
}
.button.secondary:hover .ti{
	   margin-left: 30px;
	
}
.home_banner .text h3{
	font-size: 45px;
	font-weight: normal;
}
.home_banner .text h4, .home_banner .text p{
	font-weight: normal;
	font-size: 30px;
}

.man_woo_cat_item .box-image{
	
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    left: 0;
    top: 0;
    position: relative;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.man_woo_cat_item .overlay{
	background-color: rgba(0, 0, 0, 0.384);
}
.man_woo_cat_item:hover .box-image{border-top:4px solid #55ba47;border-bottom:0px solid #55ba47;border-left:0px solid #55ba47;border-right:0px solid #55ba47;top: -20px;}
.man_woo_cat_item:hover .overlay{ 

}
.col_sanpham .col-inner::before{
content: "";
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358deg, var(--primary-color) 1.89%, rgba(0, 75, 65, 0.1) 51.39%, rgba(0, 75, 65, 0) 98.1%);
    pointer-events: none;
	z-index: 2;
}
.col_sanpham:hover .col-inner::before{
	bottom:20px;
}
.man_woo_cat_item .box-text {
	display:block !important;
    top: auto;
    bottom: 0px;
    left: 50%;
    right: auto;
	 -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
	padding-bottom:0px;
	z-index:3;
}
.man_woo_cat_item .overlay{
	display: none;
}
.man_woo_cat_item .box-text h4{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
}
.man_woo_cat_item .box-text .button{
	 -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	border-width:1px !important;
	opacity: 1;
}
.man_woo_cat_item .box-text .button:hover{
		border-width:3px !important;
	color: var(--primary-color);
}
.man_woo_cat_item .box-text .button:hover span{
		color: var(--primary-color);
}
.man_woo_cat_item .box-text p, .man_woo_cat_item .box-text .button{
		display: none;
	  -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.man_woo_cat_item:hover .box-text p, .man_woo_cat_item:hover .box-text .button{
display: inline-block;
}
.img_radius .img-inner{
	border-radius: 3%;
}
.icon_count_up h3{
	        font-size: 31px;
	color:#333;
	    margin-bottom: 0px;
}
.video_banner .fill{
	border-radius: 3%;
}
.video_banner .video-button-wrapper a{
	background-color:#fff;
	border-color: #55ba47;}
.video_banner .video-button-wrapper a .icon-play{
	color: #55ba47;
}
.img_radius .img-inner
{
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);

    width: 100%;
    border-radius: 10px;
    position: relative;
	top:0px;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img_radius:hover .img-inner{
	top: -20px;
}
aside .product-categories > li > a{
	font-size: 14px;
}
.header-nav-main > li > ul > li > a::before, aside .product-categories > li > a::before{
	position:relative;
	font-family: 'themify';
	content: "\e628";
	font-size: 12px;
	left:0px;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	margin-right: 10px;
	color: var(--fs-color-secondary);
}
.header-nav-main > li > ul > li > a:hover::before, aside .product-categories > li > a:hover::before{
		color: #0E9057!important;
	left:5px;
   
}

.header-nav-main > li > ul.nav-dropdown:before {
    background: url(tr_up.png);
    width: 8px;
    height: 4px;
    background-size: cover;
    position: absolute;
    top: -4px;
    left: 30px;
    display: block;
    content: '';
}

.timeline-wrap {
 
  gap: 28px;
  align-items: start;
 
}
@media (max-width: 980px) {
  .timeline-wrap {
    grid-template-columns: 1fr;
  }
}
.vertical-timeline {
  position: relative;
  padding-left: 40px;
}
.vertical-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color), rgba(0, 168, 107, 0.6));
  border-radius: 6px;
}
.my_step {
  position: relative;
  margin-bottom: 28px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece6d6;
  box-shadow: 0 10px 22px rgba(10, 12, 8, 0.03);
  cursor: pointer;
  transition: transform 0.18s;
}
.my_step:hover {
  transform: translateY(-6px);
}
.my_step.active, .my_step:hover {
  box-shadow: 0 18px 36px rgba(0, 168, 107, 0.08);
  border-color: var(--primary-color);
  background: rgba(0,168,107,0.12);
}
.my_step .num {
  position: absolute;
  left: -48px;
  top: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.my_step h3 {
	color: var(--primary-color);
  margin-bottom: 8px;
}
.my_step p {
  color: #555;
  font-size: 14px;
	margin-bottom:0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}