@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

/* -===============PC===========*/


.back_white {
    background-color: white;
}

.back_blue {
    background-color: #004182;
}

.back_lblue {
    background-color: #DDEDFB;
}

.back_llblue {
    background-color: #EEF6FD;
}

.back_img {
    overflow: hidden !important;
    position: relative !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

span.cart-price * {
    font-weight: 600;
}

ul.header-nav.header-nav-main * {
    text-transform: capitalize;
}

.reset_banner.banner {
    height: unset !important;
    max-height: unset !important;
}

.reset_banner .banner-layers {
    height: 100% !important;
    max-height: 100% !important;
}

.rounder_xl {
    overflow: hidden;
    border-radius: 32px;
    border: 0px;
}

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

.product-small .name.product-title a {
    font-weight: 700;
    color: #173c7d;
}

.post-item .col-inner {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
}

.post-item .col-inner img {
    width: 100%;
    height: 200px;
    border-radius: 21px;
}

.title_main h3,
.title_main h2 {
    font-size: 48px;
    margin-bottom: 0px;
}

.text-box-content h2 {
    font-size: 48px !important;
}

.header-button-1 a.button {
    background-color: #333 !important;
}

.header-button-1 .button::after {
    display: none !important;
    opacity: 0 !important;
}

.shop-container .product-small.box {
    background-color: #fff;
}

/* .btn-db:before,
a.button.primary:before,
.single_add_to_cart_button:before,
.buy_now_button:before {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 30%;
    z-index: -1;
    background-color: #74CEE8;
} */

a.button.primary,
.buy_now_button,
.single_add_to_cart_button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 99px !important;
}

a.button.primary:hover:before,
.single_add_to_cart_button:hover:before,
.buy_now_button:hover:before {
    top: -40%;
}

.product-main {
    background-color: #E8E8E9;
    padding: 12px !important;
    border-radius: 16px;
}

div#product-sidebar {
    background-color: #E8E8E9;
    padding: 12px;
    border-radius: 16px;
}

.row-divided.row-reverse>.col+.col:not(.large-12) {
    border: 0px;
}

.product-main img {
    border-radius: 8px !important;
}

.product-footer {
    margin-top: 0px;
    background-color: #E8E8E9;
    border-radius: 16px;
    padding: 12px;
}

.product-footer .woocommerce-tabs {
    border-top: 0px;
    padding-top: 0px;
}

.product-footer .woocommerce-tabs>.nav-line-grow,
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    padding-left: 0px !important;
    margin-top: 0px;
}

.product-section {
    border-top-color: transparent;
}

.product-thumbnails a:hover img,
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
    border-color: #163d7c !important;
}

.product-thumbnails a {
    overflow: hidden;
    border-radius: 8px;
}

.product-main .row .col {
    padding-bottom: 0px;
}

input {
    box-shadow: none !important;
}


.quantity .button.plus {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.quantity .button.minus {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.icon-box-text p {
    margin-bottom: 0px;
}

.nav-tabs+.tab-panels {
    border-radius: 24px;
    border: 0px;
}

ul.nav.nav-tabs {
    padding-left: 0px !important;
}

.nutrition thead tr th {
    padding: .75rem 1rem !important;
    text-align: left;
    font-weight: bold;
    background-color: #E8E8E9;
}

.nutrition tr>* {
    background-color: #fef7ec80;
}

.nutrition tr:has(b)>* {
    background-color: #fef7ec;
}

.nutrition th:not(:first-child),
.nutrition td:not(:first-child) {
    text-align: right;
}

.nutrition tbody tr td {
    padding: .5rem 1rem;
    vertical-align: top;
}

table.nutrition {
    width: 100%;
    border-collapse: separate;
    border-spacing: .25rem .25rem;
    color: #163d7c !important;
    margin-bottom: 1rem;
    hyphens: none;
}

.nutrition td:first-child,
.nutrition th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.nutrition td:last-child,
.nutrition th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tab-panels {
    background-color: #fff;
    padding: 16px;
    border-radius: 24px;
    margin-top: 20px;
}

.border-xl {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 6px;
}

.contact-form-main .col {
    padding-bottom: 0px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
textarea {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #163d7c33;
    opacity: 1;
}

textarea {
    border-radius: 24px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    margin: 0;
    border-radius: 99px;
}


form.wpcf7-form.customize-unpreviewable {
    margin-bottom: 0px;
}

#layout_store,
#layout_store * {
    font-family: "Quicksand", sans-serif !important;
}

.store_item .text .item-action {
    background: #333 !important;
}

.store_item {
    border-color: #333 !important;
}

.leaflet-popup-content .left {
    flex: 0 0 15% !important;
}

.post-item .col-inner h5.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-button>a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

ul.header-nav.header-nav-main {
    justify-content: center;
    align-items: center;
    padding-left: 0px !important;
}

#layout_store {
    background-color: #fff !important;
}

.store_item {
    border-style: solid !important;
}

.leaflet-popup-content .right {
    color: #173b7e;
}

.checkout-breadcrumbs a {
    color: #000;
}

.breadcrumbs a.current,
.breadcrumbs a:hover {
    color: #333;
}

.continue-shopping .button {
    margin: 0;
}

.shop_table .actions button {
    border-radius: 99px;
    margin: 0;
    margin-left: 16px !important;
}

a.checkout-button.button.alt.wc-forward {
    border-radius: 99px;
}

input.is-form.expand {
    border-radius: 99px;
}

.cart-container.container.page-wrapper.page-checkout {
    padding-top: 72px;
}

.shop_table .cart_item td {
    text-align: center !important;
}

.shop_table thead th {
    text-align: center;
}

.shop_table th:last-child {
    text-align: center !important;
}

.shop_table thead th:first-child {
    text-align: left;
    padding-left: 28px;
}

td.product-name {
    text-align: left !important;
}

body {
    font-size: 14px;
    font-weight: 500;
}

.is-small,
.is-small.button,
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.nav>li.html {
    font-size: inherit;
}

.button,
button {
    font-weight: 500;
}

.text_prod h3 {
    color: #dd232b;
    margin-bottom: 16px;
}

.text_prod {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text_prod h5 {
    font-size: 16px;
}

.text_prod h4 {
    font-size: 20px;
    color: #dd232b;
}

.tab_item_prod li a {
    color: #173b7e;
}

.mfp-wrap {
    backdrop-filter: blur(10px);
}

.lightbox-content {
    border-radius: 16px;
}

.btn_plus {
    position: absolute !important;
    right: 0;
    margin-bottom: 0px !important;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    margin-top: 0px !important;
}

.btn_plus i {
    margin: 0 !important;
}






.row.row-small {
    max-width: 1300px;
}


h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #004182;
}

.text h2,
.text h3,
.text h4,
.text h5,
.text h1 {
    color: #004182;
}

.is-divider {
    background: #333 !important;
}

.amount {
    color: #ef1104 !important;
}

.shop-container .row-box-shadow-1 .col-inner,
.shop-container .row-box-shadow-1-hover .col-inner:hover,
.shop-container .box-shadow-1,
.shop-container .box-shadow-1-hover:hover {
    box-shadow: none !important;
}








/* ---------xÃ¡Â»Â­ lÃƒÂ½ trang home------- */
.section-home-1 .row-1 {
    max-width: 1930px
}



h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {}

.section-home-2 .box-image {
    overflow: visible;
}

.section-home-4 .box-image {
    overflow: visible;
    width: 214px !important;
}

.section-home-2 .text-1 h2 {
    color: #fff !important;
    font-size: 34px;
}

.section-home-2 .text-1 h3 {
    color: #FFF !important;
}

.section-home-2 .row-2 .t-1 p {
    color: #fff;
    font-size: 24px;
}

.section-home-2 .row-2 .box-image {
    width: 225px !important;
}

.section-home-2 .text-1 h2 {
    color: #fff !important;
    font-size: 60px;
    margin-bottom: 10px;
}

.section-home-2 .text-1 h3 {
    color: #FFF !important;
    font-size: 36px;
}

.section-home-2 .row-2 .t-1 p {
    color: #fff;
    font-size: 32px;
}

.section-home-3 .text-show strong,
.section-home-3 .text-show strong a {
    color: #2e417d !important;
    font-weight: 800;
}

.section-home-3 .row-more-db .button {
    margin-top: 37px;
}

.section-home-3 a.rescue {
    color: #004182;
    font-weight: bold;
}

.section-home-3 .row-1 .text-1 h2 {
    font-size: 60px;
    color: #004282 !important;
    margin-bottom: 0px;
}

.section-home-3 .row-2 p {
    font-size: 22px;
    margin-bottom: 0px;
}


.section-home-3 .row-2 .col-item-1 .col-inner {
    width: 126% !important;
}

.section-home-3 .row-2 {}

.section-home-4 .row-top {
    position: absolute;
    top: -91px;
    /* Di chuyÃ¡Â»Æ’n lÃ¡ÂºÂ¡i mÃ¡Â»â„¢t nÃ¡Â»Â­a chiÃ¡Â»Âu rÃ¡Â»â„¢ng vÃƒÂ  chiÃ¡Â»Âu cao */
    left: 50%;
    transform: translate(-50%, 0%);
    /* Di chuyÃ¡Â»Æ’n lÃ¡ÂºÂ¡i mÃ¡Â»â„¢t nÃ¡Â»Â­a chiÃ¡Â»Âu rÃ¡Â»â„¢ng vÃƒÂ  chiÃ¡Â»Âu cao */
    z-index: 67;
}

.section-home-4 .row-top .text-top h2 {
    color: #004282 !important;
    font-size: 60px;
    margin-bottom: 0px;
}


.section-home-4 .row-top .text-top {
    color: #004282 !important;
    font-size: 36px;
    font-style: italic;
}

.section-home-4 .row-bot {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    /* Di chuyÃ¡Â»Æ’n lÃ¡ÂºÂ¡i mÃ¡Â»â„¢t nÃ¡Â»Â­a chiÃ¡Â»Âu rÃ¡Â»â„¢ng vÃƒÂ  chiÃ¡Â»Âu cao */
    z-index: 3;
}

.section-home-4 .row-bot .row-1 {
    max-width: 95%;
    margin: 0px auto;
    margin-bottom: -15px;
}

.section-home-4 .row-bot .row-1 .box-text p {
    padding-top: 10px;
    color: #8ed5e9;
    font-size: 32px;
    margin-top: -5px;
}

.section-home-4 .row-bot .row-2 {
    padding-top: 49px;
    border-top: 1px solid #ffffff !important;
}

.section-home-4 .row-bot .row-2 .text-bot h2 {
    color: #fff !important;
    font-size: 60px;
    margin-top: 0px;
}

.section-home-4 .row-bot .row-2 .text-bot p {
    color: #80A0C1 !important;
    font-size: 32px;
    margin-bottom: 0px;
    font-style: italic;
    margin-top: 16px;
}

.section-home-5 .text-1 h2 {
    color: #1b4480 !important;
    font-size: 60px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.section-home-5 {
    padding-top: 38px !important;
}

.section-home-5 .row-1 .text-2 {
    font-size: 22px;
    padding-top: 28px;
    padding-bottom: 44px;
    max-width: 1088px;
}

.section-home-6 .text-1 h2 {
    color: #004282 !important;
    font-size: 60px;
    margin-bottom: 5px;
    padding-top: 27px;
}

.section-home-6 .text-2 h3 {
    color: #004282 !important;
    font-style: italic;
    padding-bottom: 15px;
    font-size: 36px;
}




.section-home-6 form {}

.section-home-6 form select {
    width: 100%;
    display: inline-block;
    height: 47px;
    border-radius: 10px;
}

.section-home-6 form .div-f {
    display: flex;
    max-width: 448px;
    margin: 0px auto;
    gap: 8px;
}

.section-home-6 h3.ront-callendar-sub {
    color: #004282;
    font-style: italic;
    padding-top: 17px;
    padding-bottom: 25px;
    font-size: 30px;
}

.section-home-6 .img-heo-bot {
    position: absolute;
    width: 222px !important;
    right: 0px;
}

.section-home-7 .row-1 .text-1 h2 {
    color: #004282 !important;
    font-size: 60px;
    margin-bottom: 0px;
    padding-top: 39px;
    padding-bottom: 18px;
}

.section-home-7 .is-divider {
    display: none;
}

.post-title {
    font-size: 30px;
    color: #004282;
    padding-bottom: 11px;
    -webkit-line-clamp: 2 !important;
    height: 62px;
}

.section-home-7 .from_the_blog_excerpt {
    color: #004282;
    padding-top: 12px;
    font-size: 18px;
    height: 80px;
    -webkit-line-clamp: 2 !important;
    height: 71px;
    margin-bottom: 13px;
    overflow: hidden;
}

.section-home-8 .img-1 {
    opacity: 0.6;
}

.section-home-8 .text-1 h2 {
    color: #004282 !important;
    font-size: 60px;
    margin-bottom: 11px;
    padding-top: 40px;
}

.section-home-8 .text-1 h3 {
    color: #004282 !important;
    font-style: italic;
    font-size: 32px;
}

.section-home-8 .col-item-2 {
    position: relative;
    left: -16%;
}

.section-home-1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: -37px;
}

.section-home-1 .col {
    padding-bottom: 0px;
    padding: 0px !important;
}

.section-home-1 p {
    margin-bottom: -21px;
}

.section-home-2 {}

.section-home-2 {
    position: relative;
    z-index: 2;
    margin-top: -38px;
}

.section-home-3 .row-2 .t-1 {
    padding-top: 41px;
}

.section-home-8 input {
    max-width: 420px;
    height: 55px;
}

/* -------------end xÃ¡Â»Â­ lÃƒÂ½ trang home------ */
a.button.btn-db,
.post-item .button,
.btn-db {
    background: #004182 !important;
    width: 259px;
    height: 56px;
    padding-top: 1px;
    font-size: 20px !important;
    border-radius: 12px !important;
    position: relative;
    color: #fff;
    text-transform: none !important;
    /* margin-bottom: 0px; */
    border: 0px !important;
}

/* -------------end xÃ¡Â»Â­ lÃƒÂ½ trang home------ */


p.div-bot-menu {
    color: #004282;
    font-size: 25px;
    position: relative;
    margin-top: -44px;
}

ul.header-nav.header-nav-main {
    justify-content: start;
}

.header-nav i.icon-menu {}

.header-nav .icon-menu:before {
    font-size: 43px;
    position: relative;
    left: 21px;
    top: 3px;
}

.sidebar-menu-top-content {
    background: #fff;
    font-size: 36px;
    text-align: left;
    padding-left: 33px;
    color: #004182 !important;
    height: 96px;
    padding-top: 23px;
    text-transform: capitalize;
}

#main-menu .nav.nav-vertical {
    background: #004182;
}

