:root{
    --main-cl: #3e4bfc;
    --sub-cl: #ff4244;
    --container-w: 68.75rem  /* 1320/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.417rem;
    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: "Times New Roman", serif;
    overflow-x: hidden;
    font-size: 1.042rem  /* 20/19.2 */;
    color: #212529 !important;
    font-weight: 400;
    line-height: 1.5;
}
.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%);
}
.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
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10.417rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}
@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: 10vh;
    background-color: #fff;
    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*/
h1, h2, h3, h4, h5, h6, a {
    font-family: "Times New Roman", serif;
}
a {
    text-decoration: none !important;
}
/*transition general*/
svg, path, circle, img, a, input, textarea {
    transition: .5s all !important;
}
.container.clearfix:after,
.row.clearfix:after {
    content: unset;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w);
}
/*breadcrumbs*/
.breadcrumbs .row {
    max-width: unset;
}
.breadCrumbs .breadcrumb>ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.breadCrumbs .breadcrumb>ul>li{
    margin-bottom: 0;
}
.breadCrumbs .breadcrumb>ul>li a {
    display: flex;
    text-decoration: none;
    color: var(--color-black);
}
.breadCrumbs .breadcrumb>ul>li.title_single cite {
    color: var(--color-gray);
}
.breadCrumbs .breadcrumb>ul>li.page_part cite {
    color: var(--color-black);
}
.breadcrumbs cite {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.breadcrumbs .divider {
    opacity: 0.8;
    font-size: 14px;
    margin: 0 .5rem;
}
.breadcrumbs ul>li:last-child>cite {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.breadcrumbs ul>li:not(:last-child) cite {
    white-space: nowrap;
}
/*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 {
    max-width: 22%;
    height: auto;
}
.paging li>a:hover path {
    stroke: #fff;
}
/*.paging li>a svg {*/
/*    width: 14px;*/
/*    height: auto;*/
/*}*/
.paging li.active>a,
.paging li>a.active,
.paging li>a:hover {
    background: var(--main-cl);
    color: #fff !important;
    border-color: transparent;
}
/*share*/
.share a:hover img {
    transform: scale(0.9);
}
/*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%;
}


/*------------CSS------------*/

/*CSS*/
.owl-dots button {
    margin: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: var(--main-cl);
}

/*HEADER*/
.pc_show {
    display: block;
}
.pc_hidden {
    display: none;
}
.lang-header a {
    display: flex !important;
}
.album_home .slick-slide img {
    aspect-ratio: 5/3;
    object-fit: cover;
}
.header .menu>ul>li.menu-item-home {
    width: 42px;
    height: 42px;
}
.header .menu>ul>li.menu-item-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home.png');
    background-repeat:  no-repeat;
    background-position:  center;
    background-size: contain;
    transition: .4s all;
}
.header .menu>ul>li.menu-item-home a {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: normal;
    opacity: 0;
}
.header .menu>ul>li.menu-item-home:hover:before {
    transform: scale(0.9);
}
.header .menu>ul>li a[aria-current="page"] {
    color: #ff4244;
}
.header .menu>ul>li .toggle {
    display: none;
}
.logo-header img {
    transition: .5s all;
    width: auto;
}

/*FOOTER*/
.social li a:hover img {
    transform: scale(0.9);
}

ul.fixed_button {
    position: fixed;
    bottom: 15%;
    right: 1rem;
    z-index: 999;
}

ul.fixed_button a {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: .5rem;
}
ul.fixed_button {
    list-style: none;
    margin: 0;
}
ul.fixed_button li {
    margin: .7rem 0;
}

ul.fixed_button a img {
    width: 100%;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}


/*HOME*/
.product_home,
.home_about {
    padding-top: 2rem;
}
.home_about a {
    color: var(--main-cl);
}
.home_about a:hover {
    color: var(--sub-cl);
}
.home_about ul {
    padding-left: 2rem;
}
.news_home .item_center_:nth-child(even) .img_center {
    order: 1;
}
#video-select iframe {
    height: auto;
    aspect-ratio: 16/9;
}

