/*font slogan with page: home, about, export*/
@font-face {
    font-family: 'UTM Flavour';
    src: url('../fonts/utm_flavour/UTMFlavour.eot');
    src: url('../fonts/utm_flavour/UTMFlavour.eot?#iefix') format('embedded-opentype'),
    url('../fonts/utm_flavour/UTMFlavour.woff2') format('woff2'),
    url('../fonts/utm_flavour/UTMFlavour.woff') format('woff'),
    url('../fonts/utm_flavour/UTMFlavour.ttf') format('truetype'),
    url('../fonts/utm_flavour/UTMFlavour.svg#UTMFlavour') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --main-cl: #653a29;
    --sub-cl: #fff200;
    --third-cl: #333;
    --four-cl: #fff;
    --bg-cl: #fff9ef;
    --bg-cl-item: #FFF3E0;
    --bg-gradient: linear-gradient(180deg, #FF9301 36.35%, rgba(255, 147, 1, 0.707024) 67.72%, rgba(255, 147, 1, 0) 100%);
    --bg-breadcrumbs: #ff9301;
    --button-cl-bold: #FF8801;
    --button-cl: #FF9900;
    --black-60: rgba(0, 0, 0, 0.6);
    --container-w: 73.4375rem  /* 1410/19.2 */;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.517rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    letter-spacing: 0%;
    color: var(--third-cl);
    /*overflow-x: hidden;*/
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}

/*loading page effect*/
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
}

/*-------------components-----------------*/
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
/*clear fix*/
.row.clearfix:after {
    content: unset;
}
/*breadcrumbs*/
.breadcrumbs {
    padding: 2.6rem 0 1.771rem;
}
.breadcrumbs ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumbs ul>li {
    margin-bottom: 0;
    width: max-content;
}
.breadcrumbs .divider,
.breadcrumbs a[title="Home"] cite {
    font-weight: 400;
}
.breadcrumbs .divider, .breadcrumbs .separator {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
    opacity: 1;
}
.breadcrumbs .divider:last-child {
    display: none;
}
.breadcrumbs cite {
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    transition: .4s all;
}
.breadcrumbs ul>li:last-child>cite {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*custom scroll-bar content*/
.scrollbar {
    padding-right: 12px;
}
.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.scrollbar p::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

/*element `a` color*/
.href_a a {
    color: #333333;
    transition: .4s all;
}
.href_a a:hover {
    color: var(--main-cl);
}

/*flex col*/
.flex-col {
    flex-direction: column;
}

/*gap*/
.gap-4 {
    gap: 4px;
}
.gap-8 {
    gap: 0.417rem;
}
.gap-12 {
    gap: 0.625rem;
}
.gap-16 {
    gap: 0.833rem;
}
.gap-20 {
    gap: 1.042rem;
}
.gap-38 {
    gap: 1.979rem;
}
.gap-42 {
    gap: 2.1875rem;
}
.gap-57 {
    gap: 2.96875rem;
}
.gap-60 {
    gap: 3.125rem;
}

/*transition svg*/
circle,svg,path,img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*container*/
.container, .container-width, .full-width .ubermenu-nav, .row,
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
    /*padding: 0;*/
}

/*bg - all project*/
#main {
    background: var(--bg-cl);
}

/*width / height*/
.w-full {
    width: 100%;
}
.w-fit {
    width: fit-content;
}
.h-full {
    height: 100%;
}

/*heading*/
h1 , h2, h3, h4, h5 , b, strong{
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--main-cl);
}
.heading_1 {
    font-size: 3.125rem  /* 60/19.2 */;
    line-height: 1.4;
}
.heading_2 {
    font-size: 2.604rem  /* 50/19.2 */;
    line-height: 1.4;
}
.heading_3 {
    font-size: 2.083rem  /* 40/19.2 */;
    line-height: 1.4;
}
.heading_4 {
    font-size: 1.823rem  /* 35/19.2 */;
    line-height: 1.4;
}
.heading_5 {
    font-weight: 600;
    font-size: 1.302rem  /* 25/19.2 */;
    line-height: 1.4;
}
.heading_6 {
    font-weight: 800;
    font-size: 1.042rem  /* 20/19.2 */;
}

/*subtitle*/
span.subtitle {
    display: block;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    color: var(--main-cl);
    margin-bottom: 0.833rem  /* 16/19.2 */;
}

/*heading - text white*/
.text-white,
.heading_1>span.text-white {
    color: #fff;
}

/*text - main color*/
.text-primary {
    color: var(--main-cl);
}
.text-black-100 {
    color: var(--third-cl);
}

/*rounded*/
.rounded-8 {
    border-radius: 0.417rem  /* 8/19.2 */;
}
.rounded-10 {
    border-radius: 0.521rem  /* 10/19.2 */;
}
.rounded-20 {
    border-radius: 1.042rem  /* 20/19.2 */;
}
.rounded-16 {
    border-radius: 0.833rem  /* 16/19.2 */;
}
.rounded-30 {
    border-radius: 1.5625rem  /* 30/19.2 */;
}
.rounded-40 {
    border-radius: 2.083rem  /* 40/19.2 */;
}
.rounded-full {
    border-radius: 100%;
}

/*transition*/
.ts-04-all {
    transition: .4s all;
}

/*button*/
.btn {
    width: fit-content;
    background: var(--button-cl-bold);
    border-radius: 5.208rem  /* 100/19.2 */;
    margin-top: 1.354rem  /* 26/19.2 */;
    cursor: pointer;
    transition: background 0.4s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 0.833rem  /* 16/19.2 */;
    font-weight: 500;
    color: #fff;
    padding: 0.833rem 1.354rem 0.729rem;
}
.btn.style_2 {
    min-width: 7rem;
    background: var(--main-cl);
    transition: .5s all;
}
.btn.style_3 {
    background: transparent;
    border: 1px solid #fff;
}

.btn.btn_white.btn_hover:hover,
.btn.btn_white {
    background: #FFF;
    color: var(--main-cl);
}
.btn.btn_white path {
    stroke: var(--main-cl);
}
.btn.text-700,
.btn.text-500,
.btn.text-600 {
    font-weight: 600;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}
.btn.text-700 {
    font-weight: 700;
}
.btn.text-500 {
    font-weight: 500;
}
.btn_hover:hover {
    color: #fff;
}
.btn_hover:hover svg {
    transform: translateX(0.2rem);
}
.btn svg {
    width: 1.25rem  /* 24/19.2 */;
    height: auto;
}

/*form*/
.form_wrap .form_item_container {
    gap: 1.042rem  /* 20/19.2 */;
}
.form_wrap .form_item {
    max-width: calc((100% / 2) - 10px);
}
.form_contact .flex:not(:last-child) {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 .wpcf7-submit:disabled + .submit-btn {
    opacity: 0.8;
}

/*form item - input*/
.select-styled,
.form_wrap input {
    height: 2.865rem  /* 55/19.2 */;
    border-radius: 5.208rem  /* 100/19.2 */;
    padding: 0 1.667rem  /* 32/19.2 */;
    background: #fff;
    border: 1px solid #B9B9B999;
    margin-bottom: 0;
    box-shadow: none;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;

    -webkit-border-radius: 5.208rem  /* 100/19.2 */;
    -moz-border-radius: 5.208rem  /* 100/19.2 */;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.form_wrap textarea {
    box-shadow: none;
    height: unset;
    padding: 1rem;
    border-radius: 1.042rem  /* 20/19.2 */;
    border: 1px solid #B9B9B999;
}
.form_wrap textarea:focus,
.form_item input:focus {
    background: #fff;
    border-color: var(--main-cl);
    box-shadow: none;
}
.submit-btn {
    position: absolute;
    top: 50%;
    right: 1.3px;
    transform: translateY(-50%);
    z-index: 3;
}
.submit-btn input[type='submit'] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.submit-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem  /* 48/19.2 */;
    height: 2.5rem  /* 48/19.2 */;
    background-size: 300%;
    margin-top: 0;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.form_wrap .wpcf7-not-valid-tip {
    font-size: 0.677rem;
    position: absolute;
    width: 100%;
    opacity: 1;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    padding-right: 1.25rem  /* 24/19.2 */;
    padding-left: 1.667rem  /* 32/19.2 */;
    font-size: 0.833rem  /* 16/19.2 */;
    font-weight: 600;
    line-height: 0.857rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.865rem  /* 55/19.2 */;
    gap: 0.521rem;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjI1IDhMMTAgMTQuMjVMMy43NSA4IiBzdHJva2U9IiMwMDNFMkQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.042rem  /* 20/19.2 */;
    height: 1.042rem  /* 20/19.2 */;
    position: relative;
    content: '';
    display: block;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow: hidden;
}
.select .select-options > li{
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--main-cl);
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: var(--bg-cl-item);
    color: var(--main-cl);
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form_wrap label{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: #fff;
}
.form_wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}

.form_wrap .select-options{
    -webkit-border-radius: 0.833rem;
    -moz-border-radius: 0.833rem;
    border-radius: 0.833rem;
}
.form_wrap .form-group.target{
    z-index: 10;
}
.form_wrap .form-input::placeholder{
    color: #727272;
    opacity: 1;
}
.form_wrap .form-input:focus{
    border-color: var(--main-cl);
}
.form_wrap input.btn-primary{
    width: 100%;
    text-transform: unset;
    height: 3.125rem;
    margin: 0.625rem 0 0 0 !important;
}
.form_wrap .input-wrap input{
    padding-right: 2.604rem;
}
.form_wrap .input-wrap > svg{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
}
.form_wrap .form-group:not(:last-child){
    margin-bottom: 1.042rem;
}

/*submit form custom*/
.form_wrap .submit-btn.btn_block {
    position: relative;
    margin-top: 1.25rem  /* 24/19.2 */;
}
.form_wrap .submit-btn.btn_block input[type='submit'] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 18;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.form_wrap .submit-btn.btn_block .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.5rem /* 48/19.2 */;
    background-size: 300%;
    margin-top: 0;
}

/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*effect img*/
.item_hover:hover .hover_zoom. img {
    transform: scale(1);
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}

/*hover bg opacity*/
.hover_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-60);
    opacity: 0;
    transition: .5s all;
    z-index: 1;
}
.item_hover:hover .hover_bg:before {
    opacity: 1;
}
.hover_mask .icon_mask {
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: .5s all;
}
.hover_mask .icon_mask.mask_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_hover:hover .hover_mask .icon_mask {
    opacity: 1;
}

/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*tabs custom ul>li*/
ul.menu_tabs>li {
    min-width: 7rem;
    padding: 0.5rem 1.2rem 0.6rem;
    border-radius: 100px;
    border: 1px solid var(--main-cl);
    background: transparent;
    color: var(--main-cl);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    transition: .4s all;
    cursor: pointer;
}
ul.menu_tabs>li:hover,
ul.menu_tabs>li.active {
    background: var(--main-cl);
    color: #fff;
}

/*menu category | tabs | button - outline hover*/
ul.menu_tabs.outline {
    gap: 0.625rem  /* 12/19.2 */;
    flex-wrap: wrap;
}
ul.menu_tabs.outline>li a {
    display: block;
    font-weight: 500;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;

    min-width: 7rem;
    padding: 0.625rem 1.927rem 0.45rem;
    background: transparent;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    border-radius: 5.208rem  /* 100/19.2 */;
    transition: .4s all;
}
ul.menu_tabs.outline>li a:hover,
ul.menu_tabs.outline>li a[aria-current="page"] {
    color: #fff !important;
    background: var(--main-cl);
    border-color: var(--main-cl);
}

/*divide section*/
.divide_sec {
    max-width: var(--container-w);
    width: 100%;
    height: 2px;
    background: #E9E9E9;
    margin: 3.646rem  /* 70/19.2 */ auto;
}

/*gradient background*/
.gradient_bg {
    background: var(--bg-gradient);
}

/*background breadcrumbs*/
.bg_breadcrumbs {
    background: var(--bg-breadcrumbs);
}

/*text transform initial*/
.text-initial {
    text-transform: initial;
}

/*ul, ol inside*/
.inside_list ul,
.inside_list ol,
ul.inside_list,
ol.inside_list {
    list-style-position: outside;
    padding-left: 1.4rem;
}