#main-menu .nav.nav-vertical li a {
    color: #ffff;
    font-size: 36px;
    padding: 0px;
    border: 0px !important;
    padding-left: 7px;
    text-transform: lowercase;
}

div#main-menu {}

.mfp-content {
    width: 540px !important;
}

#main-menu .nav.nav-vertical li {
    padding: 0px !important;
    border: 0px;
}

ul.children.is-current-slide {
    background: red;
}

ul.children {}

/* -------------end xÃ¡Â»Â­ lÃƒÂ½ trang home------ */
#main-menu .nav.nav-vertical .children li a {
    text-transform: unset;
    color: #004182;
}

#main-menu .nav.nav-vertical .children {
    background: #0DB9E1;
    padding: 0px;
    padding-bottom: 18px;
    padding-top: 10px;
}

#masthead .icon-menu {
    position: relative;
}

#masthead .icon-menu::after {
    content: "menu";
    position: absolute;
    bottom: -13px;
    font-size: 31px;
    right: -38px;
    display: none;
}

.header-main {
    height: 115px;
    background: #E8E8E9;
    display: none;
}

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

.flex-right ul.header-nav.header-nav-main {
    justify-content: right;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    font-size: 16px !important;
    color: #333333 !important;
}

.header-nav-main .m-db-1 {}

.header-nav-main li:first-child {
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
}

.header-nav-main li.m-db-1::after {
    height: 24px;
    width: 4px;
    background: #004282;
    position: absolute;
    right: -7px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

.ux-search-box .flex-row {
    flex-direction: row-reverse;
}

.ux-search-box .flex-row input {
    background: none;
    border: none;
    color: #004282 !important;
}

.ux-search-box .flex-row input::placeholder {
    color: #004282 !important;
}

.searchform .button.icon i {
    color: #004282;
    font-size: 26px;
}

.header-social-icons {
    padding-left: 36px !important;
}

.mfp-content {
    background: #004282 !important;
    padding-top: 0px !important;
}

.off-canvas .sidebar-menu {
    margin-top: 0px !important;
    padding-top: 0px !important;

}




h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
.nav>li>a,
a {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* letter-spacing: 0 !important; */
    /* font-weight: 400; */
}

h2,
h4 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-style: normal;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

h5 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

.absolute-footer.dark {
    display: none;
}

.section-footer .text h2,
.section-footer .text h3,
.section-footer .text h4,
.section-footer .text h5,
.section-footer .text h1 {
    color: #fff !important;
    font-size: 22px;
}

.section-footer .ux-menu-link__link {
    color: #fff;
    font-size: 20px;
}

.section-footer p {
    font-size: 20px;
}

.section-footer .t-bot p {
    color: #fff;
}

.section-footer .t-bot p a {
    color: #fff;
    border-bottom: 1px solid;
}

.section-footer .social-icons a {
    font-size: 18px;
}

.post-item .button {
    font-size: 20px;
}

.mfp-ready .mfp-close {
    background: #18191a;
    width: 50px;
    height: 50px;
    left: 488px;
}


.section-home-5 .row-1 .text-2 p {
    margin-bottom: 0px;
}

.section-home-4 {
    max-width: 1920px;
    margin: 0px auto;
    background: #8dcde7;
    padding-top: 134px !important;
    /* height: 1120px; */
    background: linear-gradient(to bottom, #8dcde7 50%, #2c447e 50%);
}

.section-home-4 .img-goc-g {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    z-index: 1;
}


.section-home-4 .section-content {
    height: 1120px;
}

.section-home-4 .row-bot .row-2 .col {
    padding-bottom: 0px;
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border: none;
}



.ux-search-box .flex-row input::placeholder {
    visibility: none;
}




/* ----------trang chi tiáº¿t sp------ */
/* -------- chung----  */
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1300px;
}



.banner_light {
    z-index: 0;
    position: absolute;
    left: -29.07%;
    bottom: 0px;
}

.banner_text {
    z-index: 2;
    position: absolute;
    left: 35%;
    top: 200px;
    top: 210px !important;
    width: 490px !important;
}

.banner_text .t-1 h3 {
    font-style: normal;
    font-weight: bold;
    color: #004182 !important;
    text-align: left;
    font-size: 36px;
    margin-bottom: 40px;
}

.banner_text .box-image {
    width: 346px !important;
    margin: 0px;
}

.banner_light {
    z-index: 0;
    position: absolute;
    left: -29.07%;
    bottom: 0px;
}



.banner_ronta {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -90px;
    max-width: 357.23px;
    width: 26% !important;
}

.banner_product {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 1138px !important;
    max-width: 120%;
}


.paintBack {
    background-color: #d3f4bf;
}


.stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #f2fcec 10px, #f2fcec 25px);
}


.Text_blocks {
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.certif-textblok {
    max-width: 800px !important;
    width: 90% !important;
}

/* --------end chung----  */



.s-ron-1 {
    padding-top: 204px !important;
}

.s-ron-1 .text-1 h2 {
    color: #004182 !important;
    margin: 23px auto 30px;
    font-size: 60px;
    margin-top: 0px;
}

.s-ron-1 .text-2 {
    margin: 0px auto;
}

.s-ron-1 .text-2 p {
    font-family: 'Quicksand', sans-serif;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 25px;
}





/* -------test nhanh-------- */

.col-mm {
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 63px;
}

.col-mm .col-inner {
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    transform-origin: center center;
    position: relative;
    width: 100%;
    height: 313px;
    /* cá»‘ Ä‘á»‹nh chiá»u cao Ä‘á»ƒ láº­t mÆ°á»£t */
}

/* Hai máº·t cá»§a flip */
.img-xoay-1,
.img-xoay-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.6s ease;
    will-change: transform;
}

/* Máº·t trÆ°á»›c */
.img-xoay-1 {
    transform: rotateY(0deg);
    z-index: 2;
    background-color: #d3f4bf;
    width: 313px;
    height: 313px;
    padding: 18px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}

/* Máº·t sau */
.img-xoay-2 {
    transform: rotateY(180deg);
    z-index: 1;
    background-color: #d3f4bf;
    width: 313px !important;
    height: 313px;
    padding: 18px !important;
    border-radius: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-mm>.col-inner {
    display: flex;
    justify-content: center;
}

.col-mm>.col-inner .col-loc {
    width: 341px;
}

/* Khi thÃªm class flipped */
.col-mm.flipped .img-xoay-1 {
    transform: rotateY(180deg);
    z-index: 1;
}

.col-mm.flipped .img-xoay-2 {
    transform: rotateY(0deg);
    z-index: 2;
}

/* Ná»™i dung máº·t sau */
.img-xoay-2>.col {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 0px 25px 0px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0px !important;
}

/* Text á»Ÿ giá»¯a */
.img-xoay-2>.col .col-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-xoay-2>.col .col-inner .text {
    color: black;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 175px;
}

.img-xoay-2>.col .col-inner .text p {
    font-size: 16px !important;
    margin: 0px;
    color: black !important;
    font-weight: 600;
}

.img-xoay-1 .t-1 p {
    color: #004182 !important;
    font-size: 22px;
    margin: 10px auto;
    width: 180px;
    line-height: 1.5;
}

.sron-hd .text-1 h2 {
    color: #004182 !important;
    margin: 23px auto 30px;
    font-size: 60px;
    margin-top: 0px;
}

.sron-hd .row-2 .col-item-1>.col-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

.sron-hd .row-2 .box-image {
    width: 100% !important;
}

.sron-hd .row-2 .t-1 p {
    font-size: 22px;
}

.sron-list-post .text-1 h2 {
    color: #004182 !important;
    margin: 23px auto 30px;
    font-size: 60px;
    margin-top: 0px;
}

.box-blog-post .is-divider {
    display: none;
}

.post-item .col-inner h5.post-title {
    color: #004182;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 24px;
    padding-bottom: 8px;
}

p.from_the_blog_excerpt {
    font-size: 18px;
    color: #004182 !important;
    width: 80%;
    margin: 0px auto;
}


.s-ron-1 .row-4 .box-image {
    width: 122px !important;
    margin-bottom: 27px;
}

.s-ron-1 .row-4 .box-text p {
    font-family: 'Quicksand', sans-serif;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    width: 84%;
    font-size: 24px;
}

.s-ron-1 {
    padding-bottom: 0px;
}







/* ----------xá»­ lÃ½ trang danh má»¥c sáº£n pháº©m --------- */




.ProductLeft {
    overflow: hidden;
    padding-top: 90px !important;
    padding-bottom: 0px !important;
}

.ProductLeft .col-item-1>.col-inner {
    position: relative;
}

.ProductLeft .number {
    position: absolute;
    bottom: 20px;
    right: -10%;
    z-index: 1;
    width: 305px !important;
    margin-bottom: 0px !important;
}

.ProductLeft .product {
    position: relative;
    float: left;
    z-index: 1;
    margin-left: 10.46154%;
    max-width: 269px;
    width: 35%;
    margin-bottom: 0px !important;
}

.ProductLeft .backlight {
    position: absolute;
    /* z-index: 0; */
    left: -25%;
    bottom: 0;
    margin-bottom: 0px !important;
}

.ProductLeft .blockquote {
    text-align: center;
    width: 45.38462%;
    position: absolute;
    top: 0;
    left: 38.46154%;
    right: auto;
    bottom: auto;
    margin: auto;
    z-index: 3;
}

.ProductLeft .blockquote .smallFokia {
    position: absolute;
    bottom: 0px;
    right: -55px;
    width: 150px !important;
}


.ProductLeft .col-item-1>.col-inner:before,
.ProductLeft .col-item-1>.col-inner:after {
    content: "";
    display: table;
    box-sizing: inherit !important;
}


.ProductLeft .col-item-1>.col-inner:after {
    clear: both;
}

.blockquote .box-image {
    width: 346px !important;
}

.blockquote .box-text p {
    font-style: normal;
    font-size: 22px;
    color: #004182;
    line-height: 1.3;
}

.ProductLeft .col-item-1 {
    padding-bottom: 0px;
}







.ProductRight {
    overflow: hidden;
    padding-top: 90px !important;
    padding-bottom: 0px !important;
}

.ProductRight .number {
    position: absolute;
    bottom: 20px;
    left: -10%;
    z-index: 1;
    width: 305px !important;
    margin-bottom: 0px !important;
}


.ProductRight .product {
    position: relative;
    float: right;
    z-index: 1;
    margin-right: 10.46154%;
    max-width: 269px;
    width: 35%;
    margin-bottom: 0px !important;
}


.ProductRight .backlight {
    position: absolute;
    z-index: 0;
    right: -25%;
    bottom: 0;
    margin-bottom: 0px !important;
}


.ProductRight .blockquote {
    text-align: center;
    width: 45.38462%;
    position: absolute;
    top: 0;
    right: 38.46154%;
    left: auto;
    bottom: auto;
    margin: auto;
    z-index: 3;
}

.ProductRight .blockquote .smallFokia {
    position: absolute;
    bottom: 21px;
    left: -55px;
    width: 150px !important;
}


.ProductRight .blockquote .firstP {
    font-style: normal;
    font-size: 24px;
    color: #004182;
}

.ProductRight .col-item-1 {
    padding-bottom: 0px;
}

.ProductRight .col-item-1>.col-inner:before,
.ProductRight .col-item-1>.col-inner:after {
    content: "";
    display: table;
    box-sizing: inherit !important;
}

.ProductRight .col-item-1>.col-inner:after {
    clear: both;
}

.blockquote .box-text .t-2 {
    padding-top: 25px;
}


.s-slogan {
    padding: 115px 0px !important;
}

.s-slogan .row-1 .text-1 h2 {
    font-size: 60px;
    color: #004182 !important;
}

.s-slogan .row-1 .text-1 p {
    color: rgb(0 0 0);
    font-style: italic;
    font-size: 32px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
}

.s-slogan .col {
    padding-bottom: 0px;
}




/* ------trang danh má»¥c rontameal-cereals--------- */

.col-flex>.col-inner {
    display: flex;
}

.scat-rc-banner {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #f0f0f2 10px, #f0f0f2 25px);
}

.scat-rc-banner .text-1 h2 {
    font-size: 60px;
    padding-top: 32px;
}

.scat-rc-banner .row-2 .col-inner {
    justify-content: center;
}

.scat-rc-banner .row-2 .col-inner .img {
    width: 150px !important;
}

.scat-rc-banner {
    padding-bottom: 30px !important;
}

.sron-hd .row-3 {}

.sron-hd .row-3 .text-note p {
    color: #004182;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.sron-hd .row-3 .col {
    padding-bottom: 0px;
}



.ptrc .blockquote .box-image {
    width: 139px !important;
}

.ptrc .blockquote .box-text .t-2 {
    padding-top: 18px;
}

.ptrc.ProductLeft .product {
    margin-left: -10%;
    max-width: 701px;
    width: 55%;
}

.ptrc.ProductRight .product {
    margin-right: -10%;
    max-width: 701px;
    width: 55%;
}

.ptrc.ProductLeft .blockquote,
.ptrc.ProductRight .blockquote {
    top: 35%;
}

.ptrc.ProductLeft,
.ptrc.ProductRight {
    padding-top: 0px !important;
}

.ptrc.ProductLeft .number {
    bottom: 0px;
    right: 0px;
    width: 392px !important;
}

.ptrc.ProductRight .number {
    bottom: 0px;
    left: 0%;
    width: 392px !important;
}


.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
    color: #0db9e1;
}

