@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --color-main1: #3237a2;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a{
    transition: all 0.3s;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #2c2e81;
}
.container-fluid {
    width: 100%;
    overflow: hidden;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);
}
.slider-home .owl-prev {
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    background: none;
    border: 1px solid #eee;
    color: #fff;
    font-size: 18px;
}
.slider-home .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    background: none;
    border: 1px solid #eee;
    color: #fff;
    font-size: 18px;
    right: 10px;
}
.owl-nav > div {
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #1e3d37;

    padding: 0;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 30px;
    top: auto !important;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a {
    display: block;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #fb2644;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fb2644 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.support-online .btn-support {
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
#scrollUp {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 99999;
}
#scrollUp:hover {
    background-color: #333;
    color: #fff;
}

.btn-active-view {
    background-image: linear-gradient(to right, #85b348, #92cc2e, #85b348);
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
}
.hover-zoom:hover img {
    transform: scale(1.05);
}
.hover-zoom {
    overflow: hidden;
}
.item-product .img img {
    height: 270px;
    object-fit: cover;
}

/* css review */
.add-review textarea {
    width: 100%;
    height: 150px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.add-review input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.add-review .write-review__button {
    padding: 0;
    padding: 0 36px;
}
.aside-category ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #8d3e20;
}
aside .section-title {
    padding: 10px 4px;
    background-size: 60% 100%;
}

.main-menu ul li a {
    font-family: "Montserrat-Bold";
}
.main-menu > ul > li > a {
    position: relative;
}
.main-menu > ul > li > a::after {
    content: "";
    width: 1px;
    height: 0px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #11219d;
    transition: all 0.7s ease;
}
.main-menu > ul > li > a:hover::after {
    height: 20px;
}
.main-menu > ul > li > a.icon-search::after {
    display: none;
}
.main-menu > ul > li .nav-search {
    display: none;
}
.main-menu > ul > li .nav-search {
    display: none;
    z-index: 11;
}

header .nav-item form input[type="text"] {
    border: 1px solid #249045;
}
header .nav-item form input[type="text"]::-webkit-input-placeholder {
    /* Edge */
    color: #249045;
}

header .nav-item form input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #249045;
}