/*swiper arrow*/
.arrow:hover.swiper-button-disabled {
    cursor: default;
    opacity: 0.8;
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover rect,
.arrow:hover svg {
    fill: var(--main-cl);
}
.arrow:hover path {
    stroke: #fff;
}
.absolute_arrow.arrow:hover svg{
    fill: #fff;
}
.absolute_arrow.arrow:hover path {
    stroke: var(--main-cl);
}
.arrow svg {
    width: 2.917rem  /* 56/19.2 */;
    height: auto;
}


/*pagination slide*/
.swiper-pagination {
    display: none;
    position: unset;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    transform: unset !important;
}
.swiper-pagination-bullet {
    width: 0.833rem  /* 16/19.2 */;
    height: 0.833rem  /* 16/19.2 */;
    background: var(--main-cl);
    opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background: var(--main-cl);*/
    opacity: 1;
}

/*height auto full slide of items*/
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*term icon*/
.term_icon .icon {
    width: 4.831rem  /* 92.759/19.2 */;
    height: 4.831rem  /* 92.759/19.2 */;
    flex-shrink: 0;
    border-radius: 5.208rem;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #FFC7B1 100%);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.833rem  /* 16/19.2 */;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.term_icon.style_2 .icon {
    background: radial-gradient(50% 50% at 50% 50%, #895744 0%, #653A29 100%);
}
.term_icon.style_2 .item:hover .icon,
.term_icon.style_2 .item.active .icon,
.term_icon .item.active .icon,
.term_icon .item:hover .icon {
}
.term_icon .item .icon>img {
    filter: brightness(1) invert(0);
    transition: filter 0.4s ease;
}
.term_icon .item.active .icon>img,
.term_icon .item:hover .icon>img {
    filter: brightness(0) invert(1);
}
.term_icon .name {
    font-weight: 500;
    color: #fff;
}
.term_icon.style_2 .name {
    color: var(--third-cl);
}
.term_icon .item {
    transition: transform 0.4s ease; /* thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªm transition cho item */
    cursor: pointer;
}
.term_icon .item .icon>img,
.term_icon svg {
    width: 2.604rem  /* 50/19.2 */;
    height: auto;
    position: relative;
}

/*share post hover*/
a.item_share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 5.208rem;
    transition: .4s all;
}
.share_post a.item_share {
    background: #F8F8F8;
    border: 1px solid transparent;
}
.share_post a.item_share:hover {
    background: transparent;
    border-color: var(--main-cl);
}
.share_post.style_2 a.item_share {
    background: var(--main-cl);
    border: 1px solid transparent;
}
.share_post.style_2 a.item_share path {
    fill: #fff;
    transition: .4s all;
}
.share_post.style_2 a.item_share:hover {
    background: transparent;
    border-color: var(--main-cl);
}
.share_post.style_2 a.item_share:hover path {
    fill: var(--main-cl);
}

/*paging custom*/
.paging {
    display: flex;
    justify-content: center;
    margin-top: 1.667rem  /* 32/19.2 */;
}
.paging>ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
}
.paging li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem  /* 42/19.2 */;
    height: 2.1875rem  /* 42/19.2 */;
    background: transparent;
    border-radius: 5.208rem  /* 100/19.2 */;
    border: 1px solid #666666;
    transition: .4s all;
}
.paging li>a svg {
    width: 14px;
    height: auto;
}
.paging li>a.active,
.paging li>a:hover {
    background: var(--main-cl);
    color: #fff !important;
    border-color: transparent;
}

/*content section absolute*/
.content_sec_absolute {
    top: 50%;
    transform: translateY(-50%);
}
.content_sec_absolute.content_right {
    right: 0;
}
.content_sec_absolute.content_left {
    left: 0;
}
.content_sec_absolute.content_center {
    left: 50%;
    transform: translate(-50%, -50%);
}
.content_sec_absolute.content_bottom {
    top: unset;
    transform: unset;
    bottom: 0;
}

/*absolute arrow*/
.absolute_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.absolute_arrow.prev {
    left: 0;
}
.absolute_arrow.next {
    right: 0;
}

/*desc_sec_30*/
.desc_sec_30 {
    font-weight: 500;
    font-size: 1.5625rem  /* 30/19.2 */;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;

}

/*section default-page*/
.section.default-page {
    padding-top: 4rem;
}
.section.default-page h1,
.section.default-page h2,
.section.default-page h3,
.section.default-page h4,
.section.default-page h5,
.section.default-page h6,
.section.default-page strong {
    text-transform: initial;
}

/*key-frame animation fade-up*/
@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
/*key-frame animation up/down*/
@keyframes up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/*key-frame animation*/
@keyframes animate-pulse {
    0% {
        transform: translateY(-30%);
    }
    25% {
        transform: translateY(-25%);
    }
    50% {
        transform: translateY(0%);
    }
    75% {
        transform: translateY(-25%);
    }
    100% {
        transform: translateY(-30%);
    }
}
@keyframes animate-pulse-before {
    0% {
        transform: scale(0.5);
        opacity: 0.2;
    }
    25% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    75% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(0.5);
        opacity: 0.4;
    }
}

/*==================*/
/*HEADER*/
.header-bg-color {
    background-color: var(--main-cl);
}
.header-nav>li>a:before {
    content: '';
    left: 50%;
    background: #fff200 !important;
    height: 0.25rem;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 0;
    transition: .5s all;
    transform: translateX(-50%);
    opacity: 1 !important;
}
.header-nav>li.current_page_item>a:before, .header-nav>li>a:hover:before {
    width: 100% !important;
}
header#header #masthead #logo{
    width: 6rem;
    padding: 0.625rem  /* 12/19.2 */;
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    background-color: var(--main-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: calc((100vw - var(--container-w)) / 2);
    z-index: 3;
    max-height: unset;
    margin: 0.625rem  /* 12/19.2 */ 0 0 !important;
    box-shadow: 0px 6px 8px 0px #00000033;
}
header#header #masthead #logo>a {
    display: flex;
    justify-content: center;
}
.header-nav>li>a {
    line-height: 4.6rem;
    padding: 0 0.5rem;
    color: #fff !important;
    font-weight: 400;
    font-size: 0.78125rem  /* 15/19.2 */;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
/*.stuck .header-nav>li>a {*/
/*    line-height: 3.5rem;*/
/*}*/
.stuck .header-main .nav > li > a, .header-main .nav > li > a{
    line-height: 4.6rem !important;
    padding: 0 !important;!i;!;
}
.header-main {
    height: auto !important;
}
body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}
header#header #masthead .header-nav-main > li.menu-item{
    margin: 0 2.083rem 0 0;
}
#logo img {
    max-height: unset !important;
}
body .stuck #logo img {
    max-height: unset !important;
}
/*sub - menu*/
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    min-width: 9.896rem  /* 190/19.2 */;
    border-radius: 0.625rem  /* 12/19.2 */;
    border: none;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    content: unset;
}
.nav-dropdown li,.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    width: 100% !important;
    white-space: unset !important;
    display: block !important;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li>a {
    width: 100%;
    color: var(--third-cl);
    font-weight: 400;
    font-size: 0.729rem  /* 14/19.2 */;
    line-height: 1.4;
    text-transform: uppercase;
    border-bottom: 0;
    margin: 0;
    padding: .57rem 0;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li>a:hover {
    color: var(--button-cl);
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li>a[aria-current="page"] {
    font-weight: 700;
    color: var(--button-cl);
}
.nav-dropdown>li.nav-dropdown-col:hover ul {
    opacity: 1;
    pointer-events: unset;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li:last-child>a {
    border: none;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}
.lang_item img {
    width: 1.25rem  /* 24/19.2 */;
}

/*FOOTER*/
#footer {
    padding: 3.385rem  /* 65/19.2 */ 0 1.25rem  /* 24/19.2 */ 0;
    background: #653A29;
}
#footer span.title {
    font-weight: 800;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
#footer span.desc {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 1.771rem  /* 34/19.2 */;
}
#footer .footer_top span.title {
    margin-bottom: 0.729rem  /* 14/19.2 */;
}
#footer .footer_middle span.title {
    margin-bottom: 1.25rem  /* 24/19.2 */;
}
#footer ul>li>a,
#footer p {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    vertical-align: middle;
    color: #fff;
}
#footer strong {
    font-weight: 700;
    color: #fff;
    text-transform: initial;
}
#footer a {
    color: #fff;
    transition: .4s all;
}
#footer a:hover {
    color: var(--button-cl);
}
#footer .copyright>span {
    font-weight: 400;
    font-size: 0.677rem  /* 13/19.2 */;
    color: #fff;
    margin-bottom: 0.2rem;
}
#footer .policies>span>a {
    font-weight: 400;
    font-size: 0.729rem  /* 14/19.2 */;
    text-align: right;
}
#footer .footer_top {
    margin-bottom: 2.34375rem  /* 45/19.2 */;
    padding-bottom: 2.5rem  /* 48/19.2 */;
    position: relative;
}
#footer .footer_middle {
    margin-bottom: 1.042rem  /* 20/19.2 */;
    padding-bottom: 1.40625rem  /* 27/19.2 */;
    position: relative;
}
#footer .footer_middle .about {
    padding-left: 4rem;
}
#footer .policies span.line {
    display: block;
    width: 1px;
    height: 0.8rem;
    background: #fff;
    margin: 0 0.625rem  /* 12/19.2 */;
    margin-top: 0.2rem;
}
#footer .form_wrap .form_item {
    width: 31rem;
    max-width: 100%;
}
#footer .form_wrap input {
    height: 2.604rem  /* 50/19.2 */;
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
}
#footer .submit-btn .btn {
    width: 100%;
    border: none;
    gap: 1rem;
    font-weight: 700;
    font-size: 0.833rem  /* 16/19.2 */;
}
#footer .submit-btn .btn svg {
    width: 1.25rem  /* 24/19.2 */;
    height: auto;
}
#footer .register_contact>div:not(:last-child) {
    border-right: 1px solid #FFFFFF33;
    padding-right: 3.4375rem  /* 66/19.2 */;
    margin-right: 3.4375rem  /* 66/19.2 */;
}
#footer .link_items li:not(:last-child) {
    margin-bottom: 0.5rem;
}
#footer .contact a:hover svg {
    stroke: #fff;
}
#footer .contact .item_social {
    width: 2.083rem  /* 40/19.2 */;
    height: 2.083rem  /* 40/19.2 */;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    transition: .4s all;
}
#footer .contact .item_social:hover {
    background: var(--main-cl);
    border-color: #fff;
}
#footer .contact .item_social:hover img {
    filter: brightness(0) invert(1);
}
#footer .footer_logo img {
    width: 7.917rem  /* 152/19.2 */;
}

.effect_sec_hover .effect_sec {
    position: absolute;
    bottom: 0;
    width: auto;
    transition: .5s ease-in-out;
    mix-blend-mode: color-dodge;
}
.effect_sec_hover .effect_sec>img {
    mix-blend-mode: color-dodge;
}

/*==================*/
/*home - page*/
.banner_home .banner_hero {
    height: 53.125rem  /* 1020/19.2 */;
}
.banner_home video {
    object-fit: cover;
    height: 53.125rem  /* 1020/19.2 */;
}
.home_1 {
    padding-top: 7.8125rem;
    padding-bottom: 15rem;
}
.home_1.gradient_bg {
    background: linear-gradient(180deg, #FF9301 36.35%, rgba(255, 147, 1, 0.3) 100%);
}
.heading_home_1 {
    padding-right: 5.208rem  /* 100/19.2 */;
}
.heading_home_1 .heading_1 {
    margin-bottom: 0.417rem  /* 8/19.2 */;
}
.heading_home_1 .desc_sec_30 {
    text-align: left;
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.img_home_1 {
    margin-left: 5.208rem  /* 100/19.2 */;
}
.img_home_1 .box_img_inner>.box_img {
    width: 32.292rem  /* 620/19.2 */;
    height: 30.729rem  /* 590/19.2 */;
    margin-bottom: 1rem;
}
.img_home_1 .slogan_about .content,
.img_home_1 .box_img {
    transform: rotate(6.44deg);
}
.img_home_1 .slogan_about .content {
    text-align: right;
    padding-right: 2rem;
}
.img_home_1 .box_img_child {
    top: 40%;
    left: -20%;
    transform: translateY(-50%);
}
.img_home_1 .box_img_child>.box_img {
    width: 12.5rem  /* 240/19.2 */;
    height: 11.25rem  /* 216/19.2 */;
    transform: rotate(-6.44deg);
}
.illustration_home .graphic_1 {
    bottom: 15%;
    left: -3%;
}
.illustration_home .box_img {
    width: 24.479rem  /* 470/19.2 */;
    height: 18.958rem  /* 364/19.2 */;
    transform: rotate(15.23deg);
}
.bubbles_home_1.bubbles .bubbles_1 {
    display: none;
}
.bubbles_home_1.bubbles .bubbles_2 {
    bottom: 23%;
    top: unset;
    left: 34%;
    right: unset;
    transform: translateX(-50%);
}
.bubbles_home_1.bubbles .bubbles_3 {
    bottom: 10%;
    top: unset;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}
.bubbles_home_1.bubbles .bubbles_4 {
    bottom: 8%;
    top: unset;
    left: 40%;
    right: unset;
    transform: translateX(-50%);
}
.home_2 {
    margin-bottom: 10.9375rem  /* 210/19.2 */;
}
.home_2 .bg_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFDAA8 0%, rgba(255, 249, 239, 0.801696) 51.77%, rgba(255, 249, 239, 0) 100%);
    pointer-events: none;
}
.home_2 .term_icon {
    bottom: -10%;
}
.box_product_home {
    margin-top: 2rem;
}
.box_product_home .item_product_slide {
    display: none;
}
.box_product_home .item_product_slide.active {
    display: block;
    animation: fade_up 1.1s ease-in-out;
}
.box_product_home .item_product_slide img {
    width: 52.083rem  /* 1000/19.2 */;
    height: 100%;
}
.home_3 {
    padding-bottom: 7.8125rem  /* 150/19.2 */;
}
.home_4 {
    padding-bottom: 4.6875rem  /* 90/19.2 */;
}
.home_5 {
    background: radial-gradient(50% 160.94% at 50% 46.72%, #FF9900 0%, #FF8501 100%);
    padding-top: 3.646rem  /* 70/19.2 */;
    padding-bottom: 15.625rem  /* 300/19.2 */;
}
.home_5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMTIiIHZpZXdCb3g9IjAgMCAxOTIwIDExMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEgxOTIwVjExMkMxMTY0Ljg5IC0zNS4xODIyIDc0NC4xNzcgLTM0LjUyOTQgMCAxMTJWMFoiIGZpbGw9IiNGRkY5RUYiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: top;
    pointer-events: none;
}
.bubbles.bubbles_home_5 .bubbles_1 {
    top: 22%;
    left: 45%;
}
.bubbles.bubbles_home_5 .bubbles_2 {
    bottom: 55%;
    left: unset;
    right: 4%;
}

