.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-35{
    font-size: 3.5rem !important;
}
.color-text{
    color: var(--color-text);
}
.font-weight-600{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.btn-submit-cus:after {
    content: '';
    width: 95%;
    height: 20px;
    background-color: var(--color-highlight);
    opacity: 0.5;
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: -1;
    transition: 0.5s;
}

.btn-submit-cus:hover:after {
    width: 100%;
    top: 0;
    left: 0;

}
.btn-submit-cus:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-submit i {
    font-size: 1.3rem;
}
.letter-spacing-1{
    letter-spacing: 1px;
}

.shadow-1{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
}
.rounded-5{
    border-radius: 0.5rem;
}
.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);
}
.object-scale {
    object-fit: scale-down !important;
}
.color-gray{
    color: var(--gray-bold);
}
html {
    scroll-behavior: smooth;
}
.bg-light {
    background-color: #ededed !important;
}



.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    max-width: 40rem;
    width: 100%;
}
.social-section li {
    padding-left: 1.5rem;
}
.social-section li:first-child{
    padding-left:0
}
.social-section li a {
    color: var(--white);
    font-size: 1.6rem;
    height: 3.5rem;
    line-height: 3.5rem;
    display: block;
    background: var(--color-text);
    width: 3.5rem;
    border-radius: 0.5rem;
    text-align: center;
}
.social-section li a:hover {
    background: var(--color-highlight);
}
.member-section a{
    font-size: 1.6rem;
}
#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}
.menu-section > ul > li:first-child {
    margin-left: 0;
}
.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid var(--color-main);
    opacity: 1;
    background: transparent;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8rem;
}
.swiper-pagination-bullet-active {
    position: relative;
    opacity: 1;
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}
.swiper-pagination-bullet-active::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid var(--color-highlight);
    background: transparent;
    position: absolute;
    top: -0.6rem;
    left: -0.6rem;
}
.swiper-slider-main .swiper-horizontal > .swiper-pagination-bullets, .swiper-slider-main .swiper-pagination-bullets.swiper-pagination-horizontal{
    right: 5rem;
    top: 50%;
    z-index: 1;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    padding: 2rem 0.8rem;
    border-radius: 2rem;
    left: inherit;
    width: auto;
    bottom: inherit;
    transform: translateY(-50%);
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    width: 5rem;
    height: 5rem;
    background: rgb(255 255 255 / 44%);
    line-height: 5rem;
    border-radius: 50%;
}
.btn-video i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color: var(--color-highlight);
    background-color: white;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.btn-video::before, .btn-video::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #9a9a9a;
    box-shadow: 0 0 0 0 #9a9a9a;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .8;
    z-index: -1;
}
.btn-video::before{
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.btn-video::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.intro-home .btn-video {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
}

.intro-home .btn-video i {
    height: 7rem;
    width: 7rem;
    line-height: 7rem;
    font-size: 3rem;
}

.intro-home .article-description {
    font-size: 1.6rem;
}

.intro-home .article-description ul, .intro-home .article-description ol {
    padding-left: 2.5rem;
}

.intro-home .article-description ul li, .intro-home .article-description ol li {
    margin-bottom: 1.5rem;
    position: relative;
    list-style: none;
}
.intro-home .article-description ul li:before , .intro-home .article-description ol li:before {
    position: absolute;
    left: -2.5rem;
    top: 0;
    content: "\f058";
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    color: var(--color-highlight);
}
.intro-home .intro-year {
    max-width: 26rem;
    padding: 3rem 3rem;
    text-align: center;
    background-color: var(--color-main);
    position: absolute;
    bottom: 1rem;
    right: 5rem;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.54px;
    color: #ffffff;
}
.intro-home .intro-year  span {
    color: var(--color-highlight);
}
.donhang-section .table {
    border-collapse: separate;
    border-spacing: 2rem 0px;
    display: block;
    overflow-x: scroll;
}
    
.donhang-section .table th, .donhang-section .table td {
    padding: 1.5rem 1rem;
    vertical-align: middle;
}
.donhang-section .table th {
    border: none;
}
.donhang-section .block-tab.nav .nav-item .nav-link {
    background: #ef7f7f;
    color: white;
    border-left: 1px solid var(--color-highlight);
    height: 100%;
}

.donhang-section .block-tab.nav .nav-item .nav-link.active {
    background: var(--color-highlight);
    color: white;
}
.donhang-section ul.pagination {
    border-top: 0;
}
.why-section .item, .contact-page .item {
    transition: 0.5s;
}
    
.why-section .item .icon , .contact-page .item .icon {
    width: 9rem;
    height: 9rem;
    font-size: 4rem;
    margin: 0 auto 3rem;
}
.why-section .item:hover, .contact-page .item:hover {
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent !important;
}
.why-section .item .icon::after, .contact-page .item .icon::after {
    content: '';
    width: 7rem;
    height: 7rem;
    background-color: var(--color-highlight);
    opacity: 0.5;
    position: absolute;
    top: -0.8rem;
    left: 1rem;
    transition: 0.5s;
    z-index: -1;
}
.why-section .item:hover .icon::after, .contact-page .item:hover .icon::after {
    top: 2.8rem;
}
#counter .item .value {
    opacity: 0.1;
    text-align: center;
    font-size: 15rem;
    font-weight: bold;
    letter-spacing: -0.5rem;
    transition: 0.5s;
    line-height: 1.1;
}

