.estimates-container {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 25%);
}

.estimates-container .estimates-title {
    color: #fff;
    background: #F26522;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.list-option {
    border: 1px solid #e1e1e1;
}

.list-option .option-item {
    padding: 0 8px;
    border-bottom: 1px solid #e1e1e1;
}

.list-option .option-item .option-name {
    font-size: 15px !important;
    font-weight: 700;
    margin: 14px 0;
    padding: 0 8px;
    width: 240px;
}

.list-option .option-item .option-button {
    width: 862px;
    border-left: 1px solid #e1e1e1;
}

.list-option .option-item .option-button .show-popup-select {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 14px;
    color: #ffffff;
    background-color: #F26522;
    border-radius: 4px;
    line-height: 34px;
    display: inline-block;
    padding: 1px 8px;
    margin-left: 10px;
    cursor: pointer;
}

.list-option .option-item:nth-child(odd) {
    background: #F9F9F9;
}

.list-option .option-item:nth-child(even) .product-select {
    background: #fff;
}

.list-option .option-item .option-button .show-popup-select i {
    margin-right: 8px;
    font-weight: 400;
}

.super-special-text {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: red;
    font-style: italic;
    animation: blink .6s linear infinite;
    -webkit-animation: blink .6s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.js-estimated-costs table {
    width: 100%;
}

.js-estimated-costs {
    width: 40%;
}

.js-estimated-costs table tr td {
    color: #fff;
    background: #00AEEF;
    border: 1px solid #ffffff;
    padding: 10px;
}

.js-estimated-costs table tr td:first-child {
    width: 70%;
}

.js-estimated-costs table tr td:last-child {
    width: 30%;
}

.product-select {
    position: relative;
    /*    margin-top: -50px;*/
    background-color: #f9f9f9;
    display: flex;
}

.js-selected-item-30 {
    display: none;
}

.product-select .product-img {
    width: 90px;
    height: 90px;
    display: inline-block;
}

.product-select .product-img img {
    width: 100%;
    height: 100%;
}

.product-select .d-name {
    margin: 14px 0;
    padding: 0 8px;
    width: 50%;
}

.product-select .d-name a {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.product-select .d-price {
    font-size: 15px;
    font-weight: bold;
}

.product-select .sum_price {
    font-size: 15px;
    font-weight: bold;
    color: #e51d24;
    margin-right: 15px;
}

.product-select .count-p {
    height: 30px;
    outline: none;
    padding: 0 5px;
    width: 50px;
}

.product-select .edit_select {
    font-size: 15px;
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #1d7be5;
}

.product-select .delete_select {
    font-size: 15px;
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #e51d24;
}

.product-select .edit_select i,
.product-select .delete_select i {
    font-size: 20px;
}

.md-calc.modal {
    background: rgba(0, 0, 0, 0.6);
    padding-right: 0 !important;
}

.md-calc.modal .header-popup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #243a76;
    padding: 8px 10px;
}

.md-calc.modal .header-popup form {
    width: 655px;
    margin-top: 5px;
    margin-left: auto;
    position: relative;
}

.md-calc.modal .header-popup form input {
    line-height: 36px;
    width: 100%;
    border-radius: 2px;
    outline: none;
    padding: 0 10px;
    border: none;
    height: 36px;
}

.md-calc.modal .header-popup h4 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 6px 0;
    margin-bottom: 0;
}

.md-calc.modal .header-popup .close-popup {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 26.4px;
    padding: 12px 10px;
    cursor: pointer;
}

.md-calc.modal .header-popup form .btn-search-popup {
    position: absolute;
    right: 0;
    top: 0;
    color: #ec1b23;
    font-size: 18px;
    padding: 5px 10px 2px 10px;
    background-color: transparent;
    border: unset;
}

.popup-main_filter {
    border-right: 1px solid #e1e1e1;
}

.popup-main_filter .main_filter-wrapper {
    height: calc(100vh - 218px);
    overflow: auto;
}

.filter__group .filter__item .checkbox-styled {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.filter__group .filter__item label .checkbox-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter__group .filter__item label .checkbox-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter__group .filter__item label .checkbox-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter__group .filter__item .filter__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.filter__group .filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 12px 0px 12px;
    margin-bottom: 5px;
}

.popup-main_filter h4 {
    color: #243a76;
    font-size: 16px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    line-height: 32px;
    margin-bottom: 11px;
    padding-top: 8px;
}