/*ABOUT*/
.about_page ul {
    padding-left: 2.2rem;
}
.about_page a,
.about_page li,
.about_page p {
    /*font-size: 15px;*/
    line-height: 1.4;
}.title_ft {
    color: #fff !important;
}
.content_sumenh .item {
    display: flex;
    flex-direction: column;
}
.content_sumenh .item.chan img {
    order: 1;
}
.line_tamnhin img {
    display: block;
}
.list_develop .wrap_muiten {
    top: -0.55rem;
}
.list_develop .item .line {
    max-height: 600px;
}
.list_counter .counter_item {
    width: 25%;
    font-weight: 500;
    text-align: center;
}
.list_counter .counter_item .number {
    font-size: 25px;
}
.awards .desc {
    font-weight: 500;
}

/*SERVICE - DETAILS*/
.service_details {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.slide_service .swiper-pagination {
    display: none;
}
.fancybox-image,
.slide_service .box_img>img {
    border-radius: 0.833rem  /* 16/19.2 */;
}
.box_service_content:not(:last-child) {
    padding-bottom: 4rem;
}
.box_service_content:nth-child(even) .col:nth-child(2) {
    order: -1;
}
/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
/*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;
}
.btn_service {
    display: flex;
    align-items:  center;
    justify-content: center;
    width: 100%;
    padding: 5px 1.458rem;
    height: 2.5rem  /* 48/19.2 */;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: var(--main-cl);
    border: 2px solid var(--main-cl);
    border-radius: 5.208rem  /* 100/19.2 */;
    transition: .4s all;
}
.btn_service:hover {
    background: var(--main-cl);
    color: #fff;
    border: 2px solid var(--main-cl);
}
.box_service_content .subtitle {
    color: rgb(165, 165, 165);
    font-size: 14px;
    font-weight: 500;
    line-height:  1.4;
    margin-bottom: 10px;
}
.box_service_content .title {
    color: var(--main-cl);
    font-size: 2.083rem  /* 40/19.2 */;
    font-weight: 400;
    line-height:  1.4;
}
.box_service_content .box_content {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.box_service_content .box_content ul {
    padding-left: 1rem;
}
.service_details .row {
    max-width: 1320px;
}

/*PRODUCT - DETAILS*/
.share_product {
    margin-bottom: 0.8rem;
}
.share_product .share {
    padding: 0;
    background: none;
    margin: 0;
    border-radius: 0;
}
.share_product .share .social-plugin {
    margin: 0;
}
.share_product .share>b {
    display: none;
}
.tabs-pro-detail iframe {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.tabs-pro-detail ul {
    padding-left: 2.2rem;
}
ul.attr-pro-detail li {
    display: flex;
    align-items: center;
}
ul.attr-pro-detail .attr-label-pro-detail {
    font-weight: 400;
    margin-bottom: 5px;
    color: #575757;
    font-size: 1.042rem  /* 20/19.2 */;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
    margin-bottom: 0;
}

/*POST*/


/*POST - DETAILS - GENERAL*/
.post_details .content-main,
.list-news-other li a {
    font-size: 0.833rem  /* 16/19.2 */;
}
.post_details a {
    color: var(--main-cl);
}
.post_details a:hover {
    color: var(--sub-cl);
}
.time-main span {
    font-size: 0.833rem  /* 16/19.2 */;
}
blockquote {
    font-size: 1.125rem;
    border-color: var(--main-cl);
    background: rgba(170, 170, 170, 0.28);
    padding: 1rem 1.25em 1rem 1.875em;
}
blockquote p {
    margin-bottom: 0;
}

.post_details h1, .post_details h2, .post_details h3, .post_details h4, .post_details h5, .post_details h6,
.post_details .h1, .post_details .h2, .post_details .h3, .post_details .h4, .post_details .h5, .post_details .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
}
.post_details h1, .post_details .h1 {
    font-size: 2.5rem;
}
.post_details h2, .post_details .h2 {
    font-size: 2rem;
}
.post_details h3, .post_details .h3 {
    font-size: 1.75rem;
}
.post_details h4, .post_details .h4 {
    font-size: 1.5rem;
}
.post_details h5, .post_details .h5 {
    font-size: 1.25rem;
}
.post_details h6, .post_details .h6 {
    font-size: 1rem;
}


/*CONTACT*/
.form-contact .row>.input-contact {
    max-width: 48% !important;
}
.form-contact .row {
    justify-content: space-between;
}
input[type=submit] {
    min-height: unset !important;
}
.form-contact .input-contact input {
    text-indent: 16px;
    box-shadow: none;
}
.form-contact .input-contact input,
.form-contact .input-contact textarea {
    width: 100%;
    padding: 0;
    outline: none;
    font-size: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 0;
}
.form-contact .input-contact textarea {
    padding: 10px;
}
.form-control,
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    transition: .4s all;
    border-radius: 0.25rem;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.button_form {
    gap: 0.5rem;
}
.button_form .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: inherit;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button_form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.button_form .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.button_form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: .85rem;
}

