@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap; }

html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--color-black);
    overflow-x: hidden;
}

.container {
    max-width: 1436px;    
} 

@media (max-width: 1680px) {
    .container {
        max-width: 1400px;    
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1196px;    
    }   
}

.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem 0;
    background: linear-gradient(90deg, rgba(0,61,128,1) 0%, rgba(0,57,123,1) 50%, rgba(0,61,128,1) 100%);
    z-index: 999;
}
.home-slide {
    background: url(/templates/fashion03/assets/media/background/group_26864.png);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-menu>.container>.row>div[class*=col-] {
    display: flex;
    align-items: center;
}
.header-menu>.container>.row>div:last-child {
    justify-content: flex-end;
}
.logo-section {
    margin-right: 3rem;
    margin-bottom: -6rem;
}
.search-icon .form-dropdown {
    position: absolute;
    padding: 6px;
    border-radius: 0.25rem;
    background-color: #fff;
    width: 260px;
    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%);
}
.btn-dat-mua {
    background: #1174CC;
    color: #fff;
    padding: 0.2rem 1.2rem;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 4rem;
    font-size: 1.6rem;
}
.btn-switch-language {
    border: 1px solid #fff;
    border-radius: 100px;
    position: relative;
    width: 6.8rem;
    height: 3rem;
    padding: 0;
    font-weight: 300;
}
.btn-switch-language:before {
    content: attr(nh-active-language);
    color: #fff;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s;
    position: absolute;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}