.s-banner-db {
    padding-bottom: 0px !important;
}





/* ------------ xá»­ lÃ½ trang rontamiland ------------- */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-question {
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 15px;
    margin-bottom: 10px;
    /* border-radius: 5px; */
    border-bottom: solid 2px #0DB9E1;
    text-align: left;
    transition: all 0.3s ease;
    color: #fff;
    height: 215px;
    font-size: 24px;
    display: flex;
    align-items: flex-end;
}

.faq-question:hover {
    /* background: #ebebeb; */
}

/* Dáº¥u + / â€“ */
.faq-question::after {
    content: "+";
    position: absolute;
    right: -3px;
    bottom: -18px;
    width: 37px;
    height: 37px;
    background: #0DB9E1;
    color: white;
    border-radius: 50%;
    line-height: 24px;
    font-weight: bold;
    font-size: 35px;
    transition: all 0.3s ease;
    padding-top: 6px;
    text-align: center;
}

.faq-question.active {
    border-bottom-color: white;
}

.faq-question.active::after {
    content: "-";
    background: white;
    color: #0db9e1;
}

/* Tráº£ lá»i */
.faq-answer {
    display: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    margin-top: 0px;
    animation: fadeIn 0.3s ease-in-out;
    position: relative;
    color: #fff;
    font-size: 22px;
    padding-bottom: 1px;
    margin-top: 28px;
}

/* MÅ©i tÃªn chá»‰ lÃªn */
.faq-answer::before {
    content: "";
    position: absolute;
    top: -10px;
    left: var(--arrow-left, 30px);
    /* Máº·c Ä‘á»‹nh 30px, náº¿u JS chÆ°a gÃ¡n ká»‹p */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #33679b;
}

.faq-question p {
    font-weight: 600;
}

.section-rd .text-title h1 {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 700;
}

.section-rd .row-title .col {
    padding-bottom: 0px;
}

.faq-group .col {
    padding-bottom: 0px;
}

.section-rd.section-rd-2 .text-title h1 {
    color: #004182 !important;
}

.section-rd-2 .faq-question {
    color: #004182;
    border-bottom-color: #004182;
}

.section-rd-2 .faq-question::after {
    color: #fff;
    background: #004182;
}

.section-rd-2 .faq-answer {
    background: #33679b;
}

.section-rd-2 .faq-question.active {
    border-color: #ffffff;
}

.section-rd-2 .faq-question.active::after {
    color: #004282;
    background: #ffffff;
}


.section-rd-2.section-rd-3 .faq-question.active {
    border-color: #0DB9E1;
}

.section-rd-2.section-rd-3 .faq-question.active::after {
    color: #004282;
    background: #0DB9E1;
    ;
}

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

.section-rd-1 .section-content {
    position: relative;
    z-index: 2;
}

.section-rd-3 .section-content {
    position: relative;
    z-index: 2;
}

/* .section-rd-2{
    position: relative;
    z-index: 1;
} */
.section-rd-2 .img-cua {
    position: absolute;
    top: -116px;
    left: 10%;
    width: 162px !important;
}

.section-rd-2 .img-bach-tuoc {
    position: absolute;
    right: 7%;
    width: 252px !important;
    top: -283px;
}

.section-rd-2 .img-canh-cut {
    position: absolute;
    bottom: -211px;
    left: 56%;
    width: 178px !important;
}

.section-rd {
    padding-top: 60px !important;
    padding-bottom: 91px !important;
}



.section-rd-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding: 0px !important;
}

.section-rd-banner .col {
    padding-bottom: 0px;
}

.section-rd-1 {
    margin-top: -26px;
}

.section-rd-banner .row-top {
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.section-rd-banner .row-top .text-1 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: -4px;
}

.section-rd-banner .row-top .text-2 p {
    color: #004182;
    font-size: 27px;
    font-weight: 700;
}

/* ------------ end xá»­ lÃ½ trang rontamiland ------------- */
.section-home-top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-home-top .img-goc-g {
    background: none !important;
    max-width: 1920px;
    margin: 0px auto;
}

.section-home-top .img-goc-g p {
    margin-bottom: 0px;
}

.section-rd-banner .img-goc-g {
    max-width: 1920px;
    margin: 0px auto;
}








/* --------------xá»­ lÃ½ trang about---------- */
.button.primary.btn-open-more:hover,
.button.primary.btn-close-more:hover {
    background-color: #444;
    /* MÃ u ná»n khi hover */
    color: #fff;
    /* MÃ u chá»¯ khi hover */
    transition: all 0.3s ease;
}

.section-about-banner .img-1 {
    max-width: 1920px;
    margin: 0px auto;
}

.section-about-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-breadcrumb .col-inner {
    display: flex;
    height: 40px;
    align-items: center;
}

.section-breadcrumb .col-inner a {
    margin-bottom: 0px;
    color: #22427f;
    font-weight: 800;
    margin-right: 2px;
}

.section-breadcrumb .text-ten p {
    margin-bottom: 0px;
    padding-right: 2px;
    font-weight: 900;
}