#counter .item .name {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.1;
}
#counter .item::after {
    content: '';
    width: 1px;
    height: 6rem;
    background: var(--light);
    position: absolute;
    right: -2em;
    top: 50%;
    transform: translateY(-50%);
}
#counter>.row>div:last-child .item::after{
    opacity: 0;
}
.testimonial-section .star-rating-box {
    font-size: 1.3rem;
}
.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.testimonial-section .item .img img {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: cover;
}
.video-section .btn-video {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
}
.video-section .btn-video i {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size:3rem
}
.article-item:hover {
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
}
.date-article {
    right: 3rem;
    top: -3rem;
    width: 6rem;
    height: 7rem;
    line-height: 1.1;
}
footer {
    padding-top: 3rem;
    margin-top: 3rem;
}

.form-control {
    font-size: 1.5rem;
}

.title-footer {
    font-size: 2rem;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--color-main);
    font-size: 1.5rem;
}
.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.form-group {
    margin-bottom: 1.5rem;
}
.newsletter-input::-webkit-input-placeholder {
   color: var(--gray-bold);
}

.newsletter-input:-moz-placeholder { /* Firefox 18- */
   color: var(--gray-bold);
}

.newsletter-input::-moz-placeholder {  /* Firefox 19+ */
   color: var(--gray-bold);
}
.newsletter-input:-ms-input-placeholder {  
   color: var(--gray-bold);
}

.copyright {
    border-top: 1px solid rgb(255 255 255 / 16%)
}
.copyright-section{
    font-size: 1.6rem;
}
.form-contact-page {
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
}
.form-contact-page input.form-control {
    height: 5rem;
}

.form-contact-page .form-group {
    margin-bottom: 2rem;
}
.search-input-section {
    max-width: 600px;
    margin: 0 auto;
}
.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10rem 0;
}
.breadcrumbs-section-bg:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
}
.breadcrumbs-section-bg h1 {
    line-height: 1.5;
}
.social-share .list-social .btn-social a{
    border: 1px solid #E5E5E5;
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    text-align: center;
    line-height: 3.5rem;
    color: var(--color-text);
    border-radius: 50%;
}

.social-share .list-social .btn-social {
    margin: 0 0.5rem;
}
.social-share .list-social .btn-social a:hover {
    color: white;
    background: var(--color-highlight);
}
.product-image-detail .inner-image {
    padding-top: 75%;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.job-information .item {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: var(--color-main);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.job-information .item{
    /*border-bottom: 1px solid var(--light);*/
}

.job-information .item i {
    font-size: 1.6rem;
    padding-right: 1rem;
    max-width: 3.5rem;
    line-height: 1;
}

.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}
.search-page .input-group-append .btn {
    z-index: 1;
}
.invalid-feedback {
    color: #dc3545 !important;
}
#popup-tuvan .close {
    opacity: 1;
}
.donhang-mb .block-tab.nav {
    flex-wrap: nowrap;
    margin-bottom:2rem;
}
.donhang-attr li {
    display: flex;
    justify-content: space-between;
    color: var(--color-text);
    padding: 1rem 0;
    margin: 0;
}
.donhang-attr li+li {
    border-top: 1px solid #e5e5e5;
}
.donhang-attr li>span:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.donhang-attr li>span i {
    font-size: 1.6rem;
    padding-right: 1rem;
    max-width: 3.5rem;
    line-height: 1;
}
.swiper .swiper-slide {
    height: auto;
}
.bg-footer,.bg-footer * {
    position: unset;
}
footer {
    position: relative;
}
footer .overlay-footer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: center bottom;
    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 / 30%);
    z-index: 0;
}
footer .title-footer{
    display: block !important;
}
footer .map iframe {
    height: 220px;
}
@media (min-width:768px) {
    .intro-home .inner-image img {
        width: 85%;
    }

}

@media (max-width:1080px) {
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 1.6rem;
    }
    
    .swiper-slide--wrap .btn-submit {
        padding: 1rem 2rem !important;
    }
}
@media (max-width:1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@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 only screen and (max-width: 991px){
    .setting-menu {
        padding: 1rem 0;
    }

}
@media (max-width:768px) {
    .swiper-slider-main,.swiper-slider-main .swiper-slide img {
        height: 45vh;
        object-position: 80% center;
    }
    .header-top>.container>.row>div {
        flex-direction: column;
    }
    
    .search-section {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width:767px) {
    .nh-admin-bar ul {
        display: none;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .social-section li {
        padding-left: 1rem;
    }
    .display-4 {
        font-size: 2.7rem;
    }
    .swiper-slider-main .swiper-horizontal > .swiper-pagination-bullets, .swiper-slider-main .swiper-pagination-bullets.swiper-pagination-horizontal {
        right: 3rem;
        bottom: 3rem;
        top: inherit;
        transform: unset;
    }
    .intro-home .intro-year {
        right: 0;
        bottom: 0;
        font-size: 2.8rem;
    }
}