.box_img_5 {
    width: calc(100% + calc(100vw - var(--container-w)) / 2) !important;
    float: right;
}
.heading_home_5 {
    padding-left: 6.25rem  /* 120/19.2 */;
}
.heading_home_5 .heading_1 {
    line-height: 1.1;
    margin-bottom: 0.521rem  /* 10/19.2 */;
}
.heading_home_5 .desc_sec_30 {
    text-align: left;
    margin-bottom: 0.9375rem  /* 18/19.2 */;
}
.bubbles_product_home5 .item_bubbles_home {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.bubbles_product_home5 .bubbles_home_1 {
    top: 20%;
    left: 25%;
    animation: up-down 1.5s infinite;
}
.bubbles_product_home5 .bubbles_home_2 {
    bottom: 10%;
    left: 40%;
    animation: up-down 1.9s infinite;
}
.bubbles_product_home5 .bubbles_home_3 {
    top: 30%;
    right: -7%;
    animation: up-down 1.7s infinite;
}
.heading_home_5 .btn_hover:hover {
    background: var(--main-cl);
    color: #fff;
}
.home_6 {
    margin-top: -12rem;
}
.bg_home_6 .box_img {
    margin-left: auto;
    width: 70%;
    height: 34.115rem  /* 655/19.2 */;
}
.bg_home_6 {
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px #0000000D;
}
.bg_home_6 .content_sec_absolute {
    padding-left: 6.354rem  /* 122/19.2 */;
}
.bg_home_6 .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, #FFFFFF 58.36%, rgba(255, 255, 255, 0) 100%);
}
.home_6 {
    padding-bottom: 6.979rem  /* 134/19.2 */;
}
.home_7 {
    padding-bottom: 5.208rem  /* 100/19.2 */;
}
.home_7 .group_heading {
    margin-bottom: 2.865rem  /* 55/19.2 */;
}
.home_7 .btn {
    margin-top: 0;
}

/*arrow down effect section banner*/
.arrow_down_wrapper {
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 6.71875rem  /* 129/19.2 */;
    height: 6.71875rem  /* 129/19.2 */;
    background: #FF9301;
    border-radius: 5.208rem  /* 100/19.2 */;
    display: flex;
    justify-content: center;
    padding-top: 1.3rem;
}
.arrow_down {
    position: relative;
    background: transparent;
    width: 2.604rem  /* 50/19.2 */;
    height: 2.604rem  /* 50/19.2 */;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}
.arrow_down svg {
    transform: translateY(0%);
    animation: animate-pulse 1.7s linear infinite;
}

/*about - page*/
.about_1 {
    padding-bottom: 26.042rem  /* 500/19.2 */;
}
.about_1 .heading_1 {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.about_1 .desc_sec {
    font-size: 1.458rem  /* 28/19.2 */;
}
.about_1 .box_video_about {
    margin-top: 4.583rem  /* 88/19.2 */;
}
.btn_play_white:after,
.btn_play_white:before,
.box_video_about.btn_play_white:after,
.box_video_about.btn_play_white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzMiIGN5PSIzMyIgcj0iMzMiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8cGF0aCBkPSJNNDggMzAuNzY3OUM0OS4zMzMzIDMxLjUzNzggNDkuMzMzMyAzMy40NjIyIDQ4IDM0LjIzMkwyNi4yNSA0Ni43ODk0QzI0LjkxNjcgNDcuNTU5MiAyMy4yNSA0Ni41OTcgMjMuMjUgNDUuMDU3NEwyMy4yNSAxOS45NDI2QzIzLjI1IDE4LjQwMyAyNC45MTY3IDE3LjQ0MDggMjYuMjUgMTguMjEwNkw0OCAzMC43Njc5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.4375rem;
    z-index: 1;
    pointer-events: none;
}
.btn_play_white:after,
.box_video_about.btn_play_white:after {
    background-size: 5.833rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEyIiBoZWlnaHQ9IjExMiIgdmlld0JveD0iMCAwIDExMiAxMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjU2IiBjeT0iNTYiIHI9IjU1LjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzEzNDYxXzg2ODEpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTM0NjFfODY4MSIgeDE9IjU2IiB5MT0iMTEyIiB4Mj0iNTYiIHkyPSI2LjY3NzkzZS0wNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8c3RvcCBvZmZzZXQ9IjAuMjE0MzI0IiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwLjEwMTY0Ii8+CjxzdG9wIG9mZnNldD0iMC40ODUiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjc4NzExNiIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4wOTg4ODUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
    transition: 1s all;
}
.thumbnails_manufacture_3:hover .btn_play_white:after,
.btn_play_white:hover:after,
.box_video_about.btn_play_white:hover:after {
    transform: rotate(360deg);
}
.box_video_about .video_thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-60);
}
.illustration .img_1 {
    top: 26%;
    left: 10%;
    z-index: 1;
}
.illustration .img_2 {
    top: 26%;
    right: calc(((100vw - var(--container-w)) / 2) + 5rem);
}
.illustration .img_2 .inner {
    width: 9.479rem  /* 182/19.2 */;
    height: 9.479rem  /* 182/19.2 */;
    transform: rotate(15deg);
}
.illustration .img_3 {
    top: 38%;
    right: calc((100vw - var(--container-w)) / 2);
}
.illustration .img_3 .inner {
    width: 7.083rem  /* 136/19.2 */;
    height: 4.84375rem  /* 93/19.2 */;
}
.illustration .img_4 {
    top: 49%;
    right: calc(((100vw - var(--container-w)) / 2) + 8rem);
}
.illustration .img_4 .inner {
    width: 6.927rem  /* 133/19.2 */;
    height: 4.84375rem  /* 93/19.2 */;
    transform: rotate(-5.75deg);
}
.illustration .img_4 img {
    opacity: 50%;
}
.bubbles .bubbles_1 {
    top: 22%;
    left: calc((100vw - var(--container-w)) / 2);
}
.bubbles .bubbles_2 {
    bottom: 30%;
    left: calc(((100vw - var(--container-w)) / 2) + 26rem);
}
.bubbles .bubbles_3 {
    top: 30%;
    right: calc(((100vw - var(--container-w)) / 2) + 15rem);
}
.bubbles .bubbles_4 {
    bottom: 30%;
    right: calc(((100vw - var(--container-w)) / 2) + 1rem);
}
.bubbles .item_bubbles {
    animation: up-down 2s ease-in-out infinite;
}
.slogan_about {
    bottom: 25%;
    right: calc(((100vw - var(--container-w)) / 2) + 15rem);
}
.slogan_about .content {
    font-family: UTM Flavour;
    font-weight: 400;
    font-size: 2.083rem  /* 40/19.2 */;
    line-height: 1.15;
    text-align: center;
    color: white;
    transform: rotate(-1.98deg);
}
.about_2 {
    padding-bottom: 10.104rem  /* 194/19.2 */;
    margin-top: -7rem;
}
.box_vision_mission {
    margin-top: 2.708rem  /* 52/19.2 */;
}
.item_vision_mission {
    display: flex;
    gap: 7.292rem  /* 140/19.2 */;
    justify-content: space-between;
}
.item_vision_mission>* {
    width: 45%;
}
.item_vision_mission .content p {
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
}
.item_vision_mission .content h3 {
    font-weight: 700;
    font-size: 1.5625rem  /* 30/19.2 */;
    line-height: 1.4;
    color: var(--main-cl);
    text-transform: initial;
}
.item_vision_mission:first-child {
    align-items: center;
}
.item_vision_mission:first-child .content {
    padding-right: 5rem;
}
.item_vision_mission:last-child {
    align-items: flex-end;
    margin-top: -2.5rem;
}
.item_vision_mission:last-child .content {
    padding-right: 6rem;
}
.item_vision_mission:nth-child(even) .box_img {
    order: 2;
    height: 23.385rem  /* 449/19.2 */;
}
.about_3 {
    padding-bottom: 7.135rem  /* 137/19.2 */;
}
.box_core_values .box_img {
    position: absolute;
    width: 23.177rem  /* 445/19.2 */;
    height: 25.78125rem  /* 495/19.2 */;
    transform: rotate(-6.43deg);
}
.box_core_values .box_content {
    width: 84%;
    flex: 0 0 auto;
    background: linear-gradient(90deg, rgba(255, 153, 0, 0) 0%, rgba(255, 153, 0, 0.79) 29.91%, #FF9900 100%);
    padding: 4.167rem  /* 80/19.2 */ 7.292rem  /* 140/19.2 */ 4.167rem  /* 80/19.2 */ 19.6875rem  /* 378/19.2 */;
}
.box_core_values .box_content h3 {
    font-weight: 700;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    color: #fff;
    text-transform: initial;
}
.box_core_values .box_content p {
    font-weight: 400;
    font-size: 1.5625rem  /* 30/19.2 */;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0.417rem  /* 8/19.2 */;
}
.about_4 {
    background: linear-gradient(270deg, #FF9900 0%, #FFC04A 50%, #FF9900 100%);
    padding: 10.104rem 0 5.729rem;
    margin-bottom: 7.8125rem  /* 150/19.2 */;
}
.about_4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI2OCIgdmlld0JveD0iMCAwIDE5MjAgNjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBIMTkyMEMxMTYyLjAzIDg5LjE3NTMgNzQxLjYxIDg5LjU1ODggMCAwWiIgZmlsbD0iI0ZGRjlFRiIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: top;
    pointer-events: none;
}
.bubbles.about_4_bubbles .bubbles_1 {
    top: 22%;
    left: calc(((100vw - var(--container-w)) / 2) + 2rem);

}
.bubbles.about_4_bubbles .bubbles_1>img {
    transform: rotate(34.25deg);
}
.bubbles.about_4_bubbles .bubbles_2 {
    top: 23%;
    bottom: unset;
    right: calc(((100vw - var(--container-w)) / 2) + 6rem);
    left: unset;
}
.bubbles.about_4_bubbles .bubbles_3 {
    top: 26%;
    right: calc((100vw - var(--container-w)) / 2);
}
.bubbles.about_4_bubbles .bubbles_4 {
    bottom: 10%;
    left: calc(((100vw - var(--container-w)) / 2) + -5rem);
    right: unset;
}
.box_slide_history {
    margin-top: 2.708rem  /* 52/19.2 */;
}
.slide_history_thumb:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.5%, rgba(255, 255, 255, 0) 100%);
    transform: translateY(-50%);
}
.box_slide_history .swiper-slide .year {
    font-weight: 800;
    font-size: 2.083rem  /* 40/19.2 */;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.box_slide_history .swiper-slide.swiper-slide-next .box_img,
.box_slide_history .swiper-slide.swiper-slide-next .content,
.box_slide_history .swiper-slide.swiper-slide-next .year {
    opacity: 1;
}
.box_slide_history .swiper-slide.swiper-slide-next .year:after,
.box_slide_history .swiper-slide .year:before {
    content: '';
    position: absolute;
    bottom: 23.7%;
    left: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #fff;
    transform: translateX(-50%);
    transition: .4s all;
}
.box_slide_history .swiper-slide.swiper-slide-next .year:after {
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzEzNDYxXzg2NjEpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTM0NjFfODY2MSIgeDE9IjEyIiB5MT0iMSIgeDI9IjEyIiB5Mj0iMjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIwLjQ0NSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1.2rem;
    bottom: 18%;
}
.box_slide_history .swiper-slide .box_img {
    width: 6.979rem  /* 134/19.2 */;
    height: 6.979rem  /* 134/19.2 */;
    margin: 0 auto 0.833rem auto;
}
.box_slide_history .swiper-slide.swiper-slide-next .box_img {
    width: 12.396rem  /* 238/19.2 */;
    height: 12.396rem  /* 238/19.2 */;
}
.box_slide_history .swiper-slide .box_img,
.box_slide_history .swiper-slide .content {
    opacity: 0.5;
}
.about_5 {
    padding-bottom: 7.552rem  /* 145/19.2 */;
}
.box_slide_bod .swiper-scrollbar {
    position: unset;
    display: block;
    opacity: 1 !important;
    height: 2px;
}
.box_slide_bod .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--button-cl);
}
.slide_bod {
    width: calc(100% + calc(100vw - var(--container-w)) / 2) !important;
    margin-bottom: 2.708rem  /* 52/19.2 */;
}
.slide_bod .name {
    font-weight: 500;
    margin: 1.40625rem  /* 27/19.2 */ 0 0.417rem  /* 8/19.2 */;
}
.slide_bod .position {
    font-size: 0.9375rem;
    color: #A9A9A9;
}
.about_6 {
    padding-bottom: 5.208rem  /* 100/19.2 */;
}
.box_slide_certification {
    margin-top: 2.1875rem  /* 42/19.2 */;
}
.slide_history_main {
    height: 20rem;
    cursor: pointer;
}

/*manufacture*/
.manufacture_1 {
    padding-bottom: 18.229rem  /* 350/19.2 */;
}
.manufacture_1 .group_heading {
    margin-bottom: 2.083rem  /* 40/19.2 */;
}
.manufacture_1 .desc_sec_30 {
    font-weight: 400;
}
.manufacture_2 {
    margin-top: -10rem;
}
.bubbles.manufacture_bubbles .bubbles_1 {
    top: 0;
    left: -2%;
}
.bubbles.manufacture_bubbles .bubbles_2 {
    top: 18%;
    left: 7%;
    bottom: unset;
}
.bubbles.manufacture_bubbles .bubbles_3 {
    top: 2%;
    left: unset;
    right: 5%;
    bottom: unset;
}
.bubbles.manufacture_bubbles .bubbles_4 {
    top: 8%;
    left: unset;
    right: 20%;
    bottom: unset;
}
.bubbles.manufacture_bubbles .bubbles_5 {
    top: 14%;
    left: unset;
    right: 10%;
    bottom: unset;
}
.manufacture_3 {
    margin-top: -13rem;
}
.thumbnails_manufacture_3 {
    height: 48.75rem  /* 936/19.2 */;
}
.thumbnails_manufacture_3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
}
.thumbnails_manufacture_3 .btn_play_white {
    width: 5.833rem  /* 112/19.2 */;
    height: 5.833rem  /* 112/19.2 */;
    margin-bottom: 2.292rem;
}