.section-breadcrumb {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.section-about-1 .img-1 {
    width: 200px !important;
    padding-bottom: 30px;
}

.section-about-1 {
    padding-top: 0px !important;
}

.section-about-1 .row-1 .text-1 h2 {
    font-size: 60px;
    padding-bottom: 26px;
}

.section-about-1 .row-1 .text-2 p {
    font-size: 24px;
    color: #004182 !important;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    width: 80%;
    line-height: 1.3;
    font-weight: 500;
}

.section-about-1 .row-1 .text-2 {}

.section-about-1 .text-show p {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    width: 80%;
    line-height: 1.3;
    font-weight: 500;
}

.section-about-1 .button {
    margin-top: 31px;
}

a.button.btn-db.btn-open-more,
a.button.btn-db.btn-close-more {
    background: #21417f !important;
    max-width: 240px;
    width: 205px;
    height: 51px;
    font-size: 19px !important;
}

.section-about-2 .bg {
    opacity: 0.9;
}

.section-about-2 {
    padding-top: 50px !important;
}

.section-about-2 .img-1 {
    width: 178px !important;
    padding-bottom: 10px;
}

.section-about-2 .text-1 h2 {
    font-size: 20px;
    color: #fff;
    font-size: 60px;
    padding-bottom: 20px;
}

.section-about-2 .text-2 p {
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    width: 80%;
    line-height: 1.3;
    font-weight: 400;
}

.section-about-2 .row-more-db .button {
    margin-top: 45px;
}

.section-about-2 .text-show p {
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    width: 80%;
    line-height: 1.3;
    font-weight: 400;
}

.section-about-3 .box-image {
    width: 288px !important;
    padding-bottom: 20px;
}

.section-about-3 .t-1 h3 {
    font-size: 36px;
    padding-bottom: 15px;
}

.section-about-3 .row-1 p {
    font-size: 24px;
    color: #004182 !important;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    width: 80%;
    line-height: 1.3;
    font-weight: 500;
}

.section-about-4 .text-1 h2 {
    font-size: 60px;
    padding-top: 20px;
}

.section-about-4 .row-2 {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 57px;
    color: blue;
    text-align: center;
    padding-top: 20px;
}

.section-about-4 .row-2 .col {
    padding-bottom: 15px;
}

.section-about-4 .row-2 .t-2 h3 {
    font-size: 32px;
    padding-bottom: 18px;
}

.section-about-4 {
    padding-bottom: 50px !important;
}

/* ----------ux chung------- */

.section-select-cat .row-1 .col-item-1>.col-inner {
    display: flex;
    justify-content: space-between;
}

.section-select-cat p {
    font-size: 18px;
    color: #0DB9E1;
    margin-bottom: 0px;
}

.section-select-cat .c-1 {
    width: 293px;
    position: relative;
    left: -14px;
}

.section-select-cat .c-2 {
    width: 58.69231% !important;
}

.section-select-cat .c-3 {
    width: 390px;
}

.section-select-cat .box-image {
    width: 50px !important;
}

.section-select-cat .box-image .box-text {}

.section-select-cat .img-c {
    display: flex;
    gap: 0px;
    cursor: pointer;
}

.section-select-cat .box-text {
    width: 180px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.section-select-cat .box-text h4 {
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.section-select-cat .c {
    display: flex;
    align-items: center;
}

.section-select-cat .r-c .col {
    padding-bottom: 0px;
}

.section-select-cat .img-c:before {
    content: ">";
    display: block;
    width: 33px;
    position: absolute;
    left: -44px;
    top: -22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    font-size: 60px;
    color: #e8e8e9;
}

.section-select-cat .row-1 {
    max-width: 1322px !important;
    margin: 0px auto;
}

.section-select-cat .col {
    padding: 0px !important;
}

.section-select-cat .img-c:hover h4 {
    color: #0DB9E1;
}

.section-select-cat .img-c:hover .box-image {
    transform: scale(1.05);
}

.section-select-cat .box-image {
    transition: transform 0.3s ease;
}

.section-select-cat .box-image:hover {
    transform: scale(1.1);
}

/* ----------end ux chung------- */



.section-select-cat.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    /* tÃ¹y chá»‰nh */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#header.hidden {
    display: none !important;
}


/* -----scroll chi tiáº¿t------- */
.section-menu-scroll .menu-scroll {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-menu-scroll .row-1 .col {
    padding-bottom: 0px;
}

.section-menu-scroll .menu-scroll a {
    font-size: 24px;
    font-style: italic;
    /* Outline nháº¹ xung quanh */
    padding: 0px 21px;
    align-items: center;
    border: 1px solid #00428263 !important;
}

.section-menu-scroll {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    position: relative;
    z-index: 3;
}

/* -----end scroll chi tiáº¿t------- */






.section-menu-scroll.sticky {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    /* tÃ¹y chá»‰nh */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#header.hidden {
    display: none !important;
}

.ux-menu-link__link.active {
    font-weight: bold;
    color: #0db9e1;
}

.section-about-2 .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(116 116 116 / 40%);
    z-index: 1;
}

button i,
.button i {
    top: 0px;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: 0px;
}

li.header-search-form {
    position: relative;
    left: 14px;
}

.section-menu-scroll .ux-menu-link:hover .ux-menu-link__link {
    background: #004282;
    color: #fff;
}

.section-menu-scroll .ux-menu-link__link.active {
    background: #004182;
    color: #fff;
    font-weight: 500;
}

/* -===============END PC===========*/



/* -===============MOBILE ===========*/
/* dÃ¹ng nhiá»u */
@media only screen and (max-width: 1200px) {
    .section-home-2 .text-1 h2 {
        font-size: 40px;
    }

    .section-home-2 .text-1 h2 {}

    .header-nav .icon-menu:before {
        font-size: 27px;
    }

    .header:not(.transparent) .header-nav-main.nav>li>a {
        font-size: 14px !important;
    }

    a.nav-top-link {}

    div#logo {
        width: 125px;
    }

    .searchform .button.icon i {
        font-size: 24px;
    }

    ul.header-nav.header-nav-main {}

    .flex-right ul.header-nav.header-nav-main {
        justify-content: right;
    }

    .social-icons.follow-icons {}

    #masthead .social-icons.follow-icons {}

    #masthead .icon-menu::after {
        font-size: 23px;
        right: -32px;
    }

    h3.ront-baby-stage-sub {}

    .section-home-2 .text-1 h3 {
        font-size: 24px;
    }

    .section-home-2 .row-2 .t-1 p {
        font-size: 22px;
    }

    .section-home-3 .row-1 .text-1 h2 {
        font-size: 40px;
        max-width: 90%;
        margin: 0px auto;
    }


    .section-home-3 .row-2 .col-item-1 .col-inner {
        width: 100% !important;
    }

    .section-home-3 .row-2 .t-1 p {
        font-size: 16px;
    }

    .section-home-3 .row-2 .t-1 {
        padding-top: 10px;
    }

    .section-home-4 .row-top .text-top h2 {
        font-size: 40px;
        margin-bottom: -4px;
    }

    .section-home-4 .row-top {
        top: -116px;
    }

    .section-home-4 .section-content {
        height: 750px;
    }

    .section-home-4 .box-image {
        width: 144px !important;
    }

    .section-home-4 .row-bot .row-1 .box-text p {
        font-size: 22px;
    }

    .section-home-4 .row-bot .row-2 .text-bot h2 {
        font-size: 40px;
        margin-top: -19px;
    }

    .section-home-4 .row-bot .row-2 .text-bot p {
        font-size: 24px;
    }

    .section-home-2 .row-2 .box-image {
        width: 130px !important;
    }

    .section-home-2 {
        padding-bottom: 0px !important;
    }

    .section-home-3 {
        padding-bottom: 0px !important;
    }

    .section-home-4 .row-top .text-top {
        font-size: 24px;
    }

    .section-home-5 .text-1 h2 {
        font-size: 40px;
    }

    .section-home-5 .row-1 .img {
        width: 165px !important;
    }

    .section-home-5 .row-1 .text-2 {
        font-size: 16px;
        margin: 0px auto;
        margin-bottom: -15px;
    }

    .section-home-5 {
        padding-bottom: 0px !important;
    }

    .section-home-6 .text-1 h2 {
        font-size: 40px;
    }

    .section-home-6 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .section-home-6 .text-2 h3 {
        font-size: 24px;
    }

    .section-home-6 h3.ront-callendar-sub {
        font-size: 22px;
        max-width: 95%;
        margin: 0px auto;
    }

    .section-home-6 .img-heo-bot {
        right: 0px;
        width: 149px !important;
        bottom: -56px;
    }

    .section-home-7 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .section-home-7 .row-1 .text-1 h2 {
        font-size: 40px;
        margin-bottom: -20px;
    }

    .post-item .col-inner img {
        width: 150px;
        height: 150px;
    }

    .section-home-7 .post-title {
        font-size: 22px;
        height: 58px;
    }

    .section-home-7 .from_the_blog_excerpt {
        font-size: 14px;
        height: 55px;
    }

    .section-home-8 .img-1 {
        width: 188px !important;
    }

    .section-home-8 .text-1 h2 {
        font-size: 40px;
        padding-top: 19px;
    }

    .section-home-8 .text-1 h3 {
        font-size: 22px;
    }

    .section-home-8 {
        padding-bottom: 0px !important;
    }

    .section-footer .text h2,
    .section-footer .text h3,
    .section-footer .text h4,
    .section-footer .text h5,
    .section-footer .text h1 {
        font-size: 20px;
    }

    .section-footer .ux-menu-link__link {
        font-size: 16px;
    }

    .section-footer p {
        font-size: 16px;
    }

    .social-icons.follow-icons a {
        font-size: 16px;
    }

    a.button.btn-db,
    .post-item .button,
    .btn-db {
        font-size: 18px !important;
        height: 47px !important;
        width: fit-content;
    }

    .sidebar-menu-top-content {
        font-size: 26px;
        height: 71px;
    }

    #main-menu .nav.nav-vertical li a {
        font-size: 24px;
    }

    .mfp-content {
        width: 50% !important;
    }

    .mfp-ready .mfp-close {
        left: auto;
    }

    #masthead .social-icons.follow-icons a {
        font-size: 12px;
    }

    .blockquote .smallFokia {
        display: none;
    }

    div#top-bar {
        background: #e8e8e9 !important;
        margin-bottom: -11px;
    }

    .post-item .image-cover {
        padding: 73px !important;
    }


    .section-home-8 .col-item-2 {
        margin-top: 0px;
    }

    #top-bar .social-icons a {
        font-size: 12px;
        display: none;
    }

    #top-bar a.nav-top-link {}

    #top-bar a.nav-top-link {
        font-size: 13px;
        color: #333333;
    }

    #top-bar .m-db-1 {
        position: relative;
    }

    #top-bar .m-db-1::after {
        content: "";
        position: absolute;
        right: -10px;
        width: 4px;
        height: 20px;
        background: #004282;
        top: 4px;
    }

    #top-bar .nav-center {
        justify-content: space-around;
        justify-content: center;
    }

    #top-bar .header-social-icons {}

    #masthead .icon-menu:before {
        font-size: 34px !important;
    }

    .post-item .col-inner h5.post-title {
        font-size: 22px;
    }

    .section-home-6 form select {
        height: 40px;
    }

    .section-home-8 input {
        height: 40px;
    }

    .section-menu-scroll .menu-scroll a {
        font-size: 16px;
    }

    .section-about-1 .img-1 {
        width: 150px !important;
    }

    .section-about-1 .row-1 .text-1 h2 {
        font-size: 40px;
    }

    .section-about-1 .row-1 .text-2 p {
        font-size: 16px;
    }

    .section-about-1 .text-show p {
        font-size: 16px;
    }

    .section-about-2 .img-1 {
        width: 150px !important;
    }

    .section-about-2 .text-1 h2 {
        font-size: 40px;
    }

    .section-about-2 .text-2 p {
        font-size: 16px;
    }

    .section-about-2 .text-show p {
        font-size: 16px;
    }

    .section-about-3 .box-image {
        width: 180px !important;
    }

    .section-about-3 .t-1 h3 {
        font-size: 24px;
    }

    .section-about-3 .row-1 p {
        font-size: 16px;
    }

    .section-about-4 .text-1 h2 {
        font-size: 40px;
    }

    .section-about-4 .row-2 .t-2 h3 {
        font-size: 22px;
    }

    .section-about-4 {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    .scat-rc-banner .text-1 h2 {
        font-size: 40px;
    }

    .ptrc.ProductLeft .product {
        max-width: 45%;
    }

    .ptrc.ProductLeft .number {
        width: 229px !important;
    }

    .blockquote .box-text p {
        font-size: 18px;
    }

    .ptrc.ProductRight .product {
        max-width: 45%;
    }

    .ptrc.ProductRight .number {
        width: 180px !important;
    }

    .ProductRight .blockquote .firstP {
        font-size: 18px;
    }

    .sron-hd .text-1 h2 {
        font-size: 40px;
    }

    .sron-hd .row-2 .box-image {
        width: 124px !important;
    }

    .sron-hd .row-2 .t-1 p {
        font-size: 16px;
    }

    .sron-hd .row-3 .text-note p {
        font-size: 16px;
    }

    .sron-list-post .text-1 h2 {
        font-size: 40px;
    }

    p.from_the_blog_excerpt {
        font-size: 14px;
    }

    .scat-rc-banner .row-2 .col-inner .img {
        width: 100px !important;
    }

    .section-rd-banner .row-top .text-1 h2 {}

    .section-rd-banner .row-top .text-2 p {
        font-size: 24px;
    }

    .section-rd .text-title h1 {
        font-size: 24px;
    }

    .faq-question {
        font-size: 16px;
        height: 87px;
    }

    .faq-answer {
        font-size: 16px;
    }

    .banner_product {
        width: 704px !important;
    }

    .banner_text {
        top: 100px !important;
    }

    .banner_text .box-image {
        width: 200px !important;
    }

    .banner_text .t-1 h3 {
        font-size: 24px;
    }

    .banner_ronta {
        width: 15% !important;
    }

    .s-ron-1 {
        /* padding-top: 20px !important; */
    }

    .s-ron-1 .text-1 h2 {
        font-size: 40px;
    }

    .s-ron-1 .text-2 p {
        font-size: 22px;
    }

    .img-xoay-1 .t-1 p {}

    .s-ron-1 .row-4 .box-image {
        width: 90px !important;
    }

    .s-ron-1 .row-4 .box-text p {
        font-size: 18px;
    }




    .section-select-cat p {
        font-size: 14px;
    }

    .section-select-cat .c-1 {
        left: 9px;
        width: 207px !important;
    }

    .section-select-cat .img-c:before {
        font-size: 25px;
        top: -3px;
        left: -24px;
    }

    .box-image img {}

    .section-select-cat .box-image {
        width: 34px !important;
        margin: 0px;
        margin-right: 9px;
    }

    .section-select-cat .box-text h4 {
        font-size: 16px;
    }

    .section-select-cat .box-text {
        width: 118px;
    }

    .section-select-cat .c {
        width: fit-content;
        padding-right: 11px;
    }

    .section-select-cat .img-c {}

    .section-select-cat .c-2 {
        width: 50% !important;
    }

    .section-select-cat .row-1 .col-item-1>.col-inner {
        justify-content: flex-start;
        gap: 25px;
    }

    .s-slogan .row-1 .text-1 h2 {
        font-size: 40px;
    }

    .s-slogan .row-1 .text-1 p {
        font-size: 22px;
    }

    .s-slogan {
        padding: 50px 0px !important;
    }

    .ProductLeft .number {
        width: 200px !important;
        right: 0px;
    }

    .ProductRight .number {
        width: 200px !important;
        left: 0px;
    }


}

@media only screen and (max-width: 1000px) {

    .s-slogan .row-1 .text-1 h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 830px) {
    #masthead .icon-menu::after {
        display: none;
    }


    .s-ron-1 .row-2 {
        max-width: 80%;
    }

    .blockquote .box-text p {
        font-size: 16px;
    }

    .ptrc .blockquote .box-text .t-2 {
        padding-top: 10px;
    }

    .ptrc.ProductLeft .blockquote,
    .ptrc.ProductRight .blockquote {
        width: 52%;
    }
}

