.fs-15 {
    font-size: 15px;
}

.ratio-custome-2 {
    padding-top: 40% !important;
}

.object-contain {
    object-fit: contain !important;
}

.rounded-1 {
    border-radius: 1rem;
    overflow: hidden;
}

body {
    /* background: #eeeeee; */
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    overflow: auto !important;
}

header {
    background: white;
}
/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.setting-menu-top > div > .row > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.menu-section .entry-menu.full-width .menu-link:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    margin-right: .5rem;
}

.setting-menu.fix .logo-section {
    top: 0;
    position: relative;
}

.hotline-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.hotline-head svg path {
    fill: red;
}

.inner-phone a {
    color: red;
}

.menu-nav-top > ul > li > a {
    height: auto;
    line-height: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

.setting-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 30;
}

.setting-menu:not(.fix) {
    padding-bottom: .5rem;
}

.language-picker {
    font-size: 1.4rem;
    color: #000000 !important;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.product-item .inner-content {
    padding: 1rem;
    height: clamp(90px, 7vh, 100px);
    background: url(https://cdn7055.cdn4s8.io.vn/media/san-pham/gemini_generated_image_j5x21qj5x21qj5x2.webp) center;
    background-size: 150%;
    position: relative;
}

.product-item .inner-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #43d9ff52;
}

.product-item .inner-content > * {
    position: relative;
}


.menu-solution {
    background-size: cover;
    background-position: 0 center;
    padding: 3rem 0;
}