.manufacture_4 {
    background: var(--button-cl);
    margin-bottom: 10.417rem  /* 200/19.2 */;
    padding: 6.771rem  /* 130/19.2 */ 0 6.25rem  /* 120/19.2 */;
}
.manufacture_4 .group_heading {
    margin-bottom: 3.90625rem  /* 75/19.2 */;
}
.manufacture_4 .heading_1 {
    margin-bottom: 0.417rem  /* 8/19.2 */;
}
.slide_safety .box_img {
    width: 6.042rem  /* 116/19.2 */;
    height: 6.042rem  /* 116/19.2 */;
    margin-bottom: 1.458rem  /* 28/19.2 */;
}
.slide_safety h4 {
    font-size: 1.042rem  /* 20/19.2 */;
    font-weight: 700;
    color: #fff;
    text-transform: initial;
}
.slide_safety .content {
    font-size: 0.833rem  /* 16/19.2 */;
    color: #fff;
}
.slide_safety .item_safety:hover img {
    transform: rotateY(360deg);
}
.manufacture_5 {
    padding-bottom: 15.625rem  /* 300/19.2 */;
}
.manufacture_5 .group_heading {
    margin-bottom: 2.083rem  /* 40/19.2 */;
}
.manufacture_5 desc {
    font-size: 1.042rem  /* 20/19.2 */;
    font-weight: 500;
}
.box_product_control {
    gap: 7.917rem  /* 152/19.2 */;
}
.box_product_control .box_img {
    width: 30%;
    height: 28.229rem  /* 542/19.2 */;
    margin-left: 7rem;
    flex:  0 0 auto;
}
.box_product_control .graphic {
    bottom: -30%;
    left: -4%;
    z-index: 1;
}
.box_product_control .slogan {
    bottom: -30%;
    left: 22%;
}
.box_product_control .slogan>.text {
    font-family: UTM Flavour;
    font-weight: 400;
    font-size: 2.083rem  /* 40/19.2 */;
    line-height: 1.1;
    color: var(--third-cl);
    transform: rotate(-1.98deg);
}
.box_product_control ul {
    list-style-type: none;
    padding-left: 0;
}
.box_product_control ul > li {
    position: relative;
    padding-left: 1.667rem  /* 32/19.2 */;
    font-size: 0.833rem  /* 16/19.2 */;
    font-weight: 600;
}
.box_product_control ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem  /* 24/19.2 */;
    height: 1.25rem  /* 24/19.2 */;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjUzMTIgMTUuOTM3NUwxNi44MjI5IDI0LjI1TDEyLjQ2ODggMjAuMDkzOCIgc3Ryb2tlPSIjNjYzQTI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xOSAzMy43NUMyNi44NzAxIDMzLjc1IDMzLjI1IDI3LjM3MDEgMzMuMjUgMTkuNUMzMy4yNSAxMS42Mjk5IDI2Ljg3MDEgNS4yNSAxOSA1LjI1QzExLjEyOTkgNS4yNSA0Ljc1IDExLjYyOTkgNC43NSAxOS41QzQuNzUgMjcuMzcwMSAxMS4xMjk5IDMzLjc1IDE5IDMzLjc1WiIgc3Ryb2tlPSIjNjYzQTI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
}
.box_tabs_tc {
    display: inline-block;
    margin: auto;
    position: relative;
    margin-top: 6.5rem;
    margin-bottom: -0.4rem;
    width: 51rem;
}
.box_tabs_tc svg {
    display: block;
    width: 100%;
    height: auto;
}
ul.nav_tabs_icon {
    list-style: none;
    margin: 0;
}
.for_tabs_icon {
    width: 15.5rem;
    margin: auto;
}
.for_tabs_icon {
    position: absolute;
    top: 5.5rem;
    width: 100%;
    text-align: center;
    width: 38rem;
    left: 50%;
    transform: translateX(-50%);
}
.for_tabs_icon .box_img>.inner {
    position: absolute;
    top: 25%;
    padding: 0 4.7rem;
}
.for_tabs_icon .box_img>.inner h3 {
    font-weight: 800;
    font-size: 3.125rem  /* 60/19.2 */;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.for_tabs_icon .box_img>.inner .title {
    font-weight: 700;
    font-size: 1.302rem  /* 25/19.2 */;
    text-align: center;
    color: #fff;
    margin-bottom: 0.9375rem  /* 18/19.2 */;
}
.for_tabs_icon .box_img>.inner .content {
    font-weight: 400;
    font-size: 0.9rem  /* 18/19.2 */;
    text-align: center;
    color: #fff;
}
ul.nav_tabs_icon li {
    position: absolute;
    margin: 0;
    cursor: pointer;
}
ul.nav_tabs_icon li .content {
    font-weight: 700;
    font-size: 0.78125rem  /* 15/19.2 */;
    line-height: 1.4;
    text-align: right;
    flex: 0 0 auto;
}
ul.nav_tabs_icon li .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #FFF9F1;
    border: 1px solid #FF9301;
    font-weight: 800;
    font-size: 1.823rem  /* 35/19.2 */;
    line-height: 1.4;
    text-align: center;
    color: var(--main-cl);
    flex: 0 0 auto;
    transition: .4s all;
}
ul.nav_tabs_icon li.active .number,
ul.nav_tabs_icon li:hover .number {
    background: #FF9301;
    border-color: transparent;
    color: #fff;
}
ul.nav_tabs_icon li:nth-child(1) {
    top: 55%;
    left: -23%;
}
ul.nav_tabs_icon li:nth-child(2) {
    top: 25%;
    left: -23%;
}
ul.nav_tabs_icon li:nth-child(3) {
    top: 2%;
    left: -3%;
}
ul.nav_tabs_icon li:nth-child(4) {
    top: 2%;
    left: 70%;
}
ul.nav_tabs_icon li:nth-child(n+4) .content {
    order: 2;
    text-align: left;
}
ul.nav_tabs_icon li:nth-child(5) {
    top: 28%;
    left: 92%;
}
ul.nav_tabs_icon li:nth-child(6) {
    top: 55%;
    left: 95%;
}
.for_tabs_icon .item {
    display: none;
}
.for_tabs_icon .item.active {
    display: block;
    animation: fade_up 1s ease-in-out;
}

/*export - page*/
.export_1 .group_heading h1 {
    margin-bottom: 8px;
}
.export_2 {
    padding-bottom: 6.771rem  /* 130/19.2 */;
}
.box_product_export .item_product_slide {
    display: none;
}
.box_product_export .item_product_slide.active {
    display: block;
    animation: fade_up 1.1s ease-in-out;
}
.export_3 {
    padding-bottom: 8.854rem  /* 170/19.2 */;
}
.export_3 .bg_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #FFF9EF 0%, rgba(255, 249, 239, 0.801696) 51.77%, rgba(255, 249, 239, 0) 100%);
}
.export_3 ul.menu_tabs>li {
    text-transform: uppercase;
}
.box_product_export {
    margin-top: 4.948rem  /* 95/19.2 */;
}
.export_4 {
    padding-bottom: 7.1875rem  /* 138/19.2 */;
}
.export_4 .heading_1 {
    margin-bottom: 0;
    color: var(--third-cl);
}
.export_4 .desc {
    font-size: 1.5625rem  /* 30/19.2 */;
    font-weight: 500;
}
.export_4 .btn {
    text-transform: uppercase;
}
.export_posts {
    margin-top: 2rem;
}
.export_5 {
    padding-bottom: 5.104rem  /* 98/19.2 */;
}

/*partner*/
.box_slide_partner .arrow {
    display: flex;
}
.box_slide_partner .arrow.prev {
    left: -4rem;
}
.box_slide_partner .arrow.next {
    right: -4rem;
}
.partner_wrapper .group_heading {
    margin-bottom: 1.667rem  /* 32/19.2 */;
}
.partner_wrapper .heading_1 {
    margin-bottom: 0;
}
.partner_wrapper .desc {
    font-weight: 500;
    font-size: 1.5625rem  /* 30/19.2 */;
}

/*maps pin*/
.maps_pin_wrapper {
    margin-top: 3.49rem  /* 67/19.2 */;
    margin-bottom: 3.542rem  /* 68/19.2 */;
}
.maps_pin_wrapper .item {
    border: 1px solid var(--button-cl-bold);
    border-radius: 100px;
    padding: 0.625rem  /* 12/19.2 */;
    animation: up-down 2s ease-in-out infinite;
}
.maps_pin_wrapper .icon {
    background: var(--button-cl-bold);
    width: 2.292rem;
    height: 2.292rem;
    border-radius: 100px;
}
.maps_pin_wrapper .icon:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 2.083rem  /* 40/19.2 */;
    background-image: linear-gradient(to bottom, #FF8801 0%, rgba(255, 136, 1, 0) 100%);
}
.maps_pin_wrapper .icon>img {
    width: 1.25rem  /* 24/19.2 */;
    height: 1.25rem  /* 24/19.2 */;
}

/*box counter-up*/
.box_counter {
    gap: 1rem;
}
.box_counter .item_counter {
    width: calc((100% / 4) - 0.521rem  /* 10/19.2 */);
}
.box_counter h3 {
    color: var(--button-cl);
    margin-bottom: 0;
}
.box_counter h3 b {
    color: var(--button-cl);
}
.box_counter .title {
    font-weight: 500;
    font-size: 0.78125rem  /* 15/19.2 */;
    line-height: 1.4;
}

