@font-face {
    font-family: "LINESeedKR-Bd";
    src: url("../fonts/LINESeedKR-Bd.ttf") format("truetype");
}

@font-face {
    font-family: "LINESeedKR-Th";
    src: url("../fonts/LINESeedKR-Th.ttf") format("truetype");
}

@font-face {
    font-family: "LINESeedKR-Rg";
    src: url("../fonts/LINESeedKR-Rg.ttf") format("truetype");
}

:root {
    --font-family-LINESeedKR-Bd: "LINESeedKR-Bd";
    --font-family-LINESeedKR-Th: "LINESeedKR-Th";
    --font-family-LINESeedKR-Rg: "LINESeedKR-Rg";
}

body {
    background-color: rgba(247, 248, 250, 1);
    font-family: var(--font-family-LINESeedKR-Rg), sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
    color: rgba(255, 107, 0, 1);
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.d-none {
    display: none !important;
}

span.error.invalid-feedback {
    color: red !important;
}

input.is-invalid {
    border-color: red !important;
}

input.is-valid {
    border-color: green !important;
}

.avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.main_page,
.page_form {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.page-dashboard {
    background: url("/templates/images/bg-dashboard.png") no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sec_1.section {
    position: relative;
}

.box-sytem-questions {
    background: url("/templates/images/bg_login.jpg") no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-sytem-questions-company-bg {
    background: url("/templates/images/bg_login.jpg") no-repeat;
    background-size: cover;
}

.bg_image {
    background: url("/templates/images/bg_login.jpg") no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.bg_image_admin {
    background: url("/templates/images/slider.png") no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.bg_image_admin_supper {
    background: url("/templates/images/bg-admin-supper.png") no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.brecum_count_page {
    max-width: 665px;
    margin: auto;
}

.form_fileds_selected {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 640px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 150px 20px 20px 0px;
    max-height: max-content;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

.element_form .top_form .logo {
    margin-bottom: 40px;
    text-align: center;
}

.element_form .top_form .logo.logo_admin {
    text-align: left;
}

.element_form .middle_form .input_form {
    margin-bottom: 30px;
    cursor: pointer;
}

.element_form .middle_form .input_form label {
    cursor: pointer;
}

.element_form .middle_form .input_form p {
    margin-bottom: 30px;
    background: rgba(240, 240, 240, 1);
    padding: 16px;
    border-radius: 5px;
}

.btn_style button {
    background: #FF6B00;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    max-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #FF6B00;
    font-weight: 700;
    border: none;
}

.btn_style button span {

    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    width: 48px;
    height: 18px;
    white-space: nowrap;
}

.btn_delete button {
    width: 100%;
    padding: 12px 32px 12px 32px;
    border-radius: 8px;
    max-height: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    color: red;
    font-weight: 700;
    border: 1px solid red;
}

a.social-link {
    /* width: 14%; */
    padding: 8px 28px;
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 40px;
}

.social-logo {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.btn_style button:hover {
    color: #000;
}

.element_form {
    width: 100%;
}

.input_form .group_input_control {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.input_form .group_input_control .input_label {
    max-width: 120px;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input_form .group_input_control .input_label label {
    margin-bottom: 0;
}

.input_form .group_input_control .input_label input[type="radio"] {
    margin-top: 0;
}

.input_form .group_input_control .input_element {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
    flex-direction: column;
}

.input_form .group_input_control .input_element label {
    margin-bottom: 0;
    color: #9ca3af;
}

.input_form .group_input_control .input_element input {
    border-radius: 50px;
    background: #f3f4f6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    border: none;
    height: 52px;
    padding-right: 35px;
    
}
.input_form .group_input_control .input_element .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

/* person and eye icons inside inputs */
.input_form .group_input_control .input_element .icon img {
    width: 20px;
    height: 15px;
}

.input_form .group_input_control .input_element .icon.icon-eye {
    cursor: pointer;
}

.input_form .group_input_control .input_element .icon .fa-arrow-up {
    position: relative;
    top: 10px;
    transform: rotate(45deg);
    color: #fff;
}

.bg-blue-color {
    background: #3864ff !important;
}

.bg-blue-color::placeholder {
    color: #fff !important;
}

.input_form .group_input_control .input_element .verify {
    width: 150px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.input_form .group_input_control .input_element .verify:hover {
    background: #000;
    color: #fff;
}

.select {
    height: 40px;
}

.polyci {
    margin-top: 20px;
    text-align: center;
}

.polyci span {
    display: inline-block;
    padding: 0 20px;
}

.polyci span.border_policy {
    border-left: 1px solid rgba(219, 214, 214, 1);
    border-right: 1px solid rgba(219, 214, 214, 1);
    padding: 0 20px;
}

.choose_type {
    display: flex;
    gap:15px;
   
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 28px;
}

.radio_type {
    flex: 1;
    
    border: none;
    outline: none;
    border-radius: 60px;
    padding-bottom: 8px;
    background-color: #F6F6F6;
    cursor: pointer;
    color: #AAAAAA;
    padding: 9px 0px;
}
.radio_type label {
   margin: 0;
}

.radio_type.active {
    color: #FF6B00;
    background-color: white;
    border: 1px solid #FF6B00;
    border-radius: 60px;
    transition: all 0.3s ease-in;
}

.radio_type label {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    cursor: pointer;
}

.radio_type input {
    display: none;
}

.text_forgot_pass {
    margin-bottom: 20px;
}

.btn_trasition button {
    border: 1px solid rgba(255, 107, 0, 1);
    color: rgba(255, 107, 0, 1);
    background: transparent;
    margin-top: 40px;
}

.slider {
    height: 100vh;
}

.bg-slider {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 100%),
        url("/templates/images/slider.png") lightgray 50% / cover no-repeat;
}

#header {
    position: sticky;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 70px;
}

.wrapper_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.wrapper_header .logo img {
    width: 90px;
}

.menu_nav {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.menu_nav .list_menu_main {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    margin: 0;
}

.menu_nav .list_menu_main .menu-nav-item {
    padding: 0 7px;
    position: relative;
}

.menu_nav .list_menu_main .menu-nav-item .menu-nav-link {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.menu_nav .list_menu_main .menu-nav-item .menu-nav-link.active,
.menu_nav .list_menu_main .menu-nav-item .menu-nav-link:hover {
    color: rgba(255, 107, 0, 1);
    text-decoration: none;
}

.btn-og-transition {
    color: rgba(255, 107, 0, 1);
    background: transparent;
    border-color: rgba(255, 107, 0, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 7px 30px;
    /* border-radius: 60px; */
}

.btn-og-transition:hover {
    background: rgba(255, 107, 0, 1);
}

.btn-og-transition:hover a {
    text-decoration: none;
    color: #fff;
}

.slider .text_box_slider {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider .text_box_slider .row {
    display: flex;
    align-items: center;
}

.slider .text_box_slider .text_box_wrapper {
    max-width: 574px;
}

.slider .text_box_slider .text_box_wrapper h2 {
    color: #ff6b00;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 30px;
    margin-top: 0;
}

.slider .text_box_slider .text_box_wrapper h1 {
    color: #ff6b00;
    font-size: 81.79px;
    font-style: normal;
    font-weight: 800;
    line-height: 89.226px;
    /* 109.091% */
    letter-spacing: 1.983px;
    margin-bottom: 0;
    margin-top: 0;
}

.slider .text_box_slider .text_box_wrapper .desp_box {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.96px;
}

.relative {
    position: relative;
}

.slider .text_box_slider .form_fileds_selected {
    max-width: 100%;
    margin: auto;
}

.slider .text_box_slider .form_fileds_selected .top_form .text_head {
    font-family: var(--font-family-GoogleSans-Bold);
    font-size: 30px;
    line-height: 43px;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
    font-weight: 800;
}

.slider .text_box_slider .form_fileds_selected .input_form .group_input_control {
    flex-direction: column;
    gap: 10px;
}

.form_fileds_selected .element_form {
    /* max-height: 600px; */
    /* overflow: auto; */

    /* background-color: #058E0E; */
    /* width: 339px; */
    padding: 0;
    padding: 42px 34px 42px 34px;

    /* margin-left: 30px; */
}

.form_fileds_selected .element_inner_form {
    transform: translate(0, 0);
    position: relative;
    -webkit-transform: translate(0, 0);
    z-index: 999;
    background-color: #f5f5f5;
}

.weather_box {
    display: flex;
    color: #fff;
    gap: 20px;
    /* position: absolute; */
    bottom: 30px;
    align-items: center;
    width: 75%;

    /* translucent background to see content behind */
    background: rgba(173, 167, 167, 0.35);
    border-radius: 12px;
    padding: 21px 35px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb {
    background: #ff6b00;
    border-radius: 10px;
}

.weather_box .number_weather {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.weather_box #weather-select {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.weather_box .date-weather {
    color: #fff;
    text-align: center;
    font-family: var(--font-family-LINESeedKR-Th);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.weather-icon {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.section_about {
    padding: 120px 0;
}

.flex {
    display: flex;
}

.section_image img {
    margin: auto;
    width: 100%;
}

.box-image-motor {
    position: relative;
}

.box-image-motor .smoke {
    position: absolute;
    bottom: 75px;
    right: -35%;
}

.box-2 {
    margin-top: 30px;
}

.box-3 {
    margin-top: 60px;
}

.box-4 {
    margin-top: 90px;
}

.section-3-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.section-3-content h2 {
    color: #42a714;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
}

.section-3-content .h2-last {
    margin-bottom: 20px;
}

.section-3-content p {
    color: #6b7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.section-3-content .btn_group {
    margin-top: 20px;
}

.about_content .content_wrapper {
    margin-top: 15px;
}

.solution_section {
    padding: 60px 0;
}

.item_content_solution .solotion_icon img {
    margin: auto;
    display: block;
}

.item_content_solution .soltion_title {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

.solution_btn {
    margin-top: 50px;
}

.section_partner {
    padding: 120px 0;
    background: url("../images/bg_section4.png") no-repeat;
    background-position: 100% 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section_partner .container .row {
    display: flex;
    align-items: center;
}

.section_partner .img_partner img {
    margin: auto;
    display: block;
    max-width: max-content;
}

.section_partner .content_left_partner h2 {
    font-family: var(--font-family-GoogleSans-Bold);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    margin-top: 0;
}

.section_partner .content_left_partner .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 40px;
}

.width-auto img {
    width: auto;
    margin: auto;
    display: block;
    max-width: -webkit-fill-available;
}

.sec_mission {
    padding: 120px 0;
}

.content_mission_wrapper .content_title h1 {
    font-weight: 700;
    line-height: 48px;
    font-size: 32px;
    font-family: var(--font-family-GoogleSans-Bold);
    position: relative;
    margin-top: 0;
    padding-top: 10px;
}

.content_mission_wrapper .content_title h1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: rgba(255, 107, 0, 1);
    top: 0;
    left: 0;
}

.content_mission_wrapper .content_descreption {
    font-size: 15px;
    line-height: 24px;
}

.section_city {
    padding-bottom: 120px;
    clear: left;
    position: relative;
}

.content_box .image::before {
    content: "";
    height: 206px;
    max-width: 842px;
    width: 100%;
    background: rgba(254, 242, 233, 1);
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}

.content_box .text_sa_h-wrapper {
    max-width: 842px;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 40px;
    margin-top: -100px;
    position: relative;
}

.content_box .text_sa_h-wrapper h2 {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
    font-family: var(--font-family-GoogleSans-Bold);
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.content_box .text_sa_h-wrapper .content {
    color: #000;
    margin-bottom: 15px;
}

.partner_solution_info {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.partner_solution_info .head {
    margin-bottom: 50px;
}

.partner_solution_info .head h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    font-family: var(--font-family-GoogleSans-Bold);
}

.partner_solution_info .icon_partner_box {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.partner_solution_info .icon_partner_box .colum_direction {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.partner_solution_info .icon_partner_box .colum_direction .text_left {
    min-width: 120px;
}

.partner_solution_info .icon_partner_box .colum_direction .icon_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.info_about_us_contact_div .info {
    text-align: center;
    padding: 60px 0;
}

.info_about_us_contact_div .info h2 {
    font-size: 48px;
    line-height: 72px;
    font-family: var(--font-family-GoogleSans-Bold);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}

.info_about_us_contact_div .info_field .info_single {
    margin-bottom: 20px;
}

.info_about_us_contact_div .info_field .info_single span {
    color: rgba(167, 167, 167, 1);
}

.map {
    padding-bottom: 120px;
}

footer {
    padding: 30px 0;
    width: 100%;
    position: relative;
}

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    max-width: 1170px;
    width: 100%;
}

.footer-wrapper .flex {
    justify-content: space-between;
    align-items: center;
}

.left_footer .menu_nav .list_menu_main .menu-nav-item .menu-nav-link {
    color: #fff;
}

.btn-contact-direct p {
    color: #ff6b00;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.btn-contact-direct .btn-direct {
    color: #fff;
    border-radius: 20px;
    background: #42a714;
    padding: 12px 32px;
    line-height: 16px;
    display: inline-block;
    margin-top: 15px;
}

.right_footer {
    color: #fff;
}

.page_wrapper_main {
    padding: 120px 0 20px;
}

.page_wrapper_main .row {
    margin-bottom: 100px;
}

.business_content_wrapper {
    position: relative;
}

.business_content_wrapper .content h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    font-family: var(--font-family-GoogleSans-Bold);
    margin-top: 0;
    margin-bottom: 20px;
}

.business_content_wrapper .content .descreption ul {
    padding-left: 20px;
}

.box-sytem-questions h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.box-sytem-questions .breacum_text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.text_mota {
    margin: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: none;
}

.text_mota.active {
    display: block;
}

.icon-down {
    cursor: pointer;
    margin-bottom: 25px;
}

.icon-down.active {
    transform: rotate(180deg);
}

.page {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.page .page_active {
    cursor: pointer;
}

.page .page_active a {
    color: rgba(0, 0, 0, 1);
}

.page .page_active a.active {
    color: rgba(255, 107, 0, 1);
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

.arrcoration_title_small_import_scroll .title_small {
    padding: 20px 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
}

.arrcoration_title_small_import_scroll .title_small:hover,
.arrcoration_title_small_import_scroll .title_small.active {
    color: rgba(255, 107, 0, 1);
}

.arrcoration_title_small_import_scroll .title_small p {
    margin-bottom: 0;
    font-family: 700;
    font-family: var(--font-family-GoogleSans-Bold);
}

.arrcoration_title_small_import_scroll .title_small .fa {
    font-size: 20px;
}

.arrcoration_title_small_import_scroll .title_small.active .fa::before {
    content: "\f106" !important;
}

.title_select {
    padding: 15px 0;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.title_select p {
    margin-bottom: 0;
}

.main_page_pla_import {
    padding-bottom: 30px;
}

.menu_list_scroll {
    padding-left: 15px;
    border-left: 1px solid rgba(240, 240, 240, 1);
}

.menu_nav_scroll h3 {
    margin-top: 0;
    font-size: 16px;
    font-family: var(--font-family-GoogleSans-Bold);
    font-weight: 700;
}

.menu_nav_scroll ul li {
    padding: 10px 0;
}

.radio_input_item {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio_input_item label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
}

.radio_input_item .dvtt {
    width: 60px;
    text-align: center;
    font-weight: 600;
}

/****************Modal********************/
.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%;
    position: relative;
}

.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.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    outline: 0;
    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;
}

.form_fileds_selected .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.table_section_1 table {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.table_section_1 tr {
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.table_section_1 tr:nth-child(even) {
    background: rgba(243, 244, 246, 0.50);
}

.table_section_1 tr th {
    background: #fff;
    color: #ff6b00;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: #f3f4f6;
}

.table_section_1 tr th,
.table_section_1 tr td {
    padding: 15px 15px;
    text-align: center;
}

.table_section_1 tr td:not(:first-child) strong {
    text-align: center;
    display: block;
}

.table_section_1 span {
    cursor: pointer;
}

.table_section_1 .number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_section_1 .minus,
.table_section_1 .plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    color: #3864ff;
    border: none;
}

.table_section_1 .table_1 {
    height: 20px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: none;
}

.head_table {
    background: #fff;
    color: #ff6b00;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: #f3f4f6;
}

.table_2_div {
    border-radius: 16px;
    overflow: hidden;
}

.head_table,
.body_table {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.head_table .head {
    border-right: 1px solid #d1d5db;
    text-align: center;
}

.body_table {
    border-bottom: 1px solid #d1d5db;
}

.head_table .head:last-child,
.body_table .body:last-child {
    border-right: none;
}

.head_table .head:first-child,
.body_table .body:first-child {
    width: 100px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 83px;
}

.head_table .head:not(:first-child),
.body_table .body:not(:first-child) {
    flex: 1;
}

.head_table .head:nth-child(2),
.body_table .body:nth-child(2) {
    min-width: 255px;
    text-align: center;
}

.head_table .head:not(:first-child) p:first-child,
.body_table .body:not(:first-child) .p:first-child {
    border-bottom: 1px solid #d1d5db;
}

.head_table .head {
    padding: 0 0;
}

.head_table .head p,
.body_table .body .p {
    margin-bottom: 0;
    padding: 15px 0;
    text-align: center;
}

.body_table .body select {
    padding: 7px;
    border: 1px solid #d1d5db;
}

.group_input_fields_table {
    padding: 0 7.5px;
    display: flex;
    gap: 15px;
}

.group_input_fields_table .input-box {
    border-radius: 8px;
    border: 1px solid #f3f4f6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    padding: 12px;
}

.table_section_2 {
    margin-bottom: 30px;
}

.wrapper_mypage_content {
    position: relative;
}

.wrapper_mypage_content table {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.wrapper_mypage_content table thead th {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(219, 214, 214, 1);
    border-left: 1px solid rgba(219, 214, 214, 1);
}

.wrapper_mypage_content table tbody tr td {
    padding: 15px 10px;
}

.wrapper_mypage_content table thead th:first-child {
    border-left: none;
}

section.sec_3.section.section_buildding {
    position: relative;
}

.sections_text_building {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}

.result_table_last {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.result_table_last span:first-child {
    color: rgba(255, 107, 0, 1);
}

.result_table_last span:last-child {
    color: rgba(245, 34, 45, 1);
}

.mypage {
    padding: 50px 0;
}

.mypage_block .head {
    margin-bottom: 40px;
}

.mypage_block .head span {
    color: rgba(255, 107, 0, 1);
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.wrapper_mypage_content_fields {
    max-width: 400px;
}

.btn_group_after_login {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-gray {
    border-radius: 20px;
    padding: 8px 32px;
}

.btn-style-bg {
    background: rgba(255, 107, 0, 1);
    border-radius: 20px;
    padding: 8px 32px;
}

.btn-style-bg a,
.btn-style-bg span {
    color: #fff;
}

.btn-style-bg:hover {
    border-color: rgba(255, 107, 0, 1);
    background: transparent;
}

.btn-style-bg:hover a,
.btn-style-bg:hover span {
    color: rgba(255, 107, 0, 1);
}

.btn-style {
    border-color: rgba(255, 107, 0, 1);
}

.btn-og-transition {
    color: rgba(255, 107, 0, 1);
}

.btn-style span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.roadmap_block_section {
    height: 100vh;
    background: url("../images/roadmap.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.scroll_bar_continue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.scroll_bar_continue .scrollbar {
    width: 280px;
    height: 7px;
    border-radius: 10px;
    background: #f3f4f6;
    color: #6b7280;
    position: relative;
}

.scroll_bar_continue .box-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.scroll_bar_continue .box-bar span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.scrollbar_width {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
    background: #ff6b00;
}

.scroll_bar_continue .w-full {
    width: 100%;
}

.chart-js {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.bar-vertical-show {
    background: #fff;
    padding: 36px;
    border-radius: 16px;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

.bar-content-top {
    margin: 40px 0;
}

.bar-vertical-show .content .list-count {
    margin-bottom: 15px;
}

.bar-vertical-show .content .list-count .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.list-count .scroll_bar_continue {
    margin-top: 10px;
    margin-bottom: 20px;
}

.bar-vertical-show .content {
    margin-bottom: 40px;
}

.bar-vertical-show .content h2 {
    color: #ff6b00;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 15px;
}

.bar-vertical-show .content p {
    color: #6b7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

.bar-vertical-show .content .list-count p:first-child {
    color: #6b7280;
}

.bar-vertical-show .content .list-count p:last-child {
    color: #42a714;
    font-weight: normal;
}

.bar-vertical-show .content .list-count .total {
    color: #ff6b00 !important;
    font-weight: bold !important;
}

.about_us_block_section.section_2 {
    margin-top: -100px;
}

.dashboard_details {
    padding: 36px;
    margin: 40px auto;
    border-radius: 12px;
    background: #f6f6f6;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

.dashboard_details .dashboard_title h1 {
    color: #374151;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.box-information-show h2 {
    color: #42a714;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 20px 0 0 0;
}

.box-infor-details {
    padding: 24px 16px;
    border-radius: 12px;
    border: 0.5px solid #f3f4f6;
    background: #fff;

    /* 8 Shadow */
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.box-infor-details h4 {
    color: #6b7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0;
}

.box-infor-details .result-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-infor-details .result-show h3 {
    margin: 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.box-infor-details .result-show .btn-show-result {
    padding: 12px;
    border-radius: 8px;
}

.box-infor-details .result-show .btn-show-result.success {
    background-color: #42a714;
    color: #fff;
}

.box-infor-details .result-show .btn-show-result.warning {
    background-color: #ffe60a;
    color: #000;
}

.box-infor-details .result-show .btn-show-result.fail {
    background-color: #e4564e;
    color: #fff;
}

.body_chart .monitor {
    position: relative;
    overflow: hidden;
}

.body_chart .monitor .minitor_parent {
    width: 100%;
}

.meter {
    height: 170px;
    position: absolute;
    bottom: -15px;
    left: 10px;
    right: 0;
    margin: 0 auto;
}

.meter-clock {
    transform: rotate(-90deg);
    transform-origin: 141px 143px;
    fill: black;
}

.meter-circle {
    fill: black;
}

.body_chart .infor_total_count {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.body_chart .infor_total_count p {
    margin-bottom: 0;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: var(--font-family-GoogleSans-Bold);
}

.progess_bar_static .title_progess .progess_head .date_value {
    color: #42a714;
    font-style: normal;
    font-weight: 700;
}

.progess_bar_static .title_progess .progess_head span {
    margin-bottom: 0;
}

.progess_bar_static .progess_element,
.progess_bar_static .progess_element_bottom {
    margin-bottom: 15px;
    height: 8px;
    width: 100%;
    border-radius: 10px;
    background: #f3f4f6;
    position: relative;
    overflow: hidden;
}

.progess_bar_static .progess_element .progess_child,
.progess_bar_static .progess_element_bottom .progess_child {
    background: #fff5cc;
    height: 8px;
    width: 0;
    border-radius: 10px;
    background: #ff6b00;
}

.progess_bar_static .title_progess .progess_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.progess_bar_item {
    margin-top: 30px;
}

.show_info_fields {
    margin-bottom: 30px;
}

.show_info_fields .infor_item_hor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    color: #6b7280;
}

.show_info_fields .infor_item_hor p strong {
    color: #9ca3af;
}

.show_info_fields .infor_item_hor h3 {
    font-size: 18px;
}

.show_info_fields .infor_item_hor h3,
.show_info_fields .infor_item_hor p {
    margin: 0;
}

.total_info {
    margin-top: 40px;
}

.page_table_wrapper {
    display: block;
    position: relative;
}

.search_form_wrapper {
    width: 500px;
}

.search_form_wrapper form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 500px;
}

.search_form_wrapper input {
    max-width: 500px;
    border-right: unset;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    padding: 16px;
    border: none;
    height: 48px;
}

.search_form_wrapper .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    color: rgba(209, 213, 219, 1);
    position: absolute;
    right: 0;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.page-title h1 {
    color: #ff6b00;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 30.8px */
}

.page-title select {
    border-radius: 5px;
    border: 1px solid #ff6b00;
    color: #ff6b00;
    padding: 10px;
    margin: 0 5px;
}

.admin_page_wrapper .search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.user_block .text {
    display: inline;
    margin: 0 10px;
    color: #374151;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.page_table_wrapper table {
    width: 100%;
    margin-bottom: 40px;
}

.page_table_wrapper table tr {
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.page_table_wrapper table tr th,
.page_table_wrapper table tr td {
    padding: 15px;
}

.page_table_wrapper table tr th {
    position: relative;
}

.page_table_wrapper table tr th::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    background: rgba(240, 240, 240, 1);
    left: 0;
    top: 30%;
}

.pagination {
    display: block;
    margin-top: 30px;
    text-align: left;
}

.pagination a {
    color: #374151;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #d1d5db;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    text-indent: -2px;
}

.pagination a.active {
    background-color: rgba(255, 107, 0, 1);
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.sidebar-nav-list {
    list-style: none;
    border-right: 2px solid rgba(240, 240, 240, 1);
    padding-left: 0;
}

.sidebar-nav-list .sidebar-nav-item {
    padding: 10px 0;
}

.sidebar-nav-list .sidebar-nav-item .sidebar-nav-link {
    color: rgba(51, 51, 51, 1);
}

.sidebar-nav-list .sidebar-nav-item .sidebar-nav-link.active {
    color: rgba(255, 107, 0, 1);
}

.flex_bottom {
    display: flex;
    margin-bottom: 30px;
}

.arrcoration_title {
    color: #ff6b00;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.group_import_select {
    max-width: 720px;
    text-align: left;
    margin: auto;
}

.group_radio_input_select .title_select p {
    text-align: left;
}

.group_radio_input_select .form-control {
    border-radius: 4px;
    background: #f3f4f6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    border: none;
    height: 57px;
    line-height: 57px;
}

.box-question-tabs {
    border-radius: 16px;
    background: #fff;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 32px 40px;
}

.footer-wrapper .logo img {
    width: 100px;
}

/****************************admin**********************************/

.sidebar {
    max-width: 20%;
    width: 100%;
    float: left;
    padding: 40px 20px;
    min-height: 100vh;
}

.sidebar .image_logo {
    margin-bottom: 80px;
}

.sidebar .image_logo img {
    width: max-content;
}

.menu_sidebar {
    overflow: hidden;
    position: relative;
}

.nav-list {
    list-style: none;
    padding-left: 0;
}

.nav-list .nav-item {
    border-radius: 8px;
    padding: 20px;
}

.nav-list .nav-item.active {
    background: rgba(255, 107, 0, 0.2);
}

.nav-list .nav-item .nav-link {
    font-weight: 700;
    line-height: 120%;
    color: #9ca3af;
}

.nav-list .nav-item.active .nav-link {
    color: #ff6b00;
}

.admin_page_wrapper {
    max-width: 80%;
    width: 100%;
    float: left;
    padding: 40px;
    background-color: #ececec;
    min-height: 100vh;
}

.page_table_wrapper {
    border-radius: 16px;
    background: #fff;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.box_chart_bg,
.show_info_fields {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.box_chart_bg h2 {
    color: #ff6b00;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
    margin: 0;
}

.box_chart_bg span {
    display: block;
}

.body_chart strong {
    color: #ff6b00;
}

.btn-blue-sea {
    border-radius: 8px;
    background: #3864ff;
    padding: 12px 32px;
}

.btn-blue-sea span {
    display: inline-block;
    color: #fff;
    margin: 0;
}

.btn-blue-sea:hover {
    border: 1px solid #3864ff;
    background: #fff;
}

.btn-blue-sea:hover span {
    color: #3864ff;
}

.box_monitor_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_monitor_group .monitor-svg {
    width: 315px;
    margin-top: 20px;
}

.level_counter {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 36.559px;
    color: #6b7280;
}

.level_counter .title-counter {
    margin-bottom: 0;
    font-size: 17px;
    margin-top: 0;
}

.level_counter .counter {
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
}

.content .descreption_popup {
    border-radius: 12px;
    border: 1px solid #d1d5db;
    padding: 16px;
    color: #6b7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
    max-height: 130px;
    overflow: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    accent-color: #f36906;
}

.cacbon_number_count {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    padding: 40px 20px;
}

.cacbon_number_count h2 {
    color: #374151;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cacbon_number_count img {
    width: 100%;
}

.cacbon_number_count .number {
    position: relative;
}

.cacbon_number_count .number .text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-indent: 30px;
}

.cacbon_number_count .number .text h3 {
    color: #058E0E;
    text-align: center;
    font-size: 69px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.cacbon_number_count .number.number_2 .text h3 {
    color: #F03F39;
}

.cacbon_number_count .number.number_3 .text h3 {
    color: #F98C3B;
}

.cacbon_number_count .number .text p {
    color: #33363C;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

@media screen and (min-width: 1536px) {
    .about_us_block_section.section_2 {
        margin-top: -135px;
    }
}

@media screen and (min-width: 1366px) {
    .level_counter .counter {
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }

    #myChart {
        height: auto !important;
        width: 100% !important;
    }
}

@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 query này sẽ được gộp vào media query lớn hơn ở dưới */

@media (max-width: 767px) {
    .level_counter .counter {
        line-height: normal;
    }
}

@media (max-width: 992px) {
    header .menu_nav {
        display: flex;
        width: 280px;
        height: 100%;
        z-index: 999999;
        top: 0 !important;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        -webkit-box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
        -moz-box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
        box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
        -o-transform: translateX(280px);
        transform: translateX(280px);
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        position: fixed;
        padding-left: 0;
        padding: 0 10px;
    }

    header .menu_nav.open {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    header .menu_nav .list_menu_main {
        display: block;
        width: 100%;
    }

    header .menu_nav .list_menu_main .menu-nav-item {
        padding: 10px 0;
    }

    .menu_nav .list_menu_main .menu-nav-item .menu-nav-link {
        color: #000;
    }

    .fa.fa-bars.fa-times::before {
        content: "\f00d" !important;
    }

    .weather_box .number_weather {
        font-size: 25px;
    }

    .weather_box #weather-select {
        font-size: 19px;
    }

    .weather_box .date-weather {
        font-size: 10px;
    }

    .form_fileds_selected .element_form {
        padding: 0;
    }
}

@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }

    #header {
        position: absolute;
        background: transparent;
    }

    .section_partner .container .row {
        display: block;
    }
    
    /* .slider .text_box_slider .row {
        display: flex;
    } */

    .section_partner .img_partner img {
        max-width: -webkit-fill-available;
    }

    .cacbon_number_count .number .text h3 {
        font-size: 60px;
    }

    .cacbon_number_count .number .text p {
        font-size: 18px;
    }

    .button-bar-flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    /* .section_partner .container .row,
    .slider .text_box_slider .row {
        display: block;
    } */

    .section_partner .img_partner img {
        max-width: -webkit-fill-available;
    }

    .slider .text_box_slider .text_box_wrapper h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .slider .text_box_slider .text_box_wrapper h1 {
        font-size: 25px;
        line-height: 45px;
    }

    .slider .text_box_slider .text_box_wrapper {
        margin-bottom: 20px;
    }

    .slider .text_box_slider .form_fileds_selected .top_form .text_head {
        font-size: 24px;
        line-height: 37px;
        margin-bottom: 20px;
    }

    .slider .text_box_slider {
        position: unset;
    }

    .text_box_wrapper_style {
        height: auto !important;
    }

    .weather_box {
        position: unset;
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .slider .text_box_slider .text_box_wrapper .desp_box {
        font-size: 23px;
    }

    section.sec_1.section {
        padding-bottom: 50px;
        position: relative;
        padding-top: 100px;
    }

    .section_about {
        padding: 60px 0 60px;
    }

    .section_partner .content_left_partner h2 {
        font-size: 23px;
    }

    .item_content_solution .soltion_title {
        font-size: 13px;
    }

    .main_page,
    .page_form {
        min-height: auto;
    }

    .box-sytem-questions {
        min-height: 68vh;
        padding: 60px 0;
        display: block;
    }

    .page_form {
        position: relative;
        width: 100%;
        min-height: auto;
        padding: 60px 0;
    }

    .form_fileds_selected {
        z-index: 999999;
        border: 1px solid rgba(218, 218, 218, 1);
        margin: 20px;
        margin-top: 0;
        padding: 20px 12px;
        position: relative;
    }

    .scroll_bar_continue {
        flex-direction: column;
    }

    .bg_image {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }

    span.error.invalid-feedback {
        position: relative;
        bottom: 0;
    }

    .polyci span {
        padding: 0 2px;
    }

    .polyci span.border_policy {
        padding: 0 2px;
    }

    .input_form .group_input_control .input_label {
        max-width: 70px;
    }

    .input_form .group_input_control .input_element .verify {
        font-size: 13px;
    }

    .polyci {
        font-size: 13px;
    }

    .content_box .text_sa_h-wrapper {
        padding: 20px;
    }

    .partner_solution_info .icon_partner_box .colum_direction {
        flex-direction: column;
        align-items: flex-start;
    }

    .partner_solution_info .icon_partner_box .colum_direction .text_left {
        font-weight: 700;
    }

    .partner_solution_info .icon_partner_box .colum_direction .icon_right img {
        max-width: 100px;
    }

    .pop-up-content-wrap img {
        width: 100%;
    }

    .roadmap_block_section {
        height: 70vh;
    }

    .custom-model-main {
        top: 100px;
    }

    .partner_solution_info {
        padding: 60px 0;
    }

    footer .menu_nav {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: baseline;
    }

    .footer-wrapper {
        display: block;
    }

    .left_footer {
        margin-bottom: 0;
    }

    footer .menu_nav .list_menu_main {
        gap: 0;
        margin: 10px 0;
    }

    footer .menu_nav .list_menu_main .menu-nav-item .menu-nav-link {
        font-size: 14px;
    }

    .right_footer {
        text-align: left;
        color: #9ca3af;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .right_footer strong {
        color: #9ca3af;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .page_wrapper_main {
        padding: 39px 0 20px;
    }

    .business_content_wrapper .content h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .text_mota::after {
        bottom: -15px;
        top: unset;
    }

    .brecum_count_page .breacum_text {
        font-size: 18px;
        line-height: 23px;
    }

    .breacum h1 {
        font-size: 27px;
        line-height: 45px;
    }

    .mypage .input_form .group_input_control .input_label {
        max-width: max-content;
    }

    .wrapper_mypage_content table thead th {
        width: auto;
        font-size: 13px;
    }

    .table {
        overflow: auto;
        margin-top: 20px;
    }

    .table_section_1 table {
        white-space: nowrap;
        border-collapse: collapse;
    }

    .head_table,
    .body_table {
        width: max-content;
        padding: 7px 7px;
        margin-top: 0;
    }

    .head_table .head,
    .body_table .body {
        padding: 0 7px;
        min-width: 150px;
        max-width: 150px;
    }

    .head_table .head:first-child,
    .body_table .body:first-child {
        width: 60px;
        min-width: 10px;
    }

    .table_section_2 {
        overflow: auto;
    }

    .menu_list_scroll {
        display: none;
    }

    .section_partner,
    .sec_mission {
        padding: 60px 0;
    }

    .section_partner {
        background-position: bottom;
        height: 70vh;
        background-size: cover;
    }

    .brecum_count_page {
        background-size: auto;
        background-position: left;
    }

    section.sec_3.section.section_buildding {
        position: relative;
        padding-bottom: 60px;
    }

    section.sec_3.section.section_buildding img {
        width: 100%;
    }

    .flex {
        display: block;
    }

    .footer-wrapper .logo img {
        width: 100px;
    }

    .section-3-content h2 {
        color: #42a714;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        margin-top: 0;
    }

    .section-3-content .h2-last {
        margin-bottom: 20px;
    }

    .section-3-content .btn_group {
        margin-top: 20px;
    }

    .wrapper_about .container .row {
        display: grid;
    }

    .box-1,
    .box-2,
    .box-3,
    .box-4 {
        margin-top: 15px;
    }

    .wrapper_about .container .row .col-xs-12:last-child {
        order: 1;
    }

    .wrapper_about .container .row .col-xs-12:first-child {
        order: 4;
    }

    .wrapper_about .container .row .col-xs-12:nth-child(2) {
        order: 2;
    }

    .wrapper_about .container .row .col-xs-12:nth-child(3) {
        order: 3;
    }

    .slider {
        height: 100%;
    }

    .bg-slider {
        height: 100%;
        position: absolute;
        top: 0;
    }

    .table.table_section_1 .box-question-tabs {
        padding-left: 0;
        padding-right: 0;
    }

    .arrcoration_group .table_section_1 table thead {
        display: none;
    }

    .arrcoration_group .table_section_1 table tbody {
        width: 100%;
        display: block;
    }

    .arrcoration_group .table_section_1 table,
    .arrcoration_group .table_section_1 td:first-child,
    .arrcoration_group .table_section_1 tr {
        display: block;
        border: none;
    }

    .arrcoration_group .table_section_1 tr {
        padding: 12px;
    }

    .arrcoration_group .table_section_1 tr:nth-child(even) {
        background: rgba(243, 244, 246, 0.55);
    }

    .arrcoration_group .table_section_1 td:first-child {
        text-align: left;
        color: var(--Text-Text-Brand, #ff6b00);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .table_section_1 tr th,
    .table_section_1 tr td {
        min-width: 110px;
        padding: 10px 5px;
    }

    .arrcoration_title {
        font-size: 20px;
    }

    .box-question-tabs {
        padding: 15px 15px;
    }

    .table_2_div {
        white-space: normal;
        overflow: scroll;
    }

    .table_section_3 table {
        overflow: auto;
        white-space: nowrap;
    }

    .arrcoration_group .table_section_3_block table thead {
        display: grid;
    }

    .arrcoration_group .table_section_3_block table,
    .arrcoration_group .table_section_3_block tr {
        display: table-row;
        border: none;
    }

    .arrcoration_group .table_section_3_block td:first-child {
        display: table-cell;
        text-align: center;
        color: #000;
        font-weight: normal;
    }

    .bar-vertical-show .chart-js {
        display: block;
    }

    .dashboard_details,
    .bar-vertical-show {
        padding: 12px;
    }

    .bar-vertical-show {
        margin-top: 20px;
    }

    .sidebar {
        display: none;
    }

    .admin_page_wrapper {
        max-width: 100%;
        float: unset;
        padding: 15px;
    }

    .search_form_wrapper {
        max-width: 150px;
    }

    .flex_bottom {
        display: block;
    }

    .box_chart_bg {
        margin-top: 20px;
    }

    .box_chart_bg h2 {
        font-size: 17px;
    }

    .box_monitor_group .monitor-svg {
        width: 100%;
    }

    .box_monitor_group {
        flex-direction: column;
        gap: 15px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .wrapper_header .logo img {
        width: 50px;
    }

    .btn_group_after_login {
        gap: 6px;
    }

    .btn-og-transition {
        font-size: 12px;
        padding: 2px 15px;
    }

    .header .btn-og-transition {
        color: #fff;
    }

    .wrapper_header .fa {
        position: relative;
        z-index: 999999999;
    }

    .bar-vertical-show .content h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .bar-vertical-show .content {
        margin-bottom: 20px;
    }

    #myChart {
        height: 140px;
        width: 140px;
        margin: auto;
    }

    #myBarChart {
        width: 100% !important;
    }

    .line-block {
        display: block;
    }

    .group_import_select:first-child {
        margin-top: 0;
    }

    .group_import_select {
        margin-top: 20px;
    }
}

@media (max-width: 360px) {

    .table_section_1 tr th,
    .table_section_1 tr td {
        text-align: left;
    }

    .table_section_1 span {
        font-size: 12px;
    }

    .table_section_1 .number {
        justify-content: flex-start;
    }

    .table_section_1 .table_1 {
        width: 20px;
        font-size: 12px;
    }

    .table_section_1 tr th,
    .table_section_1 tr td {
        min-width: 100px;
    }
}

@media (max-width: 320px) {

    .table_section_1 tr th,
    .table_section_1 tr td {
        min-width: 70px;
    }
}

/* Lucnv */

.display-none {
    display: none;
}

.close_popup_style {
    z-index: 1000;
    position: absolute;
    top: 2px;
    right: 7px;
    cursor: pointer;
}

/* Custom Login Form Background - Extend right margin by 270px */
.form_fileds_selected_style {
    background-color: #FF6C02;
    padding: 0;
    border-radius: 120px 20px 20px 0px;
    position: relative;
    /* margin: 0 -270px 0 15px; */
    /* margin-left: 270px; */
    max-width: 90%;
    /* width: calc(100% + 270px); */
}

/* Form inside background */
.form_fileds_selected_style .form_fileds_selected {
    width: 100%;
    padding: 35px 40px;
}
/* Orange background wrapper for form */
.login_form_wrapper {
    width: 878px;
    max-width: calc(100vw - 50px);
    height: 750px;
    background-color: #FF6C02;
    border-radius: 120px 20px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
      margin-right: 30px;
}

/* White background container for form */
.login_form_container {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 150px 10px 10px 0px;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.03),
        -8px 8px 16px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form_modify{
    width: 339px;
    max-width: 100%;
    align-items: center;
    box-sizing: border-box;
}

.login_form_modify .text_head{
    font-weight: bold;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
    color: #374151;
    text-align: center;
    margin-bottom: 28px;
}

@media (max-width: 1536px) {
    .login_form_wrapper {
        width: 100%;
        max-width: 100%;
        height: 750px;
    }

    
}
/* Responsive scaling for tablets and small desktops */
@media (max-width: 1280px) {
    .login_form_wrapper {
        width: 100%;
        max-width: 100%;
        height: 750px;
    }

    
    .weather_box{
        width: 90%;
    }
}
@media (max-width: 1024px) {
    .login_form_wrapper {
        width: 100%;
        max-width: 100%;
        height: 750px;
        min-height: 500px;
    }
    
    .login_form_container {
        /* padding-right: 60px; */
        padding: 40px 60px;
    }
    
    .weather_box{
        width: 90%;
    }
}

/* Responsive scaling for tablets and small desktops */
@media (max-width: 920px) {
    .login_form_wrapper {
        width: 100%;
        max-width: calc(100vw - 20px);
        height: 750px;
        min-height: 500px;
    }
    
    .login_form_modify {
        width: 320px;
        max-width: calc(100% - 20px);
    }
    
    .login_form_container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .weather_box{
        width: 100%;
    }
    .wrapper_about .container .row {
        display: block;
    }
}

/* Remove duplicate medium screens query as it's covered by max-width: 1024px */

/* Mobile responsive (max-width: 767px) */
@media (max-width: 767px) {
    .slider .text_box_slider .row{
        display: block;
    }
    .login_form_wrapper {
        width: 100%;
        max-width: calc(100vw - 40px);
        height: auto;
        min-height: 450px;
        border-radius: 60px 20px 20px 0px;
        margin: 0 auto;
    }
    
    .login_form_container {
        width: 100%;
        height: auto;
        padding: 30px 20px;
        border-radius: 75px 20px 20px 0px;
    }
    
    .login_form_modify {
        width: 280px;
        max-width: calc(100% - 40px);
        padding: 0 10px;
    }
    
    .login_form_modify .text_head {
        font-weight: bold;
        font-size: 22px;
        line-height: 46px;
        margin-bottom: 30px;
        color: #374151;
        text-align: center;
        margin-bottom: 28px;
    }
    
    .radio_type label {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.16px;
        cursor: pointer;
    }
    
    .btn_style button span {
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 24px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
    }
    
    #or {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #6B7280;
        margin: 0 10px;
    }
    
    #signup {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #FF6B00;
    }
     a.social-link {
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 32px;
    }
    .weather_box {
    display: flex;
    color: #fff;
    gap: 20px;
    /* position: absolute; */
    bottom: 30px;
    align-items: center;
    width: 100%;

    /* translucent background to see content behind */
    background: rgba(173, 167, 167, 0.35);
    border-radius: 12px;
    padding: 21px 35px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
}

/* Small mobile (max-width: 360px) */
@media (max-width: 360px) {
    .login_form_wrapper {
        width: 350px;
        max-width: calc(100vw - 30px);
        height: auto;
        min-height: 400px;
        border-radius: 50px 15px 15px 0px;
    }
    
    .login_form_container {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        border-radius: 65px 15px 15px 0px;
    }
    
    .login_form_modify {
        width: 250px;
        max-width: calc(100% - 30px);
        padding: 0 5px;
    }
    a.social-link {
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 32px;
    }
    .login_form_modify .text_head{
    font-weight: bold;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 30px;
    color: #374151;
    text-align: center;
    margin-bottom: 28px;
}
    .radio_type label {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    cursor: pointer;
}
.btn_style button span {

    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    /* width: 48px;
    height: 18px; */
}
#or{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #6B7280;
    margin: 0 10px;
}
#signup{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FF6B00;
}
    .weather_box {
    display: flex;
    color: #fff;
    gap: 20px;
    /* position: absolute; */
    bottom: 30px;
    align-items: center;
    width: 100%;

    /* translucent background to see content behind */
    background: rgba(173, 167, 167, 0.35);
    border-radius: 12px;
    padding: 21px 35px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
}
