.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-26{
    font-size: 2.6rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.fs-45{
    font-size: 4.5rem !important;
}
.color-text{
    color: var(--color-text);
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.letter-spacing-1{
    letter-spacing: 1px;
}
.shadow-1{
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
}
.shadow-2{
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
}
    
.rounded-10{
    border-radius: 1rem !important;
}
    
.rounded{
    border-radius: 0.5rem !important;
}
.hover-img{
    overflow: hidden;
    
}
.hover-img img {
    transition: all 0.25s linear;
}
.hover-img:hover img {
    transform: rotate(3deg) scale(1.1);
}

.object-scale {
    object-fit: scale-down !important;
}
.object-cover {
    object-fit: cover !important;
}
.bg-second{
    background: var(--color-second);
}
.btn-red{
    background: var(--red);
}
html {
    scroll-behavior: smooth;
}

.bg-light-1{
    background: #F0F4F9;
}











.setting-menu {
    background: var(--color-second);
}
.setting-menu.fixed {
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-section > ul > li > .entry-menu:before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    top: -0.8rem;
    left: 4.5rem;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.menu-section > ul > li > .entry-menu {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15) !important;
}
.contact-header {
    border-right: 1px solid #5b595a;
}
.contact-header a:hover {
    color: var(--color-highlight) !important;
}
.btn-action-header:hover {
    color: var(--color-highlight) !important;
}
.search-section .form-dropdown {
    position: absolute;
    padding: 1rem;
    background-color: #ffffff;
    width: 30rem;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.swiper-slider-main .swiper-slide:before {
    content:'';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(22 22 22 / 80%);
    position: absolute;
}
.swiper-slider-main .swiper-slide:after {
    content:'';
    top: 10rem;
    left: 7rem;
    right: 7rem;
    bottom: 7rem;
    opacity: 0.2;
    position: absolute;
    border: 1px solid #fff;
}

.swiper-slider-main .btn:hover {
    background: white !important;
    color: var(--color-main) !important;
}
.swiper-slider-main .swiper-pagination-bullet {
    color: white;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    opacity: 1;
    background: #7c7c7c
}

.swiper-slider-main .swiper-pagination-bullet-active {
    background: var(--color-highlight);
}
.swiper-slider-main .swiper-slide-active .swiper-slide--tile {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
.swiper-slider-main .swiper-slide-active .swiper-slide--description {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
.swiper-slider-main .swiper-slide-active .desc_short {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

.swiper-slider-main .swiper-slide-active .btn-submit {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


.setting-menu.fixed {
    background: var(--color-second);
}

.intro-section .inner-image {
  padding: 3rem 0 0 9rem;
}
.intro-section .inner-image:before {
    position: absolute;
    content: "";
    left: 6rem;
    top: 0;
    bottom: 5.4rem;
    right: 6.4rem;
    border: 3px solid var(--gray);
}
.swiper-button-prev, .swiper-button-next {
    width: 4.5rem;
    height: 4.5rem;
    background: rgba(50, 48, 49, 0.8);
    border-radius: 0.3rem;
    font-size: 2rem;
    color: white;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.title-section {
    line-height: 1.1;
    color: var(--color-second);
}
.title-section span {
    padding-left: 13rem;
}
.intro-section .title-section span , .contact-section .title-section span {
    padding-left:0;
    padding-right: 13rem;
}
.title-section span:before {
    background: var(--color-main);
    width: 10.8rem;
    height: 0.1rem;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
}
.intro-section .title-section span:before, .contact-section .title-section span:before {
    right: 0;
    left: auto;
}
.thicong-item .inner-content{
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  padding: 0;
  position: absolute;
  background: linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
  background: -moz-linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
}
.thicong-item .inner-content .info {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    position: absolute;
    transition: all 0.25s linear;
}
.thicong-item:hover .inner-content .info {
    transform: translateY(-2rem);
}
.thicong-item .inner-image {
    padding-top: 82%;
}
.first .thicong-item .inner-image {
    padding-top: 83%;
}

.second .thicong-item .inner-image {
    padding-top: 175%;
}
.btn-more:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}
.project-section .btn-more {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-highlight);
    color: #fff;
    position: absolute;
    top: 50%;
    transition: all 0.25s linear 0.25s;
    box-shadow: -1px 3px 10px 0px rgba(50, 48, 49, 0.5);
    opacity: 0;
    visibility: hidden;
    right: auto;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
    transform: translate(-50%, -50%) scale(0.3) rotate(359deg);
    border-radius: 50%;
    font-size: 2rem;
}
.project-section .article-item:hover .btn-more{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.project-section .inner-content {
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.project-section .swiper-slide:hover .inner-content { 
    transform: translateY(0%); 
    top:2rem
}
.project-section .swiper-slide:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 1;
}
.service-section {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}
.service-section .article-item:not(:hover) .inner-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.counter-section{
    padding:10rem 0;
}
.counter-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 85%);
}
.testimonial-section .item {
    padding: 3rem 2rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.03);
}
.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}
.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}
.testimonial-section .item .description {
    font-size: 1.6rem;
    color:var(--color-text)
}
.testimonial-section .item .subtitle {
    color: var(--color-text);
}
.form-control {
    font-size: 1.5rem;
    height: 5rem;
    border-color: #EBEBEB;
}

.form-group {
    margin-bottom: 2rem;
}
.contact-section .form-control {
    display: block;
    outline: 0;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #c4c4c4;
    color: var(
    --color-main);
}
.contact-section textarea.form-control {
    height: auto;
}
.contact-section select option {
    color: #000;
}
.contact-section select.chosen-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: linear-gradient(45deg, transparent 50%, var(--color-main) 50%), linear-gradient(135deg, var(--color-main) 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 15px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    line-height: 1.5;
}
.swiper .swiper-slide {
    height: auto;
}

.contact-section .form-control::-webkit-input-placeholder {
   color: var(--color-main);
}
.contact-section .form-control:-moz-placeholder { /* Firefox 18- */
   color: var(--color-main);
}
.contact-section .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: var(--color-main);
}
.contact-section .form-control:-ms-input-placeholder {  
   color: var(--color-main);
}

footer {
    padding-top: 3rem;
    position: relative;
    background: var(--color-second);
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--white);
}
.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}
.newsletter-submit:hover {
    background: white;
    color: var(--color-highlight);
}
.social-section li {
    padding-right: 2rem;
}
.social-section li a {
    color: var(--white);
    display: block;
}
.social-section li a:hover {
    color: var(--color-highlight);
}
.copyright {
    border-top: 1px solid #29495b !important;
}
.member-section a{
    font-size: 1.6rem;
}
#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}
.post-meta{
    bottom:0;
}
.btn-view-more{
    border-top:1px dashed var(--gray);
}
.article-item .btn-view-more a{
    padding-left: 4.8rem;
}
.btn-view-more a:before {
    content: '';
    width: 3.6rem;
    height: 0.2rem;
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-view-more a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-weight:900;
    left: 3.6rem;
    top: 50%;
    position: absolute;
    font-size: 1.8rem;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.article-item:hover .btn-view-more a{
    padding-left: 5.5rem;
    color: var(--color-second) !important;
}
.article-item:hover .btn-view-more a:after {
    opacity: 1;
    visibility: visible;
}

.item-album img {
    cursor: pointer;
}
.social-share .list-social .btn-social a{
    border: 1px solid #E5E5E5;
    width: 4rem;
    height: 4rem;
    display: block;
    text-align: center;
    line-height: 4rem;
    color: var(--color-text);
    border-radius: 50%;
}

.social-share .list-social .btn-social {
    margin: 0 0 0 1rem;
}
.social-share .list-social .btn-social a:hover {
    color: white;
    background: var(--color-highlight);
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.search-page .input-group-append .btn {
    z-index: 1;
}
.invalid-feedback {
    color: #dc3545;
}

.is-mobile .flex-logo {
    flex: 1;
}
.t-fade:nth-child(1){
    animation-delay: 0.1s;
}
.t-fade:nth-child(2) {
    animation-delay: 0.2s;
}
.t-fade:nth-child(3){
    animation-delay: 0.3s;
}
.t-fade:nth-child(4){
    animation-delay: 0.4s;
}
.t-fade:nth-child(5){
    animation-delay: 0.5s;
}
.t-fade:nth-child(6){
    animation-delay: 0.6s;
}
@media (min-width:992px) {
    .menu-section > ul > li > a {
        color: white;
    }
    .title-section {
        font-size: 4rem;
    }
}
@media (min-width:768px) {
    .swiper-slider-main .swiper-pagination {
        top: 50%;
        margin: 0;
        padding: 0;
        right: 2.1rem;
        line-height: 3.4rem;
        position: absolute;
        transform: translateY(-50%);
        left: inherit !important;
        bottom: inherit !important;
        width: auto !important;
    }    
    .swiper-slider-main .swiper-pagination-bullet {
        display: block;
        background: transparent;
        width: 6.2rem;
        height: 3.4rem;
        opacity: 1;
        transition: all 0.25s linear;
        position: relative;
        color: white;
        text-align: right;
        line-height: 3.4rem;
        font-size: 1.4rem;
    }
    .swiper-slider-main .swiper-pagination-bullet-active{
        color:var(--color-highlight)
    }
    .swiper-slider-main .swiper-pagination-bullet:after {
        left: 0;
        top: 50%;
        content: "";
        width: 2.4rem;
        opacity: 0.2;
        position: absolute;
        transform: translateY(-50%);
        transition: all 0.25s linear;
        border-bottom: 1px solid #fff;
    }
    .swiper-slider-main .swiper-pagination-bullet-active:after {
      opacity: 1 !important;
      width: 3.6rem !important;
    }
}
@media (max-width:1200px) {
    .menu-section > ul > li {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
}
@media (max-width:1080px) {
    .swiper-slider-main .swiper-slide--tile {
        font-size: 4.5rem !important;
    }
    
    .swiper-slider-main .swiper-slide--description {
        font-size: 3.5rem !important;
    }
    .swiper-slide--wrap .btn-submit {
        padding: 1rem 2rem !important;
    }
}
@media (max-width:1000px) {
    .nh-admin-bar ul {
        display: none;
    }
    
    .setting-menu > .container > .row > div {
        justify-content: end;
    }
    .flex-logo {
        flex: 1;
    }
    .setting-menu .menu-sec {
        order: 3;
        padding-left:1rem
    }
}

@media (max-width:992px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
}
@media (max-width:768px) {   
    .title-section span:before {
        opacity: 0;
    }    
    .title-section span {
        padding: 0 !important;
    }
    .counter-section {
        padding: 5rem;
    }
}
@media (max-width: 767px) {
    .swiper-slider-main .swiper-slide:after {
        top: 7rem;
        left: 1rem;
        right: 1rem;
        bottom: 4rem;
    }
    .title-section h3, .title-section h1 {
        font-size: 3rem;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .intro-section .inner-image {
        padding: 3rem 0 0 3rem;
    }
    
    .intro-section .inner-image:before {
        left: 0;
    }
}