/*MOBILE*/
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}
.hamburger.is-sm {
    font-size: 1rem;
}
.hamburger.is-md {
    font-size: 1.5rem;
}
.hamburger.is-lg {
    font-size: 2rem;
}
.hamburger-line {
    position: absolute;
    right: 0;
    width: 26px;
    height: 0.125em;
    border-radius: 0.125em;
    background: #fff;
    transition: inherit;
}
.hamburger-line:nth-child(1) {
    top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
    top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}
.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 26px;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 26px;
    transform: translateY(-50%) rotateZ(135deg);
}
.wrap_menu_mobile{
    display: none;
}
/*.header_top p i {*/
/*    margin-top: 5px;*/
/*}*/
.elementor-3359 .elementor-element.elementor-element-147de9a .food-menu-content-title-holder h3, .elementor-3359 .elementor-element.elementor-element-147de9a h5.menu_post .menu_title
@media (max-width: 1199px) {
    html {
        font-size: 1.5vw;
    }

    /*HEADER*/
    a.logo-header {
        margin-top: -4.6875rem  /* -90/19.2 */;
        min-width: 14rem;
    }
    .pc_show .logo-header {
        padding-left: 10px !important;
        margin-left: -10px !important;
    }

    .menu {
        width: 100%;
    }
    .header_top marquee {
        width: 30%;
        margin-left: 10rem;
    }

    /*FOOTER*/
    .title_ft {
        font-size: 1.2rem;
    }
    .title_footer {
        margin-top: 0;
    }
    .social li a img {
        width: 2.5rem;
    }

    /*HOME*/
    .item_criteria {
        position:  relative;
    }
    .img_criteria {
        width: 6rem;
        height: 6rem;
        padding: 1rem;
    }
    .info_criteria {
        margin-top: -3.646rem  /* -70/19.2 */;
    }
    .info_criteria h3 {
        font-size:  0.9375rem  /* 18/19.2 */;
        background: unset;
    }
    .info_criteria span {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/title_criteria.png) no-repeat bottom center;
        z-index: 6;
    }
    .box_album .slick-next,
    .box_album .slick-prev {
        width: 3.125rem  /* 60/19.2 */;
        height: 3.125rem  /* 60/19.2 */;
        top: 50%;
        background-size: contain !important;
    }
}

