.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-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 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);
}
.shadow-2{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.rounded-5{
    border-radius: 0.5rem;
}
.rounded-10{
    border-radius: 1rem;
}
.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);
}
html {
    scroll-behavior: smooth;
}
.bg-main-1 {
    background: #29313C;
}
.letter-spacing-1{
    letter-spacing: 0.2rem
}




.setting-menu>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.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
}
.swiper-slider-main .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 50%);
}
.swiper-slider-main.swiper .swiper-slide {
    height: 100%;
}
.swiper-slider-main .swiper-pagination-bullet::after {
    background-color: var(--white);
}
.member-section a{
    font-size: 1.6rem;
}
#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}

.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
    }
}

.why-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 3rem;
    position: relative;
}

.why-section:before {
    content: '';
    background-color: #29313C;
    opacity: 0.99;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.why-section .item, .contact-page .item {
    transition: 0.5s;
}

.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 {
    border-color: rgb(234 234 234 / 12%) !important;
}

.why-section .item:hover {
    border-color: var(--color-highlight) !important;
}
.why-section .item:hover i{
    color: white !important;
}
.country-section .bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 55% auto;
    opacity: 0.1;
    filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.contact-section .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:6rem 0;
}
.contact-section .swiper-slide:before {
    content:'';    
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #29313C;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}
footer {
    background: var(--color-main);
    padding-top: 3rem;
}

footer .logo-section img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.form-control {
    font-size: 1.5rem;
    border-radius: 0.5rem;
}

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

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--gray);
    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);
}

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

.newsletter-input::-moz-placeholder {  /* Firefox 19+ */
   color: var(--gray);
}
.newsletter-input:-ms-input-placeholder {  
   color: var(--gray);
}
.copyright {
    border-top: 1px solid rgb(197 197 197 / 11%);
}
.social-section {
    border-bottom: 1px solid rgb(197 197 197 / 11%);
}
.social-section li {
    padding: 0 1rem;
}

.social-section li a {
    color: var(--white);
    font-size: 1.6rem;
}
.social-section li a:hover {
    background: var(--color-highlight);
}
.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;
}
.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;
}
.donhang-attr li:last-child {
    padding-bottom: 0;
}
.swiper .swiper-slide {
    height: auto;
    margin-bottom: 3rem;
}
.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 i {
    font-size: 1.6rem;
    padding-right: 1rem;
    max-width: 3.5rem;
    line-height: 1;
}
.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: 75%;
}
.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;
}
.product-attribute li {
    margin-left: 0;
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    list-style-type: none;
    border-bottom: 1px dashed #b9b9b9;
    padding: 9px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.product-attribute span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.ms-options-wrap {
    position: relative;
    margin-bottom: 20px;
}
.ms-options-wrap button {
    background-color: #fff;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #eeefee;
    width: 100%;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.ms-options {
    position: absolute;
    background: var(--white);
    width: 100%;
    border: 1px solid #eeefee;
    border-radius: 4px;
    z-index: 1;
    max-height: 164px;
    overflow-y: scroll;
    display: none;
}
.ms-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ms-options ul li {
    padding: 8px 10px 3px 20px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1.3rem;
}

.ms-options ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width:1200px) {
    .menu-section > ul > li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@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:1000px) {
    .setting-menu>.container>.row>div:first-child {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .setting-menu>.container>.row>div:last-child {
        flex: 0 0 70%;
        max-width: 70%;
    }
}
@media (max-width:992px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .video-intro>div {
        padding-top: 75%;
    }

}
@media (max-width:768px) {
    .swiper-slider-main,.swiper-slider-main .swiper-slide img {
        height: 45vh;
        object-position: 90% center;
    }

    .search-section {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .title-section {
        font-size: 3rem !important;
    }
}
@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;
    }
}