.popup-main_filter h5.title-filter {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup-main_filter .filter__group {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.popup-main_content .sort-product {
    padding: 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

.popup-main_content .sort-product .sort-block {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.popup-main_content .sort-product select {
    outline: none;
    height: 32px;
    margin-left: 5px;
    border-radius: 3px;
}

.popup-main_content .pagination .page-link {
    padding: 4px 12px;
}

.pr-item .btn-buy::after {
    content: '\f067';
    font-family: 'FontAwesome';
}

.popup-main_content .pr-img {
    width: 150px;
    display: inline-block;
}

.popup-main_content .pr-img img {
    width: 100%;
}

.popup-main_content .pr-item {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 20px;
    position: relative;
}

.popup-main_content .pr-info {
    padding: 0 80px 0 0;
    padding-left: 20px;
    font-size: 14px;
}

.popup-main_content .pr-item .btn-buy {
    position: absolute;
    right: 8px;
    top: 25px;
    display: inline-block;
    width: 62px;
    background: #2d3877;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 20px;
    opacity: 1;
    font-size: 24px;
    text-align: center;
}

.popup-main_content .pr-name {
    font-size: 14px;
    color: #222222;
    display: block;
    font-weight: bold;
}

.popup-main_content .pr-price {
    color: #ec1b23;
    font-weight: bold;
    font-size: 18px;
}

.popup-main_content .pr-info .stock {
    background: #278c56;
    color: #fff;
    padding: 2px 10px;
    white-space: pre-line;
}

.list-product-select {
    height: calc(100vh - 191px);
    overflow-y: scroll;
}

.list-product-select::-webkit-scrollbar {
    width: 5px;
}

.list-product-select::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.list-product-select::-webkit-scrollbar-thumb {
    background: #243a76;
    border-radius: 10px;
}

.list-btn-action {
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #959595;
}

.list-btn-action li {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 210px;
    display: inline-block;
    text-align: center;
    padding: 0 2px;
}

.list-btn-action li span {
    display: block;
    border-radius: 3px;
    background-color: #F26522;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    opacity: 1;
    font-size: 14px;
}

.reference-products .reference-title {
    font-weight: bold;
    font-size: 24px;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
}

.pr-view-all {
    font-size: 14px;
    display: block;
    text-align: center;
    background: #F26522;
    color: #fff !important;
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
}

.reference-pr-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.reference-pr-wrapper .collection-name {
    font-size: 16px;
    color: #00AEEF;
    font-weight: 600;
}

.reference-pr-item .reference-pr-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.meta-box i {
    color: #00AEEF;
    font-size: 18px;
    margin-right: 5px;
}

.section-footer-dkform {
    background: #F26522;
    padding: 20px 20px 40px;
}

.section-footer-dkform input {
    background: #fff;
    border: none;
    border-radius: 2px;
    padding: 10px;
    max-width: 600px !important;
    height: 40px;
    margin-right: 0;
    font-size: 13px;
}

.dkform {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.section-footer-dkform .input-group-append {
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
}

.section-footer-dkform .input-group-append button {
    background: red;
    width: 130px;
    border-radius: unset;
}

.footer-newsletter-title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.print-quote-header-left img {
    width: 154px;
}

.print-quote-header {
    border-bottom: 4px solid #F26522;
}

.print-quote-title {
    color: #d2171b;
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.date-currency {
    display: flex;
    justify-content: space-between;
    color: #575757;
    font-weight: 700;
}

.date-currency .currency {
    color: #d2171b;
    font-weight: 700;
}

table.list_table {
    width: 100%;
}

.list_table td {
    border: solid 1px #ccc;
    padding: 10px;
    vertical-align: middle;
}

.print-quote-wrapper {
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 10%);
    padding: 20px;
}

.print-quote-wrapper .text-color {
    color: #F26522;
}

table.list_table tr:first-child {
    background: #F26522;
}

table.list_table tr:first-child td {
    color: #fff;
    text-align: center;
}

.print-button-wrapper {
    display: block;
    text-align: right;
    margin: 20px 0 40px 0;
}

.print-button-wrapper .btn-build,
.print-button-wrapper .btn-print {
    display: inline-block;
    min-width: 200px;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

.print-button-wrapper .btn-build {
    background: #00AEEF;
}

.print-button-wrapper .btn-print {
    background: #F26522;
}

.quote-note ul {
    padding-left: 20px;
}

.quote-absolute-info {
    border-top: 5px solid #F26522;
    padding-top: 30px;
}

.reference-pr-item a:hover {
    text-decoration: unset;
}

.reference-pr-img {
    overflow: hidden;
}

.reference-pr-img img {
    transition: all 0.3s;
}

.reference-pr-item:hover img {
    transform: scale(1.03);
}

.icon-menu-filter-mobile {
    display: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1100px;
    }
}

@media(max-width:768px) {
    .table-container {
        overflow-x: auto;
    }

    .estimates-container {
        padding: 0;
    }

    .js-estimated-costs {
        width: 100%;
    }

    .js-estimated-costs table tr td {
        color: #000;
        background: unset;
    }

    .js-estimated-costs table tr td:last-child {
        width: 60%;
        color: #d2171b;
    }

    .js-estimated-costs table tr td:first-child {
        width: 40%;
    }

    .list-btn-action li {
        width: 100%;
        margin-bottom: 10px;
    }

    .section-footer-dkform .input-group-append {
        width: 83px;
    }

    .reference-products .reference-title {
        text-align: center;
    }

    .estimates-page {
        background: unset !important;
    }

    .md-calc.modal .header-popup {
        display: block;
    }

    .md-calc.modal .header-popup form {
        width: 100%;
        padding-right: 50px;
        position: relative;
    }

    .icon-menu-filter-mobile {
        display: block;
        color: #fff;
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 6px;
        z-index: 1000;
    }

    .md-calc.modal .header-popup form .btn-search-popup {
        right: 55px;
    }

    .popup-main_filter {
        display: none;
    }

    .popup-main_content .pr-item .btn-buy {
        width: 42px;
        padding: 0px 12px;
    }

    .popup-main_content .pr-info {
        padding-right: 46px;
    }

    .popup-main_content .pr-info {
        padding-left: 10px;
    }

    .popup-main_content .pr-item {
        padding: 25px 6px;
    }

    .popup-main_content .sort-product select {
        margin-left: 0;
    }

    .product-select {
        margin-top: -68px;
        display: block;
    }

    .product-select .d-name {
        display: block;
        width: 100%;
    }

    .account-info {
        padding-bottom: 20px;
    }
}

@media(max-width:550px) {
    .table-container {
        overflow-x: auto;
    }

    .footer-newsletter-title {
        font-size: 16px;
    }

    .list-option .option-item .option-name {
        width: 450px;
    }

    .print-button-wrapper .btn-build,
    .print-button-wrapper .btn-print {
        font-size: 13px;
        padding: 10px 6px;
        min-width: 148px;
    }

    .date-currency {
        display: block;
    }

    .print-quote-header {
        display: block !important;
        text-align: center;
    }

    .print-quote-header-left {
        text-align: center;
        width: 100% !important;
    }

    .print-quote-title {
        font-size: 25px;
    }
}


.counting__number {
    display: flex;
}

.register_from {
    text-align: center;
}

.register_from img {
    width: 250px;
}



.product-select-quantity .count-p {
    height: 30px;
    outline: none;
    padding: 0 5px;
    width: 50px;
}


span.product-select-quantity {
    position: absolute;
    bottom: 80px;
    right: 9px;
}


.btn-excel {
    display: block;
    border-radius: 3px;
    background-color: #F26522;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    opacity: 1;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: none;

}

/*custom search*/

.md-calc.modal .header-popup .search-quote {
    width: 655px;
    margin-top: 5px;
    margin-left: auto;
    position: relative;
}


.md-calc.modal .header-popup .search-quote .btn-search-popup {
    position: absolute;
    right: 0;
    top: 0;
    color: #ec1b23;
    font-size: 18px;
    padding: 5px 10px 2px 10px;
    background-color: transparent;
    border: unset;
}

.category-search {
    display: none;
}

.md-calc .product-select-quantity {
    bottom: 40px;
}

.tet-fixed {
    display: none;
}

.sticky-btns {
    top: 80%;
}

.link-bao-gia {
    position: absolute;
    right: calc(((100vw - 1200px)/2) - 150px);
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
}

.link-bao-gia span {
    color: #333;
    font-weight: 500;
}

.icon-bao-gia {
    background: #fff;
    height: 46px;
    width: 46px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 11px;
    display: flex;
}

.link-bao-gia img {
    width: 100%;
}

@media(min-width:1500px) {
    .tet-fixed {
        display: block;
    }

    .fixed-left,
    .fixed-right {
        position: fixed;
        top: 130px;
        width: 240px;
        border-radius: 8px;
        overflow: hidden;
        z-index: 10;
    }

    .fixed-left {
        left: calc(((100vw - 1200px)/2) - 262px);
    }

    .fixed-right {
        right: calc(((100vw - 1200px)/2) - 262px);
    }

    .main-content {
        position: relative;
    }
}

@media(max-width:1300px) {
    .link-bao-gia {
        right: calc(((100vw - 1200px)/2) - 18px);
    }

    .link-bao-gia span {
        display: none;
    }

    .header__elements {
        margin-right: auto;
    }
}

@media(max-width:768px) {
    .link-bao-gia {
        right: 0;
    }
}

.link-bao-gia .icon-bao-gia {
    line-height: 16px;
    animation: pulse 1.2s ease-in-out infinite;
}

.link-bao-gia span {
    animation: pulse2 1.6s ease-in-out infinite;
}

.link-bao-gia .icon-bao-gia {
    animation: pulse3 1.2s ease-in-out infinite;
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgb(241 90 41);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}

@keyframes pulse2 {
    0% {
        color: #333;
    }

    70% {
        color: #f15a29;
    }

    100% {
        color: #1fb7f1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.98) translateY(-50%);
    }

    70% {
        transform: scale(1) translateY(-50%);
    }

    100% {
        transform: scale(0.98) translateY(-50%);
    }
}

/*End*/


.dk_ff {
    text-align: center;
}

.modal-content.dt_tv_item {
    width: 420px;
    margin: 0 auto;
}

.dk_ff h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.product__price {
    display: none;
}

/*add style 24 */

section.field {
    padding-top: 15px;
    padding-bottom: 15px;
}

.category_field {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.des_field {
    color: #fff;
}

.item-field {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

.title_field {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 45px;
}

.sapo_field {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

img.icon_field {
    position: absolute;
    right: 18px;
    bottom: 40%;
}

.xem-them {
    margin-top: 10px;
}

.xem-them a {
    background: #c71d23;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.design_consultancy.title.text-center {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.design_consultancy {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tab-design-content .nav-item {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tab-design-content .nav-item a {
    color: #000;
}

a.nav-link.active {
    background: #f36c2e;
    color: #fff;
    border-radius: 25px;
}

.design_consultancy__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.design_consultancy__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 70%;
}

.design_consultancy__frame img {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}

.design_consultancy__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

h3.consultancy__title {
    font-size: 16px;
    font-weight: bold;
}

.consultancy {
    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-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 4px 2px rgba(0, 0, 0, .24);
    height: 100%;
    position: relative;
}

a.consultancy__btn {
    position: absolute;
    top: 10px;
    z-index: 999;
    background: #f36c2e;
    padding: 3px;
    border-radius: 25px;
    left: 10px;
    color: #fff;
    font-size: 14px;
}

div#pills-tabContent {
    margin-top: 20px;
}

a.view-more.text-uppercase.text-center {
    background-image: linear-gradient(to right, #F26522, #f36c2e, #EF9C75);
    padding: 7px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.location {
    font-size: 16px;
    margin-bottom: 5px;
}


h2.section-title {
    font-size: 24px;
    font-weight: 700;
}

.grid-row.gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
}

.grid-row.gallery-images .grid-col:first-child {
    grid-column: 1 / 3;
}

.gallery-item {
    position: relative;
    padding: 8px;
}

.gallery-item .box-img {
    width: 100%;
    height: 300px;
}

.gallery-item .box-img {
    overflow: hidden;
}

.gallery-item .box-img img {
    transition: all 0.3s;
}

.gallery-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item .box-text {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.box-text .gallery-label,
.box-text .gallery-name,
.box-text .gallery-date {
    color: #fff;
}


.process-wrapper .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}

.process-wrapper .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}

.section-title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
}

@media (min-width: 768px) {
    section.process .process-wrapper {
        display: unset;
    }
}

@media(min-width: 768px) {

    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev,
    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev {
        display: block;
    }

    .service-slide-wrapper .swiper-slide .product-item {
        margin: 10px;
    }

    section.process .process-wrapper {
        display: unset;
    }


    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev {
        background-image: unset;
        width: 40px;
        height: 40px;
        background: #cccccc8c;
        border-radius: 50%;
    }

    .process-wrapper .swiper-button-next {
        right: -12px;
    }

    .process-wrapper .swiper-button-prev {
        left: -12px;
    }

    .process-wrapper .swiper-button-next i,
    .process-wrapper .swiper-button-prev i {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #145D2F;
        font-weight: 600;
        font-size: 30px;
        transform: translate(-50%, -50%);
    }

}

section.process {
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;
}

.section-title h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title_kh {
    float: right;
    margin-right: 31px;
    font-weight: bold;
}

.section__content ul li {
    margin-bottom: 10px;
}

/*End*/

    .menu.menu-sub.mega-menu {
        width: 100%;
        left: 0;
        top: 70px;
    }

    .menu.menu-sub.mega-menu {
        padding: 20px;
    }

    ul.mega-menu-sub {
        list-style: none;
        margin-left: -40px;
        margin-top: 8px;
    }

    a.cat-title {

        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    }

    .title_menu_mega {
        border-bottom: 2px solid #c71e23;
    }

    ul.mega-menu-sub li {
        margin-bottom: 9px;
        text-transform: uppercase;
    }

     ul.mega-menu-sub li svg {
        color: #c71e23;
        margin-right: 5px;
    }
    ul.mega-menu-sub li a {
        color: #000;
    }

    ul.mega-menu-sub li {
        margin-bottom: 9px;
        text-align: start;
        padding: 10px 10px 10px 0;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        line-height: normal;
    }