/* dÃ¹ng nhiá»u */
@media only screen and (max-width: 700px) {
    .section-home-2 {}

    .section-home-2 .text-1 h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .section-home-2 .text-1 h3 {
        font-size: 16px;
    }

    .section-home-2 .row-2 .box-image {
        width: 79px !important;
    }

    .section-home-2 .row-2 .t-1 p {
        font-size: 14px;
    }

    .section-home-3 .row-2 p {
        font-size: 14px;
    }

    .section-home-3 .row-1 .text-1 h2 {
        font-size: 22px;
    }

    .section-home-3 .row-2 .col-item-1 {
        overflow: hidden;
    }

    .section-home-3 .row-2 .col-item-1 img {
        position: relative;
        left: 35px;
    }

    .section-home-3 .row-2 .col-item-1 .col-inner {}

    .section-home-3 .row-2 .t-1 {
        text-align: center;
    }

    .section-home-3 .row-2 .t-1 p {
        font-size: 14px;
    }


    .section-home-3 .row-2 .col-item-2 {
        text-align: center;
    }

    .section-home-2 {
        margin-top: -9px;
        padding-top: 20px !important;
    }

    .section-home-4 .row-top .text-top h2 {
        font-size: 22px;
        padding-bottom: 2px;
    }

    .section-home-4 .row-top .text-top {
        font-size: 14px;
    }

    .section-home-4 .box-image {
        width: 86px !important;
    }

    .section-home-4 .row-bot .row-1 {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .section-home-4 .row-bot .row-1 .box-text p {
        font-size: 14px;
        width: 129%;
        position: relative;
        left: -11px;
        top: 4px;
    }

    .section-home-4 .row-bot .row-2 .text-bot h2 {
        font-size: 14px;
    }

    .section-home-4 .row-bot .row-2 .text-bot p {
        font-size: 14px;
        margin-top: 12px;
    }

    .section-home-4 .section-content {
        height: 412px;
    }

    .section-home-5 .text-1 h2 {
        font-size: 22px;
        padding-top: 0px;
    }

    .section-home-5 .row-1 .img {
        width: 100px !important;
        margin-bottom: -3px;
        margin-top: -9px;
    }

    .section-home-5 .row-1 .text-2 p {
        font-size: 14px;
        text-align: center;
    }

    .section-home-5 {
        padding-bottom: 0px !important;
    }

    a.button.btn-db,
    .post-item .button,
    .btn-db {
        font-size: 14px !important;
        height: 38px !important;
        margin-bottom: 0px;
    }

    .section-home-6 .text-1 h2 {
        font-size: 22px;
    }

    .section-home-6 .text-2 h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .section-home-6 h3.ront-callendar-sub {
        font-size: 14px;
    }

    .section-home-6 .img-heo-bot {
        width: 138px !important;
        bottom: -89px;
        right: -7%;
    }

    .section-home-7 .row-1 .text-1 h2 {
        font-size: 22px;
        margin-bottom: -26px;
    }

    .post-item .col-inner img {
        width: 100%;
        height: 130px;
    }

    .post-item .image-cover {
        padding: 73px !important;
    }

    .section-home-7 .post-title {
        font-size: 16px !important;
    }

    .section-home-7 .from_the_blog_excerpt {
        font-size: 14px;
        margin-top: -17px;
        margin-bottom: 10px;
        height: 60px;
    }

    .post-item {}

    .section-home-8 .img-1 {
        width: 149px !important;
        position: relative;
        top: -42px;
    }

    .section-home-8 .col-item-2 {
        left: 0px;
        margin-top: -183px;
    }

    .section-home-8 .text-1 h2 {
        font-size: 22px;
    }

    .section-home-8 .text-1 h3 {
        font-size: 16px;
    }

    .section-footer .text h2,
    .section-footer .text h3,
    .section-footer .text h4,
    .section-footer .text h5,
    .section-footer .text h1 {
        font-size: 18px;
    }

    .section-footer .ux-menu-link__link {
        font-size: 14px;
    }

    .section-footer p {
        font-size: 14px;
    }

    div#top-bar {
        display: block !important;
    }

    #masthead .icon-menu::after {
        display: none;
    }

    div#top-bar {
        background: #e8e8e9 !important;
        margin-bottom: -11px;
    }

    div#top-bar {
        padding-top: 13px;
        margin-bottom: -3px;
    }

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

    div#logo {
        width: 150px;
        position: relative;
        top: -5px;
        z-index: 2;
    }

    div#masthead {
        position: relative;
        z-index: 2;
        height: 76px;
    }

    #top-bar .social-icons a {
        font-size: 12px;
        display: none;
    }

    #top-bar a.nav-top-link {}

    #top-bar a.nav-top-link {
        font-size: 13px;
        color: #333333;
    }

    #top-bar .m-db-1 {
        position: relative;
    }

    #top-bar .m-db-1::after {
        content: "";
        position: absolute;
        right: -10px;
        width: 4px;
        height: 20px;
        background: #004282;
        top: 4px;
    }

    #top-bar .nav-center {
        justify-content: space-around;
        justify-content: center;
    }

    #top-bar .header-social-icons {}

    #masthead .icon-menu:before {
        font-size: 30px !important;
    }

    .section-footer {
        padding-bottom: 68px !important;
    }

    #main-menu .nav.nav-vertical .children {
        padding-left: 10px !important;
    }

    .section-home-2 .row-1 .col {
        padding-bottom: 8px;
    }

    .section-home-2 .col {
        padding-bottom: 6px;
    }

    .section-home-3 {
        padding-top: 22px !important;
    }

    .section-home-3 .row-1 .col {
        padding-bottom: 15px;
    }

    .section-home-3 .row-2 .col {
        padding-bottom: 8px;
    }

    .section-home-3 {
        padding-bottom: 20px !important;
    }

    .section-home-4 .row-bot .col {
        padding-bottom: 0px;
    }

    .section-home-4 .row-bot .row-2 {
        padding-top: 44px;
    }

    .section-footer .row-2 .col-item-4 .col-inner {
        text-align: left !important;
    }

    .section-footer .row-2 .col-item-4 .col-inner .social-icons {
        text-align: left;
    }

    .section-footer .row-3 .col-item-1 {
        text-align: center;
    }

    #top-bar .m-db-1::after {
        width: 2px;
        height: 12px;
        top: 10px;
        right: -8px;
    }

    .banner_light {
        top: auto;
        bottom: 96px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .banner_number {
        position: absolute;
        left: 50%;
        top: 110px;
        width: 170px !important;
    }

    .banner_text {
        top: 240px !important;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 2;
        width: 100% !important;
    }

    .banner_ronta {
        display: none !important;
    }

    .banner_product {
        max-width: 480px !important;
        bottom: auto !important;
        top: 10px !important;
        left: 0px;
        width: 1138px !important;
    }

    .banner_text .box-image {
        width: 200px !important;
        margin: 0px auto;
    }

    .banner_text .t-1 h3 {
        font-size: 16px;
        margin-bottom: 11px;
        text-align: center;
    }

    .s-ron-1 {
        padding-top: 22px !important;
    }

    .s-ron-1 .text-1 h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .s-ron-1 .text-2 p {
        font-size: 16px;
    }

    .img-xoay-1 .t-1 p {
        font-size: 16px;
    }

    .col-mm .col-inner {
        height: 140px;
        width: 140px;
    }

    .img-xoay-1 {
        height: 140px;
    }

    .img-xoay-1 .t-1 p {
        width: auto;
    }

    .img-xoay-2 {
        width: 140px !important;
        height: 140px !important;
    }

    .img-xoay-2>.col .col-inner .text {
        width: 50%;
    }

    .img-xoay-2>.col {
        width: 115px;
        height: 115px;
    }

    .img-xoay-1 {
        transition: unset;
    }

    .img-xoay-1,
    .img-xoay-2 {
        position: unset !important;
        -webkit-backface-visibility: visible;
    }

    .img-xoay-2 {
        transform: none;
        background: none;
        display: block;
        padding: 0px;
        width: 100% !important;
    }

    .col-mm>.col-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .img-xoay-2>.col {
        width: auto;
        height: auto;
        box-shadow: none;
        border-radius: 0px;
    }

    .img-xoay-2>.col .col-inner .text p {
        font-size: 12px !important;
        /* margin: 0px auto; */
    }

    .img-xoay-2>.col .col-inner .text {
        position: relative;
        transform: unset;
    }

    .img-xoay-1 .t-1 p {
        font-size: 14px;
    }

    .img-xoay-1,
    .img-xoay-2 {
        display: block;
        display: flex;
        align-items: center;
    }

    .img-xoay-1 {
        border-radius: 100%;
        width: 140px !important;
        height: 140px !important;
        background: #d3f4bf;
        padding: 18px !important;
        margin: 0px !important;
    }

    .col-mm .col-inner {
        width: auto;
        height: auto;
    }

    .img-xoay-1 .col {
        background: none;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 0px;
    }

    .img-xoay-1 .img {
        width: 104px !important;
    }

    .img-xoay-1 .t-1 p {
        font-size: 12px;
        width: 22px !important;
        margin: 0px;
        text-align: center;
        width: 100% !important;
    }

    .col-mm>.col-inner {
        background: #ffffff;
        box-shadow: 11px 0px 10px #888888;
        border-radius: 70px;
        cursor: pointer;
        justify-content: space-between;
        transition: none;
    }

    .sron-hd .col-item-2 {}

    .s-ron-q {}

    .col-mm {
        padding: 0px !important;
        margin-bottom: 9px;
    }

    .s-ron-1 .row-2 .r-1 {
        padding-top: 0px;
    }

    .s-ron-1 .row-2 .r-2 {
        width: 65% !important;
        margin: 0px !important;
    }

    .img-xoay-2>.col .col-inner .text p {}

    .img-xoay-2>.col .col-inner .text {
        /* right: 0px; */
        /* left: 0px; */
        width: 100%;
        position: unset;
        background: none;
        text-align: right !important;
        padding: 0px 9px;
    }

    .img-xoay-2>.col {
        padding: 0px;
        background: none;

    }

    .s-ron-1 .row-2 .col-img-right .r-1 {
        order: 2;
    }


    .s-ron-1 .row-2 .col-img-right .r-2 {
        padding-left: 0px !important;
    }

    .s-ron-1 .row-2 .col-img-right .r-2 .text {
        text-align: left !important;
        padding-left: 29px;
    }

    .ProductLeft .number {
        display: block;
        left: 45%;
        top: 55px;
        width: 60% !important;
    }

    .ProductLeft .product {
        clear: right;
        display: block;
        /* float: unset; */
        margin: 0 0 20px 15%;
        position: relative;
        width: 40% !important;
    }

    .ProductLeft .backlight {
        left: 0;
        bottom: auto;
    }

    .ProductLeft .blockquote,
    .ProductRight .blockquote {
        box-sizing: border-box;
        padding: 0 2% 20px;
        text-align: center;
        width: 100%;
        right: auto;
        left: 0px;
        position: relative;
        margin-top: 22px;
        float: left;
    }


    .ProductRight .number {
        display: block;
        left: -5%;
        top: 55px;
        width: 60% !important;
        bottom: auto;
    }

    .ProductRight .product {
        clear: left;
        display: block;
        margin: 0 15% 20px 0;
        position: relative;
        width: 40% !important;
        /* float: unset; */
    }

    .ProductRight .backlight {
        right: 0;
        bottom: auto;
    }

    .blockquote .box-text p {
        font-size: 16px;
    }

    .ProductLeft {
        padding: 20px 0 0 0 !important;
    }

    .s-slogan .row-1 .text-1 h2 {
        font-size: 22px;
    }

    .s-slogan .row-1 .text-1 p {
        font-size: 16px;
    }

    .s-slogan {
        padding: 50px 0px !important;
    }

    .ProductRight {
        padding: 20px 0 0 0 !important;
    }

    .ptrc.ProductLeft .product {
        margin-left: 0%;
        width: 100% !important;
        max-width: 100%;
    }

    .ptrc.ProductLeft .blockquote,
    .ptrc.ProductRight .blockquote {
        margin: 12% 2% 8%;
    }

    .ProductLeft .backlight,
    .ProductRight .backlight {
        left: 0;
        bottom: auto;
        opacity: 0;
    }

    .ptrc.ProductLeft .number {
        top: inherit !important;
        bottom: 0 !important;
        display: block;
        left: 45%;
        top: 55px;
        width: 60% !important;
    }

    .ptrc.ProductRight .number {
        display: block;
        left: -5%;
        top: 55px;
        width: 60% !important;
        bottom: auto;
        top: inherit !important;
        bottom: 0 !important;
    }

    .ptrc.ProductRight .product {
        width: 100% !important;
        margin-right: 5%;
        max-width: 100% !important;
    }

    .ptrc.ProductLeft .backlight,
    .ptrc.ProductRight .backlight {
        top: 11.5% !important;
    }


    .faq-answer::before {
        left: auto !important;
        right: 15px;
    }

    .section-rd-2 .img-cua {
        width: 70px !important;
    }

    .section-rd-2 .img-bach-tuoc {
        width: 150px !important;
    }

    .section-rd-2 .img-canh-cut {
        width: 130px !important;
    }

    .section-rd-banner .row-top .text-1 h2 {
        font-size: 22px;
    }

    .section-rd-banner .row-top {
        top: 10px;
    }

    .section-rd-banner .row-top .text-2 p {
        font-size: 12px;
    }

    .section-rd .text-title h1 {
        font-size: 22px;
    }

    .faq-question p {
        font-size: 14px;
    }

    .faq-question {
        height: 69px;
    }

    .faq-answer {
        font-size: 14px;
        padding: 15px;
        padding-bottom: 1px;
    }

    .section-rd-2 .img-bach-tuoc {
        top: -194px;
        right: -20px;
    }

    .section-rd-2 .img-cua {
        left: 5px;
        top: -91px;
    }

    .section-rd-2 .img-canh-cut {
        bottom: -119px;
    }

    .section-rd {
        padding-top: 48px !important;
        padding-bottom: 72px !important;
    }

    .section-about-1 .img-1 {
        width: 119px !important;
        margin-bottom: -4px !important;
    }

    .section-about-1 .row-1 .text-1 h2 {
        font-size: 22px;
        padding-bottom: 18px;
    }

    .section-about-1 .row-1 .text-2 p {
        font-size: 14px;
        width: 100%;
    }

    .section-about-1 {
        padding-bottom: 0px !important;
    }

    a.button.btn-db.btn-open-more,
    a.button.btn-db.btn-close-more {
        font-size: 16px !important;
        max-width: 200px;
        margin-right: 0px;
        margin-top: 18px;
        width: fit-content;
    }

    .section-about-2 .img-1 {
        width: 113px !important;
    }

    .section-about-1 .text-show p {
        font-size: 14px;
        width: 100%;
    }

    .section-about-2 .text-1 h2 {
        font-size: 22px;
    }

    .section-about-2 .text-2 p {
        font-size: 14px;
        width: 100%;
    }

    .section-about-2 .text-show p {
        font-size: 14px;
        width: 100%;
    }

    .section-about-3 .box-image {
        width: 130px !important;
    }

    .section-about-3 .t-1 h3 {
        font-size: 22px;
    }

    .section-about-3 .row-1 p {
        font-size: 14px;
        width: 100%;
    }

    .section-about-4 .text-1 h2 {
        font-size: 22px;
        margin-bottom: -5px;
        padding-top: 0px;
        margin-bottom: -17px;
    }

    .section-about-4 .row-2 .t-2 h3 {
        font-size: 14px;
        padding-bottom: 1px;
    }

    .section-breadcrumb {
        visibility: hidden;
        margin-bottom: -35px;
    }

    .section-select-cat .row-1 .col-item-1>.col-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        text-align: center;
    }

    .section-select-cat .img-c:before {
        display: none;
    }



    .section-select-cat p {
        font-size: 12px;
    }

    .section-select-cat .box-text h4 {
        font-size: 10px;
    }

    .section-select-cat .box-image {
        width: 36px !important;
        display: inline-block;
    }

    .section-select-cat .c {
        flex-wrap: nowrap;
        justify-content: center;
        width: 94% !important;
    }

    .section-select-cat .box-text {
        width: auto;
        justify-content: center;
        padding-top: 2px !important;
    }

    .section-select-cat .img-c {
        display: block;
        text-align: center;
    }

    .section-select-cat .c-1 {
        left: 0px;
    }

    .section-menu-scroll .menu-scroll {
        display: block;
        text-align: center;
        overflow: scroll;
        width: auto;
        white-space: nowrap;
        overflow-x: auto !important;
    }

    .section-menu-scroll .menu-scroll a {
        font-size: 16px;
    }

    .section-menu-scroll .menu-scroll .ux-menu {
        display: inline-block;
    }

    .section-menu-scroll .menu-scroll .ux-menu-link {
        padding: 0px;
        width: fit-content;
        display: inline-block;
        width: fit-content;
        padding-right: 10px;
    }



    .mfp-wrap {
        backdrop-filter: unset;
    }

    .mfp-ready .mfp-close {}

    .ux-search-box .flex-row {
        flex-direction: row;
    }

    .dark .form-flat input:not([type=submit]),
    .dark .form-flat textarea,
    .dark .form-flat select,
    .nav-dark .form-flat input:not([type=submit]),
    .nav-dark .form-flat textarea,
    .nav-dark .form-flat select {
        background: none !important;
    }

    .mfp-content .ux-search-box .flex-row input::placeholder {
        color: #004182 !important;
    }

    .form-flat .button.icon {
        color: #fff !important;
        /* background: #ffffff !important; */
    }

    .searchform .flex-col.flex-grow {
        background: #ffffff;
    }







    /* --------bo sung them--------- */
    .section-home-6 form select {
        height: 38px;
    }

    .section-home-8 input {
        max-width: 100% !important;
        width: 100% !important;
        height: 43px;
    }

    .scat-rc-banner .text-1 h2 {
        font-size: 22px;
    }

    .ptrc.ProductLeft .backlight,
    .ptrc.ProductRight .backlight {
        opacity: 0.5;
    }

    .sron-hd .text-1 h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .sron-hd .row-2 .col-item-1>.col-inner {
        flex-wrap: wrap;
        gap: 0px;
    }

    .sron-hd .row-2 .box-image {
        width: 80px !important;
    }

    .sron-hd .row-2 .t-1 p {
        font-size: 14px;
    }

    .sron-hd .row-3 .text-note p {
        font-size: 14px;
    }

    .sron-list-post .text-1 h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .post-item .col-inner h5.post-title {
        font-size: 20px;
        height: 55px;
        margin-bottom: 14px;
    }

    p.from_the_blog_excerpt {
        font-size: 14px;
    }

    .section-about-4 {
        padding-bottom: 0px !important;
    }

    .section-about-4 .row-2 {
        padding-top: 15px;
        margin-bottom: 40px;
        padding-bottom: 5px;
    }

    .section-about-3 {
        padding-bottom: 0px !important;
    }

    .s-ron-1 .text-2 {
        margin-bottom: -35px;
    }

    .s-ron-1 .row-3 {
        padding-top: 39px;
    }

    .s-ron-1 .row-4 .box-image {
        width: 61px !important;
        margin-bottom: 5px;
    }

    .s-ron-1 .row-4 .box-text p {
        font-size: 14px;
        width: 100%;
        margin: 0px;
    }

    .s-ron-1 .row-4 {
        margin-bottom: -34px;
    }

    .sron-hd .row-2 .col-item-1>.col-inner .box {
        width: 50%;
    }

    .section-select-cat {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .mfp-content {
        width: 85% !important;
    }

    .ptrc.ProductLeft .blockquote,
    .ptrc.ProductRight .blockquote {
        width: 100%;
    }

    .s-ron-1 .row-2 {
        max-width: 98%;
    }



    .section-home-4 {
        padding-top: 84px !important;
    }

    .section-home-4 .row-top {
        top: -69px;
    }

    .s-banner-db .row-1 .col {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .s-slogan .row-1 .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .s-slogan {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #button-contact-vr-mobile {
        z-index: 10;
    }
}

/* -===============END MOBILE ===========*/



/* .row-nen {
    position: absolute;
    top: 0px;
    height: 200px;
    z-index: 6;
}

.row-nen .col {
    padding: 0px !important;
} */


.row-cong-nghe .text-t h2 {
    font-size: 60px;
    padding-bottom: 23px;
    text-transform: capitalize;
}

.row-cong-nghe .text-t-2 p {
    font-size: 25px;
}

.row-cong-nghe .box-text h4 {
    font-size: 20px;
}

.row-cong-nghe .box-text p {
    font-size: 16px;
    color: #22427f;
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: 1px solid #004182;
    color: #004182;
}

.flickity-page-dots .dot.is-selected {
    background: #004182;
    border: none;
}

.flickity-page-dots .dot {
    border: 2px solid #004182;
    opacity: 0.8;
}




@media only screen and (max-width: 1200px) {

    .row-cong-nghe .text-t h2 {
        font-size: 40px;
    }

    .row-cong-nghe .box-text p {
        font-size: 13px;
    }

    .row-cong-nghe .text-t-2 p {
        font-size: 22px;
    }

    .row-cong-nghe .box-text h4 {
        font-size: 18px;
    }
}




@media only screen and (max-width: 700px) {

    .row-cong-nghe .text-t h2 {
        font-size: 22px;
        padding-top: 28px;
        padding-bottom: 10px;
    }

    .row-cong-nghe .text-t-2 p {
        font-size: 16px;
    }

    .row-cong-nghe .box-text h4 {
        font-size: 16px;
    }

    .row-cong-nghe .box-text p {
        font-size: 12px;
    }
}

.div-search-custom {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    left: 15px;
    top: 2px;
}

.div-serch-custom i.icon-search {}

.div-search-custom .icon-search:before {
    color: #004282;
    font-size: 26px;
}

.div-search-custom .icon-search {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.div-search-custom input.input-search-custom {
    background: none !important;
    border: none;
    color: #004282 !important;
    padding-left: 8px;
    font-size: 16px;
}

.div-search-custom input.input-search-custom::placeholder {
    color: #004282 !important;
}


@media only screen and (max-width: 700px) {
    .searchform .button.icon i {
        color: #fff;
    }
}


.header:not(.transparent) .header-nav-main.nav>li:hover>a {
    color: #22427f !important;
    font-weight: 500;
}

#main-menu .nav.nav-vertical li a:hover {
    transform: translateX(10px);
}

#main-menu .nav.nav-vertical li a {
    transition: all 0.4s;
    text-transform: capitalize;
}

