/*
 Theme Name: SangVi
 Template: hello-elementor
 Author: Thien
 Version: 1.0
*/

#content {
  padding-left: 95px;
  overflow: hidden;
}
.rank-math-breadcrumb{
	font-size:22px;
	font-weight:bold
}
.rank-math-breadcrumb .last{
	color:#d13138;
font-weight:bold
}
.listCateHome{
	display:flex;
	gap:16px
}
.elementor-field-group .elementor-field-textual:focus{
	box-shadow:unset
}
.elementor-nav-menu--main ul li{
	visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
	transition: transform 0.3s ease-out;
}
.elementor-nav-menu--main ul li:hover{
    transform: matrix(1, 0, 0, 1, 25, 0)
}
.elementor-657 .elementor-element.elementor-element-f404e63 .elementor-image-box-title{
	margin:10px 0;
	padding:0 16px
}
.elementor-657 .elementor-element.elementor-element-f404e63 p{
	padding:0 16px;
	margin-top:0
}
.title span{
	color:#d13138
}
.hamburger-menu {
  margin: auto;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hamburger-menu:hover .bar,
.hamburger-menu:hover .bar:after,
.hamburger-menu:hover .bar:before {
  background: #d13138;
}

.bar,
.bar:after,
.bar:before {
  width: 32px;
  height: 3px;
}

.bar {
  position: relative;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  background: #424d54;
  border-radius: 100px;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #424d54;
  border-radius: 100px;
  -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #424d54;
  border-radius: 100px;
  -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  background: #fff;
}

.bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -o-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  background: #fff;
}
#left-nav.active {
  background: #d13138;
}
.main-logo {
  position: absolute !important;
  left: 0;
  top: 0;
}

.business-text a{
    color: #424d54;
	background:#f7f7f7;
	font-family: "Rift" !important;
	font-weight:bold;
    padding: 20px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	display:block
}
.business-text a:hover{
	color:#fff !important;
	background:#d13138
}

.main-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s !important;
}

.main-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  z-index: 2;
  width: 48px;
  height: 23px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

.slick-prev {
  left: 80px;
  background: url(../images/btn-prev.png) center left/32px no-repeat;
  border-right: 1px solid #f4f4f4;
  padding-right: 16px;
}

.slick-prev:hover {
  background: url(../images/btn-prev-b.png) center left/32px no-repeat;
}

.slick-next {
  right: 80px;
  background: url(../images/btn-next.png) center right/32px no-repeat;
  border-left: 1px solid #f4f4f4;
  padding-left: 16px;
}

.slick-next:hover {
  background: url(../images/btn-next-b.png) center right/32px no-repeat;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 5%;
  list-style: none;
  text-align: left;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 100px;
  padding: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
  background: #d13138;
}

.slick-dots li.slick-active button {
  background: #d13138;
}

.bannerHome .slick-list,
.bannerHome .slick-track {
  height: 100% !important;
}

.infoCate {
  width: 35%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 50px 0;
}

.listCateHome .slick-slide {
  padding: 0 20px;
}
.listCateHome .slick-list {
  padding: 20px 0;
  margin-left: -20px;
  overflow: inherit;
}
.listCateHome .item {
  padding: 74px 24px 24px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
	height:580px;
	flex: 25%;
}
.listCateHome .item:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #d13138;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.listCateHome .item:hover {
  background: #d13138;
}
.listCateHome .item:hover:after {
  height: 100%;
}
.listCateHome .item:hover .ico:after {
  background: #fff;
}

.listCateHome .item:hover .copy a{
    color: #fff !important;
}

/* .listCateHome .item:hover.cate-1 .ico {
  background: url(../images/ico-cate-1-hv.png) 0 0/100% no-repeat;
}
.listCateHome .item:hover.cate-2 .ico {
  background: url(../images/ico-cate-2-hv.png) 0 0/100% no-repeat;
}
.listCateHome .item:hover.cate-3 .ico {
  background: url(../images/ico-cate-3-hv.png) 0 0/100% no-repeat;
} */

.listCateHome .item:hover h2 {
  color: #fff;
}
.listCateHome .item:hover .content .copy {
  opacity: 1;
  color: #fff !important;
}

.listCateHome .item:hover .content .img {
  opacity: 0;
}
.listCateHome .item:hover .link {
  display: block;
}
.listCateHome .item.cate-social-enterprises .ico {
  background: url(/wp-content/uploads/2025/02/cate-social-enterprises.webp) 0 0/100%
    no-repeat;
}
.listCateHome .item.cate-real-estate-services .ico {
  background: url(/wp-content/uploads/2025/02/cate-real-estate-services.webp) 0
    0/100% no-repeat;
}
.listCateHome .item.cate-industrials-technology .ico {
  background: url(/wp-content/uploads/2025/02/cate-industrials-technology.webp)
    0 0/100% no-repeat;
}
.listCateHome .item .ico {
  width: 50%;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: 0.3s 0.2s;
  -o-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
  z-index: 1;
}
.listCateHome .item .ico:after {
  content: "";
  display: inline-block;
  width: 1000px;
  height: 2px;
  background: #a7a7a7;
  position: absolute;
  left: calc(100% + 20px);
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listCateHome .item .ico img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.listCateHome .item h2 {
  font-size: 28px;
  color: #d13138;
  padding-bottom: 0px;
  -webkit-transition: 0.3s 0.2s;
  -o-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
  display: block;
  position: relative;
  z-index: 1;
font-family:"Rift", Sans-serif;
	font-weight:700;
    line-height: 40px;
}
.listCateHome .item h2 p{
   font-size: 18px;
    font-weight: 200;
    margin: 0;
    margin-left: 16px;
}
.listCateHome .item .content {
  position: relative;
	font-size:14px
}
.listCateHome .item .content .img {
  position: relative;
  background-size: cover !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listCateHome .item .content .img img {
  width: 100%;
  opacity: 1;
}
.listCateHome .item .content .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listCateHome .item .content .copy {
  color: #000;
}

.listCateHome .item .content .copy a {
  color: #000;
  position: absolute;
  bottom: -230px;
  left: 0;
      font-family: 'Rift';
    font-size: 24px;
  background: url(../images/ar-w.png) right center/24px no-repeat;
}
.listCateHome .item .link {
  position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    height: 100%;
}

.btn-2 {
    display: inline-block;
    font-family: riftdemi;
    text-transform: uppercase;
    font-size: 18px;
    color: #a7a7a7;
    background: url(../images/ar-g.png) right center/24px no-repeat;
    padding-right: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-2:hover {
    color: #d13138;
    background: url(../images/ar-r.png) right center/24px no-repeat;
    padding-right: 60px
}

@media only screen and (max-width: 768px) {
	.main-logo {
		position:relative !important
	}
	#content{
padding: 0;
	}
	.listCateHome{
		display:block;
	}
	.listCateHome .item{
		margin:16px 0
	}
}


