

/* ================================ [01] MAX-WIDTH:991PX START ================================ */
@media screen and (max-width: 991px) {
    /*------- Header -------*/
    .header_container {
        padding: 8px 20px;
        width: 100%;
        margin: 0 auto;
    }

    .logo_svg {
        width: 88px;
        height: 30px;
    }

    .header_menu_mobile {
        display: flex;
        margin-top: 15px;
    }

    .header_menu_mobile > i {
        font-size: 1.3em;
    }

    .header_center {
        display: none;
        margin-right: 0;
    }

    .header_log_item {
        display: none !important;
    }
    /*------- /Header -------*/

    /*------- Menu Mobile -------*/
    .menu_mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--white-color);
        z-index: 500;
        overflow: auto;
    }

    .menu_mobile_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.02);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--white-color);
        z-index: 100;
    }

    .logo_menu_svg {
        width: 88px;
        height: 30px;
        background-image: var(--logo-url);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .close_menu_mobile {
        cursor: pointer;
        margin-top: 8px;
    }

    .close_menu_mobile > i {
        font-size: 1.3em;
    }

    .menu_mobile_bottom {
        margin-top: 58px;
    }

    .box_menu_mobile {
        margin-top: 10px;
        padding-bottom: 6px;
    }

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

    .box_menu_mobile:last-child {
        margin-top: 0;
    }

    .list_menu_mobile > li {
        display: block;
    }

    .list_menu_mobile > li:last-child > a {
        border-bottom: none;
    }

    .list_menu_mobile > li a {
        color: var(--body-color);
        font-size: 1em;
        text-decoration: none;
        display: block;
        padding: 5px 12px;
    }

    .box_menu_btn {
        margin-top: 8px;
    }

    .btn_menu_mobile > li {
        padding: 8px;
    }

    .btn_menu_mobile > li a {
        padding: 8px 15px;
        display: block;
        color: var(--body-color);
        text-decoration: none;
        font-size: 1em;
        font-weight: 550;
        text-align: center;
        border: 1px solid #dadada;
        border-radius: 5px;
        box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.02);
    }
    /*------- /Menu Mobile -------*/

    /*------- Slider -------*/
    .slider_container {
        display: block;
        padding: 40px;
        gap: 0;
    }

    .slider_left {
        width: 500px;
        margin: 0 auto;
        text-align: center;
    }

    .slide_title {
        width: 100%;
        font-size: 3em;
    }

    .slider_right {
        width: 500px;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 60px;
    }
    /*------- /Slider -------*/

    /*------- Why Us Choose -------*/
    .section_flex {
        flex-direction: column;
        gap: 0;
        padding: 40px;
    }

   .section_order > .section_main {
        order: 2;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
   }

   .section_order > .section_header {
        order: 1;
        width: 100%;
        margin-top: 0;
        position: relative;
        top: 0;
   }

   .section_main {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
    }

    .section_header {
        width: 100%;
        margin-top: 0;
        position: relative;
        top: 0;
   }

   .section_title {
        font-size: 2.4em;
   }
   /*------- /Why Us Choose -------*/

   /*------- How sell -------*/
   .section_sell {
        display: block;
        gap: 0;
        padding: 40px;
   }

   .sell_aside {
        display: none;
   }

   .sell_main {
        width: 100%;
    }

    .box_sell_title {
        font-size: 2.3em;
        color: #3b6437;
    }

    .box_sell_subtitle {
        font-size: 1.6em;
        color: #3b6437;
    }
   /*------- /How sell -------*/

   /*------- Termes Policy -------*/
    .termes_container {
        padding: 40px;
    }
    .termes_box {
        margin-top: 35px;
    }
   /*------- /Termes Policy -------*/

   /*------- Cookies -------*/
   .section_cookies {
        padding: 12px 45px;
    }
    .desc_cookies {
        width: 100%;
    }
    .btn_cookies {
        margin-top: 10px;
    }
    .right_cookies {
        display: none;
    }
    /*------- /Cookies -------*/
}
/* ================================ [01] MAX-WIDTH:991PX END ================================ */