.section-footer .row-3 .col {
    padding-bottom: 0px;
}

.section-footer .row-3 p {
    margin-bottom: 15px;
}



.btn-db:hover {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2) !important;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2) !important;
}


.post-item .button:hover {
    border: none !important;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2) !important;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2) !important;
}


/* ----------quay lai trang sp----- */

.sronbanner .text-mo-ta p {
    color: #004282;
    font-size: 24px;
    margin-bottom: 0px;
}

.sronbanner .row-1 {
    position: relative;
    top: 181px;
    margin-top: -181px;
}

.sronbanner {
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 50px;
}

.s-ron-1 .Text_blocks {
    padding-top: 0px;
}


.s-detail-db .row .row:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}

.s-detail-db .row .section {
    padding: 0px !important;
}

.layout-custom-mid {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 700px) {
    .sronbanner .row-1 .col-item-1>.col-inner {
        display: flex;
    }

    .sronbanner .row-1 {
        top: 0px;
        margin-top: 0px;
    }

    .sronbanner .img-num-mb {
        display: flex;
        align-items: flex-end;
        /* bottom: 20px; */
    }

    .sronbanner .img-sp {
        margin-bottom: 0px !important;
        position: relative;
        left: 15px;
    }

    .sronbanner .row-1 .col-item-1 {
        padding-bottom: 20px !important;
    }

    .sronbanner .row-1 .col-item-2 {}

    .sronbanner .img-title {
        width: 60% !important;
        display: inline-block;
        margin-bottom: 3px !important;
    }

    .sronbanner .row-1 .col-item-2>.col-inner {
        text-align: center;
    }

    .sronbanner .text-mo-ta p {
        font-size: 16px;
        max-width: 90%;
        margin: 0px auto;
    }

    .sronbanner {
        padding-bottom: 20px !important;
        padding-top: 30px;
    }

    .col-loc>.col-inner {
        display: flex;
        padding: 0px !important;
    }

    .col-mm>.col-inner .col-loc {
        padding: 0px !important;
        width: auto;
    }
}

.layout-custom-mid>.col-inner {
    max-width: 1300px;
    margin: 0px auto !important;
}


/* --------xu ly lai mau sac-------- */
/* + xanh-la-1  */
.xanh-la-1 .paintBack {
    background: #d3f4bf;
}

.xanh-la-1 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #f2fcec 10px, #f2fcec 25px);
}

.xanh-la-1 .img-xoay-1 {
    background: #d3f4bf;
}

.xanh-la-1 .img-xoay-2 {
    background: #d3f4bf;
}

.xanh-la-1 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #d3f4bf !important;
}






/* + xanh-nuoc-bien-1  */
.xanh-nuoc-bien-1 .paintBack {
    background: #c8e6ff;
}

.xanh-nuoc-bien-1 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #edf4fb 10px, #edf4fb 25px);
}

.xanh-nuoc-bien-1 .img-xoay-1 {
    background: #c8e6ff;
}

.xanh-nuoc-bien-1 .img-xoay-2 {
    background: #c8e6ff;
}

.xanh-nuoc-bien-1 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #c8e6ff !important;
}




/* + vang-1  */
.vang-1 .paintBack {
    background: #fff39c;
}

.vang-1 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #fffae1 10px, #fffae1 25px);
}

.vang-1 .img-xoay-1 {
    background: #fff39c;
}

.vang-1 .img-xoay-2 {
    background: #fff39c;
}

.vang-1 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #fff39c !important;
}



/* + nhat-1  */
.nhat-1 .paintBack {
    background: #bcd8e1;
}

.nhat-1 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #f3f8fa 10px, #f3f8fa 25px);
}

.nhat-1 .img-xoay-1 {
    background: #bcd8e1;
}

.nhat-1 .img-xoay-2 {
    background: #bcd8e1;
}

.nhat-1 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #bcd8e1 !important;
}


.sron-hd.sron-hd-adult .row-2 .box-image {
    width: 58% !important;
}


/* + cam-1  */
.cam-1 .paintBack {
    background: #f3d5a5;
}

.cam-1 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #fcf5e9 10px, #fcf5e9 25px);
}

.cam-1 .img-xoay-1 {
    background: #f3d5a5;
}

