/*
Theme Name: sporte.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import './assets/css/flaticon.css';

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hind Madurai", sans-serif
  font-weight: 400;
  font-style: normal;
  color: #252525;
}

.bg-repeat .bg {
    background-repeat: repeat !important;
    background-size: auto !important;
}

.dark .button.alt, .dark .button.checkout, .dark .checkout-button, .dark .secondary{
	color: var(--fs-color-primary)
}

.is-bevel:after{
	box-shadow: inset 0 -2px 0 0 #c6af02
}
.teams .social-icons .button.icon.circle{
	border-color: color: var(--fs-color-primary)

}
.button.icon.circle{
	padding-left: 0;
    padding-right: 0;
    border-width: 1px;
    border-radius: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* nav */

.nav-spacing-xlarge>li{
	margin: 0 30px;
}

/*  breadcrumb style  */

.rank-math-breadcrumb a,
.rank-math-breadcrumb .last{
	text-transform:uppercase;
	font-weight: 700;
}

.rank-math-breadcrumb .last{
	color: var(--fs-color-secondary)
}

.rank-math-breadcrumb .separator {
	padding-inline:4px;
}

/* about-content-box */

.about-content-box h3{
	line-height: 1.2em;
	margin-bottom:32px;
	font-weight:700;
	padding-left: 65px;
	max-width:450px;
}

.about-content-box h3 span{
	position:absolute;
	left:0px;
	line-height: 1em;
	color:#fde953;
	font-weight:600;
	font-size: 55px;
}

/* partner */

.partner .box-image{
	border: 1px solid #dbdbdb;
    text-align: center;
}

.partner .box-image img{
	max-width:168px
}

/* team-member */
.team-member  .box-overlay.dark .box-text{
	text-shadow :none;
	width: calc(100% - 24px);
	left: 12px;
    bottom: 12px;
}
.team-member .box-text-inner *{
	color:#444;
}

/* is-divider */

.is-divider {
	-webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.dark ul li.bullet-arrow, .dark ul li.bullet-checkmark, .dark ul li.bullet-cross, .dark ul li.bullet-star{
	border:none;
}

.absolute-footer{
	display:none;
}
.fact-counter .inner{
	position: relative;
    text-align: center;
    padding: 45px 0px;
    border: 1px solid #285464;
}

.fact-counter .inner .icon-box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 50px;
    color: #fff;
    opacity: 0.06;
}

.fact-counter .inner .count-outer{
	position: relative;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    margin: 0px 0px;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 500;
    color: #fde953;
    font-size: 50px;
}

.fact-counter  .counter-title h4 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.testimonial-section .author-image{
	border:3px solid #ffffff;
	max-width:120px;
}

.custom-post .box-text{
	padding-top: 0;
}

.custom-post .post-title{
    display: flex;
	border-top:3px solid #fde953;
    gap: 10px;
	align-items: center;
	margin: 0;
}

.custom-post .badge{
    width: 46.36px;
    height: 46.36px;
}

.custom-post .badge .badge-inner{
	background-color:#fde953;
	color: #153e4d;
	text-transform:uppercase;
}

.custom-post .post-title > span{
    width: calc(100% - 46.36px);
}

.custom-post .from_the_blog_excerpt {
	margin-top:16px;
}


/* flatsome_recent_solutions widget */

.flatsome_recent_solutions ul li,
.flatsome_recent_trainings ul li,
.flatsome_recent_recruitments ul li{
	position: relative;
    margin-bottom: 10px;
}

.flatsome_recent_solutions ul li + li,
.flatsome_recent_trainings ul li + li,
.flatsome_recent_recruitments ul li + li{
	border-top:none;
}

.flatsome_recent_trainings li:hover a,
.flatsome_recent_trainings li a.current,
.flatsome_recent_solutions li:hover a,
.flatsome_recent_solutions li a.current,
.flatsome_recent_recruitments li:hover a,
.flatsome_recent_recruitments li a.current{
    background-color: #f0f0f0;
    color: #444444;
}

.flatsome_recent_solutions ul li a,
.flatsome_recent_trainings ul li a,
.flatsome_recent_recruitments ul li a{
    position: relative;
    color: #777777;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 700;
    line-height: 24px;
    padding: 13px 10px 13px 42px;
    border: 1px solid #f0f0f0;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
	display: block;
}

.flatsome_recent_solutions ul li a svg,
.flatsome_recent_trainings ul li a svg,
.flatsome_recent_recruitments ul li a svg{
	 position: absolute;
    font-size: 13px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    line-height: 24px;
    color: #777777;
}

/* featured-block */

.featured-block{
	position:relative;
/* 	margin-bottom:50px; */
}

.featured-block .inner-box{
	position:relative;
	padding-left:90px;
}

.featured-block .inner-box h3{
	position:relative;
	color:#444444;
	font-size:18px;
	margin-bottom:6px;
	font-weight:700;
	text-transform:uppercase;
}

.featured-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-family: 'Cabin', sans-serif;
}

.featured-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	padding:3px;
	width:60px;
	height:60px;
	text-align:center;
	border:2px solid #fde953;
}

.featured-block .inner-box .icon-box .inner-icon-box{
	position:relative;
	color:#fde953;
	height: 100%;
	line-height:50px;
	font-size:30px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.featured-block .inner-box:hover .icon-box .inner-icon-box{
	background-color:#fde953;
	color:#153e4d;
}

.wpcf7-form .col{
	padding-bottom: 16px;
}
.wpcf7-form .col .button {
	border-bottom: solid 2px #c6af02;
    padding-inline: 24px;
}

/* .service-block-two */

.service-block-two{
	position:relative;
	margin-top:40px;
}

.service-block-two .inner-box{
	position:relative;
	padding:0px 30px 30px 30px;
	text-align:center;
	border:1px solid #ececec;
}

.service-block-two .inner-box .image-box{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.service-block-two .inner-box .image-box:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(21,62,77,0.95);
}

.service-block-two .inner-box .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	width:80px;
	height:70px;
	line-height:64px;
	color:#153e4d;
	font-size:34px;
	text-align:center;
	margin:0 auto;
	margin-top:-40px;
	margin-bottom:40px;
	background-color:#fbfbfb;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.service-block-two .inner-box .icon-box:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-14px;
	width:80px;
	height:2px;
	display:inline-block;
	background-color:#fde953;
}

.service-block-two .inner-box h3{
	position:relative;
	color:#444444;
	font-size:18px;
	margin-bottom:15px;
	font-weight:700;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:10px;
	font-family: 'Cabin', sans-serif;
}

.service-block-two .inner-box .read-more{
	position:relative;
	color:#fde953;
	font-size:13px;
	font-weight:700;
}

.service-block-two .inner-box:hover .image-box{
	opacity:1;
}

.service-block-two .inner-box:hover h3,
.service-block-two .inner-box:hover .text{
	color:#ffffff;
}

.service-block-two .inner-box:hover .icon-box{
	background-color:#fde953;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd !important;
}

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


}
