/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;700&display=swap');

body {
    background-color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

#body {
    border-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: transparent;
}

#footer, #footer a {
    color: #FFF
}

.header-nav a.button{
    width: 27px;
    height: 27px;
    color: #000;
    background-color: transparent;
}

.header-nav a.button.active, .header-nav a.button:hover, .header-nav a.button:focus{
    background-color: transparent;
    color: #ddd
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: auto;
    max-width: 100%;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.menu-mobile-css.metismenu .sidebar-nav ul a, .menu-mobile-css.metismenu .arrow {
    color: #000 !important;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: transparent;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    border-radius: 3px;
    display: none;
    z-index: 100;
}

.mobile-menu-toggle-btn i {
    color: #333;
}

.section-header-bar {
    background-image: none;
}

.css-section-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 10%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .logo {
    padding-top: 0px
}

.header-nav-inner {
    padding-bottom: 0;
    padding-top: 0
}

.css-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-header .slimmenu em {
    display: none;
}

.css-header ul.slimmenu {
    background-color: transparent;
    border-color: transparent;
}

.css-header ul.slimmenu>li>a {
    color: #333;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.6rem;
    font-weight: 500
}

.css-header ul.slimmenu li a {
    padding: 1px 15px
}

.css-header ul.slimmenu li a:hover, .css-header ul.slimmenu li a:focus, .css-header ul.slimmenu li.current {
    background-color: transparent;
    color: #224bcf !important;
}

.bg-header {
    background-color: #e6ebf7
}

.home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 3rem 0;
}

.home .image, .display-about .content_about {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32rem;
    flex: 1 1 32rem;
}

.home .content, .display-about .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32rem;
    flex: 1 1 32rem;
}

.home .image img, .display-about .image img {
    width: 100%
}

.home .content h3, .display-about .content_about h3 {
    color: #302851;
    font-size: 4rem;
}

.home .content p, .display-about .content_about p {
    font-size: 1.9rem;
    color: #333;
    padding: 1rem 0;
    line-height: 1.8;
}

.btn-new {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background: #f73859;
    color: #fff !important;
    cursor: pointer;
    border-radius: .5rem;
    font-size: 1.7rem;
}

.btn-new:hover {
    color: #fff;
    background: #224bcf;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.display-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 3rem 0;
}

.bg-step {
    background-color: #fdf2ff
}

.bg-section .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(28rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
    gap: 1.5rem;
}

.bg-section .box-container .box {
    text-align: center;
    padding: 3rem 2rem;
}

.bg-section .box-container .box img {
    height: 20rem;
}

.bg-section .box-container .box h3 {
    font-size: 2.2rem;
    padding: 2rem 0;
}

.bg-section .box-container .box p {
    font-size: 1.7rem;
    line-height: 2;
    padding-bottom: 1rem;
}

.bg-section .width-box-container {
    -ms-grid-columns: (minmax(36rem, 1fr))[auto-fill] !important;
    grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr)) !important;
}

.padding-section {
    padding: 5rem 0;
}

.height-css {
    min-height: 185px
}

.css-title-h2 {
    font-size: 4rem;
    padding-top: .5rem;
    margin-bottom: 3rem;
}

.box-groupnew {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(22rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    gap: 1rem;
}

.box-groupnew .content-groupnew:hover .css-image img {
    transform: scale(1.2);
}

.box-groupnew .content-groupnew .css-image {
    height: 15rem;
    width: 100%;
    overflow: hidden;
    background: var(- -bg-color-2);
}

.box-groupnew .content-groupnew img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .2s linear;
}

.box-groupnew .content-groupnew {
    border: 0px solid #ccc;
    padding: 10px;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0/ 10%);
    background-color: #FFF
}

.box-groupnew .content-groupnew .content-new {
    padding-top: 1rem
}

.box-groupnew .content-groupnew .content-new p {
    margin-top: 1rem
}

.box-groupnew .content-groupnew .content-new h3 {
    font-size: 1.8rem;
    line-height: 1.5;
}

.box-groupnew .content-groupnew .content-new h3 a {
    color: #444;
}

@media ( max-width : 1200px) {
    section {
        padding: 3rem 2rem;
    }
}

@media ( max-width : 700px) {
    .display-about {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

@media ( max-width : 767.98px) {
    #header .logo {
        text-align: left;
    }
    .css-grid {
        grid-template-columns: 0.4fr 1fr !important;
    }
    #modalPrice .modal-dialog {
        margin: auto;
        min-width: 100%;
    }
}

@media ( max-width : 1023px) {
    .menu-desktop, .site-menu-bg, .section-header-bar {
        display: none;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
}

.box-plan {
    border: 1px solid #ccc;
}

.bg-section .box-container .box-plan strong {
    font-size: 4rem
}

.height-plan ul {
    padding: 0px
}

.height-plan ul li {
    padding: 1rem 0;
    font-size: 1.7rem;
    position: relative;
    max-width: 20rem;
    margin: auto
}

.height-plan ul li:BEFORE {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/check.png) no-repeat;
    position: absolute;
    top: 15px;
    left: -15px;
}

.bg-section .box-container .box-plan strong span {
    font-size: 2rem
}

.accordion-container .accordion {
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0/ 20%);
}