.cam-1 .img-xoay-2 {
    background: #f3d5a5;
}

.cam-1 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #f3d5a5 !important;
}

/* + vang-2  */
.vang-2 .paintBack {
    background: #faf7cd;
}

.vang-2 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #f8fbe7 10px, #f8fbe7 25px);
}

.vang-2 .img-xoay-1 {
    background: #faf7cd;
}

.vang-2 .img-xoay-2 {
    background: #faf7cd;
}

.vang-2 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #faf7cd !important;
}

/* + hong-1  */
.hong-1 .paintBack {
    background: #ffddec;
}

.hong-1 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #fff3f8 10px, #fff3f8 25px);
}

.hong-1 .img-xoay-1 {
    background: #ffddec;
}

.hong-1 .img-xoay-2 {
    background: #ffddec;
}

.hong-1 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #ffddec !important;
}


/* + xanh-la-2  */
.xanh-la-2 .paintBack {
    background: #cadcc4;
}

.xanh-la-2 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #eaece9 10px, #eaece9 25px);
}

.xanh-la-2 .img-xoay-1 {
    background: #cadcc4;
}

.xanh-la-2 .img-xoay-2 {
    background: #cadcc4;
}

.xanh-la-2 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #cadcc4 !important;
}


/* + xanh-nuoc-bien-2  */
.xanh-nuoc-bien-2 .paintBack {
    background: #aae5fa;
}

.xanh-nuoc-bien-2 .stripes {
    color: white;
    background: repeating-linear-gradient(90deg, #fff, #fff 15px, #eefafe 10px, #eefafe 25px);
}

.xanh-nuoc-bien-2 .img-xoay-1 {
    background: #aae5fa;
}

.xanh-nuoc-bien-2 .img-xoay-2 {
    background: #aae5fa;
}

.xanh-nuoc-bien-2 .row-cong-nghe .row-inner-sld>.col .col-inner {
    background: #aae5fa !important;
}


@media only screen and (max-width: 700px) {
    .img-xoay-2 {
        background: none !important;
    }
}


/* -----------trang tien ich------- */
.img-border-radius img,
.img-border-radius iframe {
    border-radius: 30px;
}

@media (max-width: 700px) {

    .img-border-radius img,
    .img-border-radius iframe {
        border-radius: 14px;
    }
}

.col-flex>.col-inner {
    display: flex !important;
}

.text-title-db-1 h2,
.text-title-db-1 h1,
.text-title-db-1 h3,
.text-title-db-1 h4,
.text-title-db-1 h5 {
    font-size: 50px;
    color: #004182;
    text-transform: capitalize;
}

.section-tien-ich-select .box-image {
    width: 150px !important;
    height: 151px;
    overflow: visible !important;
}

.section-tien-ich-select h4 {
    font-size: 16px;
    font-weight: bold;
}








/* -vong quay may man------ */
.section-vqmm .wof-wheel .wof-wheel-bg svg {
    position: relative;
}

.section-vqmm .wof-right {
    position: relative;
    left: 15px;
    background: #e8e8e9;
    border-radius: 30px;
    padding: 35px 25px !important;
}

.section-vqmm .wof-left {
    position: relative;
    left: -53px;
}

.section-vqmm .wof-wheel .wof-slice {
    text-transform: capitalize;
}

.section-vqmm .wof-disclaimer ul {
    text-align: left;
}

.section-vqmm .wof-disclaimer ul li {
    padding-left: 10px;
}


.section-vqmm .wof-bg {
    border-radius: 50px;
}

.section-vqmm .wof-wheel-standalone .wof-wheel.wof-visible {
    background: none !important;
}

.section-vqmm .row-1 .text-title h2 {
    font-size: 36px !important;
    padding-bottom: 26px;
}

.section-vqmm .wof-bg {
    background-image: url(https://rontamil.vn/wp-content/uploads/sites/1126/2025/07/Untitled-2.png) !important;
    background-position: center center;
    background-size: cover;
}


.section-vqmm .wof-title em {
    color: #21417f !important;
}


.section-vqmm .wof-explainer {
    color: #22427f !important;
    font-weight: 600;
}

.section-vqmm .wof-btn-submit {
    background: #21417f !important;
    font-weight: 700;
}

.section-vqmm .wof-fgcolor {
    color: #21417f !important;
    font-weight: 700;
}






@media (max-width: 1200px) {
    .section-vqmm .wof-left {
        left: 0px;
    }

    .section-vqmm .wof-right {
        left: 0px;
        margin-bottom: 26px;
    }
}

@media (max-width: 768px) {
    .section-vqmm .row-1 .text-title h2 {
        font-size: 20px !important;
    }

    .wof-wheel-standalone .wof-wheel .wof-inner-wrapper {
        padding: 0px;
    }

    div.wof-wheel .wof-title {
        font-size: 16px;
    }

    .wof-explainer.wof-fgcolor {
        font-size: 14px;
    }

    .section-vqmm {
        padding: 0px !important;
    }

    .health_tracker_wrap_right {
        width: 100%;
    }
}





/* -----cp1---------- */


/* --------xu ly them trang tich diem--------- */
.row-tong-hop .tab-panels {
    background: #e8e8e9;
}

.row-tong-hop .text-title h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.row-tong-hop .tabbed-content .nav-pills {
    gap: 6px;
}



.row-tong-hop .tabbed-content li a {
    color: #273d7a;
    font-size: 16px;
}



.row-tong-hop .tabbed-content li.active a {
    color: #fff;
    background: #004182;
}


.row-tong-hop .tabbed-content li:hover a {
    background: #273d7a;
    color: #fff;
}

.div-chuyen-huong-mes .content {
    top: 0px;
}

.sdd-convert .product-cat {
    font-size: 16px;
    color: #283c7b;
    padding-bottom: 10px;
    font-weight: bold;
}

.sdd-convert .product-title {
    font-size: 16px;
    font-weight: 500;
}

.sdd-convert .price-wrapper {
    display: none;
}

.sdd-convert .add-to-cart-button {
    display: none;
}

.sdd-convert .box-text-products {
    height: 100px !important;
}

.sdd-convert {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}



/* ---xu ly phan hang---- */
.section-xep-hang-diem {
    font-family: 'Segoe UI', sans-serif;
    background-color: #e8e8e9 !important;
    color: #333;
    padding: 0px;
    margin: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-xep-hang-diem .gpt-filter-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.section-xep-hang-diem .gpt-filter-btn {
    padding: 10px 20px;
    margin: 0 8px;
    border-radius: 30px;
    background-color: #eee;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: 0.3s ease all;
}

.section-xep-hang-diem .gpt-filter-btn:hover,
.section-xep-hang-diem .gpt-filter-btn.active {
    background-color: #21417f;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.section-xep-hang-diem .gpt-ranking-wrapper {
    max-width: 100%;
    margin: 0 auto;
    background: none !important;
}

.section-xep-hang-diem .gpt-ranking-top3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.section-xep-hang-diem .gpt-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07) !important;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    text-align: center;
    transition: 0.3s ease all;
    position: relative;
}

.section-xep-hang-diem .gpt-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.section-xep-hang-diem .first-place {
    border: 2px solid #2e417d;
}

.section-xep-hang-diem .gpt-avatar-circle img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #2e417d;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.section-xep-hang-diem .glow-effect {
    animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 5px #facc15, 0 0 10px #facc15;
    }

    to {
        box-shadow: 0 0 15px #facc15, 0 0 30px #facc15;
    }
}

.section-xep-hang-diem .gpt-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    color: #2e417d;
}

.section-xep-hang-diem .gpt-phone {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.section-xep-hang-diem .gpt-points {
    font-weight: bold;
    color: #059669;
    margin-bottom: 5px;
    background: #e8e8e9 !important;
}

.section-xep-hang-diem .gpt-rank-name {
    font-size: 14px;
    color: #2e417d;
    font-weight: 600;
}

.section-xep-hang-diem .gpt-ranking-list {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    padding: 20px;
    padding-top: 30px;
}

.section-xep-hang-diem .gpt-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    transition: 0.25s;
    border: none;
    background: none !important;
    cursor: pointer;
}

.section-xep-hang-diem .gpt-row:hover {
    background-color: #f9fafb !important;
}

.section-xep-hang-diem .gpt-rank {
    font-weight: bold;
    font-size: 16px;
    color: #22427f;
    width: 50px;
}

.section-xep-hang-diem .gpt-info {
    flex: 1;
    margin-left: 10px;
}

.section-xep-hang-diem .gpt-info .gpt-name {
    font-size: 15px;
    font-weight: 600;
}

.section-xep-hang-diem .gpt-rank-small {
    font-size: 13px;
    color: #999;
}

.section-xep-hang-diem .gpt-points-row {
    font-weight: bold;
    color: #059669;
}

.section-xep-hang-diem .gpt-avatar-circle {
    background: none;
}

.section-xep-hang-diem .gpt-card-wrap {
    box-shadow: none !important;
    border: none;
    background: none !important;
}

.sdd-ytb iframe {
    border-radius: 20px !important;
}

.sdd-danh-hieu .row-1 .text-2 p {
    font-size: 16px;
    padding-top: 14px;
}

.section-xep-hang-diem .row-title h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: -41px;
    padding-top: 38px;
}

.sdd-1 .row-1 .col {
    padding: 0px !important;
}



.sdd-convert .error-small {
    display: block;
}

.sdd-convert .product-small>.col-inner .error-small:last-child {
    display: none;
}


.section-chung-nhan .text-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 10px;
}


/* -------theo doi suc khoe be--------- */
#health-tab li.active a {
    background: #21417f !important;
}


.health_tracker_wrap_left .text-center {
    position: relative;
    background: none !important;
}

.health_tracker_wrap_left img {
    display: none;
}

