/**css tuy chinh rieng cho tung trang**/
[lang="en"] .product .section-title, [lang="en"] .project .section-title {
  position: relative;
}
[lang="en"] .product .section-title .title, [lang="en"] .project .section-title .title {
  display:none;
}
[lang="en"] .product .container > div:last-child, [lang="en"] .project .container > div:last-child {
  margin-top: 80px;
}

.banner .item img{
	height:100%;
  	object-fit: cover;
}
.banner{
	background-color:#fff !important;
  	margin-top:-2px;
}

/* prev, next */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
display:block !important
}
.owl-nav .owl-prev i, .owl-nav-custom .owl-prev i, .owl-nav .owl-next i, .owl-nav-custom .owl-next i {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.4);
}
.banner .owl-nav, .banner .owl-nav-custom {
    position: absolute;
    top: 40%;
    left: 0;
  right: 0;
}
.client-area .marquee .owl-nav button i {
  padding: 20px 4px;
  color:#fff;
}
.client-area .marquee .owl-nav button {
  opacity:0;
  transition: opacity 0.3s ease-in-out;
  background: var(--main-color-one) !important;
}
.client-area .marquee .gallery-list:hover .owl-nav button {
  opacity:0.3;
}
.client-area .marquee .owl-nav button:hover {
  opacity:1 !important;
}
.owl-dots {
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.owl-nav .owl-prev, .owl-nav-custom .owl-prev, .owl-nav .owl-next, .owl-nav-custom .owl-next{
	position:absolute
}
.owl-prev{
	left:1rem;
}
.owl-next{
	
  	right:1rem;
}
button:focus{
	outline:unset;
}
.banner .owl-nav .owl-prev:hover i, .banner .owl-nav .owl-next:hover i{
	color:var(--main-color-one) !important;
}
.video_home .section-title .animate__animated > p > iframe {
  height: 290px !important;
}
/* 2 icon mũi tên */
.fa-angle-double-left:before { 
 	 content: "\f053" !important;
	}
	.fa-angle-double-right:before {
   	  content: "\f054" !important;
	}

/* Dots*/
	.banner .owl-dots{
    		text-align: center;
   		 margin-top: -33px;
   		 position: relative;
	}

	.banner .owl-dots span{
		display:block;
  		width:15px;
  		height:15px;
  		background-color:rgba(255, 255, 255, 0.5);
   		 border-radius:50%;
  		border:3px solid #f8f8f8;
  		margin: 5px 7px;
	}

	.banner .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
   		background: #959398;
	}

	.banner .owl-dots button:focus {
		outline: none;
	}

.client-area .gallery-list .owl-dots {
  display: none;
}
/* Project */
.project .row:last-child > div{
	max-width:50%;
  	flex:0 0 50%;
}
.project .content{
	display:flex;
}
.project .content > div {
	max-width:35%;
  	flex:35%;
  	display:flex;
  	flex-direction:column;
  	padding-top:30px;
}
.project .content > div a {
	order:2;
}
.project .work-single-item .content > a {
  text-align:center;
}
.project .work-single-item{
  	background-color:#fff;
  	padding:40px;
  	border-radius:4px;
}
.project .work-single-item .content .title:hover{
	background-color:var(--main-color-one);
  	color:#fff;
  	transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
}
.project .row:first-child > div {
    max-width: 100%;
    flex: 0 0 100%;
}
.project .row:first-child > div h2{
  	text-align:center;
  	font-size: 34px;
    font-weight: bold;
  	padding-bottom:20px;
}
.project .work-single-item .content .icon {
    width: 100%;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    color: #f5ae6f;
    transition: all 500ms ease-out;

}
.project .work-single-item .content p {
  font-size: 30px;
    line-height: 40px;
    max-width: 315px;
    color: var(--heading-color);
    font-weight: bold;
}

.project .work-single-item .content div h3.title {
  font-size: 18px;
    padding: 12px 18px;
    border-radius: 3px;
    width: fit-content;
    border: 1px solid var(--main-color-one);
}
.project .work-single-item .content > *:first-child {
    flex: 65%;
order:2;
}
/* Product */
.product .work-single-item .content .icon {
    margin-bottom: 20px;
    width: 100%;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    color: #f5ae6f;
    transition: all 500ms ease-out;
}
.product > div .work-single-item:hover img{
	transform: scale(105%);
  	transition: all 0.5s ease;
}
.product .content .icon {
	border-radius:4px;
  	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.product .row:last-child > div {
	max-width:25%;
  	flex:0 0 25%;
  	padding-bottom:40px;
}
.product .content h3{
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  	text-align:center;
}
.product .content p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	text-align:center;
}
.product .row:first-child > div {
	flex: 0 0 100%;
    max-width: 100%;
}
.product .row:first-child > div h2 {
	text-align: center !important;
  	font-size: 34px;
    font-weight: bold;
  	margin-bottom:40px;
}