@media (max-width: 911px) {
    html {
        font-size: 1.5vw;
    }
    .center .title-main span,
    .title-main span {
        font-size: 2.4rem !important;
        font-weight: 500;
    }
    .paging li>a {
        width: 3.2rem;
        height: 3.2rem;
    }

    /*    HEADER*/
    .tablet_hidden {
        display: none;
    }
    .tablet_show {
        display: block;
    }

    .logo-header {
        min-width: unset;
        position: unset;
        background: none;
        margin-top: 0;
        margin-right: 0;
    }
    .logo-header img {
        height: 7rem !important;
    }

    .wrap_menu_mobile{
        display: block;
    }
    .wrap_menu_mobile {
        position: fixed;
        top: 178px;
        left: 0;
        width: 60%;
        height: calc(100vh - 97px);
        background: #3e4bfc;
        opacity: 0;
        pointer-events: none;
        transition: .4s all;
        z-index: 9999;
    }
    .wrap_menu_mobile .primary a {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        padding-top: 15px;
        padding-bottom: 12px;
        font-size: 1.4rem;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        width: 100%;
        padding: 1.3rem 0;
        line-height: normal;
    }
    .wrap_menu_mobile .primary {
        background: transparent;
        margin: 0 1rem;
    }
    .wrap_menu_mobile .primary li {
        border-color: rgb(255 255 255 / 30%);
    }
    .toggle {
        color: #fff !important;
    }
    .nav_header_mobile {
        display: flex;
        align-items: center;
    }
    .wrap_menu_mobile.is-active {
        opacity: 1;
        pointer-events: unset;
    }
    .wrap_menu_mobile .primary .sub-menu li, .wrap_menu_mobile .primary .sub-menu li a,.wrap_menu_mobile .primary .sub-menu {
        border: none !important;
        line-height: 1.4;
    }
    .wrap_menu_mobile .primary .sub-menu {
        padding-left: 1.3rem;
    }
    .wrap_menu_mobile .primary .sub-menu a {
        padding: .7rem 0;
    }
    .wrap_menu_mobile .primary .menu {width: 100% !important;}



    /*    FOOTER    */
    .footer-article .wrap-content {
        padding-top: 2rem;
    }
    .footer-news {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .footer-news:nth-child(1) {
        order: 1;
        padding-top: 4rem;
    }
    .title_ft,
    .title_footer {
        font-size: 1.4rem;
    }

    /*HOME*/
    .info_criteria {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }
    .info_criteria h3 {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .col_product {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 1rem;
    }
    .tab_product li a {
        font-size: 1rem;
    }
    .album_home .slick-slide img {
        aspect-ratio: 5/2;
    }
    .video_home {
        padding-bottom: 6rem;
    }

    /*  ABOUT  */
    .list_develop .wrap_muiten {
        top: -1.05rem;
    }
    .list_counter {
        width: 100%;
        margin: 4rem 0;
    }

    /*    SERVICE - DETAILS*/
    .btn_service {
        height: 4rem;
    }

    /*    SERVICE*/
    .blog-item .blog-item-mains .blog-item-name a {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    /*    COTNACT*/
    .form-contact .row>.input-contact {
        max-width: 100% !important;
    }
    .top-contact {
        flex-wrap: wrap;
    }
    .top-contact>* {
        width: 100% !important;
    }
    .header_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wrap-content {
        margin: 0 !important;
    }

    .header_bottom .wrap-content {
        padding: 0 !important;
    }

    .logo-header img {
        height: 55px !important;
    }

    .header_bottom {
        background: #3e4bfc !important;
    }

    .wrap_menu_mobile {
        width: 100%;
        top: 97px;
    }
    .logo-header {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 2.5vw;
    }
    body {
        font-size: 1.85rem !important;
    }

    /*HEADER*/
    .wrap_menu_mobile {
        width: 100%;
        top: 120px;
    }
    .wrap_menu_mobile .primary a {
        font-size: 1.7rem;
    }

    /*FOOTER*/
    .title_ft {
        font-size: 2.3rem;
        font-weight: 500;
    }
    .footer-news:nth-child(1) {
        flex:  0 0 auto;
        order: unset;
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .footer-news:nth-child(2) .col-6 {
        flex:  0 0 auto;
        max-width: 100%;
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
    .footer-article .wrap-content {
        padding-bottom: 0 !important;
    }
    .title_ft {
        font-size: 2.2rem;
    }
    .title_footer {
        font-size: 1.7rem;
    }
    .social li a img {
        width: 3.8rem;
    }
    .footer-article .wrap-content {
        padding-bottom: 0;
    }
    .info-footer p {
        margin-bottom: .6rem;
    }
    .info-footer {
        font-size: 1.8rem !important;
    }
    .statistic,
    .copyright {
        font-size: 1.3rem;
        text-align: center;
        float: unset;
        padding-bottom: .7rem;
    }
    .statistic {
        display: flex;
        justify-content: space-between;
    }
    .footer-powered {
        padding-top: 10px;
    }
    ul.fixed_button a {
        width: 5rem;
        height: 5rem;
    }


    /*HOME*/
    .tab_product li {
        margin: 0 4px;
    }
    .col_product {
        flex: 0 0 auto;
        max-width: 100%;
        width: calc(100% / 2);
    }
    .more_product {
        width: fit-content;
        min-width: 4rem;
        font-size: 1.3rem;
        padding: 0 3rem;
        margin-top: 2rem;
    }
    .album_home .slick-slide img {
        aspect-ratio: 5 / 3;
    }
    .box_album .slick-next, .box_album .slick-prev {
        width: 4.125rem;
        height: 4.125rem;
        background-size: cover !important;
        background-position: left !important;
    }
    .news_home .item_center {
        gap: 1rem;
    }
    .news_home .item_center .img_center {
        aspect-ratio: 4/3;
    }
    .news_home .item_center .info_center {
        width: 100%;
    }
    .info_center h3 {
        font-size: 2rem !important;
    }
    .news_home .info_center span {
        height: unset !important;
        font-size: 1.6rem !important;
        line-height: 1.4 !important;
    }
    .img_criteria {
        width: 10rem !important;
        height: 10rem !important;
    }
    .info_criteria {
        min-height: 24rem !important;
        margin-top: -4rem !important;
    }
    .info_criteria h3 {
        font-size: 1.3rem !important;
    }
    .owl-carousel .owl-item img {
        width: auto;
        height: auto;
    }
    .box_album .slick-prev,
    .box_album .slick-next {
        width: 3.4rem !important;
        height: 3.4rem !important;
        top: 50% !important;
    }
    .video_news_wrap .col-6 {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .partner_home .title-main span {
        font-size: 2.8rem;
    }

    /*    ABOUT*/
    .list_develop .wrap_muiten {
        top: -1.45rem;
    }
    .list_develop .item .cicle {
        width: 1.8rem;
        height: 1.8rem;
        margin-top: .8rem;
    }
    .list_executive .item .info .fullname {
        font-size: 2.5rem;
    }
    .list_executive .item {
        margin-bottom: 4rem;
    }


    /*    SERVICE - DETAILS*/
    .box_service_content:nth-child(even) .col:nth-child(2) {
        order: unset;
    }
    .box_service_content .box_content ul {
        padding-left: 2.2rem;
    }
    .box_service_content .title br {
        display: none;
    }
    .box_service_content .box_content {
        font-size: 1.5rem;
    }

    /*    LAYOUT GRENRAL*/
    .layout_post_general .col-4 {
        flex: 0 0 auto;
        max-width: 50%;
    }
    .blog-item .blog-item-mains .post-time {
        font-size: 1rem;
    }
    .blog-item .blog-item-mains .blog-item-summary {
        line-height: 1.4;
        font-size: 1.3rem;
    }
    .list-news-other li a {
        font-size: 1.2rem;
    }

    /*    PRODUCT - DETAILS*/
    .left-pro-detail,
    .right-pro-detail {
        width: 100%;
    }
    .title-pro-detail {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .share_product .social-plugin img {
        width: 3rem;
    }
    .price-new-pro-detail {
        font-size: 1.4rem;
    }
    .tabs-pro-detail .ul-tabs-pro-detail li {
        width: 100%;
        text-align: center;
    }
    /*.header_bottom {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*    background: #3e4bfc !important;*/
    /*}*/

    .logo-header {
        margin-top: 0 !important;
        height: 80px;
        background: transparent;
    }

    .header_bottom .wrap-content {
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .logo-header img {
        max-height: 100%;
        height: 80px !important;
    }
    .mm-slideout {
        z-index: unset !important;
    }

    .button_form .btn {
        padding: 0.8rem 1.2rem;
        font-size: 1.8rem;
    }
    .button_form input[type=submit] {
        min-height: unset;
    }
    .ez-toc-sticky {
        display: none;
    }

    ul.attr-pro-detail .attr-label-pro-detail {
        font-size: 1.8rem !important;
    }
    .title-pro-detail {
        font-size: 2rem !important;
    }
    .time-main {
        margin-bottom: 1.4rem;
    }
    .time-main span {
        font-size: 1.4rem !important;
    }
    .form-contact .input-contact input, .form-contact .input-contact textarea {
        font-size: 1.7rem;
    }

}
.aos-animate,[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transform: unset !important;
    opacity: 1 !important;
}
.aos-init ,
.title-main,
.blog-item,
[data-aos^=fade][data-aos^=fade].aos-animate,
.content-main,.wrap_intro,
.bottom-contact,
.article-contact,
.form-contact{
    transform: unset !important;
    opacity: 1 !important;
}