.menu-solution .title-section {
    font-size: 3.4rem;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.menu-solution .desc-section {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

.item-solution * {
    color: black;
}

.item-solution {
    text-align: center;
    background: #f0f0f0;
    border-radius: 1rem;
}

.solution-image img {
    width: 8rem;
    height: 8rem;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.card-header button:not(.collapsed) {
    color: var(--color-highlight);
    background: #dddddd;
    font-weight: bold;
}

.card-header button:not(.collapsed) i {
    transform: rotate(180deg);
    color: var(--color-highlight);
}

.item-solution .card-body {
    padding: 1rem;
}

.item-solution .card-body ul {
    padding-left: 2rem;
    text-align: left;
}

.title-categories {
    background: var(--color-highlight);
    padding: 1rem;
    color: white;
}

/* gioi thieu */
.bg-image--about-us {
    padding: clamp(16rem, 10vw, 20rem);
    overflow: hidden;
    background-position: center;
    background-size: cover;
    /* filter: brightness(50%); */
    margin-bottom: -20rem;
}

.title-section--about-us {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 4vw, 4rem );
    color: white;
}

.desc-section--about-us {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    color: white;
}

.item-about {
    background: white;
    padding: 1.5rem;
    border-bottom: 3px solid var(--color-highlight);
}

.swiper-why-choose .swiper-slide {
    height: auto;
}

.why-choose--image img {
    width: 9rem;
    height: 9rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.item-why-choose {
    background: white;
    padding: 1rem;
    height: 100%;
}

.why-choose--title {
    font-weight: bold;
    margin: 2rem;
}

.box-establish {
    padding: 6rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.box-establish:before {
    content: "";
    /* background: rgb(0 0 0 / 60%); */
    position: absolute;
    inset: 0;
}

.box-establish * {
    color: white;
}

.box-establish .swiper-slide {
    border: 0;
    position: relative;
    z-index: 2;
}

.establish--dot {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    background: white;
    border-radius: 100%;
    border: 2px solid white;
}

.box-establish .swiper-thumbs-main:after {
    content: "";
    width: 100vw;
    height: 3px;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
}

.swiper-establish--description {
    font-size: 2rem;
    text-transform: uppercase;
}

.swiper-slide-thumb-active .establish--dot {
    background: var(--color-highlight);
}

.box-establish .swiper-button-next, .box-establish .swiper-button-prev {
    transform: translateY(-18%);
    background: red;
    padding: 3px;
    opacity: 1;
}

.box-establish .swiper-button-next {
    right: 0;
}

.box-establish .swiper-button-prev {
    left: 0;
}

.core-values--wrap {
    position: relative;
    padding: 1rem;
    height: 100%;
    background: #0f92af;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.odd-item.core-values--wrap:before {
    left: inherit;
    right: -9rem;
}

.odd-item.core-values--wrap:after {
    left: inherit;
    right: -19rem;
}

.core-values--title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.core-values--wrap * {
    color: white;
    position: relative;
}

.core-values--description {
    font-size: 1.6rem;
    min-height: 12rem;
}

.core-values--title .number {
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    opacity: .3;
    font-size: 9rem;
    line-height: normal;
}

.core-values--icon {
    position: absolute;
    right: 3rem;
    top: 20px;
    font-size: 4rem;
    background: var(--color-highlight);
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0.5rem;
}

/* Giai phap */
.bg-solution {
    padding: 6vw 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.bg-solution:before {
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    inset: 0;
}

.bg-solution * {
    color: white;
}

.title-solution {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    font-size: clamp(2rem, 4vw ,5rem);
    font-weight: bold;
    margin-bottom: 2rem;
}

.desc-solution {
    margin-bottom: 3rem;
}

.item--solution-mdl-2 {
    height: auto;
    background: white;
    padding: 1.5rem;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    margin-bottom: 2px;
}

.item--solution-mdl-2 .number {
    font-size: clamp(3rem,5vw , 6rem);
    font-weight: bold;
    color: var(--color-highlight);
}

.solution-mdl-2--title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.solution-mdl-2--link {
    background: red;
    padding: 1rem;
    display: inline-flex;
    color: white !important;
    margin-top: 1rem;
}

.solution-mdl-2--link:hover {
    background: var(--color-highlight);
}

.solution-mdl-5--title {
    background: #f89400;
    padding: 1.5rem 1rem;
    font-weight: bold;
    font-size: 2rem;
    color: white;
}

.solution-mdl-7--desc {
    font-size: 1.8rem;
}

#exampleModal .close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 100%;
}

.product-description-detail {
    background-color: #f1f1f157;
    border: 1px dashed var(--color-highlight);
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 1rem;
}

.product-description-detail ul {
    list-style: inside;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #eeeeee;
    position: relative;
}

.footer-bg-image > .row > div {
	position: static;
}

.footer-bg-image .bg-image {
	position: absolute;
	inset: 0;
	background-size: 100% 150%;
	background-repeat: no-repeat;
	background-position: center;
}

.logo-footer img {
    max-height: 12rem;
}

#socials {
    display: inline-block;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

#socials a.phone {
    border-radius: 50%;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*css catalog*/
.magazine-viewport {
    background-color: var(--light);
}
.magazine-viewport .page {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.magazine-viewport {
    width: auto !important;
    height: calc(100vh - 70px) !important;
}
.magazine-viewport .next-button, .magazine-viewport .previous-button {
    top: 50% !important;
    transform: translateY(-50%);
    height: auto !important;
    font-size: 29px;
    width: 35px !important;
    background: #ffffffc4;
    border-radius: 4px !important;
    text-align: center;
}
.magazine-viewport .previous-button:before {
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f053";
}
.magazine-viewport .next-button:before {
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f054";
}
.magazine-viewport .previous-button {
    left: -40px !important;
}
.magazine-viewport .next-button {
    right: -40px !important;
}
.magazine-viewport .magazine {
    /*top: 0 !important;*/
    /*left: 0 !important;*/
}
.magazine-viewport .page-wrapper {
    background-color: #fff;
}



body.article_detail.nh-body-catalogue-flip #tmpContainer.tmpContainer {
	z-index: 1101;
}

body.article_detail.nh-body-catalogue-flip #tmpContainer .bookContainer {
	pointer-events: auto;
}

body.article_detail.nh-body-catalogue-flip .product-detail-head .df-container {
	background: url(https://cdn7055.cdn4s8.io.vn/media/san-pham/gemini_generated_image_u0omw0u0omw0u0om.webp) !important;
	height: 100vh !important;
}

body.article_detail:not(.nh-body-catalogue-flip) #tmpContainer.tmpContainer {
	display: none !important;
}

#tmpContainer a.nh-catalog-logo-home,
#logoBar a.nh-catalog-logo-home {
	display: inline-block;
	line-height: 0;
}
/*end css catalog*/

.swiper-about .swiper-about--description {
    min-height: calc(4 * 1.5em);
    line-height: 1.5em;
    font-size: 1.6rem;
}

.logo-footer img {
    width: 100%;
    object-fit: contain;
}

.social-section .list-inline {
    justify-content: center;
}

.cotact-support {
    font-size: 15px;
}

.img_flag {
    height: 22px;
    object-fit: contain;
}

.banner_top img {
    width: 100%;
    height: 45px;
    object-fit: cover;
}

.article-status span {
    max-width: 15rem;
    line-height: 2.8rem;
    height: 2.8rem;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .core-values--wrap:after {
        display: none;
    }
    
    .core-values--wrap:before {
        width: 100%;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }

    .setting-menu > div {
        position: relative;
    }
    
    header .logo-section {
        position: absolute;
        top: -40px;
        left: 0;
    }
}

@media (min-width: 1024px) {
    .setting-menu > div > .row > div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 2rem;
    }
    
    .menu-solution .title-top {
        width: 50%;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    footer .container {
        max-width: 1200px;
    }
}

.menu_main_contianer {
    max-width: 650px !important;
    border-radius: 12px;
}

.menu_main_content {
    padding: 20px;
}

.menu_cate_title {
    font-size: 2.2rem;
    color: var(--gray-bold);
    font-weight: 700;
    margin-bottom: 3rem;
}

.menu_main_left .nav-item {
    display: block;
}

.tab_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5rem !important;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
}

.tab_title svg {
    width: 18px;
}

.tab_title svg path {
    fill: var(--color-highlight);
}

.tab_title.active,
.tab_title:hover {
    background-color: #F2F4F5;
    border-radius: .8rem;
}

.menu_main_right > div {
    border-left: 1px solid var(--gray);
    margin-left: 20px;
    padding-left: 20px;
    height: 100%;
}

.menu_main_right .menu_cate_title {
    color: var(--color-black);
    margin-bottom: 0;
}

.category_icon {
    height: 2.4rem;
    object-fit: contain;
}

.sub_cate_title {
    margin-bottom: .8rem;
    line-height: 1.5;
}

.sub_cate_title a {
    font-size: 1.3rem;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 600;
}

.sub_cate_title a {
    font-size: 1.3rem;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 600;
}

.menu_sub_category li {
    line-height: 1.9rem;
}

.menu_sub_category a {
    font-size: 13px;
    color: var(--gray-bold);
    text-transform: capitalize;
}

.menu_sub_category a:hover {
    color: var(--color-highlight);
}

.menu_product_item .product-title a {
    color: var(--color-highlight);
    font-weight: 400;
}

.menu_product_item .product-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}