/* ================================ [02] MAX-WIDTH:890PX START ================================ */
@media screen and (max-width: 890px) {
    .slide_title {
        width: 100%;
        font-size: 2.5em;
    }

    /*------- /Why Us Choose -------*/
    .section_order > .section_main {
        order: 2;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
   }

   .section_main {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
    /*------- Why Us Choose -------*/

    /*------- How sell -------*/
    .box_sell_title {
        font-size: 2em;
        color: #3b6437;
    }

    .box_sell_subtitle {
        font-size: 1.4em;
        color: #3b6437;
    }
    /*------- /How sell -------*/
}
/* ================================ [02] MAX-WIDTH:890PX END ================================ */

/* ================================ [03] MAX-WIDTH:680PX START ================================ */
@media screen and (max-width: 680px) {
    /*------- Slider -------*/
    .slider_container {
        display: block;
        padding: 30px;
        gap: 0;
    }

    .slider_left {
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }

    .slide_title {
        width: 100%;
        font-size: 2em;
    }

    .slider_right {
        width: 400px;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 50px;
    }

    .slide_img {
        width: 380px;
        height: 380px;
        background-color: #dcfad9;
        border-radius: 10px;
        box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
    }
    /*------- /Slider -------*/

    /*------- Why Us Choose -------*/
    .section_flex {
        padding: 30px;
    }
    .section_title {
        font-size: 1.8em;
    }

    .box_img {
        width: 150px;
        height: 150px;
    }
    /*------- /Why Us Choose -------*/

    /*------- How sell -------*/
   .section_sell {
        display: block;
        gap: 0;
        padding: 30px;
    }

    .box_sell_title {
        font-size: 1.8em;
        color: #3b6437;
    }

    .box_sell_subtitle {
        font-size: 1.4em;
        color: #3b6437;
    }
    /*------- /How sell -------*/

    /*------- Termes Policy -------*/
    .termes_container {
        padding: 30px;
    }

    .termes_heading {
        color: var(--black-2-color);
        font-size: 1.65em;
    }

    .termes_box {
        margin-top: 30px;
    }
   /*------- /Termes Policy -------*/

   /*------- Cookies -------*/
    .section_cookies {
        padding: 15px 35px;
    }
    /*------- /Cookies -------*/
}
/* ================================ [03] MAX-WIDTH:680PX END ================================ */

/* ================================ [02] MAX-WIDTH:576PX START ================================ */
@media screen and (max-width: 576px) {
    /*------- Header -------*/
    .header_container {
        padding: 8px 15px;
        width: 100%;
        margin: 0 auto;
    }

    .header_menu_mobile {
        margin-top: 13px;
        margin-right: 8px;
    }

    .header_menu_mobile > i {
        font-size: 1.2em;
    }

    .header_sign {
        background-color: var(--primary-color);
        padding: 7px 15px;
        border: 1px solid transparent;
        border-radius: 5px;
        box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.02);
    }

    .close_menu_mobile {
        margin-top: 6px;
    }

    .close_menu_mobile > i {
        font-size: 1.2em;
    }
    /*------- /Header -------*/

    .slider_left {
        width: 100%;
        /* margin: 0 auto; */
        text-align: left;
    }

    .slide_title {
        width: 100%;
        font-size: 1.8em;
    }

    .slide_desc {
        margin-top: 10px;
        font-size: 1em;
    }

    .slide_btn {
        margin-top: 25px;
    }

    .slider_right {
        display: none;
    }
    /*------- /Header -------*/

    /*------- Why Us Choose -------*/
    .section_title {
        font-size: 1.5em;
    }

    .section_header > p {
        color: #444446;
        font-size: 1em;
        padding-top: 5px;
    }

    .section_order > .section_main {
        order: 2;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
   }

   .section_main {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .box_title {
        margin-top: 5px;
        color: #7c7b7b;
        font-size: 1.08em;
    }

    .box_desc {
        font-size: 0.95em;
        color: #444446;
        margin-top: 5px;
    }
    /*------- /Why Us Choose -------*/

    /*------- How sell -------*/
   .section_sell {
        display: block;
        gap: 0;
    }

    .box_sell_title {
        font-size: 1.6em;
        color: #3b6437;
    }

    .box_sell_subtitle {
        font-size: 1.3em;
        color: #3b6437;
    }

    .sell_table thead th {
        padding: 6px 8px;
        white-space: wrap;
        font-size: 1em;
        color: #30323a;
    }

    .sell_table tbody td {
        padding: 6px 8px;
        font-size: 0.9em;
        color: #6c7778;
    }
    /*------- /How sell -------*/

    /*------- Footer-------*/
    .footer_top {
        display: flex;
        justify-content: center;
        padding: 15px 0;
    }

    .footer_menu > li {
        display: inline-block;
        margin-right: 15px;
    }

    .footer_copyright {
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }
    /*------- /Footer-------*/

    /*------- Termes Policy -------*/
    .termes_heading {
        color: var(--black-2-color);
        font-size: 1.6em;
    }

    .terms_box_title {
        padding-bottom: 10px;
    }

    .termes_box {
        margin-top: 25px;
    }

    .termes_box > p {
        font-size: 1em;
        color: #444446;
        margin-top: 12px;
    }

    .sub_termes_box {
        margin-top: 25px;
    }

    .sub_terms_box_title {
        padding-bottom: 10px;
    }

    .sub_termes_heading {
        font-size: 1.02em;
        color: var(--black-2-color);
        text-transform: uppercase;
    }

    .sub_termes_box > p {
        font-size: 1em;
        color: #444446;
        margin-top: 12px;
    }
   /*------- /Termes Policy -------*/

   /*------- Cookies -------*/
   .section_cookies {
        padding: 15px 35px;
    }
    .desc_cookies {
        font-size: 0.95em;
    }
    /*------- /Cookies -------*/
}
/* ================================ [02] MAX-WIDTH:576PX END ================================ */
