/*
Theme Name: Blissspastudio
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'SFRounded';
    src: url('assets/fonts/SFRounded-Bold.woff2') format('woff2'),
        url('assets/fonts/SFRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('assets/fonts/SFRounded-Light.woff2') format('woff2'),
        url('assets/fonts/SFRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('assets/fonts/SFRounded-Regular.woff2') format('woff2'),
        url('assets/fonts/SFRounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('assets/fonts/SFRounded-Black.woff2') format('woff2'),
        url('assets/fonts/SFRounded-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('assets/fonts/SFRounded-Medium.woff2') format('woff2'),
        url('assets/fonts/SFRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SFRounded', sans-serif !important;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, .nav > li > a {
    font-family: 'SFRounded', sans-serif !important;
}

/*************** Begin BLISS.   ***************/
.stuck .header-main .nav > li > a {
    line-height: 1.5 !important;
}

.franci-post-author, .franci-post-date {
    margin: 0 !important;
}

.form-flat select {
    border-color: #D7717F !important;
    border: 2px solid;
    color: #D7717F !important;
}

.dark .form-flat select, .nav-dark .form-flat select {
    background-color: #e7d3c5 !important;
}

.bliss-gala > .gallery-col {
    padding: 10px !important;
}

.bliss-gala .gallery-col .box-image img {
    border-radius: 15px;
}

.content-area ul li {
    padding-left: 20px;
    background: url(/wp-content/uploads/2025/10/checkmark.png) no-repeat 5px 15px transparent;
    list-style-type: none;
    margin: 0;
    padding: 10px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #EEE;
}

.bliss-gala .gallery-col .box-image {
    border-radius: 15px;
}

.page-title-inner .product-title {
    color: #4B4C3B;
}

.box-text-products .product-more-link {
    display: none;
}

.bliss-registration-img img {
    border-radius: 15px;
}

.box-text-products .product-short-description {
    display: none;
}

.bliss-h2-width {
    width: 50%;
}

.box-text-products .title-wrapper {
    text-align: center;
}

.variations tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

.featured-title {
    text-shadow: none;
}

.dark .breadcrumbs a {
    color: #adafb3;
}

.breadcrumbs .divider, .breadcrumbs .separator {
    color: #adafb3;
}

.box-text-products .price-wrapper {
    text-align: center;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    opacity: 0.8;
}

.nav li {
    margin-right: 30px;
}

.menu-item .nav-top-link {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-transform: none;
    color: #FFF !important;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.current-menu-item .nav-top-link {
    border-bottom: 2px solid #d8717e;
}

.bliss-text-studio:hover {
    border-bottom: 2px solid #d8717e;
}

.menu-item .nav-top-link:hover {
    border-bottom: 2px solid #d8717e;
}

.bliss-menutext {
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
}

.bliss-text-studio {
    font-weight: bold;
    color: #FFF;
}

.nav-right li a {
    color: #FFF;
}