.health_tracker_wrap_left .text-center::after {
    content: "";
    position: absolute;
    top: -9px;
    /* Ä‘iá»u chá»‰nh vá»‹ trÃ­ áº£nh chÃ¨n */
    left: 0px;
    width: 150px;
    /* kÃ­ch thÆ°á»›c áº£nh chÃ¨n */
    height: 103px;
    /* border-radius: 50%; */
    background-image: url(https://rontamil.vn/wp-content/uploads/sites/1126/2025/07/Layer-5.png);
    /* Ä‘Æ°á»ng dáº«n áº£nh chÃ¨n */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* trÃ¡nh áº£nh chÃ¨n áº£nh hÆ°á»Ÿng tá»›i click */
}

.section-theo-doi-suc-khoe button.button-main {
    background: #2e417d !important;
    color: #fff !important;
}

.row-inner-sld .col-inner {
    background: #ffffff !important;
    border-radius: 13px;
    overflow: hidden;
}

.section-tien-ich-3 .row-inner-sld .col-inner h4 {
    color: #22427f !important;
}

.section-tien-ich-3 .row-inner-sld .col-inner .box-image {}

@keyframes shine {
    0% {
        left: -75%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.btn-db-hieu-ung-1 {
    display: block;
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 4px 36px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 40px !important;
    background: #163d7c !important;
    color: white;
    box-shadow: 0 0 10px rgba(22, 61, 124, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 46px;
}

.btn-db-hieu-ung-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    z-index: 0;
    animation: shine 2.5s infinite;
}

#template-choice .template-item a.button {
    display: block;
    height: 49px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #163d7c !important;
    color: white;
    box-shadow: 0 0 10px rgba(22, 61, 124, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 46px;
}

#template-choice .template-item a.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    z-index: 0;
    animation: shine 2.5s infinite;
}









.section-home-ytb {
    padding-bottom: 30px !important;
    max-width: 1920px !important;
    margin: 0px auto;
}


.has-shadow>.product.col>.col-inner {
    background: none !important;
    box-shadow: none !important;
}

.product .product-small.box {
    background: none !important;
}

.button-doidiem-qr {
    display: block;
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 4px 36px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 40px !important;
    background: #163d7c !important;
    color: white;
    box-shadow: 0 0 10px rgba(22, 61, 124, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 46px;
}

.button-doidiem-qr::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    z-index: 0;
    animation: shine 2.5s infinite;
}

#gpt_lookup_point_form button {
    display: block;
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 4px 36px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 40px !important;
    background: #163d7c !important;
    color: white;
    box-shadow: 0 0 10px rgba(22, 61, 124, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 46px;
}

#gpt_lookup_point_form button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    z-index: 0;
    animation: shine 2.5s infinite;
}

.gpt_lookup_point_wrap {
    background: none !important;
    box-shadow: none !important;
}

.product .quick-view-added {
    display: none;
    background: #004282;
    font-size: 14px;
    font-weight: bold;
}

.div-chuyen-huong-mes .btn {
    font-size: 16px;
    padding: 10px 24px !important;
}

.section-tich-diem1 .col {
    padding-bottom: 0px;
}

.section-tich-diem-banner-2 .col {
    padding-bottom: 0px;
}

.section-tien-ich-1 .col {
    padding-bottom: 0px;
    padding-top: 0px;
}

.section-tien-ich-3 {
    padding-bottom: 0px !important;
}

.section-ytb-1 .col {
    padding-bottom: 0px;
}

.section-tong-hop .text-title-db-1 h2 {
    padding-bottom: 20px;
}

.section-tong-hop {
    padding-bottom: 0px !important;
}

.section-tien-ich-3 .text-t h2 {
    font-size: 50px;
}

.section-ytb-1 h2 {
    padding-bottom: 16px;
}

.section-dia-diem .text-title-db-1 {
    max-width: 1124px;
    margin: 0px auto;
}


.button-doidiem-qr:after {
    content: "🎁";
    position: absolute;
    left: 16%;
    font-size: 20px;
    top: 3px;
}

@media only screen and (max-width: 1200px) {
    .button-doidiem-qr:after {
        left: 12px;
        font-size: 18px;
    }

    .button-doidiem-qr {
        padding-left: 43px;
        font-size: 14px;
    }

    .sdd-convert .box-text-products {
        height: 120px !important;
    }
}

@media only screen and (max-width: 1200px) {

    .text-title-db-1 h2,
    .text-title-db-1 h1,
    .text-title-db-1 h3,
    .text-title-db-1 h4,
    .text-title-db-1 h5 {
        font-size: 40px;
    }

    .section-tong-hop .text-title-db-1 h2 {
        padding-bottom: 17px;
    }

    .section-xep-hang-diem .row-title h2 {
        font-size: 40px;
    }

    .section-tien-ich-3 .text-t h2 {
        font-size: 40px;
    }
}



@media (max-width: 700px) {

    .text-title-db-1 h2,
    .text-title-db-1 h1,
    .text-title-db-1 h3,
    .text-title-db-1 h4,
    .text-title-db-1 h5 {
        font-size: 22px;
    }

    .section-tien-ich-select .box-image {
        width: 100px !important;
        height: 87px;
    }

    .section-tien-ich-select h4 {
        font-size: 14px;
    }

    .section-tien-ich-select {
        padding-bottom: 0px !important;
    }

    .section-tien-ich-3 .text-t h2 {
        font-size: 22px;
    }

    .section-ytb-1 .sdd-ytb {
        padding-bottom: 0px !important;
    }
}


/* Responsive tweak */
@media (max-width: 700px) {
    .section-xep-hang-diem .gpt-ranking-top3 {
        flex-direction: column;
        align-items: center;
    }

    .row-tong-hop .text-title h2 {
        text-transform: none;
        font-size: 20px;
    }

    .row-tong-hop .tabbed-content li a {
        font-size: 14px;
    }

    .row-tong-hop>.col {
        padding-bottom: 0px;
    }

    .sdd-danh-hieu .row-1 .text-2 p {
        font-size: 12px;
    }

    .sdd-danh-hieu {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .section-xep-hang-diem .gpt-card-wrap {
        margin-top: 5px;
    }

    .section-xep-hang-diem .gpt-filter-btn {
        font-size: 12px;
    }

    .section-xep-hang-diem .gpt-filter-bar {
        gap: 0px;
    }

    .section-xep-hang-diem .gpt-card {
        transition: none;
    }

    .section-xep-hang-diem .first-place {
        transform: none;
    }

    .div-chuyen-huong-mes .btn {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    .section-xep-hang-diem .row-title h2 {
        font-size: 20px;
        text-transform: none;
        margin-bottom: -23px;
        padding-top: 30px;
    }
}




@media (max-width: 700px) {
    .section-tien-ich .box-image {
        width: 90% !important;
    }

    .section-tien-ich .slider-wrapper .flickity-prev-next-button {
        display: block;
        color: #273d7a;
        width: 24px;
        height: 24px;
    }

    #messageDb p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 2px;
    }

    .product-small .name.product-title a {
        font-size: 12px;
    }

    .button-doidiem-qr.button.btn-gradient {}

    .sdd-convert .product-cat {
        display: none;
    }

    .sdd-convert .box-text-products {
        height: 54px !important;
        padding-top: 0px;
    }

    .button-doidiem-qr {
        font-size: 10px;
        display: block;
        max-width: 86%;
        margin: 0px auto;
        padding: 6px 12px;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 26px;
    }

    .section-dia-diem .text-title h2 {
        font-size: 19px;
    }

    .section-dia-diem .t-2 h3 {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .section-chung-nhan .text-title h2 {
        font-size: 24px;
        max-width: 95%;
        margin-bottom: -6px;
        padding-top: 0px;
    }
}



@media only screen and (max-width: 700px) {


    .section-tien-ich-1 {
        padding-bottom: 0px !important;
    }

    .section-tien-ich-3 h2 {
        padding-top: 0px !important;
    }

    .section-tien-ich-3 .col {
        padding: 0px;
        max-width: 97%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .section-ytb-1 .col {
        padding: 0px 4px;
        padding-bottom: 15px;
    }

    .section-tien-ich-6 {
        padding: 0px !important;
    }

    .section-tien-ich-select .slider-wrapper .flickity-prev-next-button {
        display: block;
        color: #273d7a;
        width: 24px;
        height: 24px;
        top: 23px;
    }

    .section-xep-hang-diem {
        padding-top: 0px !important;
    }

    .button-doidiem-qr:after {
        left: 9px;
        font-size: 14px;
        top: 4px;
    }

    .gpt-card.first-place {
        transform: none !important;
    }
}


@media only screen and (max-width: 320px) {
    .button-doidiem-qr {
        max-width: 100%;
        font-size: 9px;
    }

    .button-doidiem-qr:after {
        font-size: 13px;
        top: 6px;
    }
}

.s-banner-db .col {
    padding: 0px;
}

.product .add-to-cart-button {
    display: none;
}

.shop-page-title .page-title-inner {
    /* display: none; */
}

.quick_toolbar {
    display: none !important;
}

.product .category {
    visibility: hidden;
}



/* ----bài viết------- */


.post-sidebar .is-divider {
    display: none;
}

.post-sidebar .widget-title {
    display: block;
    background: #22427f !important;
    color: #ffffff !important;
    padding: 21px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 18px;
    font-weight: 700;
}

.post-sidebar {
    padding: 0px !important;
}

#secondary .widget {
    background: #e8e8e9;
    margin-bottom: 33px;
    border-radius: 15px;
}

.post-sidebar {
    border-left: none !important;
}

#secondary .widget ul {
    padding-right: 0px;
    padding-left: 0px !important;
}

#secondary .widget ul li {
    padding-right: 11px;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 9px;
}

.post-item>.col-inner {
    background: none !important;
    box-shadow: none !important;
}




article.post .bai-viet-lien-quan ul.list-bai-viet {
    display: none;
}


article.post {
    padding: 21px;
    background: #fff;
    padding-top: 5px;
    border-radius: 15px;
    padding-bottom: 38px;
}

article.post .bai-viet-lien-quan {
    display: none;
}

article.post .article-inner.has-shadow {
    box-shadow: none !important;
}

.blog-wrapper .col.post-item {
    padding-bottom: 6px;
}


.post-item>.col-inner {
    padding-top: 0px;
    margin-bottom: 14px;
}

.blog-wrapper .col.post-item .box {
    border-radius: 10px;
}



.article-inner.has-shadow .entry-header-text-top {}

.article-inner.has-shadow .entry-header-text {
    padding-left: 0px;
    padding-right: 0px;
}

.article-inner.has-shadow .entry-content {
    padding-left: 0px;
}

.article-inner.has-shadow footer.entry-meta {
    border-bottom: 1px solid #ececec;
}

.article-inner.has-shadow footer.entry-meta a {
    color: #273d7a;
    font-weight: bold !important;
}


.article-inner span.posted-on {
    padding-right: 20px;
}








.blog-wrapper .page-title {
    font-size: 28px;
    text-transform: capitalize;
}

#secondary .widget ul li a {
    color: #22427f;
}


@media only screen and (max-width: 700px) {
    .blog-wrapper .taxonomy-description {
        margin-bottom: -23px !important;
    }

    .blog-wrapper .page-title {
        font-size: 22px;
        text-transform: capitalize;
    }

    article.post {
        padding: 19px;
        padding-top: 0px;
    }

    article.post h1 {
        font-size: 16px;
    }

    article.post .entry-category {
        padding-bottom: 6px;
    }

    article.post ul {
        padding-left: 8px !important;
    }

    .post-sidebar {
        padding: 0px 15px !important;
    }

    .post-item>.col-inner {
        margin-bottom: 0px;
    }

}

.woocommerce-shop {
    /* visibility: hidden; */
}

.swal2-title {
    font-size: 20px !important;
    color: #004182 !important;
    font-weight: 700;
}

.swal2-actions {
    width: 95%;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
}

.swal2-actions button {
    width: 50% !important;
    margin: 0px !important;
    line-height: normal !important;
    height: 42px;
    text-transform: uppercase !important;
}

#chatbot-chatgpt-header-embedded {
    background: #22427f !important;
}

#chatbot-chatgpt .chatbot-bot-text {
    background: #2f427d !important;
}

#template-choice {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#template-choice .template-item {
    width: 33%;
}

#template-choice .template-item img {
    width: 200px !important;
    height: auto;
}



#template-choice .template-item label {
    font-size: 20px;
    color: #3d4279;
    text-transform: capitalize;
}

.section-vqmm .wof-title {
    text-align: center;
}

.bizgpt_form_content h3 {
    color: #22427f !important;
}

.bizgpt_form_content h3 {
    color: #22427f !important;
}

div#search_result {
    text-align: center;
}

#gpt_lookup_point_form button {
    margin-top: 19px;
}

.section-xep-hang-diem .first-place img {
    box-shadow: rgb(232 232 233) 0px 0px 14.9446px 0px, rgb(46 65 125) 0px 0px 29.8892px 0px !important;
}

@media only screen and (max-width: 700px) {
    .swal2-title {
        font-size: 18px !important;
    }

    #template-choice .template-item label {
        font-size: 16px;
    }

    #template-choice .template-item img {
        width: 80% !important;
    }

    #template-choice .template-item a.button {}

    #template-choice {
        gap: 8px;
        max-width: 95%;
        margin: 0px auto;
    }

    .section-vqmm .wof-wheel .wof-slice {
        font-size: 8px;
    }

    #main-menu .nav.nav-vertical li a {
        font-size: 18px;
        padding-top: 5px;
    }

    .sidebar-menu-top-content {
        font-size: 22px;
        padding-left: 25px;
    }
}

.shop-container .is-divider.small {
    display: none;
}

/* -------bo sung v2------ */
button.clear-location-btn {
    background: #22427f !important;
}

.store_item .text span.phone-number {
    color: #2f427d !important;
    font-weight: bold;
}

.store_item .text .item-action {
    background: #22427f !important;
}

.leaflet-popup-content .left img {
    width: 100% !important;
    object-fit: scale-down !important;
}

/* ---------xử lý thêm  v3------- */


.product form.cart {
    display: none;
}

button.btn-shop-link {
    margin-bottom: 19px;
}

.shop-container>.row-slider .flickity-viewport {
    display: none;
}



.section-spnb .product-title a {
    font-size: 16px;
    min-height: 50px;
}

.section-spnb .price-wrapper span.price {
    font-size: 16px;
}

#product-sidebar span.widget-title.shop-sidebar {
    color: #22427f;
    font-weight: bold;
    font-size: 18px;
}

#product-sidebar .widget_product_categories>ul>li a {
    font-size: 16px;
}

#product-sidebar .widget .current-cat>a {
    color: #22427f;
    font-weight: 600;
}

#product-sidebar .widget_product_categories>ul>li a:hover {
    color: #273d7a;
    font-weight: 600;
}

.widget span.widget-title.shop-sidebar {
    color: #22427f;
    font-weight: 700;
}


.biz_form_tichdiem h2 {
    color: #21417f !important;
}

.biz_form_tichdiem button[type="submit"] {
    display: block;
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 7px 36px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 40px !important;
    background: #163d7c !important;
    color: white;
    box-shadow: 0 0 10px rgba(22, 61, 124, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 46px;
}

.biz_form_tichdiem button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    z-index: 0;
    animation: shine 2.5s infinite;
}

@media only screen and (max-width: 700px) {
    .biz_form_tichdiem h2 {
        font-size: 18px;
    }
}

.error-message {
    color: #fff !important;
}

.error-message * {
    color: #fff !important;
}

.row-tong-hop .error-message {
    color: #fff !important;
}

.row-tong-hop .error-message * {
    color: #fff !important;
}