.product-content-detail .add-to-cart-buy {
    background-color: var(--color-highlight-second);
    color: var(--white);
    border: 0.1rem solid var(--color-highlight-second);
}
.product-content-detail .add-to-cart-buy:hover {
    background-color: #fff;
    color: var(--color-highlight-second);
    border: 0.1rem solid var(--color-highlight-second);
}
.btn-support {
    border-radius: 10px !important;
}
.content-container {
    position: relative;
}
.content-container .content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(#ffffff00, #fff);
}
.content-container .content {
  height: 100px;
  overflow: hidden;
  transition: height 0.5s ease;
}
.content-container .show-full-content {
  height: auto;
}
.content-container .show-full-content::before {
    content: none;
}
.show-more-less {
  font-size: 14px;
  color: #fff;
  margin: 10px auto;
  cursor: pointer;
  border: 1px solid var(--color-highlight);
  text-align: center;
  position: relative;
  background-color: var(--color-highlight);
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
}
.show-more-less:hover {
    color: var(--color-highlight);
    background: #fff;
}
.breadcrumbs-section p a::after {
    content: none;
}
.item--category-title {
    font-size: 16px;
    font-weight: 700;
}
.item--category-count{
    font-size: 14px;
    color: #333;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="48px" height="48px"><path d="M8 5v14l11-7z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 2px solid white;
    transition: all 0.3s;
    cursor: pointer;
}
.youtube-container:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}
.section-tiktok {
    background: #fff;
    border-radius: 15px;
}
.item--category {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    color: var(--color-main);
    text-align: center;
    border: 1px solid #F5F7FD;
}
.item--category img{
    height: 70px;
    object-fit:contain;
    margin-bottom: 10px;
}
a:hover {
    color: var(--orange);
}
footer address a {
    color: #fff;
}
footer {
    background: var(--color-highlight-second);
    color: #fff;
}
.bg-shadow {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.bg-gray {
    background: #F5F7FD;
}
.wrp--article .article-title a {
    font-weight: 500;
    font-size: 16px;
}
.wrp--article .article-description {
    font-size: 14px;
}
.mb-20 {
    margin-bottom: 20px;
}
.wrp--article .article-item {
    margin-bottom: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}
.wrp--article .article-item .inner-content {
    padding: 5px 10px;
}
.article--title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.article--title-url {
    color: #fff;
    font-size: 14px;
}
.article--title-url:hover {
    color: var(--orange);
}
.wrp--article {
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}
.wrap-hotline p{
    margin-bottom: 5px;
    font-size: 13px;
}
.btn-hotline {
    font-weight: 700;
    border-bottom: 1px dotted var(--color-highlight);
    font-size: 20px;
    letter-spacing: 1px;
}
.hightlight--item img {
    height: 54px;
    width: 54px;
    object-fit:contain;
}
.hightlight--item {
    text-align:center;
    gap: 10px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 10px 0;
}
.hightlight--item .inner-content {
    max-width: 100px;
    margin: 0 auto;
    font-weight: 600;
}
.product--wrapper{
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 15px;
}
.title--section {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.thong-so-ky-thuat table {
    width: 100%;
    border: 0;
}
.thong-so-ky-thuat table tbody tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.thong-so-ky-thuat table tbody tr td, .thong-so-ky-thuat table tbody tr th {
    font-weight: 400;
    padding: 9px 15px;
}
.category-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-highlight);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.label-sort {
    font-weight: 500;
    margin-right: 10px;
}
.button-primary:hover span {
    color: var(--color-highlight);
}
.button-primary span {
    z-index:2;
    position:relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-primary {
    display: inline-block;
    position: relative;
    background: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
}
.button-primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 1;
    background: #fff;
}
.button-primary:hover::before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
    transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
}
.action-title a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
}
.action-categories {
    color: var(--orange);
    font-weight: bold;
    z-index:1;
    position:relative;
}
.action-item .content {
    padding: 10px 15px;
}
.action-item .inner-content::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(103deg, rgba(30, 66, 126, .8) 0, rgba(12, 31, 75, .8) 99.19%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
}
.action-section .swiper-slide.swiper-slide-active .action-item .inner-content{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.action-section .swiper-slide.swiper-slide-active .action-item::before{
    opacity:0;
}
.action-item {
    position: relative;
}

.achievement-section {
    max-width: 500px;
    text-align:center;
    margin: 10px auto;
    gap: 20px;
}
.achievement-image img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.08;
    object-fit: cover;
}
.strategy--description {
    color: var(--color-main);
}