/*product - page*/
.product_1 {
    padding-bottom: 4.6875rem  /* 90/19.2 */;
}
.box_product_items {
    row-gap:  1.771rem;
    column-gap: 1.042rem;
}
.box_product_items .item_prod {
    width: calc((100% /3 ) - 0.729rem);
}
.product_2 {
    padding-bottom: 5.8125rem  /* 150/19.2 */;
}
.product_2 .group_heading {
    margin-bottom: 2.96875rem;
}
.product_2 .heading_1 {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.product_2 .desc {
    font-weight: 500;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    text-align: center;
}


/*single product details*/
.prod_details_1 {
    padding-bottom: 2.8125rem  /* 54/19.2 */;
}
.slide_prod_main {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.slide_prod_thumb {
    padding: 0;
}
.slide_prod_thumb .swiper-slide.swiper-slide-active .item>img {
    scale: 1.35;
}
.slide_prod_thumb .swiper-slide.swiper-slide-duplicate-next .item>img {
    scale: 0.9;
}
.prod_details_2 .menu_tabs_wrapper {
    margin-bottom: 1.354rem  /* 26/19.2 */;
}
.box_about_prod .item .item_certificate:not(:last-child) {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.box_about_prod .item_certificate span.text-bold {
    font-weight: 700;
    font-size: 1.042rem  /* 20/19.2 */;
    letter-spacing: -3%;
}
.box_about_prod.prod_details .box_content_tab .item {
    display: none;
}
.box_about_prod.prod_details .box_content_tab .item.active {
    display: block;
    animation: fade_up 1.1s ease-in-out;
}
.prod_details_4 {
    padding-bottom: 6.25rem  /* 120/19.2 */;
}

/*item product*/
.item_prod {
    padding: 1.979rem 2.083rem 1.3rem;
    border-radius: 10px;
    background: var(--bg-cl-item);
}
.item_prod .box_img {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 1.458rem  /* 28/19.2 */;
    margin-bottom: 0.833rem  /* 16/19.2 */;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_prod .flag {
    position: absolute;
    bottom: 4px;
    right: 0;
}
.item_prod .flag .box_img {
    width: 1.771rem  /* 34/19.2 */;
    height: 1.771rem  /* 34/19.2 */;
    padding: 0;
    margin: 0;
    border: none;
}
.item_prod:hover .flag .box_img>img {
    transform: unset;
}
.item_prod:hover h3 {
    color: var(--main-cl);
}

/*news - page*/
.news_search h2 {
    margin-bottom: 3rem;
}
.news_1 {
    padding-bottom: 6.771rem  /* 130/19.2 */;
}
.box_news_highlight {
    gap: 1.25rem  /* 24/19.2 */;
}
.box_news_highlight .box_large_highlight {
    width: 60%;
    flex: 0 0 auto;
}
.box_large_highlight .item_post .box_img {
    aspect-ratio: unset;
}
.box_large_highlight .item_post .box_content {
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.box_large_highlight .item_post .title {
    font-size: 1.5625rem  /* 30/19.2 */;
}
.box_small_highlight .item_post {
    display: flex;
    border: 1px solid #EEEAE0;
    height: 15rem;
    background: #fff;
}
.box_small_highlight .item_post>.box_img {
    width: 50%;
}
.box_small_highlight .item_post>.box_content {
    position: relative;
    width: 50%;
}
.box_small_highlight .item_post .box_img {
    border-radius: 1.042rem  /* 20/19.2 */;
    aspect-ratio: unset;
}
.box_small_highlight .item_post .title {
    font-weight: 700;
    font-size: 1.302rem  /* 25/19.2 */;
}
.box_small_highlight .item_highlight:nth-child(even) .box_img {
    order: 2;
}
.box_small_highlight .box_content:before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: 1.3rem;
    height: 1.3rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDkzNzUgMTkuNUgzMi45MDYyIiBzdHJva2U9IiNGRjk5MDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5LjUgNi4wOTM3NVYzMi45MDYyIiBzdHJva2U9IiNGRjk5MDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
    transition: .4s all;
}
.box_small_highlight .item_post:hover .box_content:before {
    transform: rotate(180deg);
}
.menu_tabs_news {
    margin-bottom: 2.083rem  /* 40/19.2 */;
}
.menu_tabs.menu_tabs_a>li,
.menu_tabs_news ul.menu_tabs>li {
    border: none;
    padding: 0;
}
.menu_tabs.menu_tabs_a>li a,
.menu_tabs_news ul.menu_tabs>li a {
    text-transform: uppercase;
}
.box_posts {
    column-gap: 1.042rem  /* 20/19.2 */;
    row-gap: 1.667rem  /* 32/19.2 */;
}
.box_posts .item_post {
    width: calc((100% / 4) - 0.78125rem  /* 15/19.2 */);
    margin-top: 0;
}
.heading_term {
    padding-bottom: 2rem;
}

/*single post - details (default)*/
.post_details_1 {
    padding-bottom: 6.771rem  /* 130/19.2 */;
}
.post_details_1 .heading_post {
    font-size: 2.34375rem  /* 45/19.2 */;
}
.post_details_1 .excerpt {
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.term_sharing {
    margin: 1.823rem  /* 35/19.2 */ 0;
    padding: 0.833rem  /* 16/19.2 */ 0;
    border-top: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
}
.term_post {
    color: #666;
}
.term_post span.dot {
    width: 4px;
    height: 4px;
    border-radius: 5.208rem;
    background: #666666;
}
.post_content p,
.post_content li {
    font-size: 0.833rem  /* 16/19.2 */;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
    text-transform: initial;
}
.post_content h3 {
    font-weight: 700;
    font-size: 1.5625rem  /* 30/19.2 */;
}
.post_content h4 {
    font-weight: 700;
    font-size: 0.9375rem  /* 18/19.2 */;
    color: var(--third-cl);
}
.tag_wrapper {
    border-top: 0.7px solid rgba(0, 62, 45, 0.2);
    padding-top: 0.833rem  /* 16/19.2 */;
}
.post_tag span.title {
    font-size: 0.729rem  /* 14/19.2 */;
    font-weight: 700;
    line-height: 1.4;
    margin-right: 1.667rem  /* 32/19.2 */;
}
.post_tag .item_tag>a {
    min-width: 4.167rem  /* 80/19.2 */;
    padding: 0.5rem 0.9rem;
    background: var(--main-cl);
    color: #fff;
    border-radius: 5.208rem  /* 100/19.2 */;
    font-weight: 500;
    font-size: 0.729rem  /* 14/19.2 */;
}
.post_tag .item_tag>a:hover {
    cursor: default;
}
.box_post_related {
    padding-left: 5.208rem  /* 100/19.2 */;
}

/*item post*/
.item_post {
    margin-top: 0.729rem  /* 14/19.2 */;
}
.item_post .box_img {
    aspect-ratio: 338/250;
    background: #E9E6E1;
}
.item_post .box_content {
    background: #fff;
    padding: 1.146rem 1.458rem ;
    height: 100%;
}
.item_post .term_post>:not(span.dot) {
    font-size: 0.729rem  /* 14/19.2 */;
}
.item_post .title {
    font-weight: 600;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    color: var(--third-cl);
    text-transform: initial;
    margin-top: 0.625rem  /* 12/19.2 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*dish - page*/
.dish_1 {
    padding-bottom: 15.625rem  /* 300/19.2 */;
}
.dish_1.gradient_bg {
    background: linear-gradient(180deg, #FF9301 36.35%, rgba(255, 147, 1, 0.707024) 67.72%, rgba(255, 147, 1, 0) 100%);
}
.dish_2 {
    margin-top: -10rem;
    padding-bottom: 6.771rem  /* 130/19.2 */;
}
.dish_heading h1 {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.box_dish_items {
    column-gap: 1.042rem  /* 20/19.2 */;
    row-gap: 3.542rem  /* 68/19.2 */;
}
.box_dish_items .item_dish {
    width: calc((100% / 3) - 0.729rem  /* 14/19.2 */);
}
.box_dish_items .item_dish .box_img {
    aspect-ratio: 457/376;
}

/* items dish related */
.item_dish .name_prod {
    font-weight: 700;
    color: var(--third-cl);
    margin-top: 1.302rem  /* 25/19.2 */;
}
.item_dish .excerpt {
    margin-top: 0.625rem  /* 12/19.2 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*dish - details*/
.box_sharing {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.box_sharing>span.title {
    font-size: 16px;
    color: var(--third-cl);
}
.dish_heading {
    margin-bottom: 2.083rem  /* 40/19.2 */;
}
.dish_heading h2 {
    margin-bottom: 0.9375rem  /* 18/19.2 */;
}
.box_info_dish {
    row-gap: 1.667rem  /* 32/19.2 */;
    column-gap: 3rem;
}
.box_info_dish .item {
    width: calc((100% / 2) - 4.167rem  /* 80/19.2 */);
}
.box_info_dish .content_container>span.title {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}
.box_info_dish .content_container>span.content {
    font-weight: 700;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
}
.box_video_thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005C;
    z-index: 1;
}
.box_video_thumb.play_yt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iODQiIHZpZXdCb3g9IjAgMCA4NCA4NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNDYxXzk2MTMpIj4KPHBhdGggZD0iTTgyLjMyNTcgMjEuNjQ5MkM4MS44NTA4IDE5Ljg2MjEgODAuOTE0OCAxOC4yMzEyIDc5LjYxMTUgMTYuOTE5NUM3OC4zMDgyIDE1LjYwNzggNzYuNjgzMyAxNC42NjE0IDc0Ljg5OTMgMTQuMTc1MUM2OC4zMzIgMTIuNDA5MiA0Mi4wODIgMTIuNDA5MiA0Mi4wODIgMTIuNDA5MkM0Mi4wODIgMTIuNDA5MiAxNS44MzIgMTIuNDA5MiA5LjI2NDc2IDE0LjE3NTFDNy40ODA3OSAxNC42NjE0IDUuODU1ODQgMTUuNjA3OCA0LjU1MjU0IDE2LjkxOTVDMy4yNDkyNCAxOC4yMzEyIDIuMzEzMyAxOS44NjIxIDEuODM4NCAyMS42NDkyQzAuMDgyMDMxNSAyOC4yNDUxIDAuMDgyMDMxMiA0Mi4wMDAxIDAuMDgyMDMxMiA0Mi4wMDAxQzAuMDgyMDMxMiA0Mi4wMDAxIDAuMDgyMDMxNSA1NS43NTUxIDEuODM4NCA2Mi4zNTFDMi4zMTMzIDY0LjEzOCAzLjI0OTI0IDY1Ljc2OSA0LjU1MjU0IDY3LjA4MDdDNS44NTU4NCA2OC4zOTI0IDcuNDgwNzkgNjkuMzM4NyA5LjI2NDc2IDY5LjgyNTFDMTUuODMyIDcxLjU5MSA0Mi4wODIgNzEuNTkxIDQyLjA4MiA3MS41OTFDNDIuMDgyIDcxLjU5MSA2OC4zMzIgNzEuNTkxIDc0Ljg5OTMgNjkuODI1MUM3Ni42ODMzIDY5LjMzODcgNzguMzA4MiA2OC4zOTI0IDc5LjYxMTUgNjcuMDgwN0M4MC45MTQ4IDY1Ljc2OSA4MS44NTA4IDY0LjEzOCA4Mi4zMjU3IDYyLjM1MUM4NC4wODIgNTUuNzU1MSA4NC4wODIgNDIuMDAwMSA4NC4wODIgNDIuMDAwMUM4NC4wODIgNDIuMDAwMSA4NC4wODIgMjguMjQ1MSA4Mi4zMjU3IDIxLjY0OTJaIiBmaWxsPSIjRkYwMzAyIi8+CjxwYXRoIGQ9Ik0zMy40OTIyIDU0LjQ5MDNWMjkuNTA5OUw1NS40NDY3IDQyLjAwMDFMMzMuNDkyMiA1NC40OTAzWiIgZmlsbD0iI0ZFRkVGRSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEzNDYxXzk2MTMiPgo8cmVjdCB3aWR0aD0iODQiIGhlaWdodD0iODQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: center center;
    transition: .5s all;
    z-index: 2;
}
.box_video_thumb.play_yt:hover:after {
    transform: scale(1.1);
}
.box_ingredient {
    padding-right: 5.208rem  /* 100/19.2 */;
}
.box_ingredient .group_heading {
    margin-bottom: 1rem;
}
.box_ingredient .box_img {
    height: 23.90625rem  /* 459/19.2 */;
    box-shadow: 0px 4px 20px 0px #0000001A;
}
.box_ingredient .box_content {
    height: 16rem;
    overflow-y: auto;
}
.box_ingredient .box_item_ingredient {
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem  /* 48/19.2 */ 1.979rem  /* 38/19.2 */ 1.25rem  /* 24/19.2 */ 3.542rem  /* 68/19.2 */;
}
.box_item_ingredient .group_heading>span.line {
    width: 20%;
    height: 2px;
    background: var(--main-cl);
}
.box_item_ingredient .item_ingredient>span.title {
    font-weight: 700;
}
.box_item_ingredient .item_ingredient>span.mass {
    font-weight: 400;
    font-size: 17px;
}
.box_item_ingredient .item_ingredient:not(:last-child) {
    margin-bottom: 0.417rem  /* 8/19.2 */;
}
.docs_cooking_container .item_docs:not(:last-child) {
    margin-bottom: 2.708rem  /* 52/19.2 */;
}
.docs_cooking_container .item_docs .index {
    background: #F9F9F9;
    border-radius: 5.208rem  /* 100/19.2 */;
    width: 2.5rem;
    height: 2.5rem;
}
.docs_cooking_container .item_docs .name {
    font-weight: 700;
}
.docs_cooking_container .step_heading {
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.docs_cooking_container .item_docs img {
    border-radius: 1.042rem  /* 20/19.2 */;
}
.dish_details_3 {
    padding-bottom: 6.25rem  /* 120/19.2 */;
}

/*recruitment - page*/
.recruit_1 {
    padding-bottom: 5.521rem  /* 106/19.2 */;
}
.recruit_1 .heading_1 {
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.box_items_banner {
    margin-top: 6.771rem  /* 130/19.2 */;
    justify-content: center;
}
.box_list_job {
    column-gap: 2.604rem  /* 50/19.2 */;
    row-gap: 1.771rem  /* 34/19.2 */;
}
.box_list_job .item_job {
    width: calc((100% / 3 ) - 1.74rem);
}
.box_list_job .title {
    font-weight: 600;
    font-size: 1.302rem  /* 25/19.2 */ !important;
}
.recruit_2 {
    padding-bottom: 6.354rem  /* 122/19.2 */;
}
.box_items_banner .heading_5 {
    text-transform: initial;
    text-align: center;
    margin-top: 0.833rem  /* 16/19.2 */;
}
.box_items_banner .item:nth-child(1) {
    rotate: -6.37deg;
}
.box_items_banner .item:nth-child(2) {
    rotate: 4.08deg;
}
.box_items_banner .item:nth-child(3) {
    rotate: -4.37deg;
}

/*single - recruitment*/
.recruit_details_1 {
    padding-bottom: 6rem;
}
.box_info_job {
    padding: 2.96875rem 2.8125rem 2.083rem 4.323rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 1rem;
    justify-content: space-between;
    margin-bottom: 4.427rem  /* 85/19.2 */;
}
.box_info_job .item {
    width: calc((100% / 2) - 0.7rem);
    flex-wrap: nowrap;
    align-items: flex-start;
}
.box_info_job span.title {
    width: 37%;
    font-weight: 700;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    flex: 0 0 auto;
    align-items: flex-start;
    padding-top: .15rem;
}
.box_desc_job .heading_6 {
    width: 35%;
    flex: 0 0 auto;
    font-weight: 700;
    font-size: 1.146rem /* 22/19.2 */;
    line-height: 1.3;
    color: var(--third-cl);
}
.box_desc_job .item {
    border-bottom: 1px solid #2F2F2F33;
    margin-bottom: 2.083rem  /* 40/19.2 */;
    padding-bottom: 2.083rem  /* 40/19.2 */;
}
.box_desc_job .item:last-child {
    margin-bottom: 2.917rem  /* 56/19.2 */;
}
.form_job_wrapper {
    background: #fff;
    padding: 3.646rem  /* 70/19.2 */ 4.0625rem  /* 78/19.2 */ 3.333rem  /* 64/19.2 */;
}
.form_job_wrapper h3 {
    margin-bottom: 2.396rem  /* 46/19.2 */;
}
.form_job_wrapper .form_wrap>.flex {
    margin-bottom: 16px;
    gap: 1rem;
}
.form_job_wrapper .form_item {
    /*margin-right: 2rem;*/
}
.box_job_related {
    padding-left: 6.25rem  /* 120/19.2 */;
    position: sticky;
    top: 6.5rem;
}
.title_related {
    background: var(--main-cl);
    padding: 0.833rem  /* 16/19.2 */ 1.667rem  /* 32/19.2 */;
    color: #fff;
    border-radius: 1.042rem  /* 20/19.2 */;
}
.item_job {
    background: #FFFCF6;
    padding: 1.40625rem  /* 27/19.2 */ 1.875rem  /* 36/19.2 */;
    border-radius: 1.042rem  /* 20/19.2 */;
    margin-top: 0.729rem  /* 14/19.2 */;
}
.item_job:hover {
    background: var(--main-cl);
}
.item_job .title {
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    margin-bottom: 0.625rem  /* 12/19.2 */;
    color: var(--third-cl);
}
.item_job:hover .info_item span,
.item_job:hover .title {
    color: #fff;
}
.item_job .info_item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.item_job .info_item svg {
    flex: 0 0 auto;
}
.item_job:hover .info_item path {
    fill: transparent;
    stroke: #fff;
}
.item_job .info_item:not(:last-child) {
    margin-bottom: 0.625rem  /* 12/19.2 */;
}
.item_job .info_item .text-gray-100 {
    color: rgba(51, 51, 51, 0.5);
}
.file_input input {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 1rem;
}
.file_accept {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #555555;
}

/*library*/
.library_1 {
    padding-bottom: 6.771rem  /* 130/19.2 */;
}
.box_library_wrapper .box_items_lib {
    display: none;
}
.box_library_wrapper .box_items_lib.active {
    display: block;
    animation: fade_up 1.01s ease-in-out;
}
.box_library_wrapper  .lib_inner {
    column-gap: 3.073rem  /* 59/19.2 */;
    row-gap: 2.083rem  /* 40/19.2 */;
    margin-top: 4.01rem  /* 77/19.2 */;
}
.box_library_wrapper .lib_inner .item_library {
    width: calc((100% / 3) - 2.083rem  /* 40/19.2 */);
}
.item_library .box_img {
    margin-bottom: 1.25rem  /* 24/19.2 */;
}
.item_library .name {
    font-weight: 700;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    color: var(--third-cl);
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.item_library .desc {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    color: var(--third-cl);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*contact*/
.contact_1 {
    padding-bottom: 6.875rem  /* 132/19.2 */;
}
.heading_contact .heading_1 {
    margin-bottom: 3.125rem  /* 60/19.2 */;
}
.box_contact {
    gap: 2.34375rem  /* 45/19.2 */;
}
.box_contact .item_contact {
    padding: 1.748rem  /* 47/19.2 */ 1.25rem  /* 24/19.2 */;
    background: transparent;
    border: 1px solid rgba(0, 62, 45, 0.5);
    transition: .4s all;
}
.box_contact .item_contact:hover {
    border-color: #003E2D;
}
.box_contact .heading_6 {
    color: #333333;
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.box_contact .group_heading>span {
    display: block;
    width: 20%;
    height: 2px;
    background: var(--main-cl);
}
.box_contact .info_contact {
    margin-top: 1.25rem  /* 24/19.2 */;
}
.box_contact .info_item:not(:last-child) {
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.box_contact .info_item:first-child {
    align-items: flex-start;
}
.box_contact .info {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
}
.box_contact .href_a a {
    font-size: 0.9375rem  /* 18/19.2 */;
}
.contact_2 {
    padding-bottom: 7.135rem  /* 137/19.2 */;
}
.box_contact_form {
    padding: 3.125rem  /* 60/19.2 */ 9.115rem  /* 175/19.2 */ 3.333rem  /* 64/19.2 */;
    background: #fff;
    border-radius: 1.042rem  /* 20/19.2 */;
}
.box_contact_form .form_contact {
    margin-top: 1.667rem  /* 32/19.2 */;
}
.box_contact_form .desc {
    font-weight: 500;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    color: var(--third-cl);
    padding: 0 3rem;
}
video.elementor-video {
    max-height: calc(100vh - 4.6rem);
    width: 100%;
    object-fit: cover;
}

.for_tabs_icon .item .box_img {
    width: 38rem;
    border-radius: 100%;
    overflow: hidden;
    height: 38rem;
    background: #000;
}

.for_tabs_icon .item .box_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}
.bg_home_6 .content_sec_absolute h2.heading_trip {
    text-transform: unset;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.effect_sec_hover .effect_sec img {
    width: 56rem;
    max-width: 56rem;
}

.effect_sec_hover .effect_sec .inner {
    width: 0;
    overflow: hidden;
    transition: .7s all;
    transition-delay: .4s;
}

.home_1:hover .effect_sec_hover .effect_sec .inner {}

.home_1:hover .effect_sec .inner {
    width: 56rem;
}
.paging li>a svg {
    max-width: 22%;
}

.paging li.active>a {
    border-color: #663A29;
    background: #663A29;
    color: #fff;
}
section.news_2 {
    padding-bottom: 3rem;
}
.single-dish-post {
    overflow: unset;
}

.box_ingredient {
    position: sticky;
    top: 9rem;
}
.copy_link {
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer;
}

.copy_link svg {
    width: 100%;
    height: auto;
}

.socials a {
    width: 2.3rem;
    height: 2.3rem;
}

/*loading-effect-page*/
.load_home_page svg {
    width: 18.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #653a29;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg {
    transition-delay: 0.4s;
    opacity: 0;
}

.load_home_page rect, .load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}
.about_4  h2.heading_1 {
    margin-bottom: 0;
}
.item_certification img {
    cursor: pointer;
    transform: rotateY(0deg);
}

.item_certification:hover img {
    transform: rotateY(360deg);
}
.slide_prod_thumb img{
    cursor: pointer;
    transform: translateY(0);
}
.item_prod .box_img img {width: auto;height: auto;max-width: 100%;max-height: 100%;min-width: 60%;}
.form_job textarea {
    height: 4rem;
}
.form_contact .large-12.bottom {
    display: flex;
    justify-content: space-between;
    padding-top: .6rem;
}

.form_contact .large-12.bottom .form-group.submit-btn.btn_block {
    flex: 0 0 auto;
}

.form_contact .left_content {
    width: 50%;
}

.form_contact .left_content b {
    text-transform: unset;
    color: #FF8801;
    font-weight: 400;
}
.slogan_about .content {
    margin-top: 2rem;
}
.nav-dropdown li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
li.flex.lang_item{
    background-image: url(../images/icon_down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: .8rem;
    background-size: .6rem;
}
.item_dish .box_img {
    padding-bottom: 78%;
    position: relative;
}

.item_dish .box_img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hide_pc {
    display: none !important;
}
.form_contact .left_content a {
    color: #FF8801;
}
.term_icon .icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFAC4D 0%, #DD7500 100%);
    transition: .5s all;
    transform: scale(0);
    border-radius: 100px;
}


.term_icon.style_2 .item:hover .icon:before, .term_icon.style_2 .item.active .icon:before, .term_icon .item.active .icon:before, .term_icon .item:hover .icon:before {
    transform: scale(1);
}
.paging li>a path {
    transition: .4s all;
}

.paging li>a:hover path {
    stroke: #fff;
}
.btn.btn_white:hover {
    background: #653A29 !important;
    color: #fff !important;
}

.btn.btn_white:hover path {
    stroke: #fff;
}
.btn:hover {
    background: var(--main-cl);
    color: #fff;
}
.box_product_home .arrow svg {
    width: 2.5rem;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.header-nav>li>a:hover {
    color: #fff200 !important;
}
.nav>li.active>a {
    color: #fff200 !important;
}

.nav>li.active>a:before {
    background: #fff200 !important;
}
#footer .footer_top:before,#footer .footer_middle:before {
    background: #FFFFFF33;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    position: absolute;
    width: 73.4375rem  /* 1410/19.2 */;
}
rect {
    transition: .4s all;
}
.text_white {
    color: #fff;
}
.text_unset{
    text-transform: unset !important;
}
.item_prod h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}
.box_product_home .arrow:hover svg circle {
    stroke: #F90;
    fill: transparent;
}

.box_product_home .arrow:hover svg path {
    fill: transparent;
    stroke: #F90;
}
.slide_history_thumb {
    cursor: pointer;
}
.arrow {
    outline: none !important;
}
.slide_prod_thumb .swiper-slide {
    transition: .5s all;
    opacity: .6;
}

.slide_prod_thumb .swiper-slide.swiper-slide-prev, .slide_prod_thumb .swiper-slide.swiper-slide-next, .slide_prod_thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.slide_prod_thumb .swiper-slide {
    height: 6rem;
    display: flex;
    align-items: flex-end;
}

.slide_prod_thumb .swiper-slide.swiper-slide-active .item>img {
    transform: translateY(-.45rem);
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    min-width: 11.896rem  /* 190/19.2 */;
}
.single-post .breadcrumbs {
    padding-top: 3rem;
}
.box_items_banner .item {
    width: calc(100% / 3);
}
.banner_inner img {
    width: 100%;
}

.breadcrumbs a {
    display: flex;
}
.single-recruitment section.breadcrumbs {
    padding: 2rem  /* 43/19.2 */ 0 1.771rem  /* 34/19.2 */;
}

.lang-item a img {
    display: none;
}
.lang-item a {
    display: inline-block;
    background: unset !important;
    background-color: unset !important;
    background-image: url(../images/gb.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 26px !important;
    height: 17px;
    padding: 0 10px !important;
    color: unset !important;
}
.lang-item a[lang="vi"] {
    background-image: url(../images/vn.png) !important;
}

/*product_announce - page*/
.product_announce {
    padding-bottom: 4rem;
}
.list_announce {
    column-gap: 3.542rem  /* 68/19.2 */;
    row-gap: 2.708rem  /* 52/19.2 */;
    padding-top: 1.8rem;
}
.list_announce .item_announce {
    width: calc((100% / 4) - 2.66rem);
}
.item_announce .title {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */ !important;
    line-height: 1.4;
    color: #333;
    text-transform: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 0.833rem  /* 16/19.2 */;
}
.load_more_announce.btn {
    margin-top: 3rem;
}
.fancybox-caption__body {
    font-size: 1.042rem  /* 20/19.2 */;
    font-weight: 700;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 80px;
    background: transparent;
}
.fancybox-thumbs > ul > li {
    border-color: transparent;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
    bottom: 90px;
}
.fancybox-caption {
    margin: 0 !important;
    bottom: 6rem;
}


.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-slide--image .fancybox-content {}

.fancybox-slide--image {
    padding: 2rem 0 10rem !important;
    background: #fff;
}

.fancybox-caption {
    padding: 1rem !important;
    background: rgba(0,0,0,.45) !important;
}

.fancybox-caption {
    background: none;
}

.fancybox-thumbs__list a:before {
    border-width: 1px;
    border-radius: 10px;
    overflow: hidden;
}

.fancybox-thumbs__list a {
    border-radius: 10px;
    overflow: hidden;
}
/*-----responsive-----*/
@media (min-width: 1300px) {
    html {
        font-size: 1.1vw;
    }
    .box_ingredient .box_item_ingredient {
        padding: 2.5rem 1.979rem 1.25rem 3rem;
    }
    .box_ingredient {
        padding-right: 3rem;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 1vw;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 1.4vw;
    }
    body {
        font-size: 1.125rem;
    }

    .row {
        padding-left: 32px;
        padding-right: 32px;
    }
    .heading_1 {
        font-size: 2.8rem;
    }
    .heading_2 {
        font-size: 2rem;
    }

    header#header #masthead #logo {
        left: 2rem;
    }
    .heading_home_1 {
        padding-right: 4rem /* 100/19.2 */;
    }
    .img_home_1 .box_img_inner>.box_img {
        width: 24.292rem /* 620/19.2 */;
        height: 25.729rem /* 590/19.2 */;
    }
    .img_home_1 .box_img_child>.box_img {
        width: 10.5rem /* 240/19.2 */;
        height: 10.25rem /* 216/19.2 */;
    }
    .img_home_1 .slogan_about .content, .img_home_1 .box_img {
        transform: rotate(6deg);
    }
    .img_home_1 {
        margin-left: 7rem;
    }
    .img_home_1 .slogan_about .content {
        padding-right: 4rem;
    }
    .slogan_about .content {
        font-size: 1.7rem;
    }
    .illustration_home .graphic_1 {
        bottom: 6%;
    }
    .home_2 .bg_section>img {
        height: 48rem;
    }
    .home_2 .term_icon {
        bottom: -8%;
    }
    .box_slide_partner .arrow.next {
        right: 0;
    }
    .box_slide_partner .arrow.prev {
        left: 0;
    }
    .heading_home_5 .heading_1 {
        font-size: 2.2rem;
    }
    .bubbles_product_home5 .bubbles_home_3,
    .bubbles_product_home5 .bubbles_home_2,
    .bubbles_product_home5 .bubbles_home_1 {
        width: 7rem;
    }
    .bg_home_6 .content_sec_absolute {
        padding-left: 4rem /* 122/19.2 */;
    }
    ul.sub-menu.nav-dropdown.nav-dropdown-default {
        padding: 0.417rem  /* 8/19.2 */ 0.833rem  /* 16/19.2 */;
    }

    /*about*/
    .about_1 .desc_sec br {
        display: none;
    }
    .about_1 .desc_sec {
        font-size: 1.2rem;
    }
    .illustration .img_1 .inner {
        width: 70%;
    }
    .illustration .img_1 {
        left: 0;
    }
    .illustration .img_3 {
        right: 2%;
    }
    .slogan_about {
        bottom: 29%;
    }
    .about_2 {
        margin-top: -10rem;
    }
    .about_5 {
        padding-bottom: 4rem;
    }

    /*post - details*/
    .post_details_1 .heading_post {
        font-size: 1.8rem  /* 45/19.2 */;
    }
    .post_content h4 {
        font-size: 1.1rem;
    }
    .post_details_1 .excerpt {
        font-size: 1.2rem;
    }
    .post_content p, .post_content li {
        font-size: 1.125rem;
    }
    .post_tag span.title,
    .post_tag .item_tag>a {
        font-size: 0.9rem;
    }
    .box_post_related {
        padding-left: 0;
        margin-top: 4rem;
    }

    /*dish - details*/
    .dish_heading .heading_2 {
        font-size: 1.8rem;
    }
    .box_info_dish {
        gap: 1rem;
    }
    .box_info_dish .item {
        width: calc((100% / 2) - 1rem);
    }
    .box_ingredient {
        padding-right: 3rem;
    }
    .box_ingredient .box_item_ingredient {
        padding: 2.5rem 1.3rem 1.25rem 2rem;
    }


    /*recruitment*/
    .recruit_1 .desc_sec_30 {
        font-size: 1.4rem;
    }
    .box_list_job {
        column-gap: 2.2rem;
    }
    .box_list_job .item_job {
        width: calc((100% / 3) - 1.5rem);
    }

    /*recruitment - details*/
    .recruit_details_1 .heading_2 {
        font-size: 2rem;
    }
    .box_info_job {
        padding: 2rem 3rem;
    }
    .box_info_job span.title {
        width: 42%;
        font-size: 1.125rem;
    }
    .box_job_related {
        padding-left: 3rem;
    }
    .box_tabs_tc {
        max-width: 47rem;
    }
    #footer .footer_top:before, #footer .footer_middle:before {
        width: 66.4375rem  /* 1410/19.2 */;
    }
    .for_tabs_icon .item .box_img {
        width: 30rem;
        height: 30rem;
    }

    .for_tabs_icon {
        width: 30rem;
        height: 30rem;
    }

    .box_tabs_tc {
        max-width: 45rem;
    }

    ul.nav_tabs_icon li:nth-child(1) {
        left: -25%;
    }

    ul.nav_tabs_icon li:nth-child(2) {
        left: -26%;
    }

/*product announce - page*/
    .list_announce {
        column-gap: 2rem;
    }
    .list_announce .item_announce {
        width: calc((100% / 4) - 1.5rem);
    }
}

@media (max-width: 911px) {
    html {
        font-size: 1.7vw;
    }

    body {
        font-size: 1.2rem;
    }

    /*header*/
    header#header {
    }
    .header-main,
    body .header.show-on-scroll, body .stuck .header-main {
        height: 70px !important;
    }
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
    }
    .off-canvas .sidebar-menu {
        padding-top: 2.5rem !important;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: var(--main-cl);
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 2.604rem !important;
        color: #fff !important;
        font-size: 1.6rem !important;
        text-transform: initial;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a svg {
        width: 4rem;
        height: auto;
        margin-left: -0.833rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a path {
        fill: #fff !important;
        stroke: #fff;
    }
    #main-menu .current_page_item {
        background-color: rgba(209, 209, 209, 0.3);
    }
    body.body-scroll-lock--active .mfp-wrap {
        overflow: hidden;
    }
    html.js.has-off-canvas-left {
        margin-right: 0 !important;
    }
    .nav>li>a,
    #main-menu.mobile-sidebar .icon-angle-down {
        color: #fff;
    }
    #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children {
        padding-bottom: 0;
    }
    .business-filter > .flex-box {
        flex-direction: column;
    }
    .business-filter > .flex-box .col-4 {
        width: 100% !important;
    }
    header#header #masthead:before {
        background: none;
    }
    .header#header .nav-icon .icon-menu {
        color: #fff;
        font-size: 2rem;
    }
    .nav-sidebar.nav-vertical>li+li {
        border-color: rgba(209, 209, 209, 0.3);
    }
    .lang_item img {
        width: 2rem;
    }
    .off-canvas .nav-vertical>li.menu-item-home>a {
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
    }

    /*footer*/
    #footer .footer_logo {
        justify-content: center;
        margin-bottom: 2rem;
    }
    #footer .register_contact {
        justify-content: center;
    }
    #footer .register_contact .register {
        width: 70%;
        flex: 0 0 auto;
    }
    #footer .form_wrap .form_item {
        width: 100%;
    }
    #footer span.desc {
        font-size: 1rem;
    }
    #footer ul>li>a, #footer p {
        font-size: 1.125rem;
    }
    #footer .office {
        margin-bottom: 3rem;
    }
    #footer .office p {
        margin-bottom: 0.5rem;
    }
    #footer .footer_middle .about {
        padding-left: 0;
    }
    #footer .policies>span>a,
    #footer .copyright>span {
        font-size: 1rem;
    }
    #footer .copyright {
        text-align: center;
        margin-bottom: 0.4rem;
    }
    #footer .policies {
        justify-content: center;
    }


    /*home*/
    .home_1 {
        padding-top: 6rem;
        padding-bottom: 0;
    }
    .img_home_1 .box_img_inner>.box_img {
        width: 100%;
        height: 25.729rem /* 590/19.2 */;
        margin-top: 5rem;
    }
    .img_home_1 .box_img_child {
        left: -13%;
    }
    .img_home_1 .slogan_about .content, .img_home_1 .box_img {
        transform: rotate(3deg);
    }
    .illustration_home .box_img {
        transform: rotate(-15deg);
    }
    .illustration_home .graphic_1 {
        bottom: unset;
        top: 36%;
        left: unset;
        right: -3%;
    }
    .bubbles_home_1.bubbles .bubbles_2 {
        bottom: 63%;
    }
    .bubbles_home_1.bubbles .bubbles_3 {
        bottom: 53%;
    }
    .bubbles_home_1.bubbles .bubbles_4 {
        bottom: 5%;
        left: 5%;
    }
    .slogan_about .content {
        font-size: 2.4rem;
    }
    .box_product_home .item_product_slide img {
        width: 40rem;
    }
    .box_img_5 {
        width: 100% !important;
    }
    .bubbles_product_home5 .bubbles_home_3, .bubbles_product_home5 .bubbles_home_2, .bubbles_product_home5 .bubbles_home_1 {
        width: 9rem;
    }
    .bubbles_product_home5 .bubbles_home_1 {
        left: 13%;
    }
    .bubbles_product_home5 .bubbles_home_2 {
        left: 13%;
    }
    .bubbles_product_home5 .bubbles_home_2 {
        bottom: 0%;
        left: 49%;
    }
    .bubbles_product_home5 .bubbles_home_3 {
        top: 43%;
        right: -4%;
    }
    .heading_home_5 {
        padding-left: 0;
        margin-top: 2rem;
    }
    .bg_home_6 .box_img:before {
        width: 100%;
    }
    .bg_home_6 .content_sec_absolute {
        padding: 0 4rem;
    }
    .home_7 .group_heading {
        text-align: center;
    }
    .home_7 .menu_tabs_news {
        justify-content: center;
    }
    .box_news_highlight {
        flex-wrap: wrap;
    }
    .box_news_highlight>* {
        width: 100% !important;
    }
    ul.menu_tabs.outline>li a,
    .box_news_highlight .item_post .term_post>:not(span.dot) {
        font-size: 1rem;
    }
    .box_small_highlight .box_content:before {
        width: 2.3rem;
        height: 2.3rem;
    }
    .box_counter .title {
        font-size: 0.9rem;
    }

    /*about*/
    .about_1 .bubbles,
    .about_1 .illustration {
        display: none;
    }
    .slogan_about {
        z-index: 1;
    }
    .about_1 {
        padding-bottom: 16rem;
    }
    .item_vision_mission {
        gap: 2rem;
    }
    .item_vision_mission>* {
        width: 50%;
    }
    .item_vision_mission:nth-child(even) .box_img {
        height: unset;
    }
    .item_vision_mission:last-child {
        margin-top: 2rem;
    }
    .about_2 {
        padding-bottom: 7rem;
    }
    .about_3 {
        padding-bottom: 6rem;
    }
    .about_4:before {
        background-size: contain;
    }
    .box_slide_history .arrow,
    .bubbles.about_4_bubbles {
        display: none;
    }
    .slide_history_main .swiper-pagination {
        display: block;
    }
    .slide_bod {
        width: 100% !important;
    }

    /*manufacture*/
    .manufacture_2 {
        padding-bottom: 4rem;
    }
    .box_tabs_tc svg {
        display: none;
    }
    ul.nav_tabs_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .for_tabs_icon {
        position: unset;
        transform: unset;
        margin-top: 2rem;
    }
    ul.nav_tabs_icon li {
        position: unset;
        width: calc((100% / 3) - 9px);
    }
    ul.nav_tabs_icon li>.inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    ul.nav_tabs_icon li .number {
        margin: 0 auto;
    }
    ul.nav_tabs_icon li .content {
        order: 2 !important;
        text-align: center !important;
        font-size: 1.2rem;
    }
    ul.nav_tabs_icon li .content br {
        display: none;
    }
    .for_tabs_icon .box_img>.inner .title {
        font-size: 1.5rem;
    }
    .for_tabs_icon .box_img>.inner .content {
        font-size: 1.4rem;
    }
    .bubbles.manufacture_bubbles .bubbles_2 {
        top: 53%;
    }
    .bubbles.manufacture_bubbles .bubbles_5 {
        top: 64%;
        right: 0%;
    }
    .manufacture_3 {
        margin-top: 0;
    }
    .box_product_control ul > li {
        font-size: 1.2rem;
        padding-left: 2.667rem;
    }
    .box_product_control ul > li::before {
        width: 2rem;
        height: 2rem;
        top: 0;
        transform: unset;
    }
    .box_product_control .slogan {
        bottom: -35%;
    }
    .box_product_control .box_img {
        width: 40%;
        margin-left: 0;
    }
    .box_product_control {
        gap: 2rem;
    }
    .manufacture_5 .heading_1 {
        font-size: 2rem;
    }
    .box_product_control .graphic {
        width: 12rem;
    }
    .manufacture_4 {
        margin-bottom: 5rem;
    }

    /*export*/
    .export_3 .bg_section>img {
        height: 48rem;
    }

    /*post - page*/
    .box_posts .item_post {
        width: calc((100% / 3) - 0.7rem);
    }
    .item_post .term_post>:not(span.dot) {
        font-size: 1rem;
    }

    /*post - details*/
    .box_post_related {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* Adds space between columns and rows */
    }
    .box_post_related > .title_related {
        /* Ensures the title spans full width and is not affected by column layout */
        width: 100%;
        flex-basis: 100%;
    }
    .box_post_related > .item_post {
        /* Sets items to take up half the container width */
        width: calc(50% - 10px); /* Subtracts half the gap */
        box-sizing: border-box;
    }

    /*dish - details*/
    .box_info_dish {
        margin-bottom: 2rem;
    }
    .box_ingredient {
        margin-bottom: 2rem;
    }
    .box_ingredient .box_item_ingredient {
        padding: 2.5rem 1.979rem 1.25rem 3.542rem;
    }
    .box_item_ingredient .heading_6 {
        font-size: 1.6rem;
    }
    .post_content p, .post_content li {
        font-size: 1.25rem;
    }

    /*recruitment*/
    .box_list_job {
        column-gap: 1.5rem;
    }
    .box_list_job .item_job {
        width: calc((100% / 3) - 1rem);
    }

    /*recruitment - details*/
    .box_desc_job .heading_6 {
        width: 32%;
    }
    .box_job_related {
        padding-left: 0;
        margin-top: 2rem;
        position: unset;
    }
    .item_job .title {
        font-size: 1.3rem;
    }

    /*library*/
    .box_library_wrapper .lib_inner {
        column-gap: 1rem;
    }
    .box_library_wrapper .lib_inner .item_library {
        width: calc((100% / 3) - 0.7rem);
    }
    .item_library .icon_mask {
        width: 3.771rem;
        height: 3.771rem;
    }

    /*contact*/
    .box_contact {
        flex-wrap: wrap;
    }
    .box_contact .item_contact {
        width: calc((100% / 2) - 1.2rem);
    }
    .item_library .desc,
    ul.menu_tabs>li,
    .box_contact .href_a a,
    .box_contact .info {
        font-size: 1.125rem;
    }
    .box_contact_form {
        padding: 3rem 5rem;
    }
    .box_contact_form .desc {
        font-size: 1.125rem;
        text-align: center;
    }
    .form_wrap .submit-btn.btn_block .btn {
        font-size: 1.2rem;
        height: 3rem;
    }
    .form_wrap textarea,
    .select-styled,
    .select .select-options > li {
        font-size: 1rem;
    }
    .form_wrap .wpcf7-not-valid-tip {
        font-size: 0.9rem;
    }
    .slide_prod_thumb img {
        max-width: 100%;
        width: auto;
        height: auto;
        transform: scale(.8);
    }

    .slide_prod_thumb .swiper-slide.swiper-slide-active .item>img {
        scale: 1.3;
    }
    #footer .footer_top:before, #footer .footer_middle:before {
        width: 53.4375rem  /* 1410/19.2 */;
    }
    .home_2 .group_heading {
        margin-bottom: 1.5rem;
    }
    .bubbles .item_bubbles {
        display: none;
    }
    .bg_home_6 .box_img {width: 100%;}

    .bg_home_6 .box_img:before {
        background: #fff;
        opacity: .8;
    }
    .hide_pc {
        display: block !important;
    }
    .slide_prod_thumb .swiper-slide {
        height: 17rem;
    }

    .slide_prod_thumb .swiper-slide.swiper-slide-active .item>img {
        scale: 1.1;
    }
    .box_list_job .item_job {
        width: calc((100% / 2) - 1rem);
    }
    .news_1 h1.heading_1 {
        text-align: center;
    }
    .box_product_export {
        margin-top: 3rem;
    }
    .box_product_export .swiper-pagination{
        display: block;
        margin-top: 1rem;
    }
    [data-open="#main-menu"]{
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 4rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#main-menu"] {
        transform: translate(.7rem, 0.2rem);
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 70px;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        top: 70px;
        position: fixed !important;
    }

    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .nav.nav-vertical .lang-item a {
        width: 3rem !important;
        height: 2rem;
        display: inline-flex;
        flex-grow: unset;
    }

    .nav.nav-vertical .lang-item {
        display: flex;
    }

    .nav.nav-vertical .lang-item {
        padding: 1rem 0.5rem 1rem 2.604rem !important;
    }

    /*product announce - page*/
    .product_announce .heading_1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .list_announce {
        row-gap: 1.8rem;
    }
    .list_announce .item_announce {
        width: calc((100% / 3) - 1.34rem);
    }
}

