.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-28{
    font-size: 2.8rem !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 4px 6px 0px rgba(44,44,44,0.04);
}
    
.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;
}
.bg-main {
    background: var(--color-main);
}










.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top {
    overflow:hidden
}
.header-top-right:before {
    position: absolute;
    content: '';
    left: 59%;
    top: 0px;
    width: 200%;
    height: 100%;
    background-color: var(--color-highlight);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.social-section li {
    padding-right: 2rem;
}
.social-section li a {
    color: var(--white);
    display: block;
}
.social-section li a:hover {
    color: var(--color-highlight);
}
#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}
.setting-menu.fixed {
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--light);
}
.fixed .menu-section > ul > li > a {
    height: 7rem;
    line-height: 7rem;
}
.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;
}

.btn-action-header:hover {
    color: var(--color-highlight) !important;
}
.search-section .input-group {
    border-radius: 0.3rem !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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-slider-main .swiper-slide:before {
    content:'';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(22 22 22 / 50%);
    position: absolute;
}

.swiper-slider-main .btn:hover {
    background: white !important;
    color: var(--color-main) !important;
}

.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 .btn-submit {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -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
}
.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-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-highlight);
    color: white;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}
.sec-filter-house {
    margin-top:3rem;
}
.sec-filter-house .form-group {
    position: relative;
    margin: 0.5rem 0;
}
.sec-filter-house .form-group .icon {
    position: absolute;
    left: 0.7rem;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.sec-filter-house .form-group .icon i {
    font-size: 1.5rem;
}
.sec-filter-house .form-group .form-control {
    padding-left: 2.2rem;
}
.title-section {
    line-height: 1.1;
}
.product-item:hover {
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
}

.category-section .item .info {
    position: absolute;
    top: 0;
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    border-radius: 0.5rem;
}
.category-section .item:hover .info {
    text-decoration: underline;
}
.category-section .left .item .image {
    padding-top: 76.4%;
}
.service-section .item img {
    width: 5rem;
    height: 5rem;
    object-fit: scale-down;
}

.service-section .item {
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.service-section .item:hover {    
    background: var(--color-highlight);
}

.service-section .item:hover .name {
    color: white;
}

.service-section .item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.form-control {
    border-color: #EBEBEB;
    border-radius: 0.4rem;
}

.form-group {
    margin-bottom: 2rem;
}
.swiper .swiper-slide {
    height: auto;
}

footer {
    padding-top: 3rem;
    position: relative;
}
footer .overlay-footer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

footer .overlay-footer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 0;
}


.bg-footer,.bg-footer * {
    position: unset;
}
.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--color-main);
}
.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}
.copyright, .chinhanh {
    border-top: 1px solid #cedee0 !important;
}
.copyright a img {
    width: 12rem;
    object-fit: scale-down;
    margin-left: 1rem;
    height: 9rem;
}
.contact-page .form-group label {
    margin-bottom: 1rem;
}
.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;
}
.item-album img {
    cursor: pointer;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}

.product-image-detail .inner-image {
    padding-top: 62.5%;
}
.product-detail-footer .attr-pro .item {
    padding: 1rem 0;
}

.member-mb-section a.btn-action-header {
    color: var(--white) !important
}
.member-mb-section .dropdown > a {
    padding: 0 !important;
}
@media (min-width:992px) {
    .sec-filter-house {
        margin-top: -10rem;
        z-index: 1;
    }
}
@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: 3.5rem !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;
    }
    header .logo-section img {
        height: 4rem;
    }
    .swiper-slider-main .swiper-slide--wrap {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width:768px) {   
    .title-section {
        font-size: 2.5rem !important;
    }
    .copyright a img {
        margin: 1rem 1rem 0 0;
        width: 9rem;
    }
}
@media (max-width: 767px) {
    .swiper-slider-main .swiper-slide:after {
        top: 7rem;
        left: 1rem;
        right: 1rem;
        bottom: 4rem;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .swiper-slider-main .swiper-slide img {
        height: 40vh;
    }
    .swiper-slider-main .swiper-slide--tile {
        font-size: 2.8rem !important;
    }
    .block-tab.nav .nav-item .nav-link {
        padding: 0 1.5rem 0.5rem 0;
    }
    .sec-filter-house .form-group .icon i {
        vertical-align: middle;
    }

}
