.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-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !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;
    }
}
.container {
    max-width: 1440px;
    width: 100%;
}
p {
    margin: 0 0 2.5rem;
}
.color-top {
    color: var(--color-top);
}
.bg-main {
    background: var(--color-main);
}


header {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    width: 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: 100vh;
    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
}
.hexagon-icon {
    height: 15px;
    width: 14px;
    position: relative;
    display: block;
    margin: 5px auto 0;
}
.hexagon-icon:before,
.hexagon-icon:after {
    content: "";
    background: #febf34;
    left: 100%;
    width: 22px;
    position: absolute;
    height: 1px;
    top: 6px;
    margin-left: 6px;
}
.hexagon-icon:after {
    left: auto;
    right: 100%;
    margin: 0 6px 0 0;
}
.hexagon-icon i {
    position: relative;
    width: 14px;
    height: 8px;
    border-left: solid 3px #febf34;
    border-right: solid 3px #febf34;
    display: block;
    margin: 0 auto;
    top: 3px;
    z-index: 2;
}
.hexagon-icon i:before,
.hexagon-icon i:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 9.9px;
    height: 9.9px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: -0.9497px;
}
.hexagon-icon i:before {
    top: -4.9497px;
    border-top: solid 4.2426px #febf34;
    border-right: solid 4.2426px #febf34;
}
.hexagon-icon i:after {
    bottom: -4.9497px;
    border-bottom: solid 4.2426px #febf34;
    border-left: solid 4.2426px #febf34;
}
.picture-box-main {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    max-width: 100%;
}
.profile-pic image {
    clip-path: url(#svgPath);
}
.picture-box {
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
.shape-01 { 
    fill: #fff; 
}
.shape-01, .shape-02 { 
    fill-rule: evenodd; 
}
.shape-02 {
    fill: var(--color-highlight);
}
.intro-section .intro-item .inner-content h4:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #febf34;
    display: block;
    margin-top: 12px;
}
.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;
}
.intro-section .action i {
    background: #fff;
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.5rem;
    font-size: 1.8rem;
    top: 4.2px;
    left: 6px;
    position: absolute;
}
.intro-section .action .btn {
    min-width: 19rem;
    padding-left: 6rem;
    padding-right: 3rem;
    text-align: center;
}
.intro-section .action .btn-submit-1 i {
    background: var(--color-highlight);
    color: white;
}

@media (min-width:992px) {
    .skills-container .skill {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.skills-container .circle {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 2.5rem;
}

.skills-container .circle svg {
    transform: rotate(-90deg);
    overflow: unset;
}

.skills-container .circle circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
}

.skills-container .bg {
    stroke: #ddd;
}

.skills-container .progress {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    transition: stroke-dashoffset 1s ease-out;
}

.skills-container .percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    font-weight: bold;
}

.skills-container .label {
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
}
    
    
.experience-section .item {
    border: 1px solid #ededed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.04);
}
.blog-home .left .article-item .inner-image>div {
    padding-top: 55%;
}

.blog-home .left .inner-content h4 {
    font-size: 1.8rem !important;
}

.swiper-btn i {
    width: 34px;
    height: 34px;
    border: 2px solid;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    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 .left {
    padding:7rem;
}
.contact-page .left .btn:hover {
    color: var(--color-main) !important;
}
.contact-page .left .form-control {
    height: 4.8rem;
    border-radius: 5rem;
    border-color: #f3a700;
}

.contact-page .left textarea.form-control {
    border-radius: 2rem;
    height: auto;
}
.contact-page .right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.6;
}

.contact-page .right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact-page .right .icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
}
.form-group {
    margin-bottom: 2rem;
}
.copyright>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-section li a {
    color: white;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-left: 1rem;
    background: #404040;
    font-size: 1.5rem;
}

.social-section li a:hover {
    color: var(--color-main);
    border-color: var(
    --color-highlight);
    background: var(
    --color-highlight);
}
footer {
    background: var(--color-main);
}
.breadcrumbs-container .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.breadcrumbs-container .breadcrumbs-section {
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
}
.breadcrumbs-container .breadcrumbs-section span {
    color: white;
}
.breadcrumbs-container .breadcrumbs-section h1 {
   font-size: 1.5rem;
   line-height: 1.5;
}

.breadcrumbs-container .image img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}
.breadcrumbs-container .image:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0.5rem;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.logo-flex {
    flex: 1;
}
@media (max-width:1000px) {
    .setting-menu>.container > .row > div>div:nth-child(2) {
        order: 3;
    }
    .setting-menu>.container > .row > div>div:nth-child(3) {
        order: 2;
    }
    .nh-admin-bar {
        display: none;
    }
}

@media (max-width:992px) {
    .setting-menu>.container>.row>div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}
@media (max-width:991px) {
    .swiper-slide--tile {
        font-size: 4rem;
    }
    .slider-main img {
        height: 80vh;
    }
    .title-section h3 {
        font-size: 3.5rem;
    }
    .intro-section .intro-item .inner-content h4 {
        font-size: 2.5rem !important;
    }
    .breadcrumbs-container .image img {
        height: 50vh;
    }

}


@media (max-width:767px) {
    .contact-page .left {
        padding: 3rem;
    }
}


@media (max-width:500px) {
    .intro-section .action .btn {
        width: 100%;
        margin-right: 0 !important;
    }
    .intro-section .action {
        display: block !important;
    }

}