@media (max-width: 767px) {
    html {
        font-size: 3.5vw;
    }
    .hidden_mobile {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    .about_1,
    .manufacture_1,
    .export_1,
    .product_1,
    .prod_details_1,
    .library_1,
    .dish_1,
    .dish_details_1,
    .news_1,
    .post_details_1,
    .recruit_1,
    .recruit_details_1,
    .contact_1 {
        padding-top: 4rem;
    }

    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .arrow {
        display: none !important;
    }
    .swiper-pagination {
        display: block;
    }
    .heading_1 {
        font-size: 2.2rem;
    }

    /*header*/
    header#header #masthead #logo {
        width: 5.5rem;
        margin-top: 1.8rem;
    }
    /*footer*/
    #footer .social {
        margin-top: 2rem;
    }
    #footer .product {
        padding-left: 2rem;
    }
    #footer .register_contact {
        flex-wrap: wrap;
        gap: 2rem;
    }
    #footer .register_contact>* {
        width: 100% !important;
        text-align: center;
    }
    #footer .register_contact>div:not(:last-child) {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
    #footer .contact .content {
        justify-content: center;
    }
    #footer .submit-btn .btn,
    #footer .form_wrap input {
        height: 3rem;
    }

    /*home*/
    .arrow_down_wrapper {
        width: 5.5rem;
        height: 5.5rem;
        padding: 1.3rem;
    }
    .arrow_down svg {
        width: 1.042rem  /* 20/19.2 */;
        height: auto;
    }
    .home_1 {
        padding-top: 4rem;
    }
    .img_home_1 .slogan_about .content,
    .heading_home_1 {
        padding-right: 0;
    }
    .heading_home_1 .heading_1 {
        font-size: 2.6rem;
    }
    .img_home_1 .slogan_about .content br,
    .desc_sec_30 br {
        display: none;
    }
    .desc_sec_30 {
        font-size: 1.4rem;
    }
    .img_home_1 {
        margin-left: 0;
    }
    .img_home_1 .box_img_child>.box_img,
    .img_home_1 .slogan_about .content, .img_home_1 .box_img {
        transform: unset;
    }
    .img_home_1 .box_img_child {
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: 80%;
    }
    .img_home_1 .slogan_about .content {
        font-size: 2rem;
        text-align: center;
    }
    .home_2 {
        margin-bottom: 5rem;
    }
    .term_icon {
        gap: 1.5rem;
    }
    .home_2 .term_icon_mobile {
        margin-top: 2rem;
        justify-content: center;
        gap: 1rem;
    }
    .home_2 .term_icon_mobile .icon {
        display: none;
    }
    .home_2 .term_icon_mobile .item {
        border-radius: 5.208rem  /* 100/19.2 */;
        border: 1px solid var(--third-cl);
        padding: 0.5rem 0.7rem;
        flex: 0 0 auto;
    }
    .home_2 .term_icon_mobile .item.active {
        background: var(--button-cl);
        border-color: var(--button-cl);
    }
    .home_2 .term_icon_mobile .item.active .name {
        color: #fff;
    }
    .home_2 .bg_section>img {
        height: 43rem;
    }
    .maps_pin_wrapper .item {
        padding: 0.4rem;
    }
    .maps_pin_wrapper .icon {
        width: 1.6rem;
        height: 1.6rem;
    }
    .maps_pin_wrapper .icon>img {
        width: 1rem /* 24/19.2 */;
        height: 1rem /* 24/19.2 */;
    }
    .box_counter {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .box_counter .item_counter {
        width: calc((100% / 2) - 0.521rem);
    }
    .home_4 .desc_sec_30 {
        font-size: 1.3rem;
    }
    .home_5:before {
        background-size: contain;
    }
    .bg_home_6 .content_sec_absolute {
        padding: 0 2rem;
    }
    .bg_home_6 .desc br {
        display: none;
    }
    ul.menu_tabs.outline {
        justify-content: center;
    }
    .menu_tabs_news ul.menu_tabs>li {
        flex: 0 0 auto;
    }
    .box_large_highlight .item_post .box_content {
        padding-bottom: 0;
    }
    .box_large_highlight .item_post .title {
        margin-bottom: 0;
    }
    .box_desc_job .heading_6,
    .box_info_job .item {
        width: 100%;
    }
    .box_desc_job .item {
        flex-wrap: wrap;
    }
    .box_desc_job .item .content {
        padding-left: 1.4rem;
    }
    .form_job_wrapper {
        padding: 3rem 1.2rem;
    }
    .form_job_wrapper .heading_3 {
        font-size: 1.4rem;
    }
    .file_submit {
        flex-wrap: wrap;
    }
    .file_accept {
        font-size: 1.2rem;
    }
    .form_wrap .submit-btn.btn_block {
        margin-right: auto;
        margin-left: auto;
    }

    /*about*/
    .slogan_about .content {
        font-size: 1.4rem;
    }
    .slogan_about {
        position: unset !important;
    }
    .item_vision_mission>* {
        width: 100%;
    }
    .item_vision_mission {
        flex-wrap: wrap;
    }
    .item_vision_mission .content {
        padding-right: 0 !important;
    }
    .item_vision_mission .content p {
        font-size: 1.2rem;
    }
    .item_vision_mission:nth-child(even) .box_img {
        order: unset;
    }
    .box_core_values {
        flex-wrap: wrap;
    }
    .box_core_values .box_img {
        position: unset;
        width: 100%;
        height: unset;
        transform: unset;
    }
    .box_core_values .flex {
        width: 100%;
    }
    .box_core_values .box_content {
        width: 100%;
        background: none;
        padding: 0;
        margin-top: 1rem;
    }
    .box_core_values .box_content h3 {
        color: var(--third-cl);
        font-size: 1.28rem;
    }
    .box_core_values .box_content p {
        color: var(--third-cl);
        font-size: 1.2rem;
    }
    .box_slide_history .swiper-slide .box_img, .box_slide_history .swiper-slide .content {
        opacity: 1;
    }
    .box_slide_history .swiper-slide .box_img {
        width: 16.979rem;
        height: 16.979rem;
        margin: 0 auto 0.833rem auto;
    }
    .slide_history_main {
        height: 24rem;
    }
    .slide_history_main.no-overflow {
        overflow: unset;
    }

    /*manufacture*/
    .manufacture_2 .heading_1,
    .manufacture_1 .heading_1 {
        font-size: 1.8rem;
    }
    .manufacture_1 .desc_sec_30 {
        font-size: 1.3rem;
    }
    .box_tabs_tc {
        display: block;
        margin-top: 3rem;
    }
    ul.nav_tabs_icon li {
        width: calc((100% / 2) - 8px);
    }
    ul.nav_tabs_icon li .content {
        font-size: 1rem;
    }
    .for_tabs_icon {
        width: 100%;
    }
    .for_tabs_icon .box_img>.inner .content {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    .manufacture_4 .heading_1,
    .manufacture_3 .heading_1 {
        font-size: 1.6rem;
    }
    .box_product_control {
        flex-wrap: wrap;
    }
    .box_product_control .box_img {
        width: 100%;
    }
    .box_product_control .slogan>.text br,
    .manufacture_5 .heading_1 br,
    .box_product_control .graphic {
        display: none;
    }
    .manufacture_5 .heading_1 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .box_product_control .slogan {
        position: unset !important;
    }
    .box_product_control .slogan>.text {
        transform: unset;
    }
    .manufacture_5 {
        padding-bottom: 4rem;
    }

    /*export*/
    .export_3 .bg_section>img {
        height: 35rem;
    }
    .export_4 .group_heading {
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn {
        font-size: 1.1rem;
    }
    .export_5 .desc_sec_30 {
        font-size: 1.3rem;
        margin-top: 0.5rem;
    }

    /*product - page*/
    .box_product_items .item_prod {
        width: calc((100% / 2) - 0.55rem);
    }
    .item_prod {
        padding: 1rem;
    }

    /*product - details*/
    span.subtitle {
        display: block;
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }
    ul.menu_tabs>li {
        flex: 0 0 auto;
    }
    .item_certificate .content,
    .prod_details_2 p {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .box_about_prod .item_certificate span.text-bold {
        font-size: 1.8rem;
    }
    .item_certificate {
        flex-wrap: wrap;
    }
    .prod_details ul.menu_tabs>li {
        min-width: unset;
        width: auto;
        padding-left: 6px;
        padding-right: 6px;
        flex: unset;
        font-size: 1rem;
    }


    /*post - page*/
    .term_post {
        flex-direction: column;
        align-items: flex-start;
    }
    .term_post span.dot {
        display: none;
    }
    ul.menu_tabs.outline>li a, .box_posts .item_post .term_post>:not(span.dot) {
        font-size: 1.2rem;
    }
    .box_posts .item_post {
        width: calc((100% / 2) - 0.55rem);
    }

    /*post - details*/
    .box_post_related > .item_post {
        width: 100%; /* Full width on smaller screens */
    }
    .post_content h4 {
        font-size: 1.3rem;
    }
    .post_content p, .post_content li {
        line-height: 1.6;
    }
    .item_post .term_post>:not(span.dot) {
        font-size: 0.9rem
    }
    .item_post .title {
        font-size: 1.2rem;
    }
    .tag_wrapper {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .post_tag span.title, .post_tag .item_tag>a {
        font-size: 1.2rem;
    }
    .post_tag {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .share_post>span.title {
        font-size: 1.4rem;
    }
    a.item_share {
        width: 3.5rem;
        height: 3.5rem;
    }

    /*dish*/
    .box_dish_items .item_dish {
        width: calc((100% / 2) - 0.55rem);
    }
    .item_dish .cooking_container {
        flex-direction: column;
        gap: 0.6rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .dish_heading .heading_1 {
        font-size: 2rem;
    }

    /*dish - details*/
    .box_ingredient {
        padding-right: 0;
    }
    .divide_sec {
        margin: 2rem /* 70/19.2 */ auto;
    }
    .dish_details_3 {
        padding-bottom: 3rem;
    }
    .box_info_dish {
        justify-content: space-between;
    }

    /*recruitment*/
    .recruit_1 {
        padding-bottom: 4rem;
    }
    .recruit_1 .heading_1 {
        font-size: 2rem;
    }
    .recruit_1 .desc_sec_30 {
        font-size: 1.2rem;
    }
    .box_items_banner {
        margin-top: 3rem;
    }
    .box_items_banner .heading_5 {
        font-size: 1.1rem;
    }
    .box_items_banner .item:nth-child(2) {
        rotate: -1.92deg;
    }
    .box_list_job {
        column-gap: 1rem;
    }
    .box_list_job .item_job {
        width: calc((100% / 2) - 0.5rem);
        padding: 1rem;
    }
    .box_list_job .title {
        font-size: 1.1rem !important;
    }
    .item_job .info_item span {
        font-size: 1rem;
    }
    .recruit_2 .heading_1 {
        font-size: 1.8rem;
    }

    /*recruitment - details*/
    .recruit_details_1 .heading_2 {
        font-size: 1.3rem;
    }

    /*library*/
    .box_library_wrapper .lib_inner .item_library {
        width: calc((100% / 2) - 0.5rem);
    }

    /*contact*/
    .contact_1 {
        padding-bottom: 4rem;
    }
    .box_contact .heading_6 {
        font-size: 1.3rem;
    }
    .box_contact {
        gap: 1rem;
    }
    .box_contact .item_contact {
        width: 100%;
    }
    .box_contact_form {
        padding: 2rem 1rem 2rem;
    }
    .box_contact_form .heading_2 {
        font-size: 2rem;
    }
    .box_contact_form .desc {
        padding: 0;
    }
    .form_wrap .form_item {
        width: 100%;
        max-width: 100%;
    }
    .for_tabs_icon .item .box_img {
        width: 100%;
        padding-bottom: 100%;
        height: auto;
    }

    .for_tabs_icon .item .box_img>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .item_prod .box_img {
        height: 13rem;
    }
    .form_contact .large-12.bottom {
        display: block;
    }

    .form_contact .left_content {
        width: 100%;
        margin-bottom: 1rem;
        display: block;
    }

    .form_contact .large-12.bottom .form-group.submit-btn.btn_block {
        transform: unset;
    }
    .bg_home_6 .box_img {
        width: 100%;
    }

    .bg_home_6 .box_img:before {
        background: #fff;
        opacity: .9;
    }
    .off-canvas-left .mfp-content {
        border: none;
    }
    .about_2 {
        padding-bottom: 2.5rem;
    }
    .about_4 {
        padding-top: 5rem;
        margin-bottom: 4rem;
    }
    .stuck .header-main .nav > li > a {
        padding: 0;
    }
    .thumbnails_manufacture_3 {
        height: 24.75rem  /* 936/19.2 */;
    }

    .manufacture_4 {
        padding: 4rem 0;
    }
    .export_3 {
        padding-bottom: 4rem;
    }

    .export_4 {
        padding-bottom: 6rem;
    }
    .export_2 {
        padding-bottom: 3rem;
    }
    ul.menu_tabs.outline>li a, .box_posts .item_post .term_post>:not(span.dot) {
        font-size: .9rem;
    }
    .news_1 {
        padding-bottom: 3.771rem;
    }
    li.flex.lang_item {
        padding-right: 1rem;
    }

    #footer .footer_top:before, #footer .footer_middle:before {
        width: calc(100% - 30px);
    }
    .box_tabs_tc {
        max-width: 100%;
    }
    .for_tabs_icon .box_img>.inner {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 2rem;
    }

    .for_tabs_icon {
        height: auto;
    }
    ul.nav_tabs_icon {
        align-items: flex-start;
    }
    .item_dish .name_prod {
        font-size: 1.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .item_dish .cooking_container svg {
        width: 1.3rem;
        height: auto;
    }

    .item_dish .cooking_container {
        font-size: 1rem;
    }
    section.section.default-page .content-wrap {
        padding: 0 15px;
    }
    .slide_prod_thumb .swiper-slide {
        height: 8rem;
    }

    /*product announce - page*/
    .product_announce {
        padding-top: 4rem;
    }
    .product_announce .heading_1 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .list_announce {
        column-gap: 1rem;
    }
    .list_announce .item_announce {
        width: calc((100% / 2) - 0.5rem);
    }
    .item_announce .title {
        font-size: 1.05rem;
    }
}

@media (max-width: 425px) {
    #footer .copyright>span {
        font-size: 12px;
    }
    #footer .policies>span>a {
        font-size: 1rem;
    }
}