.btn-lang-en:before {
    right: 0;
    padding-right: 1rem;
    justify-content: end;
}
.btn-lang-vi:before {
    padding-left: 1rem;
}
.btn-switch-language .handle {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    bottom: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: var(--white);
    border-radius: 100%;
}
.btn.btn-switch-language.btn-lang-vi .handle {
    right: 0.3rem;
    left: auto;
}
.search-icon i {
    font-size: 2.4rem;
}
.search-icon a {
    color: var(--white);
    display: inline-block;
}
.menu-section>ul {
    display: flex;
    align-items: center;
}
.swiper-slide--wrap .swiper-slide--tile, .swiper-slide--wrap .swiper-slide--description {
    color: var(--white);
}
.action-link a {
    font-size: 2.4rem;
    font-weight: 500;
    margin-right: 3rem;
    display: flex;
    align-items: center;
    line-height: 1;
}
.action-link {
    display: flex;
    align-items: center;
}
.action-link a .icon {
    margin-right: 1.5rem;
}
.home-slide .swiper-pagination {
    text-align: left;
    left: 1.2rem;
    bottom: -2rem;
}
.home-slide .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 1rem;
    height: 1rem;
}
.bg-customer {
    display: flex;
    background: #3766AD;
    margin: 0 2.5rem;
    padding: 1rem;
    border-radius: 1rem;
}
.bg-customer .avatar {
    max-width: 11.8rem;
    flex: 0 0 11.8rem;
}
.bg-customer .avatar img {
    height: 11.8rem;
    border-radius: 100%;
    border: 3px solid var(--white);
}
.swiper-slider-customer .inner-info {
    color: var(--white);
    margin-left: 2rem;
}
.swiper-slider-customer .swiper-slide--tile {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.1rem;
}
.swiper-slider-customer .list-star {
    margin: 0.5rem 0;
}
.swiper-slider-customer .list-star i {
    color: #E6E601;
    margin-right: 1rem;
    font-size: 1.7rem;
}
.swiper-slider-customer {
    margin: 0 auto;
    padding-bottom: 5rem;
    margin-bottom: 0 !important;
}
.bg-customer .swiper-slide--description {
    margin-bottom: 0;
    font-size: 1.4rem;
}
.title-section-1 {
    font-size: 2.4rem;
    color: white;
    text-align: center;
    font-weight: 500;
    margin-bottom: 3.5rem;
}
.section-customer .slick-dots {
    bottom: 0;
}
.section-customer {
    padding: 6rem 0;
}
.section-customer .swiper-pagination-customer {
    bottom: 0;
}
.section-customer .swiper-pagination-customer .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: var(--white);
}
.why_choose_us {
    margin: 0 auto;
    padding: 6rem 0;
}
.w-40 {
    width: 40%;
}
.why_need_us-img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.why_choose_us .item-wrp {
    text-align: center;
    margin: 4rem 0;
}
.item-wrp img {
    object-fit: none;
}
.why_choose_us .item-wrp .item_description {
    font-size: 1.6rem;
    color: var(--color-black);
    font-weight: 600;
}
.why_choose_us .col-customer-1, .why_choose_us .col-customer-3 {
    flex: 0 0 22%;
    max-width: 22%;
    padding: 0;
}
.why_choose_us .col-customer-2 {
    flex: 0 0 56%;
    max-width: 56%;
}
.why_choose_us .title_why {
    font-size: 2.4rem;
    color: var(--color-black);
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.why_choose_us .description_why {
    font-size: 2.4rem;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 500;
}
.section-why-safegate {
    background-repeat: no-repeat;
    background-position: bottom;
}
.home-slide .slider-main .slick-dots {
    text-align: left;
    bottom: -50px;
}
.home-slide .slider-main .slick-dots li:first-child {
    margin-left: 0;
}
.home-slide .slick-dots li button:before {
    background: var(--white);
}
.home-slide .slick-dots li.slick-active button:before {
    opacity: 1;
}
.section-quanlytm {
    padding: 6rem 0;
    background: var(--light);
}
.col-customer {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.custom-slider .col-customer-1 {
    flex: 0 0 30%;
    max-width: 30%;
}
.custom-slider .col-customer-2 {
    flex: 0 0 70%;
    max-width: 70%;
}
.content-top .title {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 3rem;
}
.content-top .smart-connnet {
    padding-left: 0;
    margin-bottom: 5rem;
}
.content-top .smart-connnet li, .category-home .item-cate .description ul li {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.5;
}
.content-top .smart-connnet li::before, .category-home .item-cate .description ul li::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0;
    bottom: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background: radial-gradient(circle, rgba(118,204,251,1) 0%, rgba(16,144,214,1) 50%);
}
.btn-buy-now {
    background: var(--color-main);
    border-radius: 1rem;
    font-size: 1.7rem;
    padding: 1rem 3rem;
}
.custom-slider .rti-package_img {
    padding-top: 200%;
}
.custom-slider .rti-package_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-slider .content-bottom .inner-image .img {
    position: relative;
    padding-top: 150%;
}
.custom-slider .content-bottom .inner-image .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-slider .content-bottom .inner-image .item-name {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
}
.category-home {
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 5px solid #1174cc7d;
    font-size: 2.4rem;
    color: var(--color-main);
    font-weight: 600;
    margin-bottom: 4rem;
}
.header-item:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60%;
    background: var(--color-main);
    height: 5px;
}
.header-item .view-all {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-main);
}
.header-item span {
    margin-bottom: -5px;
    padding-bottom: 1rem;
}
.category-home .item-cate .avatar {
    position: relative;
    padding-top: 52%;
}
.category-home .item-cate .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-home .row {
    margin-left: -20px;
    margin-right: -20px;
}
.category-home .row>div[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}
.category-home .item-cate .description ul li {
    padding-left: 4rem;
}
.category-home .row {
    margin-left: -20px;
    margin-right: -20px;
}
.category-home .row>div[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}
.category-home .item-cate .description {
    margin-bottom: 3rem;
}
.category-home .item-cate .description ul li {
    padding-left: 5rem;
    font-size: 1.6rem;
}
.category-home .item-cate .action {
    text-align: center;
    margin-top: auto;
}
.category-home .item-cate .action .btn-dat-mua {
    display: inline-block;
    border-radius: 1rem;
    font-size: 2rem;
    padding: 0.7rem 3rem;
    font-weight: 600;
}
.category-home .item-cate .description ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 3rem;
}
.section-new {
    background: url(/templates/fashion03/assets/media/template/bg-new.png);
    background-repeat: no-repeat;
    padding: 6rem 0 3rem;
    background-size: cover;
}
.section-new .header-item {
    color: var(--white);
    border-color: #7b91a7;
}
.section-new .header-item:before {
    background: var(--white);
    width: 35%;
}
.section-new .header-item .view-all {
    color: var(--white);
}
.section-new .view-list .article-item .inner-image {
    max-width: 35%;
    flex: 0 0 35%;
}
.view-list-page .article-item .inner-image {
    max-width: 25%;
    flex: 0 0 25%;
}
.section-new .view-list .article-item, .view-list-page .article-item {
    display: flex;
}
.section-new .view-list .article-item .inner-content {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 2rem;
}
.view-list-page .article-item .inner-content {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 6rem;
}
.section-new .view-list .article-item .inner-content .article-title, .view-list-page .article-item .inner-content .article-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.view-list-page .article-item .inner-content .article-title {
    font-size: 2.4rem;
}
.section-new .view-list .article-item .inner-content .article-title a {
    color: var(--color-highlight);
    font-weight: 600;
}
.view-list-page .article-item .inner-content .article-title a {
    color: var(--color-black);
    font-weight: 600;
}
.section-new .view-list .article-item .inner-content .article-description, .view-list-page .article-item .inner-content .article-description {
    color: var(--white);
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 0;
}
.view-list-page .article-item .inner-content .article-description {
    color: var(--color-black);
    font-weight: 400;
}
.view-list-page .article-item {
    margin-bottom: 6rem;
}
.fix-col>.container>.row {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
}
.fix-col>.container>.row>div[class*=col-] {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.section-new .view-list .article-item .inner-content .view-more, .view-list-page .article-item .inner-content .view-more {
    color: #e9e7e7;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: var(--color-highlight);
}
.view-list-page .article-item:last-child {
    margin-bottom: 0;
}
.view-list-page .article-item .inner-content .view-more {
    color: var(--color-main);
} 
.section-partner {
    padding: 5rem 0;
}
.box-partner .article-item .inner-image {
    background: var(--white);
    padding: 1rem;
}
.box-partner .article-item .inner-image img {
    object-fit: contain;
    max-height: 125px;
    top: 50%;
    transform: translateY(-50%);
}
.box-partner>.row {
    margin-left: -1rem;
    margin-right: -1rem;
}
.box-partner>.row>div[class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem;
}
.box-partner .article-item {
    margin-bottom: 2rem;
}
.box-partner .article-item .inner-image .ratio-1-1 {
    padding-top: 107%;
}
.section-partner .box-partner {
    padding: 2rem 2rem 0;
    background: #E5E5E5;
}
.section-partner .box-partner .slick-slide {
    margin: 0 1rem;
}
.item-qdt .inner-content {
    background: #1174cc30;
    padding: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
article.article-item.item-qdt {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.item-qdt .inner-content .article-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem !important;
    line-height: 1;
}
.item-qdt .inner-content .article-description {
    font-size: 1.6rem;
    color: var(--color-black);
    font-weight: 400;
}
.item-qdt .inner-image .ratio-16-9 {
    padding-top: 51%;
}
.footer-company {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5rem 0 3rem;
}
.footer-logo .logo-company img {
    height: 130px;
    object-fit: contain;
}
.font-weight-semibold {
    font-weight: 600;
}
.footer-logo .logo-bct {
    text-align: center;
}
.footer-logo .logo-bct img {
    width: 156px;
}
.footer-logo .logo-company {
    margin-bottom: 3rem;
    text-align: center;
}
.footer-company .footer-logo {
    flex: 0 0 190px;
    max-width: 190px;
}
.footer-company .footer-info {
    flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
    padding-left: 7rem;
    padding-top: 2.5rem;
}
.footer-info .item {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.footer-info .item .icon {
    background: var(--white);
    flex: 0 0 8rem;
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4rem;
}
.footer-info .item .inner h4 {
    color: var(--white);
    margin-bottom: 0;
}
.footer-info .item .inner {
    color: var(--white);
    font-size: 1.9rem;
}
.footer-info .item .inner span {
    margin-top: 1.5rem;
    display: inline-block;
}
.footer-info>.row:last-child .item {
    margin-bottom: 0;
}
.py-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.article-introduct .article-title {
    font-size: 2.4rem;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.article-introduct .article-title a {
    color: var(--color-black);
}
.article-introduct .article-description {
    color: #202020;
    font-size: 1.6rem;
    font-weight: 400;
}
.article-introduct .article-description p {
    margin-bottom: 2rem;
}
.bg-dnns {
    background: #F9FCFF;
}
.section-founding-team .title-section-1 {
    margin-bottom: 5rem;
    font-size: 3.2rem;
}
.section-founding-team {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white);
}
.slider-founding-team .swiper-slide--tile {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.slider-founding-team .swiper-slide--short-description {
    text-align: center;
    color: var(--color-highlight);
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.slider-founding-team .swiper-slide--description {
    text-align: center;
}
.slider-founding-team .avatar img {
    width: 20rem;
    height: 20rem;
    border: 0.7rem solid var(--white);
    border-radius: 100%;
}
.section-contact>.container {
    width: 70%;
    margin: 0 auto;
}
.section-contact>.container>.row {
    margin-left: -3rem;
    margin-right: -3rem;
}
.section-contact>.container>.row>div[class*=col-] {
    padding-left: 3rem;
    padding-right: 3rem;
}
.section-contact .title-section-1 {
    color: var(--color-black);
    margin-bottom: 5rem;
}
.form-contact .logo-form {
    text-align: center;
}
.form-contact .logo-form img {
    height: 125px;
    margin-top: -4rem;
}
.form-contact {
    padding: 0 6rem 3rem;
    border-radius: 1rem;
}
.form-contact .form-group label {
    font-weight: 400;
    font-size: 1.6rem;
}
.form-contact .form-group {
    margin-bottom: 3rem;
}
.form-contact .form-group .form-control {
    border-radius: 0.4rem;
}
.form-contact .form-group:last-child {
    margin-bottom: 0;
    text-align: center;
}
.form-contact .form-group .btn {
    background: var(--color-main);
    border-color: var(--color-main);
    border-radius: 0.5rem;
    padding: 0.6rem 2rem;
    font-size: 1.6rem;
}
.form-contact .form-group label span.required {
    margin-left: 1rem;
}
.box-social .img {
    position: relative;
    padding-top: 50.5%;
}
.box-social .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.box-social {
    border-radius: 1rem;
    background: var(--white);
}
.box-social .list-social {
    padding: 2rem 3rem;
}
.box-social .list-social .item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.box-social .list-social .item .icon img {
    width: 3.5rem;
}
.box-social .list-social .item .inner {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin-left: 2rem;
}
.box-social .list-social .item .inner p {
    margin-bottom: 0;
}
.box-social .list-social .item:last-child {
    margin-bottom: 0;
}
.box-social .list-social .item .inner a {
    color: var(--color-main);
    text-decoration: underline;
    margin-left: 0.5rem;
}
.box-social .list-social .item .inner.inner-facebook p:first-child {
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #707070;
}
.link-categories {
    margin-top: 7rem;
    border-bottom: 5px solid #1174cc7d;
}
.link-categories ul li {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    text-align: center;
    padding-bottom: 1.5rem;
}
.link-categories.categories-article ul li {
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
    text-align: center;
    padding-bottom: 0.5rem;
}
.link-categories ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}
.link-categories ul li a {
    font-size: 2.4rem;
    color: #1174cc7d;
    font-weight: 600;
}
.link-categories ul li a.active {
    color: var(--color-main);
}
.link-categories ul li.active {
    border-bottom: 5px solid var(--color-main);
    margin-bottom: -5px;
}
.list-product .item-cate .avatar img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.list-product .item-cate .avatar {
    padding-top: 66%;
}
.list-product .product-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}
.list-product .product-order .product-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #4B4B4B;
}
.list-product .product-order .product-title a {
    color: var(--color-black);
}
.quantity-product {
    display: flex;
    align-items: center;
}
.quantity-product>span {
    margin-right: 2rem;
    font-size: 1.6rem;
}
.list-product .action-dat-mua {
    margin-top: 2rem;
}
.list-product .action-dat-mua .btn-dat-mua {
    border-radius: 1rem;
    font-size: 2.4rem;
    padding: 1.2rem 3rem;
    border: 0;
    display: inline-block;
    margin-bottom: 1rem;
}
.article-guide .inner-image .effect-album a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    z-index: 9;
}

.article-guide .inner-image .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 7.8rem;
    height: 7.8rem;
}