header .nav-item form input[type="text"]::placeholder {
    color: #249045;
}
.why-section .item .img img {
    border-radius: 50%;
}
.oder-home select {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.oder-home p {
    width: 100%;
}
.sort-1 {
    float: right;
}
.sort-1 select {
    width: 250px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #249045;
    background: none;
    margin-left: 10px;
    appearance: auto !important;
}
.category-home .text span {
    background: #f1ec3c;
    border: 1px solid #249045;
    color: #249045;
    font-weight: bold;
}
.item-product .box-pro-buy {
    z-index: 9;
    position: relative;
    width: 80%;
    margin: 10px auto 0;
}
.item-product .box-pro-buy .btn {
    text-transform: none;
    font-size: 14px;
    background: #1e3d37;
    border-color: #1e3d37;
    border-radius: 40px;
    padding: 7px 10px;
    cursor: pointer;
    border-width: 1px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.item-product .box-pro-buy .btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item-product .box-pro-buy .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    color: #1e3d37;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 38px;
}
.item-product .box-pro-buy .btn:hover {
    background: #2f5f56;
    border-color: #2f5f56;
}
.item-product .box-pro-buy .btn:hover .icon {
    background: #2f5f56;
    color: #fff;
}
.item-product .box-pro-buy .btn:hover span {
    margin-left: -10px;
}
.btn {
    border-radius: 0px;
    text-transform: uppercase;
    background: #1e3d37;
    border-color: #1e3d37;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
.btn:hover {
    color: #fff;
    background: #0d1b18;
    border-color: #0d1b18;
}
.btn:hover:after {
    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
}

.tab-detail button.active {
    background-color: #182bc5;
    color: #fff;
}
.main-new .content-new .item .img img {
    height: 270px;
}

.content-content p {
    margin-bottom: 10px;
}
#primary-nav.mobile li a {
    padding: 10px !important;
}
.title-primary {
    font-family: "Montserrat-Bold";
}
.bold-1 {
    font-family: "Montserrat-Bold";
}

.footer-area1 {
    padding: 100px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

footer iframe {
    width: 100%;
    height: 220px;
}
.footer-logo img {
    width: 100px;
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ddd;
    margin: 3px;
    display: inline-block;
    float: left;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
    background: #b1061e;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

ul.tabs {
    list-style: none;
}
ul.tabs li {
    background: none;

    display: inline-block;
    padding: 10px 36px;
    cursor: pointer;

    text-transform: uppercase;
}

ul.tabs li.current {
    border-bottom: 1px solid #1ead09;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

/*------------------- 4.1 Footer Menu -------------------*/

.benefit-section .title-primary::after {
    left: 0;
    transform: inherit;
}
.main-contact .title-primary::after {
    left: 0;
    transform: inherit;
}

.info-home .title-primary::after {
    transform: inherit;
    left: 0;
}
.content-content p {
    margin-bottom: 10px;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.table-table table tr td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.table-table table {
    width: 100%;
}
.table-table table tr:first-child td {
    color: #fff;
}
.icon-box .item .overlay-item {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.icon-box .item:hover .overlay-item {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.Project-home .tabs #tabs-nav .active a {
    color: #000;
}
.Project-home .content-tab-project .tab-content .item .img img {
    height: 365px;
}
.Solution-section::before {
    content: "";
    background: url("../img/bg-1.jpg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 495px;
}
.Solution-section .nav-Solution-section .item .img img {
    height: 275px;
}

.content-contnet p {
    margin-bottom: 10px;
}

.li-bell .sub-bell {
    visibility: hidden;
    opacity: 0;
}
.li-bell:hover .sub-bell {
    visibility: visible;
    opacity: 1;
}
.header-mobile .li-bell {
    margin-left: 10px;
}
.header-mobile .nav-sub-bell {
    display: none;
    z-index: 99999;
    visibility: visible;
    margin: 0;
}

.title-primary::after {
    content: "";
    position: absolute;
    background: #a0cc37;
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.project-home .slider-project .item .item-hover {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.project-home .slider-project .item:hover .item-hover {
    visibility: visible;
    opacity: 1;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}
.map iframe {
    width: 100%;
    height: 500px;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}
.slider-project .item .img img {
    height: 355px;
    object-fit: cover;
}
.main-course-detail .content-course-detail ul.tabs li {
    background: #ddd;
    color: #000;
    border-radius: 20px;
    margin-right: 15px;
}
.main-course-detail .content-course-detail ul.tabs li.current {
    background: #2c2e81;
    color: #fff;
}

.acc__card {
    position: relative;
}
.acc__title {
    cursor: pointer;
    display: block;

    position: relative;
    text-align: left;
}
.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 8px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.acc__panel {
    display: none;
}

/* Video Btn CSS */
.video-btn {
    font-size: 75px;
    position: relative;

    padding: 0;
    font-size: 22px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

    background-color: #fff;
}

.video-btn::after {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    animation: ripple 3s infinite;
    background-color: #fff;
    border-radius: 50%;
    z-index: -2;
}
.video-btn::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    animation: ripple 3s 0.9s infinite;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.video-btn-sm::before,
.video-btn-sm::after {
    animation-name: ripple2;
}
.video-btn.p-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 40px;
    height: 40px;
    z-index: 99;
}
.sidebar-course .item-aside .img img {
    height: 205px;
    object-fit: cover;
}
.sidebar-course .item-aside .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.4;
    z-index: -1;
}
.sidebar-course .item-aside .overlay {
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(28, 29, 31, 0) 0%,
        rgba(28, 29, 31, 0.9) 100%
    );
}

/* -----------------------------------------
  	Animation CSS
----------------------------------------- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes moveAround {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes ripple {
    0% {
        opacity: 0.45;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
@keyframes ripple2 {
    0% {
        opacity: 0.45;
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 100%;
    }
}
@keyframes glitch {
    2%,
    64% {
        transform: translate(2px, 0) skew(0deg);
    }
    4%,
    60% {
        transform: translate(-2px, 0) skew(0deg);
    }
    62% {
        transform: translate(0, 0) skew(5deg);
    }
}
@keyframes glitchTop {
    2%,
    64% {
        transform: translate(2px, -2px);
    }
    4%,
    60% {
        transform: translate(-2px, 2px);
    }
    62% {
        transform: translate(13px, -1px) skew(-13deg);
    }
}
@keyframes glitchBotom {
    2%,
    64% {
        transform: translate(-2px, 0);
    }
    4%,
    60% {
        transform: translate(-2px, 0);
    }
    62% {
        transform: translate(-22px, 5px) skew(21deg);
    }
}
.main-Test .item-large .audio audio {
    width: 100%;
    margin-top: 15px;
}
.sidebar-test {
    position: fixed;
    width: 300px;

    background: #fff;
    z-index: 4;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.sidebar-test.scrolled {
    height: calc(100% - 10px);
    bottom: 0;
}
.sidebar-test-1 {
    width: 100%;
    height: calc(100% - 54px);
    border-bottom: 0px;
    padding-bottom: 35px;
}

footer {
    background: #fff;
    z-index: 11;
    position: relative;
}
table tr td {
    border: 1px solid #ddd;
    padding: 7px;
}
.breadcrumb li a {
    color: #a9a1a1;
}
.breadcrumb li span {
    color: #a9a1a1;
}
.breadcrumb li {
    color: #a9a1a1;
}
.breadcrumb li.active a {
    color: #f7de1e;
}
#form-submit-contact input[type="text"] {
    padding-left: 10px;
}
.main-login .tav-register {
    display: none;
}
.uploadFile [type="file"] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1;
}
.content-content blockquote{
    border-left: 3px solid #ddd;
    padding-left: 15px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #5e5555;
}
.content-content  ol{
    list-style: decimal;
    padding-left: 35px;
}
.content-content  ol li{
    margin-bottom: 5px;
}
.content-content  ul li{
    margin-bottom: 5px;
}
.content-content   p{
    margin-bottom: 10px;
}
.customer-reviews .slider-benefit .item{
    min-height: 250px;
}
.icon-login i{
    font-size: 23px;
  }
  .Form-mobile a{
    border-bottom: 0!important;
  }
  .Form-mobile  input[type=text]{
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .Form-mobile  button{
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .Form-mobile{
    padding: 0 10px;
    margin-bottom: 13px
  }
  .Form-mobile form{
    position: relative;
  }
@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}
@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .info-home .top-home-left .content-home-left {
        width: 100%;
        padding: 20px;
    }
    #main {
        width: 100%;
        overflow: hidden;
    }
    footer {
        width: 100%;
        overflow: hidden;
    }

    .top-header .top-header-left {
        width: 19%;
    }
    .top-header .top-header-right {
        width: 81%;
    }

    .top-header {
        padding: 5px 0;
    }
    .Project-home .content-tab-project .tab-content .item .img img {
        height: 280px;
    }
    footer ul li {
        word-wrap: break-word;
    }
    .main-menu > ul > li > a {
        padding: 35px 5px;
        font-size: 14px;
    }
    .skills-section .inner-container {
        padding: 15px;
    }
    .skills-section .lower-content {
        padding: 15px;
    }
    .skills-section .lower-content h2 {
        font-size: 25px;

        line-height: 34px;
    }

    .slider-project .item .img img {
        height: 220px;
    }
    .Home-Contact img {
        width: 290px !important;
    }
    .Home-Contact h2 {
        font-size: 25px;
    }
    .banner-child {
        padding: 70px 0;
    }
    .sidebar .item-aside .item-post .nav-img .title-4 {
        font-size: 15px;
    }
    .sidebar-course ul li {
        font-size: 14px;
    }
    .content-new-detail .content-content {
        padding: 20px;
    }
    .sidebar-test {
        position: static;
        width: auto;
    }
    .Why-Section  .nav-Why-Section  .item{
        min-height: 215px;
    }

}
@media only screen and (max-width: 768px) {
    .banner {
        margin-bottom: 0;
    }

    header {
        display: none !important;
    }
    header.header-mobile {
        display: block !important;
    }
    .working-process .process-block .icon {
        margin-bottom: 10px !important;
    }
    .main-info .info-home .info-home-right .image img {
        height: 255px !important;
    }
    .main-info .info-home .info-home-right .image.image-2 img {
        height: 190px !important;
    }
    .project-home {
        padding: 50px 0;
    }
    .title-primary {
        font-size: 28px;
    }
    .slider-project .item .img img {
        height: 195px;
    }
    .project-home .slider-project {
        margin-top: 25px;
    }
    .Why-Section .nav-Why-Section {
        margin-top: 30px;
    }
    .Why-Section .nav-Why-Section >div{
        margin-left: -5px;
        margin-right: -5px;
    }
    .Why-Section .nav-Why-Section >div>div{
        padding-left: 5px;
        padding-right: 5px;
    }
    .Home-Contact .col-3 {
        width: 23%;
    }
    .Home-Contact .col-2 {
        width: 77%;
    }
    .new-home-section .item .img img {
        height: 215px !important;
    }
   
    .customer-reviews .slider-benefit .item .nav-avt {
        order: 2;
    }
    .customer-reviews .slider-benefit .item .avt {
        order: 1;
    }
    .customer-reviews .slider-benefit .item .nav-avt > div {
        padding: 20px;
    }
    .customer-reviews .slider-benefit .item .avt img {
        width: 150px !important;
        height: 150px !important;
        object-fit: cover;
        display: inline-block;
        border-radius: 50%;
    }
    .customer-reviews .slider-benefit .item .avt {
        text-align: center;
        padding-top: 20px;
    }
    .main-new-category .content-new-category .item .img img {
        height: 220px !important;
    }

    body {
        font-size: 15px;
    }
    .banner-child {
        padding: 40px 0;
    }
    .main-new-category .aside-new {
        padding-top: 20px;
    }
    .aside-new .sidebar .item-aside .nav-post .img img {
        height: auto;
    }
    .main-info .aside-new {
        padding-top: 20px;
    }
    .main-course-detail .content-course .content-content img {
        height: auto !important;
    }
    .Home-Contact h2 {
        font-size: 22px;
    }
    .Home-Contact img {
        width: 232px !important;
        top: -24px;
    }
}
@media only screen and (max-width: 736px) {
    .sitemap {
        margin-top: 0;
    }

    .owl-next {
        right: 0;
    }
    .owl-prev {
        left: 0;
    }
    ul.tabs li {
        padding: 8px 20px;
    }

    .new-home-section .item .img img {
        height: 220px;
    }

    .Why-Section .item {
        min-height: auto;
    }
    .main-course-detail .content-course-detail ul.tabs li {
        font-size: 15px;
        margin-right: 5px;
    }
    .slider-benefit .item {
        text-align: center;
        padding: 20px;
    }
    .slider-benefit .item .nav-avt > div {
        padding: 0;
    }
    .slider-benefit .item .avt {
        margin-top: 10px;
    }
    .slider-benefit .item .avt img {
        width: 150px !important;
        height: 150px !important;
        border-radius: 50%;
        display: inline-block;
    }
    .title-primary {
        font-size: 23px;
        padding-bottom: 13px;
    }
    .project-home {
        padding: 35px 0;
    }
    .Home-Contact .col-2 {
        width: 100%;
    }
    .Home-Contact .col-3 {
        width: 100%;
    }
    .Home-Contact h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .banner-child .breadcrumb {
        margin-top: 0;
    }
    .content-Test .content-right > div {
        display: block;
    }

    .sidebar-test .sidebar-test-1 {
        height: auto;
    }
    .content-Test .content-right {
        width: 100% !important;
    }
    .content-Test .content-left {
        width: 100% !important;
    }
}

@media only screen and (max-width: 676px) {
    .sidebar .item-sidebar .img img {
        height: 80px !important;
    }
    .sidebar .item-sidebar .item img {
        height: 100px !important;
    }
    .slider-raleted-product .item .img img {
        height: 150px !important;
    }
    .main-course-detail .content-course-detail ul.tabs li {
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }
}
.text-green-600 {
    --tw-bg-opacity: 1;
    color: rgb(22 163 74/var(--tw-bg-opacity));
}


/*Css mới*/

.header-main .box-logo img{
    max-height: 60px;
}

.text14{
    font-size: 14px;
}

.text18{
    font-size: 18px;
}

.text-color-main1{
    color: var(--color-main1);
}

.border-color-main1{
    border-color: var(--color-main1);
}

.bg-color-main1{
    background: var(--color-main1);
}

.text-color-ccc{
    color: #ddd;
}

.header-main{
    z-index: 100;
}

.sub-item{
    position: absolute;
    top: calc(100% + 20px );
    left: 0;
    width: 100%;
    transition: all 0.7s;
    min-width: 260px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.sub-item .sub-item{
    left: 100%;
    top: 20px;
}

.sub-item:not(.mega-sub-menu) .item-menu:hover{
    background: var(--color-main1);
    border-radius: 5px;
}

.sub-item:not(.mega-sub-menu) .item-menu:hover > a{
    color: #fff;
}

.sub-item:not(.mega-sub-menu) .item-menu + .item-menu a{
    border-top: 1px solid #ddd;
}

.sub-item .item-menu a{
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.mega-sub-menu, .sub-item{
    opacity: 0;
    visibility: hidden;
}

.item-menu:hover > .sub-item{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.sub-item .item-menu:hover > .sub-item{
    top: -1px;
}

.mega-sub-menu .item-menu a{
    padding: 5px 10px;
}

.mega-sub-menu .item-menu a:hover{
    color: var(--color-main1);
}

.sub-item.mega-sub-menu{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 5px 0;
}

.sub-item.mega-sub-menu > .item-menu > a{
    font-weight: 700;
}

.sub-item.mega-sub-menu .sub-item{
    position: unset;
}

.main-menu > .item-menu > a:hover{
    color: var(--color-main1);
}

.header-main.scrollActive{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 4px rgba(9, 32, 76, 0.1);
    background: #fff;
}

.main-footer{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.logo-footer{
    max-height: 50px;
}

.social-footer{
    gap: 15px;
}

.social-footer .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
}

.social-footer .item img{
    width: 16px;
}

.item-footer .item-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.separate{
    margin-left: 10px;
    margin-right: 10px;
}

.cus-title-page{
    font-size: 36px;
    font-weight: 700;
    color: var(--color-main1);
    line-height: 1.2;
    margin-bottom: 20px;
}

.box-content.box-content-border{
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.page-contact .box-content .box-left{
    background: #f7f8fd;
    
}

.page-contact .box-content .box-left .content-left{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px 100px;
}

.cus-title-content{
    font-size: 28px;
    font-weight: 700;
    color: var(--color-main1);
    line-height: 1.2;
}

.page-contact .box-list-contact .icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3237a24d;
    font-size: 20px;
    color: var(--color-main1);
}

.page-contact .box-list-contact .info{
    width: calc(100% - 45px);
    padding-left: 20px;
}

.page-contact .box-content-form, .page-register-advise .box-content-form{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

input[type="text"], input[type="password"], textarea, select{
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    width: 100%;
}

.page-contact .box-content-form textarea{
    height: 120px;
}

.page-register .box-right{
    max-width: 600px;
}

.page-register .form-register input{
    padding: 5px 15px;
}

.box-agree{
    padding-left: 25px;
}

.box-agree input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
}

.box-agree a{
    color: var(--color-main1);
    font-weight: 700;
}

.btn-show-password{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-register-advise .cus-title-page{
    margin-bottom: 0;
}

.page-register .form-register .flex.gap-10{
    row-gap: 10px;
}

.page-banner img{
    border-radius: 10px;
}

.page-cate-product .box-content-border{
    padding: 20px;
}

.page-cate-product .layout-page, .page-cate-product .list-data{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.page-cate-product .main-content{
    grid-column: span 4 / span 4;
}

.page-cate-product .box-sort{
    gap: 10px;
    margin-left: auto;
}

.item-pro img{
    aspect-ratio: 8 / 11;
}

.page-cate-product .item-pro .box-image{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-pro .title{
    font-size: 18px;
}

.page-cate-product .item-pro .box-price{
    gap: 10px;
}

.item-pro .price-old{
    color: #ddd;
    text-decoration: line-through;
}

.pagination li a, .pagination li span{
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pagination a:hover:not(.active), .pagination li.active span{
    background: var(--color-main1);
    border-color: var(--color-main1);
}

.btn-filter-no-pc{
    display: none;
}

.page-cate-art .cus-title-page{
    margin-bottom: 0;
}

.page-cate-art .box-title-btn{
    margin-bottom: 30px;
}

.page-cate-art .btn-cate-art{
    gap: 20px;
    margin-top: 15px;
}

.box-title-btn .btn-cate-art a{
    padding: 5px 20px;
    border-radius: 20px;
    color: var(--color-main1);
    background: #3237a24d;
    font-weight: 700;
    transition: all 0.3s;
}

.box-title-btn .btn-cate-art .active a, .box-title-btn .btn-cate-art li:hover a{
    color: #fff;
    background: var(--color-main1);
}

.page-cate-art .cus-title-content{
    margin-bottom: 20px;
    text-transform: uppercase;
}

.page-cate-art .list-hl-art{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.item-art{
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.item-art .box-img{
    position: relative;
}

.item-art .box-cate{
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    padding: 5px 15px;
    background: var(--color-main1);
    color: #fff;
    border-radius: 8px;
}

.item-art img{
    aspect-ratio: 30 / 13;
    object-fit: cover;
    width: 100%;
}

.line-clamp-2, .line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-2{
    -webkit-line-clamp: 2;
}

.line-clamp-3{
    -webkit-line-clamp: 3;
}

.item-art .box-info{
    padding: 20px;
}

.item-art .box-date{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.item-art .title-art{
    font-size: 18px;
    color: var(--color-main1);
    font-weight: 700;
    line-height: 1.2;
}

.item-art .desc, .item-art .btn-view-detail{
    margin-top: 10px;
}

.item-art .btn-view-detail{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--color-main1);
}

.list-hl-art .box-right .item-art{
    display: flex;
    flex-wrap: wrap;
    height: calc(50% - 10px);
}

.list-hl-art .box-right .item-art + .item-art{
    margin-top: 20px;
}

.list-hl-art .box-right .item-art .box-img, .list-hl-art .box-right .item-art .box-info{
    width: 50%;
}

.list-hl-art .box-right .item-art img{
    height: 100%;
}

.list-hl-art .box-left .item-art .title-art{
    font-size: 24px;
}

.page-cate-art .box-art{
    margin-top: 40px;
}

.page-cate-art .list-art{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
} 

.page-detail-art .box-layout{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.page-detail-art .box-layout .box-main-content{
    grid-column: span 3 / span 3;
}

.box-share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.box-share a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}

.box-share .icon-fb{
    background: #0863f7;
}

.box-share .icon-tw{
    background: #46bff3;
}

.box-share .icon-le{
    background: #007ab5;
}

.box_content *{
    margin-bottom: 15px;
}

.box_content h2, .box_content h3, .box_content h4{
    font-weight: 700;
    color: var(--color-main1);
}

.box_content h2{
    font-size: 28px;
    line-height: 1.2;
}

.box_content h3{
    font-size: 22px;
    line-height: 1.2;
}

.box_content h4{
    font-size: 18px;
}

.box_content img, .box_content iframe{
    height: auto !important;
    margin-bottom: 15px;
    max-width: 100%;
}

.box_content p[style="text-align: center;"] img, .box_content p[style="text-align: center;"] iframe{
    margin-left: auto;
    margin-right: auto;
}

.box_content iframe{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.box_content ul{
    padding-left: 40px;
    list-style: disc;
}

.box_content ol{
    padding-left: 40px;
    list-style: decimal;
}

.box_content ul li{
    margin-bottom: 5px;
}

.box_content table[border="0"]{
    margin-bottom: 0;
}

.box_content table[border="0"] td{
    border: none;
    padding: 0 0 10px;
}

.page-detail-art .box_content ul{
    padding-left: 0;
    list-style: none;
}

.page-detail-art .box_content ul li::before{
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--color-main1);
    margin-right: 10px;
}

.box-list-tag{
    gap: 15px;
}

.box-list-tag a{
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-weight: 700;
    color: var(--color-main1);
}

.box-list-tag a:hover{
    border-color: var(--color-main1);
    color: #fff;
    background: var(--color-main1);
}

.box-related-art{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.box-related-art .title-box{
    font-size: 28px;
    color: var(--color-main1);
    text-transform: uppercase;
    font-weight: 700;
}

.box-related-art .slider-related-art, .page-detail-pro .box-info-detail .box-image, .page-detail-pro .box-info-detail .box-img-thumbnail {
    overflow: hidden;
}

.item-related-art{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.item-related-art .box-image{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.item-related-art .box-image img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
    min-height: 115px;
}

.item-related-art h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.item-related-art h3:hover a{
    color: var(--color-main1);
}

.btn-swiper{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main1);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 50%;
    transition: all 0.3s;
}

.btn-swiper.swiper-prev{
    left: 0;
}

.btn-swiper.swiper-next{
    right: 0;
}

.btn-swiper:hover{
    background: var(--color-main1);
    color: #fff;
}

.btn-swiper.swiper-button-disabled{
    display: none;
}

.item-aside{
    border: 1px solid var(--color-main1);
    border-radius: 10px;
    padding: 20px;
}

.item-aside .title{
    font-size: 20px;
    color: var(--color-main1);
    font-weight: 700;
}

.box-list-toc a{
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 700;
}

.box-list-toc a:hover, .item-art-aside a:hover{
    color: var(--color-main1);
}

.list-art-aside .item-art-aside{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.list-art-aside .item-art-aside + .item-art-aside{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.list-art-aside .item-art-aside .box-image{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    width: 90px;
}

.list-art-aside .item-art-aside img{
    aspect-ratio: 9 / 7;
    object-fit: cover;
}

.list-art-aside .item-art-aside .box-info{
    width: calc(100% - 105px);
}

.list-art-aside .item-art-aside .box-date{
    font-size: 14px;
}

.btn-art-aside{
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    color: var(--color-main1);
    border: 1px solid var(--color-main1);
    border-radius: 6px;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-art-aside:hover{
    color: #fff;
    background: var(--color-main1);
}

.cus-breadcrumb a:hover{
    color: var(--color-main1);
    font-weight: 700;
}

.page-detail-pro .box-info-detail{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.page-detail-pro .box-info-detail .box-gallery, .page-detail-pro .box-info-detail .box-price-btn{
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
}

.box-gallery.has-slider .box-image{
    max-width: 250px;
    margin: 0 auto;
}

.box-gallery .box-img-thumbnail{
    margin-top: 15px;
}

.page-detail-pro .box-gallery img{
    border-radius: 10px;
    aspect-ratio: 5 / 7;
    object-fit: cover;
}

.desc-pro table[border="1"]{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.desc-pro table[border="1"]::before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    top: 0px;
    left: -1px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.page-detail-pro .box-price-btn .box-price{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.page-detail-pro .box-price-btn .box-price .price{
    font-size: 30px;
    font-weight: 700;
    color: #e71b1b;
}

.page-detail-pro .box-price-btn .box-price .price-old{
    color: #ddd;
}

.page-detail-pro .box-price-btn .box-price .percent{
    display: inline-block;
    padding: 3px 5px;
    color: #e71b1b;
    background: #f9ebe3;
    border-radius: 5px;
    font-weight: 700;

@media(max-width: 1535px){
    .header-main .box-content{
        gap: 15px;
        font-size: 14px;
    }

    .header-main .main-menu{
        gap: 10px;
    }

    .page-cate-product .list-data{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media(max-width: 1199px){
    .header-main.header-pc{
        display: none;
    }

    .header-main.header-mobile{
        display: block;
    }

    .cus-btn-menu-mobile{
        transform: rotate(180deg);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        z-index: 99999;
        transform: translateX(-100%);
        transition: all 0.4s ease;
        height: 100%;
        padding: 20px 40px;
        background: #fff;
        display: block;
    }

    .menu-mobile.show{
        transform: translateX(0);
    }

    .cus-bg-overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 99998;
        background: #00000087;
    }

    .cus-bg-overlay.show{
        display: block;
    }

    .menu-mobile li{
        margin-bottom: 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .menu-mobile li a{
        display: inline-block;
        padding: 5px 0;
        max-width: calc(100% - 23px);
    }

    .menu-mobile ul ul{
        width: 100%;
        padding-left: 20px;
    }

    .btn-menu-chid{
        display: inline-flex;
        width: 23px;
        height: 23px;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .btn-menu-chid.show{
        transform: rotate(-180deg);
    }

    .btn-menu-chid svg{
        width: 13px;
        height: 13px;
    }

    .btn-menu-chid.show svg path{
        fill: var(--color-main1);
    }

    a.active{
        color: var(--color-main1);
    }

    .page-cate-product .layout-page{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .box-filter{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: #0009;
        display: none;
    }

    .box-filter .box-static{
        width: 70%;
        height: 100%;
        background: #fff;
        max-width: 300px;
        border: none;
        border-radius: unset;
    }

    .btn-filter-no-pc{
        display: inline-block;
        margin-right: 20px;
    }

    .box-filter.show{
        display: block;
    }

    .box-related-art{
        padding: 15px;
    }

    .page-detail-art .box-layout{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-detail-art .box-layout .box-main-content{
        grid-column: span 2 / span 2;
    }

}

@media(min-width: 1024px){
    .lg\:w-3\/5 {
        width: 60%;
    }
}

@media(max-width: 1023px){
    .main-footer, .page-cate-product .list-data, .page-cate-art .list-art{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-cate-art .list-hl-art{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page-cate-art .btn-cate-art{
        gap: 15px;
    }

    .page-detail-art .box-layout{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .page-detail-art .box-layout .box-main-content{
        grid-column: span 3 / span 3;
    }

    .page-detail-art .box-layout .box-aside{
        grid-column: span 2 / span 2;
    }

    .cus-title-page{
        font-size: 30px;
    }

    .box_content h2, .box-related-art .title-box{
        font-size: 24px;
    }

    .box_content h3{
        font-size: 20px;
    }

}

@media(min-width: 640px){
    .cus-md-span-col-2{
        grid-column: span 2 / span 2;
    }
}

@media(min-width: 640px) and (max-width: 1023px){
    .cus-col-span-2{
        grid-column: span 2 / span 2;
    }
}

@media(max-width: 639px){
    .main-footer, .page-contact .box-content-form, .page-register-advise .box-content-form, .page-cate-art .list-art{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page-register .form-register .flex.gap-10{
        column-gap: 20px;
    }

    .page-cate-product .box-content-border{
        padding: 15px;
    }

    .page-cate-product .list-data{
        gap: 15px;
    }

    .main-content > .flex, .page-cate-art .btn-cate-art{
        gap: 10px;
    }

    .main-content > .flex > div{
        width: 100%;
    }

    .page-cate-product{
        padding-top: 30px;
    }

    .page-detail-art .box-layout{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page-detail-art .box-layout .box-main-content, .page-detail-art .box-layout .box-aside{
        grid-column: span 1 / span 1;
    }
}

@media(max-width: 479px){

    .box-btn-login-register{
        gap: 8px;
    }

    .cus-btn{
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-contact .box-content .box-left .content-left{
        padding: 20px 20px 100px;
    }

    .page-contact .box-content .box-right, .page-register .box-content .box-right, .page-register-advise .box-content .box-right{
        padding: 20px;
    }

    .cus-title-page{
        font-size: 30px;
    }

    .cus-title-content{
        font-size: 24px;
    }
}