.flip-box {
  background-color: transparent;
  width: 600px;
  height: 800px;
  perspective: 1000px; /* tạo chiều sâu */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.flip-box-back {
    background-color: #b67582;
    color: white;
    transform: rotateY(180deg);
    border-radius: 15px;
    padding: 20px;
    text-align: justify;
}

.flip-box-back h2 {
    font-size: 30px;
    color: #FFF;
}

.bliss-director {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
    background: #b67582;
    border-radius: 0 0 15px 15px;
    color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.bliss-h2-bg {
    padding-bottom: 30px;
    margin-top: -56px;
}

.bliss-left-text {
    display: grid;
    align-content: center;
}

.bliss-right-image img {
    border-radius: 15px;
}

.shop-page-title.featured-title .title-bg {
    background-image: none;
}

.bliss-registration-img img {
    border-radius: 15px;
}

.bliss-h2-bg h2 {
    color: #FFF;
    line-height: 1;
    margin: 0px;
    font-size: 30px;
    background: #e2c180;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.bliss-h2-bg h2::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 48px;
    height: 48px;
    z-index: 1;
    background: url(/wp-content/uploads/2025/09/flower.png) no-repeat center center / cover;
    top: 10px;
}


/*************** End BLISS.   ***************/

.video-button-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video-button-wrapper.show-on-hover {
    opacity: 0;
    pointer-events: none;
}

.banner:hover .video-button-wrapper.show-on-hover {
    opacity: 1;
    pointer-events: auto;
}

.video-button-wrapper.playing i:before {
    content: '❚❚';
    vertical-align: text-bottom;
}

.about-home .section-bg {
    background-size: unset !important;
    background-position: -600px -700px !important;
    
}

.ux-menu-icon {
    height: 28px;
    width: 28px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0px;
    border-radius: 8px;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border: 0px;
}

.number-home .sub-number {
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    position: relative;
    text-align: center;
}

.about-text {
    font-weight: 500;
}

.titleh2-frame {
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;
}

.sub-number .sub-title {
    color: #3657a6;
    font-weight: 900;
    font-size: 30px;
}

.about-btn {
    background: #385ba9;
}

.about-btn-pro {
    background: #385ba9;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 500;
    border-radius:99px;
    cursor: pointer;
}

.about-btn-pro:hover {
    color: #FFF;
}

.product-circle-btn {
    padding-top: 10px;
}

.title-row h1 {
    color: #385aa8;
}

.titleh2-frame img {
    height: 42px;
}

.titleh2-frame h2 {
    text-transform: uppercase;
    color: #385aa8;
    margin: 0px;
}

.titleh2-text {
    color: #385aa8 !important;
    font-weight: 500;
}

.sub-text {
    color: #3657a6;
    font-weight: bold;
}

.achievement-section .is-divider {
    display: none;
}

.blog-radius .box-image {
    border-radius: 8px 8px 0 0;
}

.blog-radius .box-blog-post {
    border-radius: 8px;
}

.blog-radius .col-inner {
    border-radius: 8px;
    box-shadow: none;
}

.flickity-page-dots .dot.is-selected {
    background: #475ba7;
}

.from_the_blog_excerpt {
    padding-top: 10px;    
}

.products-home {
    position: relative;
    min-height: 1000px;
    margin-bottom: -200px;
}

.products-home .section-bg {
    background-size: auto !important;
}

.products-home .icon-1-row {
    position: absolute;
    top: -380px;
    margin-left: -400px;
    text-align: center;
}

.products-home .icon-2-row {
    position: absolute;
    top: -380px;
    margin-right: -400px;
    text-align: center;
}

.products-home .icon-3-row {
    position: absolute;
    top: -150px;
    margin-left: -700px;
    text-align: center;
}

.products-home .icon-4-row {
    position: absolute;
    top: -150px;
    margin-right: -700px;
    text-align: center;
}

.products-home .icon-5-row {
    position: absolute;
    top: -200px;
    text-align: center;
    display: block;
    max-width: 400px;
    color: #3657a6;
}

.products-home .icon-6-row {
    position: absolute;
    top: -20px;
    text-align: center;
    color: #3657a6;
    overflow: hidden;
}

.products-home .icon-6-row:after
{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 80px;
    /*transform: rotate(25deg);*/
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    -webkit-animation: fdiLight 3s infinite ease-in-out;
    animation: fdiLight 3s infinite ease-in-out;
    opacity: .5;
    z-index: 1;
    left: 0px;
}

.products-home .icon-6-row img {
    max-width: 470px;
}

.products-home .icon-5-row h3 {
    font-weight: bold;
    color: #385aa8;
}

.products-home .icon-1-row img, .products-home .icon-2-row img, .products-home .icon-3-row img, .products-home .icon-4-row img {
    height: 120px;
}

.products-home .icon-1-row span, .products-home .icon-2-row span, .products-home .icon-3-row span, .products-home .icon-4-row span {
    color: #3657a6;
    font-weight: bold;
}

.products-home .section-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
    height: 100%;
}

.titleh2 h2.section-title {
    color: #385aa8;
}

.section-title b {
    display: none;
}

.section-title {
    justify-content: center;
}

.slider-nav-outside .flickity-button {
    opacity: 1;    
    margin: 0 20px;
}

@keyframes fdiLight {30%, to {opacity:0;left:120%} 0% {opacity:0} 20% {opacity:.8} }
.icon-1-row:hover img, .icon-2-row:hover img, .icon-3-row:hover img, .icon-4-row:hover img {
  opacity: 0.5;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
}

.icon-1-row a, .icon-2-row a, .icon-3-row a, .icon-4-row a {
    cursor: pointer;
    color: #3657a6;
}

.achievement-section {
    font-weight: 500;
}

.newsicon-text {
    font-weight: 500;
    padding: 10px 0 0 0;
}

.homeblog-section button {
    border: 0 !important;
    text-transform: none !important;
    font-size: 15px !important;
    padding: 30px 0 0 0 !important;
    margin: 0 !important;
    color: #0C5BA9 !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.homeblog-section .box-text-inner button::after {
  content: "";
  width: 16px; 
  height: 16px;
  background: url('/wp-content/uploads/2025/08/readmore.png') no-repeat center / contain;
  transition: transform 0.2s ease;
}

.homeblog-section .is-divider {
    display: none;
}

.homeblog-section button:hover {
  background: none;
}

.homeblog-section button:hover::after {
  transform: translateX(3px);
}

.homeblog-section .box-image {
    border-radius: 8px 8px 0 0;
}

.homeblog-section .box-blog-post {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.homeblog-section .col-inner {
    border-radius: 8px;
}

.homeblog-section .box-text {
    border-radius: 0 0 8px 8px;
}


.gallery-col {
    padding-bottom: 0px !important;
}

.home-logo {
    padding-bottom: 0 !important;
}

.flickity-prev-next-button {
    width: 64px;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    background: #dddddd2b;
}

.slider-nav-light .flickity-page-dots .dot {
    border-color: #b67582;
}

.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg {
    background: #4BBDE9;
    border-color: #FFFFFF;
    
}


.flickity-page-dots .dot {
    border: 2px solid #111;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple  {
    background: #4b4c3a;
}

.products-cat-menu {
    white-space: nowrap;
    display: flex;
    max-height: 100%;
    align-self: center;
    flex-flow: unset;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
}

.products-cat-menu .catcover {
    background: #DDF5FF;
    border: 2px solid #A7CBFD;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}

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

.products-cat-menu .catcover:hover {
    background: aqua;
    cursor: pointer;
}

.catproduct-section .section-title b {
    display: block;
}

.catproduct-section .box-image {
    text-align: center;
}

.catproduct-section .box-image img, .category-page-row .box-image img {
    width: auto;
}



.back-image {
    display: none;
}

.category-page-row .product-more-link {
    text-align: center;
}

.category-page-row .image-fade_in_back {
    text-align: center;
}

.catproduct-section .category, .category-page-row .category {
    background: #4BBDE9;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #192372;
    opacity: 1;
    text-transform: none;
    text-align: center;
}

.featured-title .page-title-inner {
    padding: 50px;
}

.dark .breadcrumbs {
    color: #333;
}

.menu-item .icon-angle-down {
    display: none;
}

.catproduct-section .product-title, .category-page-row .product-title {
    text-align: center;
    font-weight: bold;
    opacity: 1;
    padding: 15px 10px;
    font-size: 17px;
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    border-color: #FFFFFF !important;
}

.catproduct-section .product-title a, .category-page-row .product-title a {
    color: #4B4C3B;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    box-shadow: none;
}

.catproduct-section .product-short-description li, .category-page-row .product-short-description li {
    background: url(/wp-content/uploads/2025/08/thapicon-1.png) no-repeat 5px 2px transparent;
    list-style-type: none;
    margin: 10px 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
}

.catcustom-menu {
    padding-bottom: 0px;
}

.button-product {
    padding: 20px 50px;
    background: #0C5BA9;
    border-radius: 50px;
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.button-product:hover {
    opacity: 0.5;
    color: #FFF;
}

.botandam-section-banner h2 img {
    margin-bottom: 0px !important;
    vertical-align: baseline;
}

.botandam-section-banner .col-inner p {
    font-weight: 500;
}

.botandam-left-text {
    display: grid;
    align-items: center;
}

.botandam-section-banner {
    background: linear-gradient(348deg,rgba(252, 250, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.botandam-advance-colimg, .botandam-advancebottom-colimg {
    padding: 0px;
}

.botandam-advancebottom-section {
    background: linear-gradient(to bottom, #FDEEB4 0%, #FFF9E9 100%);
}

.botandam-baby-section {
    background: #FFF9EA;
}

.botandam-baby-left {
    padding: 0px;
}

.botandam-advancecenter-section {
    background: #FEEEB1;
}

.botandam-baby-right h2 img {
    margin-bottom: 0px !important;
    vertical-align: text-top;
    margin-right: 20px;
}

.botandam-baby-right h3 img {
    margin-bottom: 0px !important;
    vertical-align: sub;
    margin-right: 20px;
}

.botandam-baby-right {
    display: grid;
    align-items: center;
}

.botandam-table-section {
    background: #FFF9EB;
}

.botandam-html {
    border: 5px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
    padding: 50px;
}

.botandam-html h2 img {
    margin-bottom: 0px !important;
    vertical-align: text-top;
    margin-right: 10px;
}

.botandam-html h2 {
    color: #75341B;
    margin-bottom: 0;
    margin-top: 20px;
}

.botandam-html p {
    font-size: 20px;
    margin-bottom: 0;
}

.botandam-html li {
    font-size: 20px;
}

.botandam-html table {
    font-size: 20px;
    color: #333;
}

.botandam-html table td {
    border: 2px solid #75341B;
    padding: 10px;
}

.botandam-html table tr:nth-child(1) td {
    background: #E7CFA1;
    text-align: center;
    font-size: 25px;
    color: #75341B !important;
    font-weight: bold;
}

.single-product-col {
    padding: 0px;
}

.single-product-into-rightcol {
    position: relative;
    padding-bottom: 10px;
}

.single-product-center {
    
}

.single-product-block {
   background: linear-gradient(90deg, rgba(62, 183, 228, 0.1) 0%, rgba(62, 183, 228, 0) 100%);
    padding: 10px 0 10px 50px;
    border-radius: 12px;
    margin-left: 50px;
}

.single-product-slider .flickity-page-dots .dot {
    width: 16px;
    height: 16px;
}

.single-product-slider .flickity-page-dots {
    bottom: -30px; 
    
}

.single-product-icon {
    position: absolute;
    top: 30%;
    left: -10px;
    background: #FFF;
    padding: 5px;
    height: 100px;
    width: 100px !important;
    z-index: 1;
    border: 2px solid #81D1F1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-block h3 
{
    color: #0C5BA9;
}

.single-product-block p {
    font-weight: 500;
    color: #192372;
    margin-bottom: 0px;
}

.thanhphandinhduongscroll {
    height: 540px;
    overflow-y: scroll;
    padding-top: 10px;
}

.tbl-sanpham .tabbed-content {
    flex-direction: row-reverse;
}

.tbl-sanpham .nav-vertical.nav-line>li>a:before {
    width: 0px;
}

.tbl-sanpham {
    position: relative;
}

.tbl-sanpham .tbl-sanpham-img {
    position: absolute;
    width: 350px !important;
    top: 300px;
    right: 0;
}

.tbl-sanpham-title {
    margin-bottom: 0px;
}

.tbl-sanpham .tbl-sanpham-img img {
    width: 350px;
}

.tbl-sanpham .nav-vertical+.tab-panels {
    border-left: 0;
}

.tbl-sanpham .thanhphandinhduongscroll {
    background: #f3f8ff;
    padding: 0 20px 20px 20px;
    border: 2px solid #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 15px;
}

.thanhphandinhduongscroll {
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE/Edge cũ */
}

.thanhphandinhduongscroll::-webkit-scrollbar {         /* Chrome/Safari/Edge mới */
  display: none;
}

.tbl-sanpham .nav.nav-vertical {
    margin-left: -30px;
    margin-top: 30px;
}

.tbl-sanpham .nav.nav-vertical li {
    padding: 10px 20px;
    background: #18A4E2;
    font-size: 30px;
    border-radius: 0 10px 10px 0;
    box-shadow: rgba(0, 0, 0, .2) 5px 5px 5px;
}

.tbl-sanpham .nav.nav-vertical li a {
    color: #FFFFFF !important;
}

.tbl-sanpham table tr th {
    color: #355baa;
    font-weight: 900;
    background: #f5f8ff;
}

.tbl-sanpham table tr td {
    color: #355baa;
    padding: 15px 0;
}

.tbl-sanpham table tr:nth-child(1) {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.tbl-sanpham table th {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 2;
}

.tbl-sanpham-title .section-title-main {
    color: #355baa;
}

.btn-buyshopee {
    background: #d44828;
}

.btn-buytiktok {
    background: #000000;
}

.btn-buyshelly {
    background: #527ab9;
}

.tbl-product-row .box-text-products {
    text-align: center;
}

.tbl-product-row .product-short-description ul li {
    list-style: none;
}

.franci-blog-slider .col {
    padding: 0px;
}

.blog-archive {
    padding-top: 0px;
}

.breadcrumb-wrapper {
    padding: 15px;
}

.breadcrumb-wrapper .breadcrumbs {
    text-transform: none;
    color: #B57582;
}

.franci-blog-list-title {
    padding: 0px;
}

.franci-bloglist .post-item {
    padding-bottom: 30px;
}

.franci-bloglist .box-blog-post {
    border: 1px solid #F2F2F2;
    border-radius: 10px;
}

.franci-blog-list-title h1 {
    color: #0C5BA9;
    padding: 15px 15px 0 15px;
    font-size: 30px;
}

.franci-bloglist .image-cover img {
    width: 100%;
    right: auto;
    border-radius: 10px 0 0 10px;
}

.franci-bloglist .image-cover {
    padding-top: 80% !important;
}

.franci-bloglist .box-text-inner button::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/08/readmore.png) no-repeat center / contain;
    transition: transform 0.2s ease;
}

.franci-bloglist button {
    border: 0 !important;
    text-transform: none !important;
    font-size: 15px !important;
    padding: 30px 0 0 0 !important;
    margin: 0 !important;
    color: #0C5BA9 !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.franci-bloglist button:hover {
    background: none;
}

.franci-bloglist button:hover::after {
    transform: translateX(3px);
}

.franci-bloglist .box-text {
    font-size: inherit;
}

.franci-blog-assets {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    color: #555555;
}

.franci-bloglist .from_the_blog_excerpt {
    font-weight: 500;
}

.row-large>.col {
    padding: 0 20px 20px;
}

.widget {
    margin-bottom: 1.5em;
    background: transparent;
    padding: 20px;
    border-radius: 10px;
}

a {
    color: #B57582;
    text-decoration: none;
}

.widget .is-divider {
    max-width: 100%;
    background: #B57582;
    height: 2px;
}

.widget>ul>li, ul.menu>li {
    font-weight: 500;
}

.blog-single {
    padding-top: 0px;
}

.blog-single h1 {
    color: #B57582;
}

footer.entry-meta .danh-muc {
    display: none;
}

.blog-single .blog-share .is-divider {
    height: 1px;
    max-width: 100%;
}

.blog-single .blog-share {
    text-align: left;
}

.entry-content {
    padding-bottom: 0px;
}

.the-tim-kiem a {
    padding: 10px;
    background: #F7F9FC;
    margin-right: 5px;
}

footer.entry-meta {
    border: 0px;
}

.entry-author {
    background: #F7F9FC;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

article .entry-image .badge-square {
    display: none;
}


.related-posts h3 {
    font-size: 30px;
}

.box-image-related .image-cover {
    padding-top: 50%;
}

.box-image-related {
    padding-bottom: 10px;
}

.franci-post-date {
    color: #808080;
}

.related-posts {
    padding: 0 20px;
}

.franci-blogsingle button {
    border: 0 !important;
    text-transform: none !important;
    font-size: 15px !important;
    padding: 30px 0 0 0 !important;
    margin: 0 !important;
    color: #0C5BA9 !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.franci-blogsingle button:hover {
    background: none;
}

.franci-blogsingle button::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/08/readmore.png) no-repeat center / contain;
    transition: transform 0.2s ease;
}

.franci-blogsingle button:hover::after {
    transform: translateX(3px);
}

.box-image-related img {
    border-radius: 8px 8px 0 0;
}

.related-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
}

.box-related-content {
    padding: 20px;
}

.row-vision {
    background: linear-gradient(180deg, #1FAFEC 0%, #9FE4FF 100%);
    padding: 70px;
}

.section-about-vision {
    position: relative;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-about-vision::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1220px;
    height: 67px;
    background: url(/wp-content/uploads/2025/08/top-scaled.png) no-repeat center top;
    background-size: contain;
}

.section-about-vision::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1220px;
  height: 67px;
  background: url('/wp-content/uploads/2025/08/bottom-scaled.png') no-repeat center bottom;
  background-size: contain;
}

.vision-title .section-title {
    justify-content: left;
    border-bottom: 0px;
}

.vision-title .section-title-normal span {
    border-bottom: 0px;
    font-size: 30px;
    color: #FFF;
}

.vision-title {
    margin-bottom: 0px;
}

.vision-text p {
    font-weight: 500;
    color: #192372;
}

.vision-col-right .img-inner {
    max-height: 300px;
    border-radius: 15px;
}

.vision-col {
    display: grid;
    align-items: center;
}

.titleh2-visionframe {
    display: grid;
    grid-template-columns: 15% 85%;
    gap: 10px;
    position: relative;
    align-items: center;
}

.titleh2-visionframe img {
    height: 69px;
    width: 68px;
}

.titleh2-visionframe h3 {
    text-transform: uppercase;
    color: #385aa8;
    margin: 0px;
}

.vision-top-text {
    padding-top: 50px;
    font-weight: 500;
    text-align: justify;
}

.vision-top-col-1 .col-inner {
    background: #98E1FE;
}

.vision-top-col-2 .col-inner {
    background: #D4EEFE;
}

.vision-top-col .col-inner {
    padding: 50px 30px;
    border-radius: 15px;
}

.text-mission-left p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 0;
}

.text-mission-left p:nth-child(2) {
   font-weight: bold;
    color: #355baa;
    font-size: 30px;
    margin-bottom: 0;
}

.text-mission-left p:nth-child(3) {
   font-weight: bold;
    color: #355baa;
    font-size: 25px;
    margin-bottom: 0;
}

.text-mission-left p:nth-child(4) {
   font-weight: bold;
    color: #355baa;
    font-size: 70px;
    margin-bottom: 0;
}

.col-mission-left {
    display: grid;
    align-items: center;
}

.right-col-corevalue .col-inner p {
    font-weight: 500;
}

.right-col-corevalue .col-inner p:nth-child(1) {
    font-size: 30px;
    color: #355baa;
    font-weight: bold;
}

.right-col-corevalue .col-inner p:nth-child(3), .right-col-corevalue .col-inner p:nth-child(4) {
    margin-bottom: 0px;
}

.img-1-left-corevalue img, .img-3-left-corevalue img {
    border-radius: 50px 0 50px 0;
}

.img-2-left-corevalue img {
    border-radius: 0px 50px 0px 50px;
}

.left-col-corevalue {
    position: relative;
}

.starfoo-img {
    position: absolute;
    bottom: 50px;
    right: -30px;
    width: 67px !important;
}

.starfoo-img img {
    width: auto;
}

.right-col-corevalue {
    display: grid;
    align-items: center;
}

.section-rewards {
    background: #f1f9fe;
}

.title-rewards h2 {
    border-bottom: 0px;
    color: #355baa;
    font-size: 30px;
}

.title-rewards .section-title-normal span {
    border-bottom: 0px;
}

.box-reward-1 .box-image {
    width: 75% !important;
}

.box-reward-2 .box-image {
    width: 45% !important;
}

.box-reward-3 .box-image {
    width: 65% !important;
}

.box-reward-4 .box-image {
    width: 30% !important;
}

.box-reward-5 .box-image {
    width: 30% !important;
}

.box-reward-6 .box-image {
    width: 30% !important;
}

.col-item-numbers .text p:nth-child(2) {
    font-weight: bold;
    font-size: 40px;
    color: #355baa;
    margin-bottom: 10px;
}

.col-item-numbers .text p:nth-child(3) {
    font-weight: 500;
}

.col-item-numbers .col-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px;
    border-radius: 15px;
}

.ready-numbers {
    margin-top: 50px;
}

.ready-numbers .col-inner {
    padding: 70px 40px;
    text-align: center;
    color: #FFF;
    border-radius: 15px;
}

.ready-numbers .col-inner .text p:nth-child(1) {
    font-size: 40px;
    font-weight: 500;
}

.ready-numbers .col-inner .text p:nth-child(2) {
    font-weight: 500;
}

.all-posts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Dòng đầu tiên: item 1 chiếm 2 cột (50%) */
.all-posts-list .franci-post-item:nth-child(1) {
  grid-column: span 2; /* chiếm 2/4 = 50% */
  grid-row: 1;
}

/* Item 2 và 3 chia đều mỗi cái 1 cột (25%) */
.all-posts-list .franci-post-item:nth-child(2),
.all-posts-list .franci-post-item:nth-child(3) {
  grid-column: span 1;
  grid-row: 1;
}

.all-posts-list img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}

.franci_pagination {
    margin-top: 100px;
    text-align: center;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    bottom: 0;
    top: unset;
}

.allnews-catspost .tabs-catspost .nav {
    margin-bottom: 50px;
    gap: 30px;
}

.page-numbers {
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin-right: 5px;
    font-weight: bold;
}

.franci_pagination .current {
    background: #385ca8;
    color: #FFFFFF;
    border: 1px solid #385ca8;
}

.section-nav-catspost {
    padding-bottom: 0px !important;
}

.allnews-catspost {
    padding-top: 0px !important;
}

.footer-section .col-inner h3 {
    color: #0C5BA9;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-section .col-inner .ux-menu-link__text {
    color: #333;
    font-size: 14px;
}

.footer-section .col-inner .ux-menu-link__link {
    padding: 0px;
    min-height: 1.5em;
}

.footer-section .col-inner .ux-menu-link__text:hover {
    color: #18A4E2;
}

.footer-section .ux-menu-link__icon {
    color: #18A4E2;
}

.is-outline:hover, .primary.is-outline:hover {
    background-color: #3858A4;
    border-color: #26AEE3;
}

.video-button-wrapper .button i, .video-button-wrapper button i {
    vertical-align: bottom;
}

.top-divider {
    border: 0px;
}

.newshome-section {
    padding: 30px 0 0 0;
}

.section-points .text {
    font-weight: 500;
}

.vision-text {
    text-align: justify;
}

.col-mission-left > .col-inner > p {
    width: 80%;
}

.stariconlist {
    margin-right: 5px;
    vertical-align: sub;
}

.section-breadcumb-product {
    padding-bottom: 0px !important;
}

.section-breadcumb-product nav {
    text-transform: none;
}

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

.breadcrumbs {
    text-transform: none;
}

.right-text-story {
    width: 80%;
}

.custom-breadcrumb nav a:last-child {
    font-weight: bold;
    color: #3A5CA7;
}

.nav-size-xsmall>li>a {
    font-size: 0.6em;
}

.title-botandam {
    color: #75341b;
    font-size: 40px;
}

.text-botandam {
    width: 80%;
}

#comments .comment-respond {
    border-radius: 10px;
}

.contact-header .section-title-normal {
    border-bottom: 0px;
}

.contact-header .section-title-normal span {
    border-bottom: 0px;
    color: #355baa;
}

.contact-text-left {
    background: #F7F9FC;
    padding: 50px;
    border-radius: 10px;
}

.contact-text-left img {
    margin-bottom: 0px !important;
    vertical-align: text-top;
}

.contact-text-left h2 {
    color: #0C5BA9;
}

.contact-text-left p {
    margin-bottom: 10px !important;
}

.contact-form .title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.contact-form input, .contact-form textarea
{
    border: 1px solid #EEE;
    box-shadow: none;
    border-radius: 5px;
}

.primary, input[type=submit], input[type=submit].button {
    background-color: #0C5BA9;
}

.section-faq {
    background: #EEF9FF;
}

.section-title-normal span, .section-title-normal {
    border-bottom: 0px;
}

.section-faq .section-title-normal {
    font-size: 1.6em;
    color: #0C5BA9;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.bliss-h2-width {
    width: 100%;
}

.flip-box {
    width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.text-botandam {
    width: 100%;
}

.title-botandam {
    color: #75341b;
    font-size: 30px;
}

.tbl-sanpham table tr th {
    color: #355baa;
    font-weight: bold;
    background: #f5f8ff;
    padding: 5px;
    font-size: 13px;
    text-transform: none;
}

.tbl-sanpham .tbl-sanpham-img {
    text-align: center;
    padding-top: 40px;
    width: auto !important;
    position: unset;
}

.tbl-sanpham .nav.nav-vertical li {
    border-radius: 10px;
}

.tbl-sanpham .nav.nav-vertical {
    margin-top: 0px;
}

.products-cat-menu {
    white-space: nowrap;
    display: inline-block;
    max-height: 100%;
    align-self: center;
    flex-flow: unset;
    margin-bottom: 10px;
    overflow: scroll;
    width: 100%;
}

.right-text-story {
    width: 100%;
}
.col-mission-left > .col-inner > p {
    text-align: justify;
    width: 100%;
}

.text-mission-left p:nth-child(4) {
    font-size: 40px;
}

.footer-wrapper .alignnone {
    margin-bottom: 0 !important;
}

.social-menu img {
    height: 32px;
    width: 32px;
}

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

.points-btn-2 .col-inner {
    padding-top: 0px !important;
}

.newshome-section {
    padding-bottom: 0px;
}

.allnews-catspost .tabs-catspost .nav {
    white-space: nowrap;
    display: inline-block;
    max-height: 100%;
    align-self: center;
    flex-flow: unset;
    margin-bottom: 10px;
    overflow: scroll;
}

.all-posts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.all-posts-list .franci-post-item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
}

.all-posts-list img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 15px;
}

.box-reward-1 .box-image {
    width: 44% !important;
}

.box-reward-2 .box-image {
    width: 24% !important;
}

.box-reward-3 .box-image {
    width: 53% !important;
}

.box-reward-4 .box-image {
    width: 20% !important;
}

.box-reward-5 .box-image {
    width: 20% !important;
}

.box-reward-6 .box-image {
    width: 20% !important;
}

.titleh2-visionframe {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px;
    position: relative;
    align-items: center;
}

.row-vision {
    background: linear-gradient(180deg, #1FAFEC 0%, #9FE4FF 100%);
    padding: 20px;
}

.section-about-vision {
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.franci-bloglist .image-cover img {
    border-radius: 10px 10px 0 0;
}

.franci-bloglist .box-text {
    padding: 20px;
}

.single-product-icon {
    position: absolute;
    top: 40%;
    left: -10px;
    background: #FFF;
    padding: 5px;
    height: 60px;
    width: 60px !important;
    z-index: 1;
    border: 2px solid #81D1F1;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-block {
    background: linear-gradient(90deg, rgba(62, 183, 228, 0.1) 0%, rgba(62, 183, 228, 0) 100%);
    padding: 10px 0 10px 50px;
    border-radius: 12px;
    margin-left: 20px;
}

.botandam-html {
    padding: 5px;
}

.products-home .icon-6-row img {
    max-width: 250px;
}

.products-home .icon-1-row img, .products-home .icon-2-row img, .products-home .icon-3-row img, .products-home .icon-4-row img {
    height: 70px;
}

.products-home .icon-1-row {
    position: absolute;
    top: -210px;
    margin-left: -190px;
}


.products-home .icon-2-row {
    position: absolute;
    top: -210px;
    margin-right: -190px;
}

.products-home .icon-3-row {
    position: absolute;
    top: -90px;
    margin-left: -310px;
    text-align: center;
}

.products-home .icon-4-row {
    position: absolute;
    top: -90px;
    margin-right: -310px;
    text-align: center;
}

.products-home .icon-6-row:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    -webkit-animation: fdiLight 3s infinite ease-in-out;
    animation: fdiLight 3s infinite ease-in-out;
    opacity: .5;
    z-index: 1;
    left: 0px;
}

.products-home {
    position: relative;
    min-height: 900px;
    margin-bottom: -300px;
}

.products-home .icon-5-row {
    position: absolute;
    top: -410px;
    text-align: center;
    display: block;
    max-width: 350px;
    color: #3657a6;
    font-weight: 500;
}

.products-home .section-bg {
    background-size: contain !important;
}

.about-home .section-bg {
    background-size: cover !important;
    background-position: -375px -425px !important;
    background-color: #F4F6FF;
}

.row-btn {
    text-align: center;
}

.about-home {
    padding-top: 140px !important;
}

.row-btn {
    padding-bottom: 0px;
}

}

@media only screen and (max-width: 400px) {
    .products-home .icon-1-row {
        position: absolute;
        top: -190px;
        margin-left: -160px;
    }
    
    .products-home .icon-2-row {
        position: absolute;
        top: -190px;
        margin-right: -160px;
    }
    
    .products-home .icon-3-row {
        position: absolute;
        top: -90px;
        margin-left: -260px;
        text-align: center;
    }
    
    .products-home .icon-4-row {
        position: absolute;
        top: -90px;
        margin-right: -260px;
        text-align: center;
    }
}