.article-guide .inner-image .icon-play img {
    object-fit: contain;
}
.article-guide .article-title a {
    color: var(--color-black);
    font-weight: 600;
}
.article-guide .article-title {
    margin: 2rem 0 1.5rem;
    font-size: 2.4rem;
}
.article-guide .time-video {
    display: flex;
    align-items: center;
    color: var(--color-text);
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.article-guide .time-video .icon {
    margin-right: 1rem;
}
.article-guide .time-video .icon img {
    width: 2.8rem;
    height: 2.8rem;
}
.article-guide .article-description {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 400;
}
.accordion-faqs .card-title .number {
    background: var(--color-main);
    color: var(--white);
    width: 4.6rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 3.2rem;
    margin-right: 2rem;
}
.accordion-faqs .card-title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.accordion-faqs .card-body {
    padding-left: 7rem;
    font-size: 1.6rem;
    padding-bottom: 2rem;
    font-weight: 400;
}
.accordion-faqs .card-title.collapsed {
    font-weight: 400;
}
.accordion-faqs .card .card-header {
    margin-bottom: 2rem;
}
.accordion-faqs .card-body p {
    margin-bottom: 0;
}
.accordion-faqs .card-title:before {
    content: "\f106";
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    color: var(--color-main);
    font-size: 2.9rem;
}
.accordion-faqs .card-title.collapsed:before {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.list-product .item-cate .price-amount {
    background: var(--color-main);
    color: var(--white);
    font-size: 2.9rem;
    font-weight: 600;
    font-style: italic;
    padding: 0.7rem 2rem;
    position: absolute;
    bottom: 0;
}
.list-product .item-cate .price-amount .currency-symbol {
    font-size: 100%;
}
.list-product .item-cate .price-amount:before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 100%;
    border-top: 58px solid var(--color-main);
    border-right: 25px solid transparent;
    z-index: 1;
}
.section-page-media>.row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.section-page-media>.row>div[class*=col-] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.section-page-media .pagination {
    padding-top: 0;
}
.section-page-media .inner-content {
    padding-top: 1.5rem;
}
.section-page-media .inner-content .article-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.section-page-media .inner-content .article-title a {
    color: #4B4B4B;
}
.section-page-media .inner-content .article-description {
    font-size: 1.6rem;
    font-weight: 400;
    color: #202020;
    margin-bottom: 1.5rem;
}
.section-page-media .inner-content .view-more {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-main);
}
.slider-customer-thumbs, .slider-customer-main {
    padding: 6rem 0;
}
.section-page-customer .container {
    width: 70%;
    margin: 0 auto;
}
.slider-customer-thumbs .slide--wrap .avatar {
    position: relative;
    padding-top: 62%;
}
.slider-customer-thumbs .thumb-item {
    margin: 0 4rem;
    padding: 1rem 0;
}
.slider-customer-thumbs .slide--wrap .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
}
.slider-customer-thumbs .thumb-item .slide--wrap {
    box-shadow: 0 0rem 1rem #00c2ff;
    border: 3px solid #00C2FF;
    border-radius: 1rem;
}
.slider-customer-thumbs .slide--wrap .inner-info {
    background: var(--color-main);
    padding: 2rem;
    color: var(--white);
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
}
.slider-customer-thumbs .slide--wrap .inner-info .slide--tile {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.slider-customer-thumbs .slide--wrap .inner-info .list-star i {
    color: #E6E601;
    margin-right: 1rem;
    font-size: 1.7rem;
}
.slider-customer-thumbs .slide--wrap .inner-info .list-star {
    margin-bottom: 1rem;
}
.slider-customer-thumbs .slide--wrap .inner-info .slide--link {
    color: #ededed;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.slider-customer-thumbs {
    margin-bottom: 1rem !important;
}
.slider-customer-thumbs .slick-dots {
    bottom: 17px;
}
.slider-customer-main .main-item .inner-image {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    padding-top: 20%;
}
.slider-customer-main .main-item .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.slider-customer-main .main-item {
    display: flex;
    margin: 0 3rem;
}
.slider-customer-main .main-item .inner-info {
    padding-left: 3rem;
    flex: 0 0 70%;
    max-width: 70%;
}
.slider-customer-main .main-item .inner-info .slide--tile {
    font-size: 2.4rem;
    color: #4B4B4B;
    font-weight: 600;
}
.slider-customer-main .main-item .inner-info .slide--description-short {
    color: var(--color-main);
    font-size: 2.4rem;
    font-weight: 600;
    font-style: italic;
    padding: 1rem 2rem;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.slider-customer-main .main-item .inner-info .slide--description-short .before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 50%;
    border-top: 1px solid var(--color-main);
    border-left: 1px solid var(--color-main);
}
.slider-customer-main .main-item .inner-info .slide--description-short .after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7rem;
    height: 50%;
    border-bottom: 1px solid var(--color-main);
    border-right: 1px solid var(--color-main);
}
.slider-customer-main .main-item .inner-info .slide--description {
    font-size: 1.6rem;
    color: #4B4B4B;
    font-weight: 400;
}
.box-partner.box-list {
    margin: 6rem 0;
    background: #EEEEEE;
    padding: 3rem 3rem 0;
}
.box-partner.box-list>.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.box-partner.box-list>.row>div[class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.box-partner.box-list .article-item {
    margin-bottom: 3rem;
}
.form-dealer {
    width: 80%;
    margin: 0 auto;
    padding: 6rem 0;
}
.form-dealer .row {
    margin-left: -6rem;
    margin-right: -6rem;
}
.form-dealer .row>div[class*=col-] {
    padding-left: 6rem;
    padding-right: 6rem;
}
.form-dealer .title-section-1 {
    color: var(--color-black);
    margin-bottom: 4rem;
}
.form-dealer .form-group {
    margin-bottom: 3rem;
}
.form-dealer .form-group .form-control {
    background: var(--light);
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}
.form-dealer .form-group .required {
    margin-left: 1rem
}
.form-dealer .btn-submit {
    background: var(--color-main);
    font-size: 1.9rem;
    border: 0;
    border-radius: 0.6rem;
    padding: 1rem 3rem;
}
.breadcrumbs-detail {
    padding-top: 13rem;
}
.breadcrumbs-detail a {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-main);
}
.article-detail {
    font-size: 1.6rem;
}
.article-detail .avatar-article {
    padding-top: 25%;
}
.article-detail .h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #4B4B4B;
    margin-bottom: 2rem;
}
.social-share .list-social .btn-social {
    border: 1px solid #ddd;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share .list-social .btn-social a {
    font-size: 2.3rem;
    color: #8d8b8b;
}
.social-share .share-title {
    color: var(--color-main);
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 1.5rem;
}
.article-detail .bottom-detail {
    display: flex;
    align-items: center;
    margin: 4rem 0;
}
.review-star > label::before {
    content: "\f005";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 2rem;
    margin-right: 0.7rem;
    cursor: pointer;
}
.review-star > input {
    display: none;
}
#form-register-service .close{
    position:absolute;
    top: 5px;
    right: 5px;
}
.article-detail .bottom-detail .review-star {
    margin-left: 2rem;
}
.review-article {
    position: absolute;
    bottom: 4.5rem;
    left: 32%;
    font-size: 2rem;
    color: #4B4B4B;
    font-weight: 400;
}
.social-share {
    margin: 4rem 0;
}
.article-detail .name-project {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00000070;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.6rem;
}
.title-section-2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.related-posts {
    padding: 4rem 0;
}
.article-lienquan .inner-content {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.article-item.article-lienquan {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 4rem;
}
.content-top .smart-connnet li::before, .category-home .item-cate .description ul li::before, .article-item.article-lienquan:before,
.order-product .top-name-right:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    bottom: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background: rgb(109,199,248);
    background: radial-gradient(circle, rgba(109,199,248,1) 0%, rgba(23,148,217,1) 50%);
}
.article-item.article-lienquan:before {
    background: var(--color-main);
}
.article-item.article-lienquan .article-title {
    font-size: 2rem;
    font-weight: 400;
}
.article-item.article-lienquan .article-title a {
    color: var(--color-black);
}
.footer-info .title-footer {
    color: var(--white);
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.article-item.article-lienquan .post-date {
    font-weight: 600;
}
.footer-info .inner a {
    display: block;
    color: var(--white);
    margin-bottom: 1.5rem;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
}
.footer-info .inner {
    color: var(--white);
    font-size: 1.6rem;
}
.menu-section > ul > li:first-child {
    margin-left: 1.5rem;
}
.section-huong-dan .row {
    margin-left: -4rem;
    margin-right: -4rem;
}
.section-huong-dan .row>div[class*=col-] {
    padding-left: 4rem;
    padding-right: 4rem;
}
.section-page-customer .slick-dots li button:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-color: #1174CC;
    opacity: 0.37;
}
.section-page-customer .slick-dots li.slick-active button:before {
    opacity: 1;
}
.section-page-customer .slick-dots {
    bottom: 3rem;
}
/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 120px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-highlight);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.section-quanlytm .col-customer .content-top {
    padding-left: 5rem;
}
@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
/*End Button Contact Fixed*/
.zalo-chat-widget {
    bottom: 100px !important;
    right: 25px !important;
}
.category-home .item-cate {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}
.slick-initialized[nh-owl-slick] {
    visibility: visible;
}
.pl-md-5 {
    padding-left: 3rem !important;
}
.home-slide .slider-main .slick-slide .inner-image {
    text-align: right;
}
.why_choose_us .item-wrp .ratio-custome {
    padding-top: 47%;
}
.section-quanlytm .content-top .btn-buy-now {
    font-size: 2rem;
    font-weight: 600;
}
.section-quanlytm .content-bottom {
    padding-left: 5rem;
}
.title-section-1.title-huong-dan {
    color: #131313;
    font-weight: 600;
    margin-bottom: 4rem;
    font-size: 3.2rem;
}
.author-article {
    color: #8D8B8B;
    font-weight: 400;
}
.author-article>span.author-name {
    color: #4B4B4B;
    font-weight: 600;
    padding: 0 1rem 0 0.5rem;
    border-right: 1px solid #707070;
    margin-right: 1rem;
}
.review-star {
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}
.review-star > input.active ~ label, .review-star > input.active ~ label, .review-star:not(:checked) > label:hover, .review-star:not(:checked) > label:hover ~ label {
    color: #EEAE00;
}
.section-datmua-safegate .title-section-1, .customer-order-info .title-section-1, .order-info .title-section-1 {
    color: #131313;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 6rem;
}
[nh-datmua] {
    padding: 5rem 0 0;
}
[nh-order-info] {
    background: #F9F9F9;
    padding: 6rem 0;
}
[nh-order-info]>.container, .order-success>.container {
    width: 1323px;
}
.customer-order-info .title-section-1 {
    margin-top: 0;
    margin-bottom: 6rem;
}
.form-billing .form-group {
    margin-bottom: 4rem;
}
.form-billing .form-group label {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.form-billing .form-group .form-control, #companyInvoice .form-group .form-control {
    height: 5rem;
    border-radius: 0.4rem !important;
    font-size: 1.6rem;
}
.form-billing .form-group .bootstrap-select>.dropdown-toggle {
    height: 5rem;
    line-height: 3rem;
    background: var(--white) !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.4rem;
}
.form-billing .form-group textarea.form-control {
    height: 17.4rem;
}
#order-info-bottom {
    margin-top: 2rem;
}
.title-order {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.title-order span {
    color: var(--color-main);
}
.order-product {
    background: #ECF6F9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2.5rem 3rem;
    margin-bottom: 2rem;
}
.order-product {
    background: #ECF6F9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2.5rem 3rem;
    margin-bottom: 2rem;
}
.order-product .top-name-right {
    display: flex;
    align-items: center;
    font-size: 2rem;
    position: relative;
    padding-left: 4rem;
}
.order-product .top-name-right:before {
    top: 1rem
}
.order-product .top-name-right .name-element {
    font-weight: 600;
}
.order-product .top-name-right .quantity {
    margin: 0 3.5rem 0 1rem;
    font-weight: 600;
}
.order-product .top-name-right .quantity {
    margin: 0 3.5rem 0 1rem;
    font-weight: 600;
}
.order-product .top-name-right .price-quantity .price-amount {
    font-size: 2rem;
    color: #8D8B8B;
    font-style: italic;
}
.order-product .top-name-right:not(:last-child) {
    margin-bottom: 2rem;
}
.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}
.checkbox-list .checkbox {
    margin-bottom: 1rem;
}
.checkbox-list .checkbox:last-child {
    margin-bottom: 0;
}
.checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox > span {
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
}
.checkbox > span {
    height: 3.6rem;
    width: 3.6rem;
}
.checkbox > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}
.checkbox span {
    margin-right: 2rem;
}
.checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}
.checkbox > input:checked ~ span {
    background-color: #3699FF;
}
.checkbox > span:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 5px 5px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
    margin-top: -6px;
}
.checkbox > span:after {
    width: 15px;
    height: 25px;
}
.checkbox > input:checked ~ span:after {
    display: block;
}
.checkbox > input:checked ~ span:after {
    border-color: #ffffff;
}
#companyInvoice {
    margin-bottom: 2rem;
}
#companyInvoice .card-body {
    padding: 3rem 0 0;
}
.payment-method .title-order {
    margin-top: 2rem;
}
.payment-method ul.nav li.nav-item:not(:last-child) {
    margin-bottom: 2rem;
}
.payment-method ul.nav li.nav-item .inner-icon img {
    height: 3rem;
}
.payment-method ul.nav li.nav-item .nav-link {
    border-radius: 0.44rem;
    font-size: 2rem;
    font-weight: 400;
}
.payment-method ul.nav li.nav-item .inner-icon {
    min-width: 8rem;
    text-align: center;
}
.payment-method ul.nav li.nav-item .nav-link.active {
    box-shadow: 0 0rem 0.5rem #00c2ff;
    border: 1px solid #00C2FF !important;
    color: #00C2FF;
    font-weight: 600;
}
.checkout-payment .action-dat-mua {
    margin-top: 4rem;
}
.entry-bank {
    padding-top: 3rem;
    font-size: 1.8rem;
    font-weight: 400;
}
.entry-bank .title-bank {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.order-success {
    padding-top: 6rem;
}
.order-info .title-section-1 {
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.order-success .alert-success {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 400;
    padding: 3rem;
}
.order-info .order-item, .order-info .order-vat {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.remove-cart a {
    color: #f00;
    margin-left: 4rem;
    font-size: 2.9rem;
    line-height: 1;
}
[nh-datmua] .action-dat-mua {
    margin: 0 0 3rem;
}
.text-decoration-none a {
    text-decoration: none !important;
}
.fs-21 {
    font-size: 2.1rem;
}
.toast-body {
    min-width: 55rem;
    font-size: 2.1rem !important;
}
.toast-body .btn {
    font-size: 1.5rem;
    padding: 0.5rem 1.25rem;
    margin-top: 2rem;
}
#toasts {
    top: 50% !important;
    left: 50% !important;
    right: inherit !important;
    transform: translate(-50%, -50%);
}
.home-slide .slick-dotted.slick-slider {
    margin-bottom: 10rem;
}
.article-introduct-2 .inner-content {
    padding-right: 5rem;
}

.article-introduct-1 .inner-content {
    padding-left: 5rem;
}
.entry-bank .qrcode {
    text-align: center;
    margin-top: 3rem;
}
.entry-bank .qrcode img {
    height: 50rem;
}
.article-item.item-media .article-title {
    margin: 1.5rem 0;
}
.article-item.item-media .article-title a, .article-item.item-media .view-more {
    color: var(--color-highlight);
}
.article-item.item-media  .article-description {
    font-size: 1.6rem;
    color: var(--white);
}
.article-item.item-media .time-video {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #383838ab;
    display: flex;
    align-items: center;
    color: var(--white);
    padding: 0.5rem 1rem;
    border-top-left-radius: 1rem;
}
.article-item.item-media .time-video img {
    position: relative;
    width: auto;
}
.article-item.item-media .time-video .icon {
    margin-right: 1rem;
}
.article-content p, .article-content span {
    font-family: 'Open Sans', sans-serif !important;
}
.list-product .action-dat-mua .btn-dat-mua:hover {
    background: #1174CC !important;
    color: #fff !important;
}
@media (max-width: 1440px) {
    .menu-section > ul > li {
        margin-right: 2rem;
    }
    .bg-customer {
        margin: 0;
    }
    .category-home .item-cate .description ul li {
        padding-left: 4rem;
    }
    .slider-customer-thumbs .thumb-item {
        margin: 0 2rem;
    }
}
@media (max-width: 768px) {
    .logo-section img {
        /* width: 9.5rem; */
        height: 4rem;
        margin-top: -20px;
    }
        .logo-section {
        margin-right: 0;
        margin-bottom: -3rem;
    }
    .header-menu>.container>.row>div[class*=col-]:nth-child(2) {
        justify-content: center;
        padding: 0 0.8rem;
    }
    .btn-switch-language:before {
        font-size: 1.4rem;
        padding-right: 0.8rem;
    }
    .btn-switch-language {
        border: 1px solid #fff;
        border-radius: 100px;
        position: relative;
        width: 6rem;
        height: 2.5rem;
        padding: 0;
        line-height: 26px;
    }
    .btn-switch-language .handle {
        top: 0.3rem;
        left: 0.3rem;
        width: 1.7rem;
        height: 1.7rem;
    }
    .header-menu .btn-dat-mua {
        background: transparent;
        color: #fff;
        padding: 0;
        border: 0;
        border-radius: 100px;
        margin: 0 2rem;
    }
    .btn-dat-mua img {
        height: 2.5rem;
    }
    .search-icon {
        line-height: 1;
    }
    .home-slide .slider-main .slick-list {
        margin: 0;
    }
    .home-slide .slider-main .slick-slide {
        margin: 0;
    }
    .home-slide .slider-main .slick-slide .swiper-slide--tile {
        font-size: 2.4rem;
    }
    .home-slide .slider-main .action-link {
        justify-content: center;
    }
    .home-slide .slider-main .slick-dots {
        text-align: center;
    }
    .home-slide .slider-thumbs.slider-main {
        margin-bottom: 10rem;
    }
    .home-slide {
        padding-top: 14rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section-customer .slick-list {
        padding-left: 0 !important;
        margin: 0 -5px;
    }
    .bg-customer .avatar {
        max-width: 10rem;
        flex: 0 0 10rem;
    }
    .bg-customer .avatar img {
        height: 10rem;
    }
    .swiper-slider-customer .inner-info {
        margin-left: 1rem;
    }
    .swiper-slider-customer .swiper-slide--tile {
        font-size: 1.7rem;
    }
    .swiper-slider-customer .list-star {
        margin-bottom: 0.5rem;
    }
    .swiper-slider-customer .swiper-slide.slick-slide {
        margin: 0 1rem;
    }
    .swiper-slider-customer {
        padding-bottom: 0;
    }
    .why_choose_us .col-customer, .custom-slider .col-customer-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why_need_us-img, .section-why-safegate {
        background-image: none !important;
    }
    .why_need_us-img img {
        width: 100% !important;
    }
    .why_choose_us .col-customer.col-customer-1 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5rem;
    }
    .why_choose_us .item-wrp {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 2rem;
    }
    .item-wrp img {
        object-fit: contain;
    }
    .why_choose_us {
        padding-bottom: 3rem;
    }
    .custom-slider .col-customer-1 {
        display: none;
    }
    .custom-slider .col-customer .content-top {
        order: 1;
        padding-left: 2rem;
    }
    .custom-slider .col-customer .content-bottom {
        padding: 0 4rem;
        margin-bottom: 4rem;
    }
    .custom-slider .col-customer .content-bottom h4 {
        font-size: 2.1rem;
        color: var(--color-black);
        text-align: center;
        margin-bottom: 3rem;
    }
    .pl-0 {
        padding-left: 0 !important;
    }
    .custom-slider .col-customer .content-bottom .slick-next:before, .custom-slider .col-customer .content-bottom .slick-prev:before {
        font-size: 4.9rem;
        color: var(--color-main);
    }
    .custom-slider .col-customer .content-bottom .slick-next {
        right: -4rem;
    }
    .custom-slider .col-customer .content-bottom .slick-prev {
        left: -4rem;
    }
    .section-new .view-list .article-item {
        border-bottom: 2px solid #6485a1;
        padding-bottom: 2rem;
    }
    .section-new .view-list .article-item:first-child {
        flex-wrap: wrap;
    }
    .section-new .view-list .article-item:not(:first-child) .inner-image {
        display: none;
    }
    .section-new .view-list .article-item .inner-content {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
    .section-new .view-list .article-item:first-child .inner-image {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .section-new .view-list .article-item:first-child .inner-content {
        margin-top: 2rem;
        display: block;
    }
    .section-new .view-list .article-item:first-child .inner-content .article-title {
        margin-bottom: 1rem;
    }
    .section-new .view-list .article-item:first-child .inner-content .article-description, .section-new .view-list .article-item:first-child .inner-content .view-more {
        display: block !important;
        font-size: 1.4rem;
    }
    .section-new .view-list .article-item:first-child .inner-content .post-date {
        display: none;
    }
    .section-new .view-list .article-item .inner-content {
        display: flex;
        align-items: center;
    }
    .section-new .view-list .article-item .inner-content .post-date {
        flex: 0 0 34%;
        max-width: 34%;
        text-align: right;
        color: #f5f5f5 !important;
        font-weight: 500 !important;
    }
    .section-new .view-list .article-item .inner-content .article-title {
        font-size: 1.6rem;
        text-align: left;
    }
    .section-new .view-list .article-item .inner-content .article-title a {
        color: #f5f5f5 !important;
    }
    .section-new .view-list {
        margin-bottom: 5rem;
    }
    .section-partner .item-qdt {
        margin-bottom: 5rem;
    }
    .footer-company .d-flex {
        flex-direction: column;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-info {
        padding: 4rem 0 0;
    }
    .footer-info .inner a {
        display: inline-block;
    }
    .footer-info .inner a:nth-child(2) {
        float: right;
    }
    .footer-info>.row>div:first-child .inner p {
        display: none;
    }
    .footer-info>.row>div:first-child .inner {
        margin-bottom: 3rem;
    }
    .slider-founding-team .avatar {
        position: relative;
        padding-top: 100%;
        width: 100%;
    }
    .slider-founding-team .avatar img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section-contact>.container {
        width: 100%;
    }
    .section-contact .form-contact {
        margin-bottom: 3rem;
    }
    .box-social .list-social .item .inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .box-social .list-social .item .inner.inner-facebook p:first-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .link-categories ul li a {
        font-size: 2rem;
    }
    .list-product .product-order {
        align-items: flex-start;
        flex-direction: column;
    }
    .list-product .product-order .product-title {
        margin-bottom: 1rem;
    }
    .view-list-page .article-item {
        flex-wrap: wrap;
    }
    .view-list-page .article-item .inner-image, .view-list-page .article-item .inner-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .view-list-page .article-item .inner-content {
        padding-left: 0;
        padding-top: 1.5rem;
    }
    .why_choose_us .item-wrp .item_description {
        margin-top: 2rem;
    }
    .footer-company .footer-logo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-company .footer-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .section-customer .slick-dots {
        bottom: -40px;
    }
    .section-customer {
        padding: 6rem 0 8rem;
    }
    .menu-section>ul {
        display: block;
        text-align: center;
        background: var(--color-main);
    }
    .menu-section > ul > li {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
    }
    .menu-section > ul > li > a {
        color: var(--white);
    }
    .menu-section > ul > li > a {
        font-size: 2rem;
        font-weight: 400;
        height: 6rem;
        line-height: 6rem;
    }
    .menu-section .grower {
        font-size: 2rem;
        width: 6rem;
        height: 6rem;
        line-height: 6rem;
        color: #fff;
    }
    .menu-section .has-child:hover > a {
        background-color: transparent !important;
        color: var(--white) !important;
    }
    .menu-top, .menu-vertical--top {
        margin: 0;
        padding: 1.5rem;
        background: var(--color-main);
    }
    .menu-section > ul li a {
        height: 6rem;
        line-height: 6rem;
        font-size: 2rem;
        font-weight: 400;
    }
    .menu-section .has-child > .entry-menu li a {
        margin-left: 4rem;
    }
    .menu-section .has-child > .entry-menu li:not(:last-child) a {
        border-bottom: 1px solid #fff;
    }
    .menu-section .menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-section .menu-top .close-sidebar {
        color: #fff;
        font-size: 4rem;
        width: 10%;
        line-height: 1;
    }
    .menu-section .menu-top .btn-dat-mua {
        width: 10%;
        margin: 0;
        text-align: right;
    }
    .menu-section .menu-top .btn-dat-mua img {
        height: 3rem
    }
    .menu-section .menu-top form {
        width: 80%;
        padding: 0 2rem;
    }
    .menu-section .menu-top form .form-control {
        border-radius: 100px;
        border: 0;
    }.menu-section .menu-top form .btn-submit {
        background-color: #fff;
        border: 0;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        color: var(--color-main);
        font-size: 2.1rem;
        padding: 0 1.5rem;
    }
    .breadcrumbs-section {
        height: 24rem;
        padding-top: 6rem;
    }
    .breadcrumbs-section h1 {
        font-size: 3rem;
    }
    .article-item .article-title {
        font-size: 2rem;
        text-align: center;
    }
    .list-product .item-cate .price-amount {
        
    }
    .list-product .item-cate .price-amount:before {
        border-top: 41px solid var(--color-main);
    }
    .article-guide .inner-content {
        display: flex;
        flex-wrap: wrap;
    }
    .article-guide .inner-content .article-title, .article-guide .inner-content .time-video {
        text-align: left;
    }
    .article-guide .inner-content .time-video {
        text-align: right;
        justify-content: flex-end;
        margin: 2rem 0 1.5rem;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .article-guide .inner-content .article-description {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .accordion-faqs .card-title {
        font-size: 1.6rem;
        padding-right: 2rem;
    }
    .accordion-faqs .card-title .number {
        flex: 0 0 2.6rem;
        max-width: 2.6rem;
        height: 2.6rem;
        font-size: 1.8rem;
    }
    .accordion-faqs .card-body {
        padding-left: 0;
    }
    .view-list-page .article-item .inner-content .article-title, .section-page-media .inner-content .article-title {
        text-align: left;
        font-size: 2rem;
    }
    .pagination .page-link {
        padding: 0.5rem 1.5rem;
    }
    .breadcrumbs-detail {
        padding-top: 10rem;
    }
    .breadcrumbs-detail a, .article-detail .h3, .title-section-2, .slider-customer-main .main-item .inner-info .slide--tile {
        font-size: 2rem;
    }
    .article-detail {
        font-size: 1.4rem;
    }
    .review-article {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 3rem;
    }
    .social-share {
        margin: 3rem 0;
    }
    .review-article .justify-content-end {
        justify-content: flex-start !important;
    }
    .social-share .share-title {
        margin-bottom: 2rem;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .social-share .list-social .btn-social:first-child {
        margin-left: 0;
    }
    .article-lienquan .inner-content {
        flex-wrap: wrap;
        font-size: 1.4rem;
    }
    .article-item.article-lienquan .article-title {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
    .article-item.article-lienquan .post-date {
        margin-left: 0 !important;
    }
    .section-page-customer .slider-customer-main .main-item {
        margin: 0 2rem;
        flex-wrap: wrap;
    }
    .slider-customer-main .main-item .inner-image {
        padding-top: 64%;
        margin-bottom: 3rem;
    }
    .slider-customer-main .main-item .inner-image, .slider-customer-main .main-item .inner-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider-customer-main .main-item .inner-info {
        padding-left: 0;
    }
    [nh-order-info]>.container, .order-success>.container {
        width: 100%;
    }
    .article-introduct-2 .inner-content {
        padding-right: 0;
    }
    
    .article-introduct-1 .inner-content {
        padding-left: 0;
    }
    .category-home .item-cate {
        display: block;
        margin-bottom: 3rem;
    }
    .article-item.item-media .article-title {
        text-align: left;
        font-size: 1.6rem;
    }
    .article-guide .inner-content .article-title {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .section-page-customer .container {
        width: 100%;
    }
    .form-billing .form-group {
        margin-bottom: 2rem;
    }
    .title-order {
        font-size: 2rem;
    }
    .order-product {
        padding: 2rem;
    }
    .order-product .top-name-right {
        padding-left: 3rem;
        font-size: 1.6rem;
    }
    .order-product .top-name-right .price-quantity .price-amount {
        font-size: 1.6rem;
    }
    .remove-cart a {
        font-size: 2.4rem;
    }
    .checkbox, .payment-method ul.nav li.nav-item .nav-link {
        font-size: 1.6rem;
    }
    .custom-slider .col-customer .content-top .slick-slide {
        text-align: center;
    }
    .content-top .smart-connnet {
        text-align: left;
    }
    .pagination .page-item {
    display: inline-block;
    margin-left: 0;
}
}