:root {
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

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: #FB4D80;
}

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;
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(30px)
    }
}

/*.header-main .nav > li > a[href="#search-lightbox"] {*/
/*    pointer-events: none;*/
/*}*/

body {
    overflow-x: hidden;
    font-family: "Nunito", serif;
    font-size: 0.8rem;
}

.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%);
}

.line_banner {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.line_banner svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: -1px;
}

ul.nav_tabs_form {
    max-width: 32rem;
    display: flex;
    list-style: none;
    margin: auto;
    padding: 0;
    justify-content: center;
}

ul.nav_tabs_form li {
    display: flex;
    align-items: center;
    MARGIN: 0;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-weight: 900;
    text-align: left;
    width: calc(calc(100% / 3) - 0.3rem);
    margin: 0 0.15rem;
    background: linear-gradient(180deg, #e4c284,#f88eb2 , #f88eb2);
    border-radius: 1.25rem 1.25rem 0 0;
    line-height: 1.3;
    color: #fff;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: .5s all;
    justify-content: center;
}

ul.nav_tabs_form li .icon {
    width: 2.05rem;
    height: 2.05rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

section {
    position: relative;
}

ul.nav_tabs_form li .icon img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

ul.nav_tabs_form li:before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    background: linear-gradient(180deg, #FB4E81 0%, #FDA1BE 100%);
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.2rem);
    z-index: -1;
    border-radius: 1.05rem 1.05rem 0 0;
}

ul.nav_tabs_form li.active {
    background: linear-gradient(180deg, #e4c284,#F5EDC4, #F5EDC4);
    color: var(--Jolly-Pink, #FB4D80);
    pointer-events: none;
}

ul.nav_tabs_form li.active:before {
    background: #F5EDC4;
}

.for_tabs_form {
    background-image: url(../images/bg_for_tab_1.png);
    background-size: 100% 100%;
}

.for_tabs_form[data-id="2"] {
    background-image: url(../images/bg_for_tab.png);
}

.for_tabs_form h3 {
    color: #D0A060;
    margin-bottom: 1rem;
    font-weight: 900;
    font-size: 2rem;
}

.for_tabs_form {
    padding: 4.5rem 6rem;
    margin-top: -2.25rem;
    position: relative;
}

.wrap_form input {
    height: 2.5rem;
    border-radius: 5rem;
    outline: none !important;
    box-shadow: none;
    color: #8B5E3C;
    font-size: 0.9rem;
    border: 1px solid #fff;
    padding: 0 1.35rem;
    margin: 0 0 1rem;
}

.wrap_form input::placeholder {
    color: #8B5E3C;
    font-size: 0.9rem;
}

span.wpcf7-spinner {
    position: absolute;
}

.wrap_form input[type="radio"] {
    display: none;
}

.wpcf7 span.wpcf7-list-item span {
    color: #8B5E3C;
}

.wrap_form input[type="radio"]:checked+span {
    color: var(--Jolly-Pink, #FB4D80);
}

.wrap_form input[type="radio"]+span:before,.wrap_form input[type="radio"]+span:after {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    background: #fff;
    ba]: ;
    ba]: #ff;
    ba]: #f;
    ba]: #;
    border-radius: 50%;
    margin-right: 0.75rem;
}

