.fs-11{
    font-size: 1.1rem !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.fs-32{
    font-size: 3.2rem !important;
}
.fs-40{
    font-size: 4rem !important;
}
.rounded-5{
    border-radius: 0.5rem;
}

.object-cover {
    object-fit: cover !important;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.bg-light-1{
    background-color: #e8fafd;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-300{
    font-weight: 300 !important;
}
.color-text {
    color: var(--color-text);
}
.text-underline{
    text-decoration: underline;
}
html {
    scroll-behavior: smooth;
}

@media (min-width:992px) {
    html {
       scroll-padding-top: 150px;
    }
}

p {
    margin: 0 0 2.5rem;
}
.color-top {
    color: var(--color-top);
}
.bg-main {
    background: var(--color-main);
}
.bg-second {
    background: var(--color-second);
}







.slider-main .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color .3s, opacity .3s;
    webkit-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    background: var(--color-main);
}

.fixed .menu-section > ul > li > a {
    height: 5rem;
    line-height: 5rem;
}
.fixed .logo-section img {
    height: 5.5rem;
}
.slider-main img {
    height: 32vw;
    width: 100%;
    object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet {
    background-color: #fff0;
    border: 1px solid #fff0;
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    opacity: 0.5;
}
.swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: var(--gray-bold);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.swiper-pagination-bullet-active {
    border-color: var(--color-highlight);
    opacity: 1;
    transition: all 0.35s ease-in-out
}

.swiper-pagination-bullet-active:after {
    width: 0.6rem;
    height: 0.6rem;
    background-color: var(--color-highlight) !important
}
.intro-section .intro-item .description ul, .intro-section .intro-item .description ul {
    list-style: none;
    border-bottom:1px solid #ededed;
    padding-left: 0;
}

.intro-section .intro-item .description ul li, .intro-section .intro-item .description ol li {
    position: relative;
    border-top: 1px solid #ededed;
    padding: 15px 0;
}
.intro-section .intro-item .description strong {
    font-weight: 600;
}
.social-section li a {
    color: var(--color-highlight);
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-right: 1rem;
    background: var(
    --light);
    font-size: 1.4rem;
}

.social-section li a:hover {
    color: var(--white);
    background: var(
    --color-highlight);
}

.experience-section .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 49.92%;
    top: 0;
    width: 0.2rem;
    background-color: var(--color-main);
}
.experience-section .timeline-marker {
    position: absolute;
    right: -2rem;
    width: 4rem;
    height: 4rem;
    color: #fff;
    text-align: center;
    background: var(--color-main);
    line-height: 4rem;
    font-size: 1.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.experience-section .animate-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    border: 0 solid transparent;
    background: transparent;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    transition: border .3s cubic-bezier(.25,.46,.45,.94);
}
.experience-section .animate-bg i {
    font-size: 1.6rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
.experience-section .item:hover .timeline-marker{
	background: var(--color-highlight);
}
.experience-section .item:hover .animate-bg{
	border: 2rem solid rgba(139,195,74,0.3);
	-webkit-transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
	-moz-transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
	-o-transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
	transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
}
.experience-section .left {
    position: relative;
    background: #fff;
    padding-bottom: 2.7rem;
    border: 0.1rem solid var(--color-highlight);
    text-align: right;
    margin-right: 4rem;
    float: right;
}
.experience-section .left h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 1.2rem 2.7rem;
    background: var(--color-highlight);
    text-transform: uppercase;
    font-size: 1.8rem;
}
.experience-section .left p {
    margin-bottom: 0px;
    padding: 0 2.7rem;
    color: var(--color-top);
}
.experience-section .left:before {
    content:'';
    position: absolute;
    top: 1.3rem;
    right: -1.2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #8BC34A;
    border-width: 1.2rem 0 1.2rem 1.2rem;
}
.experience-section .right {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 1.2rem 1.5rem;
    color: var(--color-top);
    font-weight: 600;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    text-align: left;
    margin-left: 4rem;
}
.experience-section .right:before {
    content:'';
    position: absolute;
    top: 1.3rem;
    left: -1.2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 1.2rem 1.2rem 1.2rem 0;
}

.experience-section .item:nth-child(odd)>.row {
    flex-direction: row-reverse;
}
.experience-section .item:nth-child(odd) .right {
    text-align: right;
    margin-right: 4rem;
    float: right;
}
.experience-section .item:nth-child(odd) .right:before {
    right: -1.2rem;
    left: unset;
    border-color: transparent transparent transparent #ffffff;
    border-width: 1.2rem 0 1.2rem 1.2rem;
}
.experience-section .item:nth-child(odd) .timeline-marker {
    left: -2rem;
    right: unset;
}
.experience-section .item:nth-child(odd) .left:before {
    right: unset;
    left: -1.2rem;
    border-color: transparent var(--color-highlight) transparent transparent;
    border-width: 1.2rem 1.2rem 1.2rem 0;
}
.experience-section .item:nth-child(odd) .left {
    margin: 0 0 0 2.7rem;
}
.experience-section .item:last-child{
    padding:0 !important
}


.skills-section .progress-bar {
    float: left;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.skills-section .skill-chart{
	position: relative;
	margin: 3rem 0px 3rem 0px;
	color: #fff;
	font-weight: 600;
}

.skills-section .percent {
    position: absolute;
    right:0;
    bottom: 0.3rem;
    line-height: 4rem;
}
.skills-section .skill-inner{
	display: block;
}
.skills-section .skill-inner span {
	line-height: 25px;
	margin-bottom: 0.3rem;
	display: block;
}
.skills-section .progress-bar{
	position: relative;
	height: 0.6rem;
	background: #83bd3f;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	border-radius: 0.4rem;
	width: auto;
	float: none;
}
.skills-section .progress {
    position: relative;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 6px;
    margin-bottom: 0px;
    background: #B2E477;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}
.block-tab.nav .nav-item {
    padding: 0 2.5rem;
}

.block-tab.nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.swiper-btn i {
    width: 4rem;
    height: 4rem;
    border: 2px solid;
    text-align: center;
    line-height: 4rem;
    color: var(--color-highlight);
    display:block;
}

.swiper-btn i:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: white;
}
.swiper .article-item.swiper-slide{
    height: auto;
}

.contact-page .form-control {
    border: 1px solid #8bc34a;
    height: 4.6rem;
}
.contact-page textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 2rem;
}

footer {
    background: var(--color-main);
}

.swiper .swiper-slide {
    height: auto;
}
@media (max-width:1000px) {
    .nh-admin-bar {
        display: none;
    }
}

@media (max-width:992px) {


}
@media (max-width:991px) {
    .swiper-slide--tile {
        font-size: 3.5rem;
    }
    .slider-main img {
        height: 50vh;
    }
    .breadcrumbs-container .image img {
        height: 50vh;
    }

}


@media (max-width:767px) {
    .experience-section .left:before {
        opacity: 0;
    }
    
    .experience-section .right:before {
        opacity: 0;
    }
    
    .experience-section .item::before {
        opacity: 0;
    }
    
    .experience-section .timeline-marker {
        display: none;
    }
    
    .experience-section .right {
        margin: 0 !important;
        text-align: left !important;
        color: var(--color-main);
        width: 100%;
    }
    
    .experience-section .left {
        margin: 0 !important;
    }
    
    .experience-section .item>.row {
        flex-direction: column-reverse !important;
    }
    .experience-section .left p {
        text-align: left;
        padding: 0 1.5rem;
    }
    
    .experience-section .left h4 {
        text-align: left;
        padding: 1.2rem 1.5rem;
    }
    .block-tab.nav .nav-item {
        padding: 0 0.6rem;
    }
}