.accordion-container .accordion.active .accordion-heading {
    background: transparent;
}

.accordion-container .accordion.active .accordion-heading h3 {
    color: #224bcf;
}

.accordion-container .accordion.active .accordion-heading i {
    color: #224bcf;
    transform: rotate(180deg);
    transition: transform .2s .1s;
}

.accordion-container .accordion.active .accordion-content {
    display: block;
}

.accordion-container .accordion .accordion-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 20px;
}

.accordion-container .accordion .accordion-heading h3 {
    font-size: 18px;;
}

.accordion-container .accordion .accordion-heading i {
    font-size: 25px;;
}

.accordion-container .accordion .accordion-content {
    padding: 15px 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    background: #fff;
    border-top: 0;
    display: none;
    animation: animate .2s linear backwards;
    line-height: 2;
    transform-origin: top;
}

@
keyframes animate { 0%{
    transform: scaleY(0);
}

}
.width100 {
    width: 100%
}

.dx-product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(40rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
    gap: 1.5rem;
}

.headerSearch .btn-info, .headerSearch-menu .btn-info {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.headerSearch .input-group, .headerSearch-menu .input-group {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 4rem
}

.headerSearch .input-group .form-control, .headerSearch-menu .input-group .form-control {
    height: 4rem;
    border-radius: 0px
}

.headerSearch .input-group .form-control:FOCUS, .headerSearch-menu .input-group .form-control:FOCUS {
    border-color: transparent;
    box-shadow: none;
}

.headerSearch .btn-info:focus, .headerSearch .btn-info.focus, .headerSearch .btn-info:hover, .headerSearch .btn-info:active, .headerSearch .btn-info.active {
    background-color: transparent;
    border-color: transparent;
    color: #f73859
}

.headerSearch-menu .btn-info:focus, .headerSearch-menu .btn-info.focus, .headerSearch-menu .btn-info:hover, .headerSearch-menu .btn-info:active, .headerSearch-menu .btn-info.active {
    background-color: transparent;
    border-color: transparent;
    color: #f73859
}

.headerSearch .input-group .input-group-btn .btn, .headerSearch-menu .input-group .input-group-btn .btn {
    padding: 0
}

.headerSearch .input-group .input-group-btn .fa-search, .headerSearch-menu .input-group .input-group-btn .fa-search {
    font-size: 18px;
    margin-right: 5px
}

.headerSearch input, .headerSearch-menu input {
    border-color: transparent;
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headerSearch-menu {
    margin-bottom: 1rem;
    padding: 0 1rem
}

#footer {
    min-height: auto;
    border-bottom-color: #393f43;
    background-color: #393f43;
    border-top-color: #393f43;
    background-image: none;
}

.css-comment {
    background-color: #fff;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0/ 20%);
    padding: 3rem 2rem;
    border-radius: 5px;
    margin-bottom: 3rem
}

.css-comment span {
    position: relative;
    display: block;
    line-height: 0;
    border-width: 0px;
    border-radius: 50%;
    text-align: left;
    color: #224bcf;
    margin: 0 auto 0 0;
}

.css-comment span i {
    font-size: 3.3rem
}

.css-comment .css-content {
    margin-top: 1.3rem;
    font-size: 1.6rem
}

.slick-slide {
    padding: 0 1rem
}

.css-grid {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    margin-top: 2rem
}

.css-grid>div:FIRST-CHILD {
    width: 50px;
    height: 50px;
}

.css-grid>div:FIRST-CHILD img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.css-grid>div:LAST-CHILD>p:FIRST-CHILD {
    font-weight: bold;
    font-size: 1.5rem
}

@media ( min-width :1200px) {
    .css-comment {
        width: 520px !important;
    }
}

.third-nav .bg {
    background-color: transparent;
}

.third-nav .row {
    border-bottom-width: 0;
}

.footerNav2 {
    background-color: transparent;
}

.footerNav2 .theme-change a, .footerNav2 .theme-change span, .footerNav2 .bttop a {
    background-color: #dcdcdc;
    color: #393f43 !important;
}

#modalPrice .modal-dialog {
    margin: auto;
    min-width: 1200px;
}

#modalPrice .btn-new {
    margin-top: 0
}

.cat_saas a {
    margin-right: 5px
}

.detail-1 h1 {
    font-size: 2.5rem
}

.screen .box {
    height: 400px;
    background: #000;
    transition: ease-in-out 8s;
    background-position: top
}

.screen .box:HOVER {
    background-position: bottom
}

.personalArea {
    padding-left: 5px;
    padding-top: 5px
}

#search-btn, .personalArea {
    height: 3.5rem;
    width: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.7rem;
    background: #eee;
    color: #111;
    cursor: pointer;
    text-align: center;
    margin-left: .3rem;
}

.personalArea a.button.user, .personalArea a.button.user:hover {
    width: 26px;
    height: 26px;
    background-color: #333
}

.header-nav .headerSearch {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 100;
    width: 30rem;
    background: #fff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    padding: 1rem;
    display: none;
}

.header-nav .headerSearch.active {
    display: block;
    transition: all 0.35s ease;
}

.header-nav .headerSearch input {
    width: 26rem;
    padding: 1.2rem 1.4rem;
    background: #eee;
    font-size: 1.6rem;
    color: #666;
}