.wrap_form span.wpcf7-list-item label span {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.wrap_form input[type="radio"]+span:after {
    position: absolute;
    background: #FB4D80;
    width: 0.6rem;
    height: 0.6rem;
    left: 0.4rem;
    opacity: 0;
    transition: .5s all;
}

.wrap_form input[type="radio"]:checked+span:after {
    opacity: 1;
}

.wpcf7 span.wpcf7-list-item {
    cursor: pointer;
}

.wpcf7 span.wpcf7-list-item+span.wpcf7-list-item {
    margin-right: 3.5rem;
}

.wrap_form label {
    color: #8B5E3C;
    margin-bottom: 1rem;
}

.col, .columns, .gallery-item {
    padding: 0 0.5rem;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.6rem;
}

.wrap_form input[type="submit"] {
    margin: 0;
    color: #fff;
    transition: .5s all;
}

.wrap_form input[type="submit"]:hover {
    background: #E4C183;
}

.button_style {
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0 1.35rem;
    text-transform: unset;
    margin: 0;
    flex: 0 0 auto;
}

.button_style .plus {
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    margin-left: 1.15rem;
    transform: rotate(0deg);
    transition: .5s all;
}

.button_style:hover .plus {
    transform: rotate(360deg);
}

.button_style .plus:before,.button_style .plus:after {
    height: 1px;
    width: 1.2rem;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
}

.button_style .plus:after {
    transform: rotate(90deg);
}

section.home_sec_2 {
    margin-top: -10rem;
    z-index: 2;
}

/*ul.nav_tabs_form li[data-id="3"] {*/
/*    pointer-events: none !important;*/
/*}*/

section.home_sec_3 {
    padding: 4rem 0 6.5rem;
}

span.sub_title {
    color: #F17CB1;
    font-weight: 600;
    text-transform: uppercase;
}

.heading_title {
    font-size: 3.5rem;
    color: #FD4A7F;
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-top: .5rem !important;
    font-weight: 900;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    letter-spacing: 0;
}

section.home_sec_3 .content {
    font-size: 1rem;
    max-width: 56.5rem;
    margin: 0 auto 2.5rem;
}

section.home_sec_3 h2.heading_title {
    max-width: 47.5rem;
    margin: 0 auto 0.5rem;
}

.home_imgs_sec_3 {
    display: flex;
    align-items: flex-end;
}

.home_imgs_sec_3 ul {
    list-style: none;
    margin: 0;
}

.home_imgs_sec_3 .left,.home_imgs_sec_3 .right {
    width: calc(25%);
}

.home_imgs_sec_3 .center {
    width: 50%;
    text-align: center;
    position: relative;
}

.home_imgs_sec_3 .left .box_img>img {
    width: 14.55rem;
    height: 14.55rem;
}

.home_imgs_sec_3 .left .box_img {
    position: relative;
    padding-left: 3.25rem;
}

.home_imgs_sec_3 .left li {
    position: absolute;
    top: -9%;
    left: 20%;
    margin: 0;
}

.home_imgs_sec_3 .left li img {
    width: 7.1rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
}

.home_imgs_sec_3 .box_link {
    position: absolute;
    bottom: 13%;
    right: 25%;
}

.home_imgs_sec_3 .left {
    padding-bottom: 3.25rem;
}

.home_imgs_sec_3 .right li img {
}

.home_imgs_sec_3 .left li.ht_rigth img {
    width: 14.9rem;
    height: auto;
}

.home_imgs_sec_3 .left li.ht_rigth {
    top: unset;
    left: unset;
    right: 1%;
    bottom: 44%;
}

.home_imgs_sec_3 .center img {
    max-width: 28.15rem;
    width: 100%;
}

.home_imgs_sec_3 .box_link a {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 700;
    max-width: 14.75rem;
    text-align: left;
    position: absolute;
    width: 14.75rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #FB4D80;
}

.home_imgs_sec_3 .box_link a img {
    width: 6.8rem;
    height: auto;
    flex: 0 0 auto;
}

.home_imgs_sec_3 .right ul {
}

.home_imgs_sec_3 .right ul .ht_rigth {
    text-align: right;
}

.home_imgs_sec_3 .right ul li {
    margin: 0;
}

.home_imgs_sec_3 .right ul li img {
    width: 9.95rem;
    display: block;
}

.home_imgs_sec_3 .right ul .ht_rigth img {
    margin-left: auto;
}

.home_imgs_sec_3 .right ul li+li {
    margin-top: 1.35rem;
}

.box_sub_title h3 {
    position: absolute;
    bottom: 49%;
    transform: translateY(50%);
    font-weight: 900;
    color: var(--Color, #704C2E);
    margin: 0;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    font-size: 2rem;
}

.box_sub_title {
    display: inline-flex;
    position: relative;
    padding: 0 1.1rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}

.heading_h2 {
    background: linear-gradient(90deg, #E5BD78 0%, #B4813E 18.49%, #D8A549 38.51%, #946837 58.51%, #C59455 82.41%, #D69158 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.group_home_sec_4 .left,.group_home_sec_4 .right {
    width: calc(calc(100% - 29rem)/2);
    padding: 0 1.5rem;
}

.group_home_sec_4 .center {
    width: 29rem;
    flex: 0 0 auto;
}

.items_home_sec_4 {
    text-align: center;
}

.group_home_sec_4 .center {
    padding-top: 3.75rem;
}

.items_home_sec_4 h3 {
    font-size: 1rem;
    color: var(--Jolly-Pink, #FB4D80);
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.items_home_sec_4 .content {
    color: var(--Color, #704C2E);
    font-size: 0.8rem;
    font-weight: 700;
}
.items_home_sec_4 .item+.item{
    margin-top: 1.302rem;
}
.items_home_sec_4 .box_img{
    height: 8.333rem;
    width: 100%;
}
.items_home_sec_4 .box_img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.group_home_sec_4 {
    margin: 2.5rem -1.5rem 0;
}

.home_sec_4 {
    padding-top: 9.5rem;
}

.home_sec_5 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    z-index: 3;
    position: relative;
}

.home_sec_5:after{
    position: absolute;
    height: 120px;
    bottom: 0;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0));
    pointer-events: none;
}
.home_sec_5 .group_content {
    max-width: 46.5rem;
    margin: auto;
}

.slider_product {
    max-width: 51.25rem;
    margin: auto;
    overflow: unset;
}

.item_product_slide {
    display: flex;
    align-items: center;
}

.item_product_slide .img_normal {
    position: absolute;
    right: 0;
}

.item_product_slide .box_img {
    width: 38.7rem;
    flex: 0 0 auto;
}

.item_product_slide h3 {
    font-size: 2.25rem;
    color: #FB4D80;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.item_product_slide .content {
    font-size: 0.85rem;
}

.item_product_slide a {
    background: #8BC1FF;
    width: 3.55rem;
    height: 3.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    margin-top: 1rem;
}

.item_product_slide a svg {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
    transform: rotate(0);
    transition: 1s all;
}

.item_product_slide a:hover svg {
    transform: rotate(360deg);
}

.slider_product .swiper-slide {
    transform: scale(.8);
}

.slider_product .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.slider_product .swiper-slide .img_normal {
    opacity: 1;
}

.item_product_slide>* {
    opacity: 0;
    transition: .5s all;
}

.slider_product .swiper-slide.swiper-slide-next .img_normal {
    right: unset;
    left: 0;
}

.slider_product .swiper-slide.swiper-slide-active .item_product_slide>* {
    opacity: 1;
}

.slider_product .swiper-slide.swiper-slide-active .img_normal {
    opacity: 0;
}

.slider_product .swiper-slide.swiper-slide-next .img {
}

.slider_product .swiper-slide .img_normal {
    width: 14rem;
}

.slider_product .swiper-slide {
    opacity: .6;
    transition: .7s;
}

.box_video {
    max-width: 83.5rem;
    margin: 0 auto;
); border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
}

.box_video a {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.box_video a span.icon {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(0.25rem);
    width: 6.25rem;
    height: 6.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.box_video a span.icon svg {
    width: 1.4rem;
    height: auto;
    display: block;
}

span.box_icon_video {
    position: relative;
    transform: translateY(-4.25rem);
}

span.box_icon_video span.box_content {
    width: 39.25rem;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: -2.5rem;
    transform: translate(-50%, 100%);
}

@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.box_video a span.icon:before {
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}

.home_sec_8:before {
    background: linear-gradient(180deg, rgba(209, 230, 255, 0.00) 0%, #D4E8FF 50%, rgba(209, 230, 255, 0.00) 100%);
    Selection colors Hex; height: 96.05rem;
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.img_home_sec_8 img {
    float: right;
    width: calc(100% + 10rem);
    max-width: calc(100% + 10rem);

}

.img_home_sec_8 {
    width: calc(100% + calc(100vw - 69.3rem)/2);
    pointer-events: none;
}

.home_sec_8 {
    padding: 3.8rem 0 2.5rem;
}

.items_home_sec_8 .item {
    display: flex;
    align-items: center;
}

.button_style_2 {
    background: var(--Baby-Blue, #8BC1FF);
}

.items_home_sec_8 .item h3 {
    font-size: 1.15rem;
    margin: 0;
    font-weight: 800;
    transition: .5s all;
}

.items_home_sec_8 .item {
    border: 1px solid #8BC1FF;
    Selection colors Hex #8BC1FF; border-radius: 5rem;
    padding: 0.65rem 0.65rem 0.65rem 1.5rem;
    transition: .5s all;
    background: transparent;
    cursor: pointer;
}

.items_home_sec_8 .item+.item {
    margin-top: 1rem;
}

.items_home_sec_8 {
    margin-top: 2rem;
}

.heading_style_2 .heading_title {
    color: #8BC1FF;
}

.heading_style_2 .sub_title {
    color: #8BC1FF;
}

.items_home_sec_8 .item:hover {
    background: #FB4D80;
    border-color: #FB4D80;
}

.items_home_sec_8 .item:hover h3 {
    color: #fff;
}

.home_sec_8 .row {
    align-items: center;
}

.box_video.box_video_style_2 a {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.26) 85.28%, rgba(0, 0, 0, 0.30) 100%);
    Selection colors Hex; }

.box_video_style_2 a {
    justify-content: flex-start;
}

.box_video_style_2 span.box_icon_video {
    left: 6.5rem;
}

span.box_icon_video span.title {
    line-height: 1.2;
    font-size: 2.25rem;
    color: #fff;
    font-weight: 800;
    width: 100%;
    display: block;
}

span.box_icon_video span.content {
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: left;
}

.box_video_style_2 span.box_icon_video span.box_content {
    left: 0;
    transform: translate(0%, 100%);
    text-align: left;
    max-width: 22.5rem;
}

.product_sec_1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 52.75rem;
}

.logo_top img {
    display: inline-block;
    max-width: 22.15rem;
    margin-bottom: 3.9rem;
}

.img_name img {
    height: 4.1rem;
    width: auto;
}

.img_name {
    margin-bottom: 0.75rem;
}

.product_sec_1 .img_center {
    height: 31rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.hoa_tiet_product {
    list-style: none;
    margin: 0;
}

ul.hoa_tiet_product li {
    position: absolute;
    bottom: 33%;
    left: -4%;
}

ul.hoa_tiet_product li img {
    max-width: 12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.hoa_tiet_product li.right {
    left: unset;
    right: -5%;
    bottom: unset;
    top: 28%;
}

.product_sec_1_content {
    max-width: 54rem;
    margin: auto;
}

.product_sec_1_content h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #FFFDD8;
    line-height: 1.4;
    max-width: 36rem;
    margin: 0 auto 0.5rem;
}

.product_sec_1_content .content {
    font-weight: 900;
    font-size: 0.9rem;
    color: #FFFDD8;
}

section.product_sec_2 {
    padding-top: 5rem;
}

.product_sec_1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #FD457B 0%, rgba(253, 219, 230, 0.00) 100%);
}

.box_content_product {
    border-radius: 3rem;
    background: #FFF;
    padding-bottom: 3rem;
}

.box_content_product .box_content {
    border-radius: 1.5rem;
    background: radial-gradient(91.45% 18.01% at 50% 50%, #FFF5DF 0%, #FFF1CF 100%);
    font-size: 0.9rem;
    color: #704C2E;
    padding: 1.35rem 2rem;
    margin: 1.5rem 2rem 0;
    width: calc(100% - 4rem) !important;
}

.content>*:last-child {
    margin: 0;
}

.box_content_product .box_img {
    padding: 0 0.5rem;

}

.box_content_product.content_top>*:first-child {
    margin-top: -1.5rem;
}

.box_content_product.content_top>* {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

.box_content_product .box_img {
    margin-top: 2.5rem;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

section.product_sec_2:before {
    background: linear-gradient(180deg, #FD457B 0%, #FDDBE6 65.5%, rgba(253, 219, 230, 0.00) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main, #wrapper {
    overflow: hidden;
}

.wrap_products_related {
    display: flex;
}

.item_product {
    position: relative;
}

.item_product .box_img {
    height: 13.5rem;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    align-items: flex-end;
}

.item_product .box_img>img {
    width: auto;
    height: auto;
    max-height: 85%;
    position: relative;
    z-index: 4;
    transform: scale(1);
    transition: .5s all;
}

.item_product .box_img .nen {
    width: 15.8rem;
    height: 9.75rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.75rem;
    z-index: 1;
    overflow: hidden;
}

.item_product .box_img .nen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.item_product h3 {
    text-align: center;
    font-size: 0.9rem;
    margin: 0.75rem 0 0;
}

.product_related {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
}

.product_related .content {
    max-width: 37.25rem;
    margin: 0 auto 2.5rem;
    font-size: 0.8rem;
}

.item_product:hover .box_img>img {
    transform: scale(1.15);
}

.footer_section {
    min-height: 40rem;
    align-items: flex-start;
    padding-top: 2.5rem !important;
    padding-bottom: 0 !important;
}

.section-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
}

.footer_section .logo_footer img {
    max-width: 13.25rem;
}

.menu_footer a {
    min-height: unset;
    border: none !important;
    padding: 0;
    font-size: 0.8rem;
    color: #001022;
}

.menu_footer li {
    border: none;
}

.menu_footer {
}

.ux-menu-link {
    margin-top: 0.3rem !important;
    display: block;
}

.ux-menu-title,.section-title-normal span {
    min-height: unset;
    padding: 0;
    color: var(--Jolly-Pink, #FB4D80);
    font-weight: 900;
    margin-bottom: 0.5rem !important;
    font-size: 0.8rem;
}

.section-title-normal span {
    border: none;
    margin: 0 !important;
}

.section-title-normal {
    border: none;
    margin-bottom: 0.5rem !important;
}

.section-title-normal b {
    display: none;
}

.container.section-title-container {
    margin: 0;
}

.absolute-footer {
    display: none;
}

.header-main {
    height: auto !important;
    background: #fff3f9;
    padding: 0;
}

#logo {
    width: auto !important;
}

body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

#logo img {
    max-height: unset !important;
    height: 3.5rem;
    width: auto;
}

.header-bg-container.fill {
    display: none !important;
}

header#header {
    background: #fff3f9;
}

.header-main .nav > li > a {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    padding: 0;
    line-height: 4rem !important;
}

.header-main .nav > li+li {
    margin-left: 1.5rem;
}

.header-button-1 a {
    background: var(--Jolly-Pink, #FB4D80);
    height: 2.45rem;
    display: inline-flex;
    align-items: center;
    padding: 0 1.5rem;
}

.header-button-1 a span {
    font-weight: 900;
    margin: 0;
}

i.icon-gift {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(../images/icon_home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

i.icon-gift:before, i.icon-search:before {
    opacity: 0;
}

i.icon-search {
    width: 1.45rem;
    height: 1.45rem;
    background-image: url(../images/icon_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ul.header-nav.nav-right li {
    margin-left: 2.5rem;
}

.section-content p {
    margin-bottom: 0.5rem;
}

section.home_sec_8+section.home_sec_7 {
    margin-bottom: 3rem;
}

.nav_tabs_product {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0 4rem;
    margin-bottom: 2.5rem;
}

.nav_tabs_product .box_img {
    height: 4rem;
    display: flex;
    justify-content: center;
}

.nav_tabs_product .box_img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.nav_tabs_product h3 {
    font-size: 0.7rem;
    color: #333;
    text-shadow: none;
    font-weight: 700;
    margin: 0.5rem 0 0 0;
    cursor: pointer;
}

.nav_tabs_product .item_nav {
    width: 25%;
    cursor: pointer;
    opacity: .5;
}

.nav_tabs_product .item_nav.active {
    opacity: 1;
}

.tabs_info_product h3.title {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: #FB4D80;
}

.item_table table * {
    border: none;
}

.item_table table tr:nth-child(odd) td {
    background: #DAEBFF;
}

.item_table table tr td {
    padding: 0.75rem 1.75rem;
    color: #333;
}

.item_table table tr:nth-child(odd) td:first-child {
    border-radius: 5rem 0 0 5rem;
}

.item_table table tr:nth-child(odd) td:last-child {
    border-radius: 0 5rem 5rem 0;
}

.item_table .content {
    font-size: 0.7rem;
    color: #333;
}

.item_table table strong {
    font-size: 0.9rem;
    font-weight: 900;
}

.tabs_info_product .for_tabs_form {
    background-image: url(../images/bg_tab_product.svg);
    padding: 5rem 4rem;
    min-height: 39rem;
    background-repeat: no-repeat;
}

.tabs_info_product ul.nav_tabs_form li {
    background: linear-gradient(180deg, #8BC1FF 0%, rgba(139, 193, 255, 0.50) 100%);
    color: #fff;
}

.tabs_info_product ul.nav_tabs_form li:before {
    background: linear-gradient(180deg, #8BC1FF 0%, rgba(139, 193, 255, 0.50) 100%);
}

.tabs_info_product ul.nav_tabs_form li.active:before {
    background: #fff;
}

.tabs_info_product ul.nav_tabs_form li.active {
    background: linear-gradient(180deg, #8BC1FF, transparent);
    color: var(--Baby-Blue, #8BC1FF);
}

.item_table {
    text-align: left;
}

.for_tabs_form ul.hoa_tiet {
    list-style: none;
    margin: 0;
    padding: 0;
}

.for_tabs_form ul.hoa_tiet li {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    left: 0;
    top: 60%;
}

.for_tabs_form ul.hoa_tiet li img {
    max-width: unset;
    width: 10rem;
    height: auto;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.for_tabs_form ul.hoa_tiet li.right {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
}

.home_sec_3:before {
    content: '';
    position: absolute;
    width: 100vw;
    background-image: url(../images/bg_home.png);
    height: 119.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: -32%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row {
    position: relative;
    z-index: 2;
}

.wrap_section {
    background: linear-gradient(180deg, #fff3f9 , #fff3f9 , #fff3f9 , #fff3f9 , transparent);
}

.home_sec_5:before {
    content: '';
    width: 100vw;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 247, 211, 0.00) 11.69%, #FFF7D3 74.97%, rgba(255, 247, 211, 0.00) 100%);
    height: 82rem;
    top: -18.2rem;
    pointer-events: none;
}

.home_imgs_sec_3 .left li, ul.hoa_tiet_product li {
    animation: hu__hu__ infinite 5s ease-in-out
}

.home_imgs_sec_3 .left li.ht_rigth {
    animation: hu__hu__ infinite 3s ease-in-out
}

.home_imgs_sec_3 .right ul li, ul.hoa_tiet_product li.right {
    animation: hu__hu__ infinite 4s ease-in-out
}

.home_imgs_sec_3 .right li.ht_rigth {
    animation: hu__hu__ infinite 6s ease-in-out
}

.home_imgs_sec_3 .center, .product_sec_1 .img_center {
    animation: hu__hu__ infinite 6s ease-in-out
}

.home_imgs_sec_3 .left .box_img {
    animation: hu__hu__ infinite 7s ease-in-out
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 72rem !important;
}
.row-full-width {
    max-width: calc(100% + 1rem) !important;
    width: calc(100% + 1rem) !important;
    margin: 0 -0.5rem !important;
}
/*loading-effect-page*/
.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: 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: #fff;
    /*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: .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;
}

ul.language_change {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.language_change li {
    margin: 0 !important;
    font-size: .9rem;
    font-weight: 600;
    color: #D1D1D1;
}

ul.language_change span {
    width: 0.05rem;
    height: 0.6rem;
    background: #D1D1D1;
    margin: 0 0.5rem;
}

ul.language_change li:last-child {
    color: #333;
}

.group_home_sec_4 .center img {
    max-width: 95%;
    margin: auto;
    display: block;
}

.button_style:hover {
    opacity: 1;
    background: #D0A060;
    box-shadow: none;
}

.item_table .item+.item {
    margin-top: 2rem;
}

.item_table {
    max-height: 21rem;
    overflow: auto;
    width: calc(100% + 0.5rem);
    padding-right: 0.5rem;
    overflow-x: hidden;
}

.item_table::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.item_table::-webkit-scrollbar {
    width: 0.217rem;
    background-color: #454545;
}

.item_table::-webkit-scrollbar-thumb {
    background-color: #213289;
}

.home_sec_5 .for_tabs_form ul.hoa_tiet li {
    top: 27%;
}

.home_sec_5 .for_tabs_form ul.hoa_tiet li.right {
    right: -2%;
}

.box_ab {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    width: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 32rem;
    transform: translateX(-50%);
    opacity: 0;
}

.img_chuyen_dong .box_img {
    display: flex;
    align-items: center;
}

.img_chuyen_dong ul {
    list-style: none;
    margin: 0 0 0 -5.75rem;
    width: 30%;
    min-width: 30%;
}

.img_chuyen_dong ul li {
    margin: 0;
}

.img_chuyen_dong ul.items-right li:nth-child(1) {
    margin-left: -3.7rem;
}
.img_chuyen_dong ul.items-left li:nth-child(1) {
    margin-right: -3.7rem;
}
.img_chuyen_dong ul.items-left li:nth-child(2) {
    margin-right: -1.7rem;
}
.img_chuyen_dong ul.items-right li:nth-child(2) {
    margin-left: -6rem;
    margin-top: 1rem !important;
}

.img_chuyen_dong ul.items-right li:nth-child(3) {
    margin-left: 2rem;
    margin-top: 1.5rem !important;
}

.img_chuyen_dong ul li .icon {
    width: 5.6rem;
    min-width: 5.6rem;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: zoom-border 3000ms ease-out infinite;
}

.img_chuyen_dong ul li:nth-child(2) .icon {
    animation: zoom-border 4000ms ease-out infinite;
}

.img_chuyen_dong ul li:nth-child(3) .icon {
    animation: zoom-border 5000ms ease-out infinite;
}

.img_chuyen_dong ul li .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.img_chuyen_dong ul.items-right li:nth-child(2) {
    margin: -0.75rem 0;
}

.img_chuyen_dong ul li>img {
    max-height: 4.5rem;
    max-width: 18.75rem;
    width: auto;
    height: auto;
}
.img_chuyen_dong ul.items-right li+li{
}
.img_chuyen_dong ul.items-left li{
    flex-direction: row-reverse;
}
.img_chuyen_dong ul.items-left li>img {

}
.img_chuyen_dong .box_img>img {
    width: 20.042rem;
}
.img_chuyen_dong .box_img>img:first-child+ul{
    width: unset;
    min-width: unset;
}
.img_chuyen_dong .box_img>img:first-child{
    width: 24rem;
}
.img_chuyen_dong .box_img>img:first-child+ul>li .icon{
    width: 7.6rem;
    min-width: 7.6rem;
    height: 7.6rem;
}
.img_chuyen_dong .box_img>img:first-child+ul>li>img{
    max-height: 5.5rem;
}

.nav-dropdown {
    padding: .5rem;
    box-shadow: 0 0 10px #fd608e5c;
}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #333;
}

.banner_slider img {
    width: 100%;
}

.box_img_top {
    text-align: center;
}

.box_video img {
    width: 100%;
}

.box_sub_title svg {
    width: 40rem;
    height: auto;
}

.home_sec_4 {
    padding-top: 2rem;
}

.slider_product .swiper-pagination {
    margin-bottom: 4rem;
    margin-top: -1rem;
    position: unset;
}

.slider_product .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fb4d80;
}

.slider_product .swiper-pagination {
    display: none;
}
.slider_product_mb .swiper-pagination {
    position: unset;
    margin-top: 1rem;
}

.slider_product_mb .swiper-pagination .swiper-pagination-bullet-active {
    background: #FD4A7F;
}

img.img_banner {
    width: 100%;
    height: auto;
}
section.ab_sec_2 {
    background: #fff3f9;
    padding: 1rem 0 7rem;
}

.ab_sec_2_img {}

ul.ab_sec_2_ht {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ab_sec_2_ht li {
    position: absolute;
    top: 12%;
    left: 17%;
    animation: hu__hu__ infinite 4s ease-in-out;
}

.ab_sec_2_img {
    max-width: 30rem;
    position: relative;
}

ul.ab_sec_2_ht li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    width: auto;
    max-width: 11.5rem;
}

ul.ab_sec_2_ht li:nth-child(2) {
    top: 89%;
    left: 10%;
    animation: hu__hu__ infinite 5s ease-in-out;
}

ul.ab_sec_2_ht li:nth-child(3) {
    top: 86%;
    left: 81%;
    animation: hu__hu__ infinite 6s ease-in-out;
}

ul.ab_sec_2_ht li:nth-child(2) img {
    max-width: 13.3rem;
}

ul.ab_sec_2_ht li:nth-child(3) img {
    max-width: 9.5rem;
}

.ab_sec_2 .content {
    max-width: 31.75rem;
    font-size: 1rem;
}

.ab_sec_3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 105%;
    width: 100%;
    background: linear-gradient(180deg, rgb(255 243 249) 0%, #fff7d3 19.94%, rgba(255, 247, 211, 0.00) 34%, #fffafd);
}

section.ab_sec_3 {
    position: relative;
    padding-bottom: 4.75rem;
    padding-top: 2.5rem;
    background-color: #fffafc;
    background-image: url(../images/ht_sua_3.png);
    background-repeat: no-repeat;
    background-position: bottom 5rem center;
    background-size: auto;
}

.ab_sec_3_content {
    max-width: 56.8rem;
    margin: 0 auto 3.5rem;
}

.ab_sec_3 span.box_content {
    max-width: 22.6rem;
}
.ab_sec_2_img:before{
    content: '';
    background-image: url(../images/ht_sua.png);
    position: absolute;
    width: 39.1rem;
    height: 16.95rem;
    z-index: -1;
    bottom: -6.05rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ab_sec_2:before{
    content: '';
    background-image: url(../images/ht_sua_2.png);
    position: absolute;
    width: 92.35rem;
    height: 47.3rem;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    top: -6rem;
    animation: hu__hu__ infinite 6s ease-in-out;
}
.wrap_process .item:nth-child(even) .box_img {
    order: 2;
}

.wrap_process .item .box_img img {
    width: 28.75rem;
    display: block;
    border-radius: 1.5rem;
}

.wrap_process .item:nth-child(even) .box_img img {
    float: right;
}

.wrap_process h3 {
    background: var(--234, linear-gradient(90deg, #E5BD78 0%, #B4813E 18.49%, #D8A549 38.51%, #946837 58.51%, #C59455 82.41%, #D69158 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.4rem;
    font-weight: 900;
    margin: auto;
}

.wrap_process .inner {
    max-width: 21.5rem;
    font-size: 1rem;
}

.wrap_process .item:nth-child(even) .inner {
    float: right;
}

.wrap_process .item+.item {
    margin-top: 6rem;
}

.wrap_process {
    margin-top: 4.5rem;
}

section.ab_sec_4 {
    padding: 4.75rem 0 0;
}
.wrap_process .item:before{
    content: '';
    background-image: url(../images/line.svg);
    width: 46.4rem;
    height: 6rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wrap_process .item:first-child:after{
    background-image: url(../images/ht_sua_1.png);
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 6.7rem;
    height: 6.45rem;
    bottom: -6rem;
    left: 33rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wrap_process .item:nth-child(even):before{
    content: '';
    background-image: url(../images/line2.svg);
    width: 43rem;
    height: 6rem;
    position: absolute;
}
.wrap_process .item:last-child:before{
    display: none;
}
.ab_wrap_section:before {
    background: linear-gradient(180deg, rgb(253 249 253) 0%, #D4E8FF 50%, rgba(209, 230, 255, 0.00) 100%);
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 96.05rem;
}

.ab_wrap_section {
    position: relative;
}
section.home_sec_5.ab_sec_5:before {
    display: none;
}

section.home_sec_5.ab_sec_5 {
    padding-bottom: 2.5rem;
    padding-top: 9rem;
}
.page-template-poli #wrapper {
    background: #fff4f9;
}

section.poly_page {
    background: #fff4f9;
    padding: 4.5rem 0;
}

section.poly_page h1.heading_title {
    margin: 0 0 2rem;
}

h2.tile_page {
    font-size: 1.5rem;
    font-size: 800;
}

section.poly_page .box_content {
    border-radius: 1rem;
    background: #FFF;
    padding: 2.5rem;
}

.poly_page_right {
    padding-left: 2.5rem;
}

.menu_poly li,.menu_poly li a {
    border: none !important;
}

.menu_poly li a {
    padding: 0.75rem 1.5rem !important;
    width: 100%;
    display: block;
    color: var(--9_333333, #333);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5rem;
    position: relative;
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: .35rem !important;
}

.menu_poly li+li {
    border-top: 0.05rem solid #EFEBE6 !important;
}

.menu_poly li.current-menu-item {
    border-color: transparent !important;
}
.menu_poly li.current-menu-item a{
    background-image: url(../images/arrow_right_white.svg) !important;
}

.menu_poly li.current-menu-item a {
    background: var(--Jolly-Pink, #FB4D80);
    color: #fff;
}

.menu_poly li.current-menu-item+li {
    border-color: transparent !important;
}
.page-template-faqs main#main, .page-template-faqs #wrapper {
    background: #fff4f9;
}

section.qa_page {
    padding: 5rem 0;
}

.item_qa h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    height: 2.85rem;
    background: #fff;
    border-radius: 5rem;
    padding: 0 2rem;
    cursor: pointer;
}

.item_qa h3 .arrow {
    flex: 0 0 auto;
    margin-left: 0.85rem;
}

.item_qa h3 .arrow svg {
    width: 0.9rem;
    height: auto;
}

.item_qa + .item_qa {
    margin-top: 1rem;
}

.item_qa .content {
    padding: 1rem 2rem 0;
    display: none;
}

.wrap_qa {
    margin: 2rem 0 0 0;
}

.load_more_qa {
    margin-top: 2rem;
}

.item_qa:nth-child(n + 7) {
    display: none;
}

.item_qa.active h3 {
    background: var(--Jolly-Pink, #FB4D80);
    color: #fff;
}

.item_qa.active h3 path {
    stroke: #fff;
}

.item_qa.active h3 .arrow {
    transform: rotate(180deg);
}
section.home_sec_5.product_page:before {
    background: linear-gradient(180deg, #FFF3F9 19.23%, rgba(255, 243, 249, 0.00) 100%);
}
.page-template-contact div#wrapper, .page-template-contact #main {
    background: #fff6fa;
}

.contact_sec_2 {
    padding: 4rem 0 3rem;
}

.contact_sec_2_img {
    width: calc(100% + calc(100vw - 68.5rem)/2);
    pointer-events: none;
    position: relative;
}
.contact_sec_2_img:before{
    content: '';
    background-image: url(../images/bf_img_contact.png);
    width: 30.35rem;
    height: 38.5rem;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 1.85rem;
    left: 13.45rem;
}


.contact_sec_2_img img {
    max-width: unset;
    width: calc(100% + 12.5rem);
    float: right;
}

.wrap_form_contact input,.wrap_form_contact textarea {
    height: 2.75rem;
    border-radius: 5rem;
    box-shadow: none;
    border-color: transparent;
    padding: 0 1.35rem;
    font-size: 0.9rem;
    color: #8B5E3C;
    font-weight: 700;
}

.wrap_form_contact input::placeholder, .wrap_form_contact textarea::placeholder {
    color: #8B5E3C;
    font-weight: 700;
}

.wrap_form_contact input:focus, .wrap_form_contact textarea:focus {
    border-color: #FB4D80;
    box-shadow: none;
}

.wrap_form_contact {
    margin-top: 1.2rem;
}

.wrap_form_contact textarea {
    border-radius: 1rem;
    padding: 0.75rem 1.35rem;
}

.wrap_form_contact .wpcf7-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0 !important;
    margin: 0;
}

.wrap_box_socials .item {
    position: relative;
}

.wrap_box_socials {
    display: flex;];]
f;];
    justify-content: space-between;
    text-align: center;
    margin-top: 2.25rem;
}

.wrap_box_socials .icon {
    height: 5.6rem;
    width: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(0deg);
    transition: 1s all;
}

.wrap_box_socials b {
    font-size: 1.25rem;
    font-weight: 800;
}

.box_socials {
    padding: 7rem 7rem;
    background-image: url(../images/bg_socials.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.box_socials:before{
    content: '';
    position: absolute;
    background-image: url(../images/bf_socials.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 10.55rem;
    height: 10.2rem;
    top: -3rem;
    left: -5rem;
    z-index: -1;
}

.wrap_box_socials .item:hover .icon {
    transform: rotateY(360deg);
}

.contact_sec_3_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3.15rem;
    margin-bottom: 6rem;
}

.contact_sec_3_wrap .item {
    width: calc(calc(100% / 3) - 1.25rem););)calc(100% / 3);
    border-radius: 5rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 0 1.7rem;
    height: 5rem;
    overflow: hidden;
    cursor: pointer;
}

.contact_sec_3_wrap .item:after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    background: #fff;
    border-radius: 5rem;
    z-index: -1;
}

.contact_sec_3_wrap .item .icon {
    width: 2.5rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex: 0 0 auto;
}

.contact_sec_3_wrap .item b {
    font-size: 1rem;
    color: #FB4D80;
    font-weight: 800;
}

.contact_sec_3_wrap .item:nth-child(1) b {
    font-size: 1.75rem;
}

.contact_sec_3_wrap .item .icon {}

.contact_sec_3_wrap .item:before {
    background: linear-gradient(180deg, #FD4A7F 4.41%, #FFA8C1 25.85%, #FFC5D6 45.72%, #FE99B7 62.09%, #FD4A7F 82.35%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: .5s all;
}

.contact_sec_3_wrap .item:hover:before {
    opacity: 1;
}
section.contact_sec_3 {
    padding-bottom: 4rem;
}
.page-template-office main#main, .page-template-office #wrapper {
    background: #fff4f9;
}

section.diem_ban_page {
    padding: 5rem 0;
    background-image: url(../images/ht_office.png);
    background-repeat: no-repeat;
    background-position: top 7rem left;
}

.wrap_filter_office {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 2rem;
}

.wrap_filter_office select {
    width: 18.75rem;
    margin-right: 1rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: none;
    padding: 0 1rem;
    margin-bottom: 0;
}

a.submit_office {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: 5rem;
    background: var(--Jolly-Pink, #FB4D80);
    color: #fff;
    font-weight: 700;
    padding: 0 1.35rem;
    transition: .5s all;
}

a.submit_office svg {
    width: 1.2rem;
    height: auto;
    display: block;
    margin-left: 0.5rem;
}

a.submit_office:hover {
    background: #E4C183;
}

div#load_office {
    display: flex;
    margin-bottom: 7.5rem;
    min-height: 32rem;
    position: relative;
}

div#load_office .left {
    width: 100%;
}

div#load_office .right {
    width: 38.15rem;
    height: 32.05rem;
    flex: 0 0 auto;
}

.box_iframe iframe {
    width: 38.15rem;
    height: 32.05rem;
    display: block;
    border-radius: 1.5rem;
}

ul.list_info_office {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list_info_office li {
    display: flex;
}

ul.list_info_office li .icon {
    width: 1rem;
    flex: 0 0 auto;
    margin-right: 0.4rem;
    margin-top: 0.05rem;
}

.list_office h3 {
    font-size: 1rem;
    font-weight: 700;
}

.item_office {
    display: flex;
    padding: 1rem 1.5rem;
    transition: .5s all;
    background: transparent;
    border-radius: 1.5rem;
    cursor: pointer;
}

.item_office .box_img {
    width: 6.2rem;
    flex: 0 0 auto;
    margin-right: 2rem;
}

.item_office.active {
    background: linear-gradient(90deg, #FFF6E2 0%, rgba(255, 246, 226, 0.00) 100%);

}

.list_office {
    height: 32rem;
    overflow: auto;
    padding-right: 1.25rem;
    margin-right: 1.75rem;
}
.list_office::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.list_office::-webkit-scrollbar {
    width: 0.217rem;
    background-color: #cedbff;
}

.list_office::-webkit-scrollbar-thumb {
    background-color: #FB4D80;
}

#load_office:after {
    animation: spin .5s linear infinite;
    border: 0.3rem solid var(--Jolly-Pink, #FB4D80);
    border-radius: 1.6rem;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 2.5rem;
    left: 50%;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    position: absolute;
    top: 50%;
    width: 2.5rem;
    opacity: 0;
}
#load_office.loading:after{
    opacity: 1
}
section.single_page {
    padding: 6rem 0 0 0;
}

.single-post main#main, .single-post #wrapper {
    background: #fff4fa;
}

h1.title_post {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.meta_post {
    font-size: 0.7rem;
    margin-bottom: 1rem;
}

.content.mota {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

.content.mota:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.05rem;
    background: #213289;
    width: 12.9rem;
}

.wrap_title .number p {
    margin: 0;
}

.wrap_title .number {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.3rem !important;
    display: block;
}

.section-title b {
    display: none;
}

main .section-title {
    justify-content: center;
    font-size: 3rem;
    text-transform: unset;
}

.section-title span {
    text-transform: unset;
    line-height: 1.2;
}

.single-post main#main ul li::marker {
    color: #FB4D80;
    font-size: 0.75rem;
    line-height: 1;
}
.nav_single_top {
    border-top: 0.05rem solid #E1E1E1;
    border-bottom: 0.05rem solid #E1E1E1;
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.nav_single_top button {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    text-transform: unset;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.nav_single_top button svg {
    width: 0.4rem;
    height: auto;
    display: block;
    margin-right: .6rem;
}

.share_post ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.share_post {
    display: flex;
    align-items: center;
}

.share_post ul li {
    margin: 0;
}

.share_post ul li {
    margin-left: .6rem;
    transform: scale(1);
    transition: .5s all;
    opacity: 1;
}

.share_post ul li svg {
    display: block;
    width: 1.25rem;
    height: auto;
}

.share_post ul li:hover {
    transform: scale(1.1);
    opacity: .8;
}

.nav_tags {
    display: flex;
    align-items: center;
    padding-top: 0.6rem;
}

.nav_tags ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.nav_tags ul li {
    margin: 0 0 0 1rem;
}

.nav_tags a {
    font-size: 0.6rem;
    opacity: 0.7;
    color: var(--9_333333, #333);
}

.nav_tags li {
}
@keyframes zoom-border {
    0% {
        transform: translateZ(0) scale(1);
    }

    50% {
        transform: translateZ(0) scale(1.1);
    }

    100% {
        transform: translateZ(0) scale(1);
    }
}

.diem_ban_page .for_tabs_form ul.hoa_tiet li {
    top: 16%;
}

.diem_ban_page .for_tabs_form ul.hoa_tiet li:nth-child(2) {
    top: 37%;
}
.item_post {
    position: relative;
}

.item_post .box_img {
    height: 16.3rem;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.item_post .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
}
.icon_play:before {
    border: 0.05rem solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}

.item_post .meta_post {
    margin: 1.25rem 0 0.2rem;
}

.item_post h3 {
    font-size: 1rem;
    line-height: 1.4;
    transition: .5s all;
}

.slider_post_related .swiper-slide {
    padding: 0 1rem;
}

.slider_post_related {
    margin: 2rem -1rem 0;
}

.item_post:hover h3 {
    color: #FB4D80;
}

.item_post:hover .box_img img {
    transform: scale(1.1);
}

.wrap_slider {
    position: relative;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4rem;
    width: 2.3rem;
    height: 2.3rem;
    border: 0.05rem solid #FB4D80;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s all;
    background: transparent;
    z-index: 9;
}

.arrow_slider svg {
    width: 1rem;
    height: auto;
}

.arrow_slider.right {
    right: -4rem;
    left: unset;
}

.arrow_slider:hover {
    background: #FB4D80;
}

.arrow_slider path {
    transition: .5s all;
}

.arrow_slider:hover path {
    stroke: #fff;
}

.product_related .arrow_slider {
    top: -3rem;
    right: 0;
    left: unset;
}

.product_related .arrow_slider.left {
    left: inherit;
    right: 2.75rem;
}

.icon_play svg {
    width: 100%;
    height: auto;
}
section.news_page {
    padding: 5rem 0;
}

.page-template-news .main {}

.page-template-news #main, .page-template-news #wrapper {
    background: #fff8fb;
}

.item_post_video {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background: #000;
    Selection colors
    Hex

    #000000
    40%;
    margin-bottom: 2.25rem;
}

.wrap_menu_news ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.wrap_menu_news ul li,.wrap_menu_news ul li a {
    border: none !important;
}

.wrap_menu_news ul li a {
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.05rem solid var(--Jolly-Pink, #FB4D80) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    transition: .5s all;
    background: transparent;
}

.wrap_menu_news ul li a:hover, .wrap_menu_news ul li.current-menu-item a {
    background: var(--Jolly-Pink, #FB4D80) !important;
    color: #fff;
}

.wrap_menu_news ul li {
    margin: 0 0.7rem;
}

.wrap_menu_news {
    margin: 2.5rem 0 3.5rem;
}

.item_post_video .box_img {
    position: relative;
}

.item_post_video .box_img .icon_play {
    width: 5rem;
    height: 5rem;
}

.item_post_video .box_img img {
    width: 100%;
    height: auto;
    max-height: 35.95rem;
    object-fit: cover;
}

.item_post_video .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.item_post_video h3 {
    position: absolute;
    top: calc(50% + 4.1rem);
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    max-width: 29rem;
    line-height: 1.2;
}

.slider_post_video .box_img {
    height: 20.2rem;
}

.slider_post_video .swiper-slide {
    padding: 0 1.25rem;
}

.slider_post_video {
    margin: 0 -1.25rem;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.wrap_post .item_post {
    width: calc(calc(100% / 3) - 2rem);
    margin: 0 1rem 2rem;
}

.wrap_post {
    margin-top: 4.75rem;
}
.slider_post_related .swiper-slide {
    padding: 0 .5rem;
}

.slider_post_related {
    margin: 2rem -0.5rem 0;
}
ul.list_info_office li .icon svg {
    max-width: 100%;
    height: auto;
}
.wrap_box_socials .icon img {
    max-height: 100%;
    width: auto;
}
.header-main .nav > li.current-menu-item > a {
    color: var(--Jolly-Pink, #FB4D80);
    font-weight: 700;
}
.header-main .nav > li > a:hover {
    color: var(--Jolly-Pink, #FB4D80);
}
ul.fixed_button {
    position: fixed;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    z-index: 99;
    list-style: none;
    margin: 0;
}

ul.fixed_button a {
    width: 2.4rem;
    height: 2.4rem;
    background: #8BC1FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
ul.fixed_button a:before {
    border: 0.05rem solid #8BC1FF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}
ul.fixed_button a img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

ul.fixed_button li {
    margin: 1rem 0;
}
.content.copright.text-center {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding-bottom: 1rem;
}
section.home_sec_5.product_page {
    padding-bottom: 0;
}
.banner_slider .arrow_slider {
    left: 7rem;
    top: 40%;
}

.banner_slider .arrow_slider.right {
    left: unset;
    right: 7rem;
}

section.canxi_sec_1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 9rem;
    padding-bottom: 7.75rem;
}

.logo_top img {
    height: 4.9rem;
    width: auto;
    max-width: unset;
    margin: 0;
}

h1.title_canxi {
    color: #C68E38;
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 3.25rem;
    margin-bottom: 0;
}

.box_subtitle_canxi {
    position: relative;
}

.box_subtitle_canxi span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #764D2A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.box_subtitle_canxi {
    position: relative;
    display: inline-block;
    margin-bottom: 2.75rem;
}

.box_subtitle_canxi svg {
    display: block;
    height: auto;
    width: 46rem;
}

.canxi_sec_1_group {
    display: flex;
    justify-content: center;
}

.canxi_sec_1_group .img_center {
    width: 32.75rem;
    height: 44.2rem;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.canxi_sec_1_group .img_center img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.canxi_sec_1:before{
    background-image: url(../images/bf_top_canxi.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 29.45rem;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
}

.canxi_sec_1_group .img_center .img_tang_truong {
    position: absolute;
    top: 0;
    left: -21rem;
    animation: hu__hu__ infinite 7s ease-in-out;
}

.canxi_sec_1_group .img_center .img_tang_truong img {
    width: 35rem;
    height: auto;
}

.canxi_sec_1_group .left li:nth-child(1) {
    position: absolute;
    left: -45%;
    top: 70%;
    animation: hu__hu__ infinite 5s ease-in-out;
}

.canxi_sec_1_group .left li:nth-child(1) img,.canxi_sec_1_group .left li:nth-child(2) img {
    max-width: 21.4rem;
    width: 21.4rem;
    height: auto;
    max-height: unset;
}

.canxi_sec_1_group .left ul {
    list-style: none;
    margin: 0;
}

.canxi_sec_1_group .left ul img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.canxi_sec_1_group .left li:nth-child(2) img {
    max-width: 10rem;
    width: 10rem;
}

.canxi_sec_1_group .left li:nth-child(2) {
    top: 33%;
    left: -16%;
    position: absolute;
    animation: hu__hu__ infinite 9s ease-in-out;
}
.canxi_sec_1_group .icon_center {
    position: absolute;
    bottom: 16%;
    left: 1%;
    animation: hu__hu__ infinite 20s ease-in-out;
}

.canxi_sec_1_group .icon_center img {
    max-width: 15.35rem;
    max-height: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.canxi_sec_1_group .right {
    position: absolute;
    top: 4%;
    left: 62%;
}

.canxi_sec_1_group_right {
    display: flex;
    align-items: center;
}

.canxi_sec_1_group_right .box_img {
    width: 16.35rem;
    flex: 0 0 auto;
}

.canxi_sec_1_group_right .wrap_items {
    width: 24rem;
    flex: 0 0 auto;
    transform: translate(-5.5rem,1rem);
}

.canxi_sec_1_group .box_inner {
    position: absolute;
    left: 0;
    top: 0;
}

.canxi_sec_1_group_right .item {
    display: flex;
    align-items: flex-start;
}

.canxi_sec_1_group_right .item .icon {
    width: 7.7rem;
    height: 7.7rem;
    flex: 0 0 auto;
    position: relative;
    z-index: 9;
    transform: translateY(-1.5rem);
}

.canxi_sec_1_group_right .item  .box_content {
    border-radius: 0rem 1rem 1rem 0rem;
    background: linear-gradient(270deg, #FEFCE8 71.37%, rgba(254, 252, 232, 0.00) 100%);
    border-left: none;
    padding: 1rem 1.5rem 1rem 2.3rem;
    margin-left: -2rem;
    min-height: 6.5rem;
    display: flex;
    align-items: center;
}

.canxi_sec_1_group_right .item .box_content .content {
    color: #E25495;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}

.canxi_sec_1_group_right .item:nth-child(1) {
    transform: translateX(-4rem);
}

.canxi_sec_1_group_right .item:nth-child(1) .icon {
    transform: translateY(-0.5rem);
}

.box_content_right {
    position: relative;
    display: inline-block;
    margin: 3rem 0 0 14rem;
    animation: hu__hu__ infinite 5s ease-in-out;
}

.box_content_right svg {
    width: 17.5rem;
    height: auto;
    display: block;
}

.box_content_right span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #764D2A;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 900;
    width: 97%;
    line-height: 1.2;
    text-transform: uppercase;
}
.box_content_bottom {
    position: relative;
    display: inline-block;
    margin-top: 1.25rem;
}

.box_content_bottom svg {
    display: block;
    width: 38.25rem;
    height: auto;
}

.box_content_bottom span {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 90%;
}
section.canxi_sec_2 {
    Selection colorsHex;
    background: linear-gradient(180deg, #FF9FC5 0%, #FF9FC5 68.29%, #FFB2D0 87.98%, #FFC1D9 91.92%, rgba(255, 255, 255, 0.00) 100%);
    Selection colors
    Hex;
    padding-top: 5rem;
}

.title_box {
    position: relative;
    display: inline-block;
}

.title_box svg {
    display: block;
}

.title_box h2 {
    width: 100%;
    color: #764D2A;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.title_box svg {
    width: 66rem;
    height: auto;
}

.canxi_sec_2_box h3.title_white {
    font-size: 1.4rem;
    font-weight: 900;
    /* 107.143% */
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin: 0.75rem 0 2.7rem;
}

.canxi_sec_2_box_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.9rem;
}

.canxi_sec_2_box_items .item {
    width: calc(calc(100% / 3) - 3.8rem);
    margin: 0 1.9rem;
    border-radius: 1.5rem;
    background: #FEFCE8;
    padding: 1rem;
    filter: drop-shadow(0rem 0.2rem 0.95rem rgba(114, 0, 35, 0.20));
}

.canxi_sec_2_box_items .item .box_content {
    border-radius: 1rem;
    background: #FF77A4;
    box-shadow: 0rem 0.2rem 0.5rem 0rem #FFF inset;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.canxi_sec_2_box_items .item .box_content b {
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
}

.canxi_sec_2_box_items .item>b {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--5, #764D2A);
    line-height: 1.5;
}

.canxi_sec_3_box .title_box svg {
    width: 60.5rem;
}

.canxi_sec_3_box_items {
    display: flex;
    margin: 1rem -1.9rem 0;
}

.canxi_sec_3_box_items .item {
    width: calc(calc(100% / 3) - 3.9rem);
    margin: 0 1.8rem;
}

.canxi_sec_3_box_items .item .box_img {
    height: 16.25rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 1.3rem;
    justify-content: center;
}

.canxi_sec_3_box_items .item .box_content {
    border-radius: 1rem;
    background: #FFFCF3;
    box-shadow: 0.4rem 0.3rem 0rem 0rem #E25495;
    padding: 0.75rem;
    text-align: center;
}

.canxi_sec_3_box_items .item .box_content b {
    color: #E25495;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.canxi_sec_3_box_items .item .box_img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #FDFBBA;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: blur(1.9rem);
    opacity: .8;
    flex-shrink: 0;
}

.canxi_sec_3_box_items .item .box_img img {
    position: relative;
    z-index: 2;
    z-index: 9;
}
.content.bottom {
    color: var(--5, #764D2A);
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    max-width: 60rem;
    margin: auto;
    text-align: center;
    margin: 3rem auto 4.5rem;
}
.canxi_sec_4_box .title_box svg {
    width: 65.65rem;
}

.canxi_sec_4_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 4.5rem;
    position: relative;
}

.canxi_sec_4_box_img {
    margin: -2.3rem 0 0;
    position: relative;
}

.canxi_sec_4_box_img .right {
    position: absolute;
    top: 44%;
    left: 67%;
}

.canxi_sec_4_box_img ul.cac_icon {
    list-style: none;
    margin: 0;
}

.canxi_sec_4_box_img ul.cac_icon li {
    position: absolute;
    top: 34%;
    left: 17%;
    animation: hu__hu__ infinite 5s ease-in-out;
}

.canxi_sec_4_box_img ul.cac_icon li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 21.4rem;
    height: auto;
    display: block;
}

.canxi_sec_4_box_img ul.cac_icon li:nth-child(2) img {
    max-width: 14.2rem;
    height: auto;
}

.canxi_sec_4_box_img ul.cac_icon li:nth-child(2) {
    top: 62%;
    left: 23%;
    animation: hu__hu__ infinite 12s ease-in-out;
}

.canxi_sec_4_box_img .right_inner {
    position: absolute;
    top: 0;
    left: 0;
}

.canxi_sec_4_items .item {
    display: flex;
    align-items: center;
    text-align: left;
    animation: hu__hu__ infinite 7s ease-in-out;
}

.canxi_sec_4_items .item .box_img {
    width: 9.85rem;
    height: 9.85rem;
    position: relative;
    flex: 0 0 auto;
}

.canxi_sec_4_items .item .box_img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 13rem;
}

.canxi_sec_4_items .item .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 2.7rem;
}

.canxi_sec_4_items .item .box_content {
    border-radius: 0rem 1rem 1rem 0rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    min-height: 6.35rem;
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem 0.85rem 3rem;
}

.canxi_sec_4_items .item .box_content .content {
    color: #E25495;
    font-family: Nunito;
    font-size: 1.25rem;
    font-style: normal;
    width: 15.7rem;
    flex: 0 0 auto;
}

.canxi_sec_4_items .item+.item {
    margin-top: 2rem;
}

.canxi_sec_4_items .item:nth-child(2) {
    animation: hu__hu__ infinite 10s ease-in-out;
}

.canxi_sec_4_box .content_bottom {
    position: relative;
    z-index: 2;
    color: var(--5, #764D2A);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 900;
    max-width: 52rem;
}
.canxi_sec_5_box {
    padding-top: 4.25rem;
}

.canxi_sec_5_box .title_box h2 {
    color: #FFF8E1;
}

.canxi_sec_5_box .title_box svg {
    width: 60.5rem;
}

.canxi_sec_5_box_content table {
    border-radius: 1.5rem;
    background: #FFFCF3;
    box-shadow: 0.35rem 0.4rem 0rem 0rem #F06CA8;
}

.canxi_sec_5_box_content table tr:last-child td {
    border: none;
}

.canxi_sec_5_box_content table tr td {
    border-color: rgb(138 70 42 / 30%);
}

.canxi_sec_5_box_content table tr td:nth-child(1) {
    border-right: 0.05rem solid rgb(138 70 42 / 30%);
}

.canxi_sec_5_box_content table tr td {
    padding: 1rem;
    color: var(--5, #764D2A);
}

.canxi_sec_5_box_content table {
    color: var(--5, #764D2A);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 900;
}

.canxi_sec_5_box_content table tr td strong {
    text-transform: uppercase;
    color: #EE4C7F;
    font-size: 1.5rem;
}

.canxi_sec_5_box_content {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: var(--5, #764D2A);
    font-weight: 600;
    margin-bottom: 4.5rem;
}

.canxi_sec_6_box .left .box_img {
    height: 22.95rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: 2.1rem;
}

.canxi_sec_6_box .left {
    text-align: center;
    padding: 0 2rem;
}

.canxi_sec_6_box .left .box_img:before {
    border-radius: 24.65rem;
    opacity: 0.8;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #FDFBBA 100%);
    filter: blur(4.85rem);
    width: 24.65rem;
    height: 24.65rem;
    content: '';
    position: absolute;
}


.canxi_sec_6_box .left .box_img img {
    position: relative;
}

.canxi_sec_6_box .left .title_box svg {
    width: 17rem;
    height: auto;
}

.canxi_sec_6_box .left .title_box h2 {
    font-size: 1.5rem;
}

.canxi_sec_6_box .left .content {
    border-radius: 0.5rem;
    position: relative;
}

.canxi_sec_6_box .left .box_content:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-radius: 0.5rem;
    background: #FFECF4;
    filter: blur(0.25rem);
}

.canxi_sec_6_box .left .box_content {
    position: relative;
}

.canxi_sec_6_box .left .box_content .title_box {
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%);
    left: 50%;
}

.canxi_sec_6_box .left .box_content .content {
    color: #D9136E;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 2rem 1rem 1rem;
}

.canxi_sec_6_box .right .title_box svg {
    width: 22.5rem;
    height: auto;
}

.canxi_sec_6_box .right .title_box h2 {
    font-size: 1.5rem;
}

.canxi_sec_6_box .right {
    text-align: center;
    padding: 4.2rem 2rem 0;
}

.canxi_sec_6_box .right .content {
    text-align: left;
}

.canxi_sec_6_box .right .box_content {
    background: #FFF;
    border-radius: 1rem;
    padding: 1.3rem 1.45rem;
    position: relative;
}

.canxi_sec_6_box .right .box_content .content {
    border-radius: 1rem;
    background: #FFF1F6;
    padding: 3rem 3.5rem 1.9rem;
    font-size: 1.25rem;
    color: var(--5, #764D2A);
    font-weight: 700;
    line-height: 1.3;
}

.canxi_sec_6_box .right .box_content .content p {
    margin-bottom: 1.2rem;
}

.canxi_sec_6_box .right .title_box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.canxi_sec_8_box {
    padding-top: 4.25rem;
    padding-bottom: 26.5rem;
}

.canxi_sec_8_box .title_box svg {
    width: 65.65rem;
    height: auto;
}

.canxi_sec_8_box .title_box {
    margin-bottom: 2rem;
}

.canxi_sec_8_box .content {
    max-width: 58.8rem;
    margin: 0 auto 3.3rem;
    color: var(--5, #764D2A);
    text-align: center;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
}

.canxi_sec_8_box_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.canxi_sec_8_box_items .item {width: 20.5rem;margin: 0 4.5rem;text-align: center;}

.canxi_sec_8_box_items .item .box_img {
    width: 12.45rem;
    height: 12.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: relative;
    margin: 0 auto 2.25rem;
}
.canxi_sec_8_box_items .item .box_img:before {
    border-radius: 100%;
    background: #FFF;
    filter: blur(1.1rem);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}
.canxi_sec_8_box_items .item .box_img img {
    position: relative;
    z-index: 2;
}

.canxi_sec_8_box_items .item .box_content {
    border-radius: 2rem 0rem;
    background: linear-gradient(90deg, #FFAFAF 0%, #FF74CA 100%);
    box-shadow: 0rem 0rem 0.5rem 0rem #D90B63 inset;
    min-height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.canxi_sec_8_box_items .item .box_content .content {
    margin: 0;
    max-width: unset;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}
.page-template-canxi #main,.page-template-canxi #wrapper {
    background: #ffedf6;
}

section.canxi_last_section {
    margin-top: -24rem;
    padding-bottom: 3rem;
}
section.canxi_sec_2:before{
    content: '';
    background-image: url(../images/after_canxi.png);
    width: 100%;
    height: 41.65rem;
    position: absolute;
    top: -17rem;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.canxi_sec_6_box .left .box_img img {
    max-width: 19rem;
}
.canxi_sec_4_box_ht{
    position: absolute;
    top: 35%;
    left: 81%;
    z-index: 9;
    bottom: unset;
    animation: hu__hu__ infinite 9s ease-in-out;
}
.canxi_sec_4_box_ht .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/ht_nt1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 17rem;
    height: 17rem;
}
.canxi_sec_4_box_ht.bottom .inner{
    background-image: url(../images/ht_nt2.png);
}
.canxi_sec_4_box_ht.bottom {
    top: 87%;
    left: 17%;
    animation: hu__hu__ infinite 12s ease-in-out;
}

.canxi_sec_4_box_ht.bottom .inner {
    width: 14rem;
    height: 14rem;
}
.canxi_sec_5_box .title_box:before{
    position: absolute;
    top: -1.4rem;
    right: -.4rem;
    background-image: url(../images/ht_sao.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4rem;
    height: 4rem;
    content: '';
}
.canxi_sec_6_box .right .box_content:before{
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(
    ../images/bong_noi_dung.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 42.2rem;
    height: 14.75rem;
    content: '';
    z-index: -1;
}
.canxi_sec_6_box .left>b {
    color: var(--5, #764D2A);
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    /* 150% */
    margin-top: .5rem;
    display: block;
}
.canxi_sec_8_box .canxi_sec_4_box_ht.top {
    top: 58%;
    left: 87%;
}
.certificate_sec.home_sec_3_new{
    padding: 6.25rem 0 4.167rem;
}
.NK-title-group .box_sub_title{
    width: max-content;
    max-width: 100%;
    background-image: url('../images/title_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
    z-index: 8;
    position: relative;
}
.home_sec_4 .box_sub_title {
    width: max-content;
    max-width: 100%;
    background-image: url('../images/title_bg_2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.home_sec_4 .box_sub_title > h3{
    -webkit-line-clamp: 2;
    line-height: 1.4;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.home_sec_4 .box_sub_title > h3,
.NK-title-group .box_sub_title > h3{
    position: relative;
    transform: unset !important;
    bottom: unset;
    margin-bottom: 0;
}
.NK-certificates{
    background-color: #F8F4DF;
    border: 2px solid #E4C183;
    border-radius: 1.042rem;
    margin-top: -1.823rem;
    padding: 5.208rem 5.208rem 3.646rem;
}
.NK-certificates .swiper{
    margin: 0 -2.865rem;
}
.NK-certificates .swiper-slide{
    padding: 0 2.865rem;
}
.NK-certificates .swiper-slide .item{
    text-align: center;
}
.NK-certificates .swiper-slide .icon-wrap{
    height: 10.417rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1.042rem;
}
.NK-certificates .swiper-slide .icon-wrap > img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center
}
.NK-certificates .swiper-slide .name-wrap{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.4;
}
.wrap-link{
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
section.ab_sec_4:has(+.home_sec_4){
    padding-bottom: 4.167rem;
}
section.ab_sec_4 .NK-title-group{
    padding-bottom: 2.083rem;
}
section.ab_sec_4 .content{
    direction: rtl;
    font-size: 0.911rem;
    line-height: 1.4;
}
section.ab_sec_4 .large-3{
    padding-right: 40px;
}
section.ab_sec_4 .large-3 img{
    width: 100%;
}
section.ab_sec_4 h2.heading_h2{
    font-size: 1.8rem;
    margin-top: 1.042rem;
}
section.ab_sec_5{
    padding: 120px 0 60px;
}
.swiper-about .swiper-slide{
    padding: 0 1.823rem;
}
.swiper-about .swiper-slide .img-wrap{
    height: 15.625rem;
    width: 100%;
    margin-bottom: 1.042rem;
}
.swiper-about .swiper-slide .img-wrap img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: contain;
}
.swiper-about .swiper-slide .cont-wrap{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    text-align: center;
    color: #203389;
}
.home_sec_6{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4.167rem 0;
    --home-6-margin: 4.167rem;
    position: relative;
    z-index: 3;
}
.home_sec_6:before{
    position: absolute;
    height: 6.25rem;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
}
.home_sec_6 .heading_title_2{
    color: #FD4A7F;
    margin-top: .5rem !important;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.042rem;
}
.home_sec_6 .home-6-image img{
    width: 100%;
    height: auto;
}
#popup-intro{
    display: none;
    width: 37.5rem;
    max-width: 100%;
}
#popup-intro .popup-title{
    font-size: 2rem;
    color: #FD4A7F;
    line-height: 1;
    margin-bottom: 2.083rem;
    font-weight: 900;
}
#popup-intro .popup-content{
    max-height: 60vh;
    overflow: auto;
}
#popup-intro .popup-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#popup-intro .popup-content::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
#popup-intro .popup-content::-webkit-scrollbar-thumb {
    background-color: #FB4D80;
}
.box_content_product .about-products .heading_h2{
    padding-left: 2rem;
    padding-right: 2rem;
}
.box_content_product .about-products{
    margin-top: 2rem;
}
.ingredient-table .nav_tabs_form{
    /*z-index: 9;*/
}
.ingredient-table .for_tabs_form{
    margin-top: -1.5rem;
    padding: 2rem 2rem 3rem;
    min-height: unset;
}
.ingredient-table{
    padding: 2rem 2rem 3rem;
}
.user_manual.product-detail,
.modern_technology.product-detail,
.certificate.product-detail{
    margin-top: 3rem;
    padding: 0 2rem;
}
.user_manual.product-detail .title{
    font-size: 1.5rem;
    color: #203389;
    line-height: 1;
    margin-bottom: 2.083rem;
    font-weight: 900;
}
.user_manual.product-detail .title > span{
    color: #FD4A7F;
    font-size: 1.75rem;
}
.user_manual.product-detail .manual-steps{
    display: flex;
    gap: 1.5rem
}
.user_manual.product-detail .manual-item+.manual-item{
    margin-top: 2rem;
}
.user_manual.product-detail .manual-steps .manual-step{
    width: 100%;
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.user_manual.product-detail .manual-steps .manual-step .img-wrap{
    width: 100%;
    border-radius: 1.042rem;
    max-height: 12.5rem;
    margin-bottom: 1.042rem;
}
.modern_technology.product-detail .technicals-wrap .tech-item .cont-wrap,
.user_manual.product-detail .manual-steps .manual-step .cont-wrap{
    text-align: center;
    font-weight: 700;
    font-size: 1.146rem;
    line-height: 1.51rem;
    color: #203389;
}
.modern_technology.product-detail .technicals-wrap{
    display: flex;
    gap: 1.667rem;
}
.modern_technology.product-detail .technicals-wrap .tech-item{
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px #d5d5d5;
    overflow: hidden;
    background-color: #FFF;
}
.modern_technology.product-detail .technicals-wrap .tech-item .cont-wrap{
    margin-top: 1.042rem;
}
.certificate.product-detail .certificate-swiper-wrapper{
    padding: 3rem 0;
    border-radius: 20px;
}
.certificate.product-detail .NK-certificates .swiper-slide .icon-wrap {
    height: 7.5rem;
}
.certificate.product-detail .NK-certificates{
    padding-left: 2rem;
    padding-right: 2rem;
}
.certificate.product-detail .NK-certificates .swiper{
    margin: 0 -1.5rem;
}
.certificate.product-detail .NK-certificates .swiper-slide{
    padding: 0 1.5rem;
}
@media (min-width: 1200px) {
    html {
        font-size: 1.1vw;
    }
    #col-518930807 > .col-inner {
        padding-top: 0 !important;
    }
}
@media (min-width: 1500px) {
    html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.3vw;
    }

    .box_video {
        max-width: 95vw;
    }

    .product_sec_1 .img_center>img {
        max-height: 100%;
        width: auto;
    }
    .arrow_slider {
        left: -1rem;
        background: #fff;
    }

    .arrow_slider.right {
        right: -1rem;
        left: unset;
    }
}
@media only screen and (max-width: 849px) {
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background: #fff3f9;
    }

    .off-canvas .nav-vertical>li>a {
        font-size: 1rem;
        color: #333;
    }
    .mfp-content {
        top: 4rem !important;!;
    }

    .mfp-bg {

        margin-top: 4rem !important;
        position: fixed !important;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
    }
    .mfp-ready .mfp-close{
        opacity: 0 !important;
    }
    .home_sec_5::after,
    .home_sec_6::before{
        height: 60px;
    }
    .NK-certificates{
        padding: 5rem 3rem 3rem;
    }
    .ingredient-table .for_tabs_form{
        padding: 7rem 2rem 6rem;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 3.5vw;
    }

    section.home_sec_2 {
        padding-top: 2rem;
        margin-top: 0;
    }

    .wrap_section {
        background: linear-gradient(180deg, #fff3f9, #fff3f9, #fff3f9, #fff3f9, transparent);
    }

    ul.nav_tabs_form li {
        font-size: .7rem;
    }

    .for_tabs_form {
        background: #f5edc4;
        margin-top: 0;
    }

    .for_tabs_form[data-id="2"] {
        background: #f5edc4;
    }

    .for_tabs_form {
        padding: 2rem;
        border-radius: 0 0 15px 15px;
    }

    .for_tabs_form ul.hoa_tiet {
        display: none;
    }

    ul.nav_tabs_form li .icon {
        width: 1.7rem;
        height: 1.7rem;
    }

    .for_tabs_form h3 {
        font-size: 1.8rem;
    }

    .heading_title {
        font-size: 2.2rem;
    }

    .home_imgs_sec_3 {
        display: block;
        margin-top: 5rem;
    }

    .home_imgs_sec_3 .left, .home_imgs_sec_3 .right {
        width: 100%;
    }

    .home_imgs_sec_3 .left .box_img {
        text-align: center;
    }

    .home_imgs_sec_3 .left li.ht_rigth {
        right: 20%;
        bottom: 44%;
    }

    .home_imgs_sec_3 .right ul li {
        text-align: center;
        margin: 0 .5rem;
    }

    .home_imgs_sec_3 .right ul li img {
        margin: auto;
    }

    .home_imgs_sec_3 .box_link a {
        font-size: 1rem;
        width: 19.75rem;
    }

    .home_imgs_sec_3 .box_link {
        bottom: 19%;
        right: 53%;
    }

    .home_imgs_sec_3 .center {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        position: relative;
    }

    .box_sub_title svg {
        max-width: 100%;
        height: auto;
    }

    .box_sub_title h3 {
        font-size: 1.3rem;
        display: inline-flex;
        justify-content: center;
    }

    .box_sub_title {
        justify-content: center;
    }

    .group_home_sec_4 {
        display: block;
        margin: 0;
    }

    .group_home_sec_4 .left, .group_home_sec_4 .right {
        width: 100%;
    }

    .col, .columns, .gallery-item {
        padding: 0 15px;
    }

    .items_home_sec_4 .content {
        font-size: 1rem;
    }

    .items_home_sec_4 h3 {
        font-size: 1.3rem;
    }

    .group_home_sec_4 .center {
        max-width: 100%;
        width: 100%;
        padding: 3rem 0;
    }

    section.home_sec_3 {
        padding-bottom: 4rem;
    }

    .items_home_sec_4 .item+.item {
        margin-top: 2rem;
    }

    .slider_product {
        max-width: calc(100% - 30px);
        margin: 3rem auto 0;
    }

    .item_product_slide {
        flex-wrap: wrap;
    }

    .item_product_slide .box_img {
        width: 100%;
    }

    .tabs_info_product .for_tabs_form {
        background: #a6cdf7;
        padding: 2rem;
    }

    .nav_tabs_product {
        padding: 0;
    }

    .nav_tabs_product .box_img img {
        width: auto;
    }

    .nav_tabs_product h3 {
        font-size: .8rem;
        line-height: 1.2;
    }

    span.box_icon_video span.title {
        font-size: 1rem;
    }

    span.box_icon_video span.box_content {
        max-width: 20rem;
        bottom: -1.5rem;
    }

    .box_video a span.icon {
        width: 3.25rem;
        height: 3.25rem;
    }

    .box_video a span.icon svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    span.box_icon_video {
        transform: translateY(0);
    }

    .box_video_style_2 span.box_icon_video {
        left: 1.5rem;
        transform: translateY(-3.25rem);
    }

    .section-bg img {
        height: auto;
    }

    .section-bg.fill {
        display: flex;
        align-items: flex-end;
    }

    .menu_footer a {
        font-size: 1rem;
    }

    .ux-menu-title, .section-title-normal span {
        font-size: 1.3rem;
    }

    .footer_section {
        padding-bottom: 9rem !important;
    }

    .footer_section .col+.col {
        margin-top: 2rem;
    }

    body {
        font-size: 1rem;
    }

    .img_home_sec_8 {
        width: 100%;
    }

    .img_home_sec_8 img {
        width: calc(100% + 2rem);
        max-width: calc(100% + 8rem);
    }

    .img_name img {
        height: auto;
    }

    .product_sec_1 .img_center {
        height: 20rem;
    }

    ul.hoa_tiet_product li img {
        max-width: 6rem;
    }

    ul.hoa_tiet_product li.right {
        right: -5%;
    }

    .product_sec_1_content {
        max-width: 100%;
        margin-top: 3rem;
    }

    .box_content_product.content_top>*:first-child {
        margin-top: -0.75rem;
    }

    .wrap_products_related {
        display: block;
    }

    .item_product {
        width: calc(100%);
    }

    .item_product+.item_product {
        margin-top: 2rem;
    }

    .item_product h3 {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    #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;
    }

    .group_home_sec_4 .center img {
        max-width: 65%;
    }

    .item_table {
        max-height: 22rem;
    }

    .img_chuyen_dong .box_img>img {
        width: 10.75rem;
    }

    .img_chuyen_dong ul li .icon {
        width: 3.6rem;
        height: 3.6rem;
    }

    .img_chuyen_dong ul li>img {
        max-height: 5.85rem;
        max-width: 9.75rem;
    }

    .img_chuyen_dong ul li:nth-child(2) {
        margin: 1rem 0;
    }

    .img_chuyen_dong ul {
        margin: 0 0 0 -0.75rem;
    }

    .img_chuyen_dong ul li:nth-child(2) {
        margin-left: -2rem;
    }

    .box_content_product .box_img {
        margin-top: 1rem;
    }

    .home_imgs_sec_3 .right ul li.ht_left img {
        margin: 0 0 auto;
    }

    .home_imgs_sec_3 .right ul li.ht_right img {
        margin: 0 0 0 auto;
    }

    .home_imgs_sec_3 .right ul .ht_rigth img {
        margin: 0 0 0 auto;
    }

    .home_sec_3:before {
        background-size: cover;
    }

    .home_imgs_sec_3 .center img {
        max-width: 20.15rem;
    }

    .home_imgs_sec_3 .right ul {
        margin: 1rem 2rem;
    }

    .home_imgs_sec_3 .right ul {
        margin-top: 4rem;
    }

    .slider_product .swiper-pagination {
        display: block;
    }
    section.product_sec_2 {
        padding-top: 0;
    }
    .box_content_product.content_top>*:first-child {
        margin-top: 1rem;

    }

    .box_content_product {
        margin-top: 2rem;
        border-radius: 1.5rem;
    }
    h1.title_post {
        font-size: 2rem;
    }

    .content.mota {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    section.single_page {
        padding-top: 3rem;
    }

    .meta_post {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-title span {
        margin: 0;
    }

    .section-title span br {
        display: none;
    }

    .nav_tags ul {
        flex-wrap: wrap;
    }

    .nav_tags {
        align-items: flex-start;
    }

    .nav_tags a {
        font-size: .7rem;
    }
    .wrap_menu_news ul {
        flex-wrap: wrap;
    }

    .wrap_menu_news ul li {
        margin-bottom: .8rem;
    }

    .wrap_menu_news ul li a {
        font-size: .8rem;
    }

    .item_post_video .box_img .icon_play {
        width: 3rem;
        height: 3rem;
    }

    .item_post_video h3 {
        font-size: 1rem;
        top: calc(50% + 2.1rem);
        max-width: 15rem;
    }

    .wrap_post .item_post {
        width: calc(calc(100% / 2) - 2rem);
    }

    .item_post .box_img {
        height: 9rem;
        border-radius: 1rem;
    }

    .arrow_slider {
        top: 27%;
    }

    section.news_page {
        padding: 3rem 0;
    }

    .wrap_menu_news {
        margin: 1.5rem 0 1rem;
    }
    .product_related .arrow_slider {
        top: 20%;
        left: -1rem;
        right: unset;
    }

    .product_related .arrow_slider.right {
        right: -1rem;
        left: unset;
    }

    .product_related .arrow_slider.left {
        right: unset;
        left: -1rem;
    }

    .icon_play {
        width: 3.2rem;
        height: 3.2rem;
    }
    .slider_post_video .swiper-slide {
        padding: 0 .5rem;
    }

    .slider_post_video {
        margin: 0 -0.5rem;
    }
    a.submit_office {
        font-size: 0;
        width: 2.5rem;
        padding: 0;
        flex: 0 0 auto;
        text-align: center;
        justify-content: center;
    }

    a.submit_office svg {
        margin: 0;
    }

    .wrap_filter_office select {
        width: 100%;
        font-size: .8rem;
    }

    div#load_office {
        flex-wrap: wrap;
        min-height: auto;
        margin-bottom: 3rem;
    }

    .list_office {
        margin-right: 0;
        height: 25rem;
    }

    div#load_office .right {
        width: 100%;
        height: 20rem;
    }

    .box_iframe iframe {
        width: 100%;
        height: 20rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    section.diem_ban_page {
        padding: 3rem 0;
    }
    .contact_sec_2_img {
        width: 100%;
    }

    .contact_sec_2_img img {
        width: calc(100% + 8.5rem);
    }

    .contact_sec_3_wrap {
        display: block;
        margin-bottom: 1rem;
    }

    .contact_sec_3_wrap .item {
        width: 100%;
    }

    .contact_sec_3_wrap .item+.item {
        margin-top: 1rem;
    }

    .box_socials {background: #e9f3ff;padding: 2rem;border-radius: 20px;margin-top: 2rem;}

    .wrap_box_socials .item {
        width: calc(100% / 3););
        text-align: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .wrap_box_socials {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .wrap_box_socials .icon {
        width: 100%;
        height: 1.6rem;
    }

    .wrap_box_socials .icon img {
        max-width: 3.6rem;
    }
    section.qa_page {
        padding: 3rem 0;
    }

    section.qa_page h1.heading_title {
        font-size: 2.2rem;
    }
    .poly_page_right {
        padding: 0;
    }

    section.poly_page .box_content {
        padding: 2rem;
    }

    section.poly_page h1.heading_title {
        font-size: 2.5rem;
    }
    .ab_sec_2_img {
        margin-bottom: 4rem;
    }

    section.ab_sec_2 {
        padding-bottom: 3rem;
    }

    .ab_sec_3 h2.heading_title {
        font-size: 2.8rem;
    }

    .ab_sec_3 h2.heading_title br {
        display: none;
    }

    .wrap_process .item:before {
        display: none;
    }

    .wrap_process .inner {
        max-width: 100% !important;
    }

    .wrap_process .item .box_img {
        order: -1 !important;
        margin-bottom: 1rem;
    }

    .wrap_process .item+.item {
        margin-top: 3rem;
    }

    section.ab_sec_3 {
        padding-bottom: 2rem;
    }

    section.ab_sec_4 {
        padding-top: 2rem;
    }
    ul.fixed_button {
        transform: unset;
        top: unset;
        bottom: 10%;
    }
    .home_sec_5 .content.content_top BR {
        DISPLAY: none;
    }
    .item_table table strong {
        font-size: .7rem;
    }

    .item_table table tr td {
        padding: .7rem;
    }
    .header-button-1 a span {
        display: none;
    }

    .header-button-1 a {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    i.icon-gift {
        margin: 0 !important;
    }

    li.html.header-button-1 {
        margin: 0 !important;
    }
    .header-inner {
        padding: .5rem 15px !important;
    }
    .banner_slider .arrow_slider {
        left: .4rem;
    }

    .banner_slider .arrow_slider.right {
        right: .4rem;
    }
    .diem_ban_page  h1.heading_title {
        font-size: 2.5rem;
    }
    .box_subtitle_canxi svg {
        width: 100%;
    }

    .box_subtitle_canxi span {
        font-size: 1rem;
    }

    h1.title_canxi {
        font-size: 2.4rem;
    }

    .canxi_sec_1_group .img_center {
        width: 100%;
        height: 20.2rem;
        justify-content: center;
    }

    .box_content_bottom svg {
        width: 100%;
    }

    .box_content_bottom span {
        font-size: 1rem;
    }

    .canxi_sec_1_group .img_center .img_tang_truong {
        left: 5rem;
    }

    .canxi_sec_1_group .img_center .img_tang_truong img {
        width: 12rem;
    }

    .canxi_sec_1_group .left li:nth-child(1) img, .canxi_sec_1_group .left li:nth-child(2) img {
        transform: translate(-50%, -50%) scale(.4);
    }

    .canxi_sec_1_group .left li:nth-child(1) {
        left: -59%;
        top: 70%;
    }

    .canxi_sec_1_group .left ul {
    }

    .canxi_sec_1_group .icon_center img {
        transform: translate(-50%, -50%) scale(.5);
    }

    .canxi_sec_1_group .icon_center {
        bottom: unset;
        left: 42%;
        top: 25%;
    }

    .canxi_sec_1_group .right {
        position: unset;
        margin-top: 1rem;
        max-width: 100%;
    }

    .canxi_sec_1_group .box_inner {
        position: relative;
    }

    .canxi_sec_1_group {
        display: block;
    }

    .canxi_sec_1_group .img_center {
        flex-wrap: wrap;
        height: auto;
    }

    .canxi_sec_1_group .img_center > img {
        height: 19rem;
    }

    .canxi_sec_1_group_right .box_img {
        margin-left: 0;
        width: 10.35rem;
    }

    .canxi_sec_1_group_right .wrap_items {
        width: 25rem;
        transform: translate(-3.5rem, 1rem);
    }

    .box_content_right {
        margin-left: 5rem;
        margin-top: 2rem;
    }

    section.canxi_sec_1 {
        padding-bottom: 2.75rem;
        padding-top: 3rem;
    }

    .canxi_sec_1:before {
        height: 9.45rem;
    }

    .title_box svg {
        width: 100% !important;!i;!;
        height: 7rem;
        display: none;
    }

    .title_box h2 {
        position: unset;
        transform: unset;
    }

    .canxi_sec_2_box_items {
        flex-wrap: wrap;
    }

    .canxi_sec_2_box_items .item {
        width: 100%;
        margin: 0 0 2rem;
    }

    .canxi_sec_2_box h3.title_white {
        margin-bottom: 1rem;
    }

    .canxi_sec_3_box_items .item .box_img {
        height: 14.25rem;
        width: 18.25rem;
        justify-content: center;
        margin: 0 auto 1rem;
    }

    .canxi_sec_3_box_items {
        display: block;
        margin: 0;
    }

    .canxi_sec_3_box_items .item {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .canxi_sec_3_box_items .item .box_img img {
        max-height: 100%;
        width: auto;
    }

    .canxi_sec_4_box_img ul.cac_icon li img {
        transform: translate(-50%, -50%) scale(.5);
    }

    .canxi_sec_4_box_img .right {
        position: unset;
    }

    .canxi_sec_4_box_img .right_inner {
        position: unset;
        margin-bottom: 3rem;
    }

    .canxi_sec_4_box_img ul.cac_icon li {
        top: 12%;
    }

    .canxi_sec_4_box_img ul.cac_icon li:nth-child(2) {
        top: 33%;
    }

    .canxi_sec_4_items .item .box_content {}

    .canxi_sec_4_items .item .box_content .content {
        width: 100%;
    }

    .canxi_sec_6_box .left .box_content .title_box {
        position: unset;
        transform: unset;
        width: 100%;
    }

    .canxi_sec_6_box .right .title_box {
        position: unset;
        width: 100%;
        transform: unset;
    }

    .canxi_sec_6_box .right .box_content .content {
        padding: 1.2rem;
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .canxi_sec_8_box_items .item {
        width: 100%;
        margin: 0;
    }

    .canxi_sec_8_box_items .item + .item {margin-top: 4rem;}

    section.canxi_last_section {
        margin-top: -28rem;
        padding-bottom: 0;
    }
    .canxi_sec_1_group .img_center {
        justify-content: flex-end;
    }

    .canxi_sec_1_group .left li:nth-child(1) {
        left: 17%;
        top: 20%;
    }

    .canxi_sec_1_group .left li:nth-child(2) {
        top: 10%;
        left: 39%;
    }

    .canxi_sec_1_group_right .wrap_items {}

    .title_box h2 {
    }

    .canxi_sec_4_box_ht {
        display: none;
    }

    .canxi_sec_5_box .title_box:before {
        display: none;
    }

    .canxi_sec_6_box .right .box_content:before {
        width: 29.2rem;
        height: 11.75rem;
        opacity: .4;
    }
    .NK-certificates{
        padding: 3rem 1rem 2rem;
    }
    .NK-certificates .swiper{
        padding: 0 5rem;
        margin: 0 -1rem;
    }
    .NK-certificates .swiper-slide{
        padding: 0 1rem;
    }
    .certificate_sec.home_sec_3_new{
        padding: 3rem 0 2rem;
    }
    .heading_h2{
        font-size: 1.8rem !important;
    }
    .home_sec_6{
        padding: 1.5625rem 0 2.604rem;
    }
    .home_sec_6 .heading_title_2{
        font-size: 1.4rem;
    }
    .logo_top img{
        max-width: 100%;
        object-fit: contain;
        object-position: top;
    }
    .box_content_product .box_content{
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100% - 2rem) !important;
    }
    .user_manual.product-detail, .modern_technology.product-detail, .certificate.product-detail{
        padding: 0 1rem;
    }
    .product-detail .NK-certificates .swiper{
        padding: 0 4rem;
    }
    .product-detail .NK-title-group .box_sub_title{
        background-image: url('../images/title_bg_2.png');
    }
    .product-detail .NK-title-group .box_sub_title > h3{
        font-size: 1.5rem;
    }
    .modern_technology.product-detail .technicals-wrap{
        flex-wrap: wrap;
    }
    .modern_technology.product-detail .technicals-wrap .tech-item{
        padding: 12px;
    }
    .user_manual.product-detail .manual-steps{
        gap: 0.75rem
    }
    .modern_technology.product-detail .technicals-wrap .tech-item .cont-wrap, .user_manual.product-detail .manual-steps .manual-step .cont-wrap{
        font-size: 0.85rem;
        line-height: 1.2;
    }
    .user_manual.product-detail .title{
        font-size: 1.125rem;
        line-height: 1.3;
    }
    .user_manual.product-detail .title > span{
        font-size: 1.25rem;
    }
    .product-detail.ingredient-table .for_tabs_form{
        margin-top: 0;
    }
    .product-detail.ingredient-table ul.nav_tabs_form li{
        width: 36%;
    }
    .product-detail.ingredient-table .tabs_info_product h3.title{
        font-size: 1.5rem;
    }
    .product-detail.ingredient-table .tabs_info_product .for_tabs_form{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .product-detail.ingredient-table{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ab_sec_3 .wrap_process{
        margin-top: 0;
    }
    section.ab_sec_4 .large-3{
        padding-right: 5rem;
        padding-left: 5rem;
    }
    section.ab_sec_4 .content{
        direction: initial;
        font-size: 1.1rem;
        margin-top: 2rem;
    }
    .swiper.swiper-about{
        padding: 0 5rem;
    }
    section.ab_sec_5{
        padding: 60px 0 40px;
    }
    .swiper-about .swiper-slide .img-wrap{
        height: 12rem;
    }
}