/* ----- Aboutus ------ */

.aboutus .row > .col-lg-6 {
	padding-left:30px;
  margin-left:0 ;
}

.aboutus .row .bulid-content-area .title h4{
	line-height: 1.3em;
    color: var(--main-color-one);
    font-weight: bold;
    text-align: left;
  	font-size:24px;
}

.aboutus .section-title .title {
    font-size: 16px;
    font-weight: 490;
    line-height: 20px;
    color: #080808;
        
}

.aboutus .section-title p{
	line-height: 25px !important;
    font-size: 16px;
    font-weight: 490;
  	color:#000;
}

.aboutus .section-title{
  	text-align: left;
}

.aboutus .build-img {
	height:100%;
    background-size: cover;
    background-repeat: no-repeat;
  	border-radius:4px;
}

.aboutus .row > div:first-child .bulid-content-area .title h4{
	margin-bottom:1.5rem;
}

.aboutus .row > div:first-child .bulid-content-area .title a:hover {
	text-decoration:none;
}

.aboutus .row > div:first-child .bulid-content-area .title a:hover h4{
  	color:var(--main-color-two);
}

.aboutus .section-title a {
    background-color: var(--main-color-one) !important;
    padding: 15px 60px 15px 60px;
    font-weight: 400;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    line-height: 35px;
    color: #fff;
    transition: background-position 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid var(--main-color-one);
  	text-decoration:none;
}
.aboutus .section-title a:hover{
    color: var(--main-color-one);
    background-position: left bottom;
    border: 1px solid var(--main-color-one);
  	background-color:white !important;

}
.aboutus .get-title .section-title .title{
	font-size:28px;
}
[lang="vi"] .aboutus .row > .col-lg-6 {
  padding-left:15px;
}
[lang="en"] .aboutus .row > .col-lg-5 {
  order:1;
}
.aboutus .row > .col-lg-5{
	height: 350px;
    width: 100%;
    margin-left: unset;
}

/* Brand */
.thuonghieu-list .title {
    font-size: 34px !important;
    font-weight: bold;
}
/* News */
.news .section-title.gym {
  padding-bottom: 0 !important;
}
.news .content.row > div > div {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  	background-color:#fff;
  	padding:0px;
  	border-radius:3px;
}
.news{
	background-color: rgb(249, 248, 243);
}
.news .section-title .title{
	font-weight:bold;
  	font-size:34px;
  	color:var(--heading-color)
}
/*----------đối tác-------------------*/
.client-area .marquee {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.client-area .marquee .gallery-list {
  margin-right: 0;
  margin-left: 0;
}
.client-area .owl-nav,.client-area .owl-nav-custom {
    position: absolute;
    top: 50%;
    left: -15px;
  right: -15px;
  transform: translateY(-40px);
}
/* Reponsive */

@media screen and (max-width:1200px){
  .project .work-single-item{
  	padding: 20px;
  }
}
@media screen and (max-width:991px){
  
    .project .content > div{
  	flex-direction: column;
    max-width: 100%;
  	flex: 0 0 100%;
      margin-bottom: 20px;
  }
  .product .row:last-child > div {
	max-width:50%;
    flex:0 0 50%;
  }
  .project .work-single-item{
  	padding:10px 20px;
  }
  .project .row:last-child > div{
  	padding:10px
  }
  .project .content{
    align-items:center;
  	flex-direction:column;
  }
  .project .work-single-item .content .utility-para {
  	font-size:24px;
    line-height:30px;
    text-align:center;
  }
  .aboutus .section-title .wow {
  	margin-top:-20px;
  }
  .aboutus .section-title .wow > p:nth-child(3){
  	margin-top:-20px;
  }
    .project .work-single-item .content .title{
  	padding: 10px 6px;
    margin-left:0;
    width:70%;
    margin:0 auto;
  }
}

@media screen and (max-width:767px){
  .video_home {
    margin-top: -90px;
  }
  .project .content{
  	flex-direction: column;
  }
      .aboutus .align-items-center > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
  .aboutus .align-items-center > .padding-bottom-30 {
    margin-bottom: 40px;
  }
  .aboutus .row .bulid-content-area .title h4 {
    font-size:34px;
    text-align:center;
  }
}
@media screen and (max-width:575px){
  .product .row:last-child > div,.project .row:last-child > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .aboutus .row > div:last-child{
  	padding:0 15px;
  }
  
}
@media screen and (max-width:450px){
  .project .row:last-child > div{
  	max-width: 100%;
  	flex: 0 0 100%;
  }
}
@media only screen and (min-width:992px ) {
  .news .content.row > div {
	max-width:25%;
  	flex:0 0 25%;
	padding: 0px 8px;
}
  .project .work-single-item .content > *:first-child {
    max-width:65%
  }
}
@media only screen and (max-width:739px){
  .aboutus .col-lg-5{
      flex: 0 0 100%;
      max-width: 100%;  
	}
}