.strategy--title {
    color: var(--color-highlight);
    font-weight: bold;
    font-size: 18px;
    min-height: auto;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.strategy--title::before {
    content: '';
    width: 40%;
    height: 1px;
    background: var(--color-highlight);
    position: absolute;
    bottom: 0;
    left: 0;
}
.strategy-section {
    margin-top:30px;
    overflow: hidden;
}
.strategy--item .inner-content{
    padding: 30px;
}
.strategy--item {
    background-color: #fafafa;
    position: relative;
    -webkit-box-shadow: 0 4px 35.3px 0 rgb(18 27 44 / 15%);
    box-shadow: 0 4px 35.3px 0 rgb(18 27 44 / 15%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.module-title-desc {
    max-width: 800px;
    margin: 0 auto;
}
.text-ellipsis-2 {
    display: -webkit-box;         
      -webkit-line-clamp: 2;      
      -webkit-box-orient: vertical; 
      overflow: hidden;             
      text-overflow: ellipsis;
}
.hobi-section-thumbs {
    display: none;
}
.hobi-section-thumbs.swiper-thumbs .swiper-slide{
    border: 0;
}
.timeline-description {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    color: #fff;
    text-align: center;
}
.hobi-section-thumbs .swiper-slide-thumb-active .timeline-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hobi-section-thumbs .swiper-slide-thumb-active .year{
    color: var(--orange);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.timeline-point::before {
    content: '';
    background: var(--orange);
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-point .year{
    position: absolute;
    top: -80px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: 0;
    text-align: center;
}
.hobi-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--orange);
}
.hobi-content{
    color: white;
}
.hobi-section-thumbs::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 80px;
    left: 0;
    background:#fafafa;
}
.hobi-section-thumbs::after {
    position: absolute;
    content: '';
    top: 75px;
    right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fafafa;
}
.hobi-section-thumbs {
    padding-top: 100px;
    margin-top: 30px;
}

.module-core {margin-top: 15px;}
.mission-vision--card:hover::before,
.mission-vision--card:hover::after,
.stat-card:hover::before{
    width: 100%;
    height: 100%;
    background-color: var(--color-highlight-second);
}
.mission-vision--card:hover img,
.stat-card:hover img{
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4%) hue-rotate(183deg) brightness(103%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4%) hue-rotate(183deg) brightness(103%) contrast(101%);
}
.mission-vision--card:hover .mission-vision--description,
.mission-vision--card:hover .mission-vision--title,
.stat-card:hover .stat-description,
.stat-card:hover .stat-number,
.stat-card:hover .stat-label{
    color: #fff;
    position: relative;
}
.mission-vision--card {
    padding: 20px;
    border: 1px solid #e4e4e7;
    position: relative;
    letter-spacing: 0.5px;
}
.mission-vision--card:hover {
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .16);
}
.mission-vision--card::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-color: var(--color-highlight-second);
    bottom: 0;
    right: 0;
    border-width: 0px 3px 3px 0px;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    z-index: -1;
}
.mission-vision--card::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-color: var(--color-highlight-second);
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    z-index: -1;
}
.mission-vision--icon {
    text-align:right;
}
.mission-vision--icon img{
    height: 50px;
    width: 50px;
    object-fit:contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    filter: brightness(0) saturate(100%) invert(87%) sepia(9%) saturate(266%) hue-rotate(179deg) brightness(99%) contrast(89%);
}
.mission-vision--title {
    font-size: 18px;
    font-weight:bold;
    color: var(--color-highlight);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.mission-vision--description {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.module-gioi-thieu {
    letter-spacing: 0.5px
}
.module-gioi-thieu--media::before {
    position: absolute;
    background-color: var(--color-highlight);
    z-index: -1;
    width: 50%;
    height: 85%;
    right: -30px;
    top: -60px;
}
.radius-15 {
    border-radius: 15px;
}
.module-gioi-thieu p {
    margin-bottom:15px;
}
.module-gioi-thieu .module-title{
    margin-bottom: 15px;
}
.module-title{
    font-size: 20px;
    color: var(--color-highlight);
    font-weight: bold;
    line-height: 1.22;
}
.module-title span {
    display: block;
    color: var(--color-highlight-second);
}
.banner-image,
.image-slider img{
    border-radius: 10px
}
.banner-image img {
    width: 100%;
}
.menu-vertical--title svg{
    margin-right: 15px;
}
.menu-vertical--title {
    font-weight: bold;
    border-bottom: 1px solid var(--gray);
}
.menu-container.menu-vertical {
    /* box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.15), 1px 1px 5px rgba(0, 0, 0, 0.05); */
    border-radius: 10px;
    background: #fff;
}
.featured-article .inner-image{
    border-radius: 10px;
    overflow: hidden;
}
.featured-article-content a {
    font-size: 18px;
    color: var(--color-main);
}
.featured-article:hover a {
    color: var(--color-highlight);
}
.section-title h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0056b3;
}
.section-title a {
  color: #0056b3;
  font-weight: 600;
}
.category-pills .nav-link {
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #e9ecef;
}
.category-pills .nav-link:hover,
.category-pills .nav-link.active{
    color: #fff;
    background:var(--color-highlight);
}
.featured-article-content .article-category {
  font-size: 0.9rem;
  font-weight: 500;
  color: #e0e0e0;
}
.featured-article-content .article-title {
  font-size: 1.5rem;
  line-height: 1.3;
}
.article-list .article-item {
  gap: 15px;
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}
.article-list .article-item .inner-image{
    width: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.article-list .article-item .article-info{flex-grow: 1;}
.article-list .article-info .article-category {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 2px;
}
.article-list .article-title{
    color: var(--color-main);
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.article-list .article-item:hover .article-title {
    color: var(--color-highlight);
}
.testimonial-heading {
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.testimonial-item {
  padding: 20px;
  gap: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  background: #fff;
}
.testimonial-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}
.testimonial-item h5 {
  color: var(--color-highlight);
  font-weight: bold;
  font-size: 16px;
}
.testimonial-item p {
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.style-news .title-section{
    color: #fff;
}
.style-news .article-item{
    background: #fff;
    border-radius: 10px;
}
.style-news .inner-content{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.decor-title {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.best-sale .title-section{
    position: absolute;
    margin: 0;
    color: #fff;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
.best-sale {
    background: var(--color-highlight);
    padding: 60px 15px 30px;
    border-radius:15px;
}
.flash-sale {
    width: 40px;
    height: auto;
    aspect-ratio: 40/20;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -50px;
    color: #fff;
    z-index: 2;
    background-color: var(--color-highlight);
    border-radius: 10px 10px 10px 0px;
    padding: 2px 0px
}
.badge-image {
    position: absolute;
    bottom: 2px;
    left: 2px;
    max-width: 120px;
}
.product-action-item .btn-product-action{
    display: block;
    background: var(--color-highlight);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
}
.product-action-item .btn-product-action:hover {
    color: var(--color-highlight);
    background: #fff;
    border: 1px solid var(--color-highlight);
}
.price {
    line-height:1.2;
}
.swiper-fixheight {
    align-items: stretch;
}
.swiper-fixheight .swiper-slide {
    display: flex;
    flex-direction: column;
    height:auto;
}
.bg-linear-gradient {
    background:#078180;
    background: linear-gradient(135deg, #034a4a, #078180);
}
.title-flash-sale,
.title-normal{
    margin-top: -60px;
}
.title-flash-sale span,
.title-normal span{
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    border-radius: 15px;
    overflow: hidden;
}
.title-flash-sale span::after,
.title-normal span::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #045353;
    z-index: -1;
}
.item-flash-sale{
    padding: 10px;
}
.item-flash-sale,
.item-normal{
    background: #fff;
    border-radius: 5px;
    overflow:hidden;
    padding: 10px;
}
.stats-header h2 {
    font-size: 23px;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 0;
}

.stats-header .subtitle {
    color: var(--color-highlight-second);
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.stat-card {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    border: 1px solid var(--gray);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 20px;
}
.stat-card:hover {
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .16);
}
.stat-card::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: var(--color-highlight-second);
    bottom: 0;
    right: 0;
    border-width: 0px 3px 3px 0px;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
}
.stat-card .stat-icon {
    text-align: right;
    margin-bottom: 15px;
}
.stat-card img {
    width: 72px;
    height:72px;
    object-fit: contain;
}

.stat-number {
    font-size: 60px;
    font-weight: 600;
    color: var(--color-main);
}

.stat-label {
    font-size: 31px;
    color: var(--color-main);
    margin-left: 10px;
    font-weight: 600;
}

.stat-description {
    font-size: 21px;
    text-align: left;
    font-weight: 400;
    line-height: 1.2;
    max-width: 170px;
    font-weight: 500;
    margin-bottom: 0;
}
.img-bct{
    width: 160px;
}
.payment-method,
.social-footer{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.payment-method img,
.social-footer img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.section-footer--title {
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}
.entire-footer p{
    margin-bottom: 5px
}
.entire-footer {
    font-size: 14px;
}


.section-footer--menu ul>li>a {
    color: #fff;
    font-size: 14px;
}
.section-footer--menu ul>li>a:hover {
    color: var(--orange);
}
.section-footer--menu ul>li {
    margin-bottom:5px
}
.module-contact-header {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-contact-header>li {
    display: inline-block;
    padding-right: 10px;
}
.module-contact-header>li svg {
    margin-right: 3px;
}
.gutter-space>.container>.row {
    margin-left: -5px;
    margin-right: -5px;
}
.gutter-space>.container>.row>div{
    padding-right: 5px;
    padding-left: 5px;
}
.gutter-space-10>.container>.row {
    margin-left: -10px;
    margin-right: -10px;
}
.gutter-space-10>.container>.row>div{
    padding-right: 10px;
    padding-left: 10px;
}
.entire-action-header {
    padding: 0px 8px;
}
.btn-mini-cart {
    color: #fff;
    font-size: 16px;
    background: var(--color-highlight);
    display: block;
    padding: 13px 17px;
    border-radius: 30px;
}
.btn-mini-cart:hover {
    color: #fff;
}
.btn-mini-cart svg {
    margin-right: 10px;
}
.module-login {
    color: var(--color-main);
    font-size: 16px;
    padding: 13px 0;
    display: block;
}
.module-login svg {
    margin-right: 6px;
    vertical-align: middle;
}
.search-home .input-search{
    height: 52px;
    border: 0;
    padding: 10px 20px;
}
.search-home {
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.search-home .btn-search {
    border: 0;
    padding: 0 20px;
}
.img-fluidz{
    width: 100%;
    height: auto;
}
.book-date{
    color: var(--white);
}
.inner-content-service > .article-title {
    font-size: 1.8rem;
}

.qr_code {
    padding: 0px 1rem;
}
.qr_code img {
    height: 236px;
    width: 236px;
}
.list-social img {
    width: 30px;
    filter: brightness(0) invert(1);
    height: 30px;
}
.list-social > div:first-child {
    margin-left: 0rem !important;
}
.qr_facebook img {
    width: 50%;
}
.img-service img {
    border-radius: 50%;
}
.inner-content-service {
    min-height: 5rem;
    margin-top: 2.5rem;
}
.home_question {
    background: #0066cc;
}
.question_body label {
    color: white;
}
.content_service {
    padding: 2rem;
    background: white;
}
.system_module-address:hover {
    color: white;
    background: var(--color-highlight);
}
.system_module-address {
    border-radius: 25px;
    border: #fbb03f 2px solid;
    padding: 1rem;
    line-height: 2rem;
    min-height: 2.5em;
    margin-bottom: 2rem;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}   
.blogs_new {
    background: #F5F5F5;
    text-align: center;
}
.blogs_new .inner-content {
    min-height: 17rem;
}
form.form_order_advise label {
    color: white;
}
form.form_order_advise .form-group {
    
    margin-bottom: 2rem;
}
form.form_order_advise .form-control {
    border: 1px solid red;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}
img.img-icon-footer {
    width: 10px;
}
.article-title-footer {
    color: white;
    margin-bottom: 1rem;
}
.article-title-footer a {
    color: white;
}
.title-footer {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--color-main);
}

.is-divider {
     position: relative;
    background-color: var(--color-highlight);
    height: 3px;
    display: block;
  
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.is-divider::after {
    content: "";
    width: 247px;
    height: 100%;
    left: 30px;
    background-color: #c4c4c4;
    position: absolute;
}

a.a_menu_custom:after {
    opacity: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--color-highlight);
}
.menu-section > ul > li:hover .a_menu_custom:after{
    transition: all 1s ease;
    opacity: 1;
}
.form_question-content textarea {
    height: 11rem;
}
.copyright {
    line-height: 2;
    font-size: 1.6rem;
    color: #fff;
}
.post-title >a {
    line-height: 3.5rem;
    display: block;
    color: white !important;
}
button.btn.btn-submit {
    border-radius: 0px 8px 8px 0px;
}
.form_search, .input_search {
    border-radius: 8px;
}
.entire-info-website > address > p {
    color: white;
}
.setting-menu > .container > .row > div:nth-child(1) {
    display: flex;
    align-items: center;
    position: static;
    justify-content: space-between;
}
.content_service:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.top_detail-header {
    margin-bottom: 5rem;
    /* text-align: center; */
}
.title-detail-blog {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.article-category-detail > a {
    font-size: 13px;
    font-weight: 500;
    color: #334862;
}
.decor-detail {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
span.view_article {
    color: #777;
    font-weight: 300;
    font-size: 13px;
}
.inner-content-service-advi {
    margin-bottom: 1rem;
}
.article-title-service a {
    color: black;
}
label.i-con_star:before {
    color: brown;
    content: "\f005";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 0.7rem;
    cursor: pointer;
}
label.fa-starr:before {
    color: brown;
    content: "\f005";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 0.7rem;
    cursor: pointer;
}
.title-left {
    position: relative;
}
.title-left:after {
    content: "";
    width: 68px;
    display: block;
    position: absolute;
    height: 2px;
    background: #ad2c2c;
    bottom: 0;
}
.box-shadow-input{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.border-advise{
    border: 1px solid #cf3661 !important;
}
p.title_contact-p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
}
.name_company {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.img-service img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
}
.img-service{
    text-align: center;
    position: relative;
}
.btn-service-home {
    color: white;
    background: var(--color-highlight);
}
.question_body {
    align-items: center;
}
/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: #1C99D8;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #1C99D8;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: #1C99D8;
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
    width: 30px;
}

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

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
span.contact-fixed__item-title {
    color: #1C99D8;
}

.qr_code img {
    height: 100%;
    width: 100%;
}
.qr_body {
    text-align: center;
}
.title-section{
    font-size: 2.3rem;
}
.btn-prev-custom {
    background: var(--color-highlight);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.btn-prev-custom {
    left: 2px;
}
.btn-next-custom {
    right: 2px;
}
 .btn-prev-custom i {
    color: white;
    font-size: 2rem;
    padding-bottom: 2px;
    padding-right: 0.5rem;
}
.info_contact-header > ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
}
.info_contact-header > ul > li:last-child {
    display: none;
}
.info_contact-header > ul > li:nth-child(2) > p:before {
    display: none;
}

.info_contact-header p {
    padding-right: 2rem;
}
.top_detail-header {
    margin-bottom: 3rem;
}

/**/

.info_contact-header > ul {
    justify-content: flex-start;
}
/*Call now*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    left: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    position: absolute;
    top: 50%;
    left: 45%;
    padding: 9px 40px;
    padding-right: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}
.category-content h1,
.category-content h2,
.category-content h3,
.category-content h4,
.category-content h5,
.category-content h6 {
  margin: 1.25em 0 0.5em;
  line-height: 1.25;
  font-weight: 600;
}

.category-content h1 { font-size: 2.0rem; }
.category-content h2 { font-size: 1.6rem; }
.category-content h3 { font-size: 1.3rem; }
.category-content h4 { font-size: 1.125rem; }
.category-content h5 { font-size: 1rem; }
.category-content h6 { font-size: 0.95rem;}

.category-content p {
  margin: 0 0 1.15em;
  word-wrap: break-word;
}

.category-content a {
  color: var(--color-highlight);
  text-decoration: underline;
}
.category-content a:hover,
.category-content a:focus {
  text-decoration: none;
}

/* Images & media - responsive */
.category-content img,
.category-content video,
.category-content iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.6em 0;
  border-radius: 6px;
}

/* Figure and caption */
.category-content figure {
  margin: 0 0 1.15em;
}
.category-content figcaption {
  font-size: .875rem;
  color: var(--color-highlight);
  margin-top: .35em;
}

.category-content ul,
.category-content ol {
  margin: 0 0 1.15em 1.35em;
}
.category-content ul li,
.category-content ol li {
  margin: .35em 0;
  line-height: 1.6;
}
.category-content blockquote {
  margin: 0 0 1.15em;
  padding: .6em 1em;
  border-left: 4px solid var(--color-highlight);
  background: #fafafa;
  color: var(--muted-color);
  border-radius: 6px;
}

.category-content code {
  font-family: SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
  background: rgba(27,31,35,0.05);
  padding: .15em .3em;
  border-radius: 4px;
  font-size: .95em;
}
.category-content pre {
  background: var(--color-highlight);
  padding: 1em;
  overflow: auto;
  border-radius: 8px;
  border: 1px solid var(--color-highlight);
  font-family: SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
  font-size: .95em;
  margin: 0 0 1.15em;
  white-space: pre-wrap;
}
.category-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.15em;
  overflow: auto;
}
.category-content table th,
.category-content table td {
  border: 1px solid var(--color-highlight);
  padding: .6em .8em;
  text-align: left;
}
.category-content table thead th {
  background: #fafafa;
  font-weight: 600;
}

/* Small text */
.category-content small,
.category-content .small {
  font-size: .875rem;
  color: var(--color-highlight);
}

.category-content hr {
  border: none;
  border-top: 1px solid var(--color-highlight);
  margin: 1.25em 0;
}

.category-content .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.category-content .embed-wrap iframe,
.category-content .embed-wrap video {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.category-content a:focus,
.category-content button:focus {
  outline: 3px solid rgba(26,115,232,0.2);
  outline-offset: 2px;
}
.fixheader {
    z-index: 15;
    background:#fff;
}
.fixheader.fix { position: fixed; top: 0; left: 0; right: 0; padding: 5px 0; animation-name: fixedtop;animation-duration: 1s;animation-iteration-count: 1;}
@keyframes fixedtop {
  from {top:-114px;}
  to {top:0;}
}
@media (max-width: 720px) {
  .category-content { font-size: 15px; }
  .category-content h1 { font-size: 1.6rem; }
  .category-content h2 { font-size: 1.35rem; }
}
@media (max-width: 375px){
    .info_contact-header p {
        padding-right: 1rem;
    }
}

@media (min-width: 768px){
    .qr_body {
        display: flex;
    }
}

@media (max-width: 768px){
    a.a_menu_custom:after{
        content: none;
    }
    .items-number{
        left: 21px;
        background-color: var(--color-highlight);
        color: #fff;
        top: -5px;
    }
    .module-login {
        padding: 3px 5px;
    }
    .entire-action-header {
        padding: 0
    }
    .btn-mini-cart {
        padding: 3px 5px;
        background: transparent;
    }
    .btn-mini-cart svg {
        margin-right: 0;
        stroke: #555;
    }
    .btn-mini-cart svg path {
        fill: #555555;
    }
    .mini-cart-text,
    .module-login-text{
        display: none;
    }
    .stat-card {
        padding: 20px 10px;
    }
    .stat-label{
        font-size: 16px;
        margin-left: 5px;
    }
    .stat-number{
        font-size: 24px;
    }
    .stat-description{
        font-size: 18px;
    }
    .fixed-contact {
        position: fixed !important;
        left: 0px !important;
    }
    .button-contact .phone-vr {
        width: 80px !important;
        height: 80px !important;
    }
    .qr_code {
        padding: 1.5rem 0rem;
    }
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1000px) {
    .menu-section>ul{
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1260px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1260px;
    }
    .hobi-section-thumbs {
        display: block;
    }
    .module-gioi-thieu--media::before{
        content: '';
    }
    .module-core {margin-top: 100px;}
    .module-title {
        font-size:34px;
    }
    .module-gioi-thieu .module-title {
        margin-bottom: 30px;
    }
    .achievement-section {
        margin: 50px auto;
    }
    .strategy-section {
        margin-left: -30px;
        margin-right: -30px;
    }
    .strategy-section .swiper-strategy{
        padding-left: 30px;
        padding-right: 30px;
    }
    .achievement-section {
        gap: 50px;
    }
    .strategy--title {
        font-size: 24px;
        min-height: 58px;
    }
    .strategy-section .swiper-strategy{
        padding-bottom:30px;
    }
    .stats-header h2 {
        font-size: 34px;
    }
    .stats-header .subtitle {
        font-size: 32px;
    }
    .mission-vision--card {
        padding: 30px;
    }
    .mission-vision--title {
        font-size: 32px;
    }
    .mission-vision--icon img{
        height:80px;
        width: 80px;
    }
    .hobi-title {
        font-size: 26px;
        line-height: 1.2;
    }
    .action-item .inner-content{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        border-radius: 5px;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transition: all .45s ease;
        transition: all .45s ease;
        z-index: 1;
    }
    .action-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
        background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
        z-index: 1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1;
    }
    .action-item .content {
        padding: 30px 80px;
    }
    .action-title a {
        font-size: 26px;
        line-height: 1.3;
    }
    .best-sale .title-section {
        font-size: 18px;
    }
    .testimonial-heading {
        font-size: 23px;
    }
    .featured-article-content a {
        font-size: 20px;
    }
    .article-list .article-title{
        font-size: 16px;
        font-weight: 500;
    }
}