[id^='sub_error'],
[id^='error']{
  color:red
} 
@media(max-width:767px){
  .content-page iframe{
        max-width: 100%;
    height: 300px;
  }
} 
.pagination li a,
.pagination li span{
  float: left;
  margin: 0 3px;
  width: 36px;
  background: #f3f5f7;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  border-radius: 50% !important;
  border: none;
  text-decoration: none;
  padding: 0;
  font-weight: 600;
}
.pagination .active span,
.pagination li:hover a, 
.pagination li:focus a{
  background-color: #f33f62;
  color: #fff;
  cursor: pointer;
}
.pagination {
    justify-content: center;
} 
/*******Product******/

.product-block-item {
    position: relative;
    overflow: hidden
}

.product-block-item .sale-label {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    background-color: #F14E18;
    border-radius: 10px 0
}

.product-block-item .product-transition {
    position: relative;
    display: block;
    overflow: hidden
}

.product-block-item .product-action {
    text-align: center;
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: -50px
}

.product-block-item:hover .product-action {
    margin-bottom: 0
}

.product-block-item:hover .product-thumbnail {
    transform: scale(1.05)
}

.product-block-item .product-thumbnail {
    /*max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s*/
}

.product-block-item .action {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: #f33f62;
    margin: 0 2px
}

.product-block-item .action.setWishlist {
    background: #eb3e32
}

.product-block-item .action svg {
    width: 13px;
    height: 13px
}

.product-block-item .action svg path {
    fill: #fff
}

.product-block-item .action:hover {
    background: #ffb416;
    cursor: pointer;
}

.product-block-item .action:hover svg {
    fill: #fff
}

.product-block-item .action.active {
    background: #eb3e32
}

.product-block-item .action.active:hover {
    background: #ffb416
}

.product-block-item .action.active svg path {
    fill: #fff
}

.product-block-item .group-buttons {
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 0
}

.product-block-item .product-info .item-product-name {
    padding-top: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
    display: block
}

@media (max-width: 767px) {
    .product-block-item .product-info .item-product-name {
        font-size: 14px
    }
}

.product-block-item .product-info .item-product-name:hover, .product-block-item .product-info .item-product-name:focus {
    color: #ffb416
}

.product-block-item .product-info .product__price {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    font-size: 15px;
    color: #eb3e32;
    font-weight: 700
}

@media (max-width: 767px) {
    .product-block-item .product-info .product__price {
        font-size: 14px
    }
}

.product-block-item .product-info .product__price .old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #999;
    margin-left: 5px;
    font-weight: normal
}

@media (max-width: 767px) {
    .product-block-item .product-info .product__price .old-price {
        font-size: 12px
    }
}

@media (min-width: 1025px) {
    .product-block-item:hover .has-multiimage .group-buttons .action {
        opacity: 1;
        transform: scale(1, 1)
    }
}

.cart_sidebar {
    text-align: left;
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0
}

@media (max-width: 480px) {
    .cart_sidebar {
        width: 100%;
        transform: translateX(100%)
    }
}

.cart_sidebar.active {
    visibility: visible;
    transform: translateX(0)
}

.cart_sidebar.active .cart-content {
    opacity: 1;
    transform: translateX(0)
}

.cart_sidebar .cart-content {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(80px);
    height: 100%;
    position: relative
}

.cart_sidebar .cart-content .cart_heading {
    padding: 15px 15px;
    display: block;
    position: relative
}

.cart_sidebar .cart-content .cart_heading .cart_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600
}

.cart_sidebar .cart-content .cart_heading .cart_btn-close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.cart_sidebar .cart-content .cart_heading .cart_btn-close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}

.cart_sidebar .cart-content .cart_heading .cart_btn-close:hover {
    transform: translate(0%, 0%) rotate(360deg)
}

.cart_sidebar .cart-content .cart-footer {
    padding: 10px
}

.cart_sidebar .cart-content .cart-footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__totle .total-price {
    color: #eb3e32
}

.cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 24px
}

.cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #f33f62;
    color: #fff;
    text-align: center
}

.cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button:hover, .cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button:focus {
    background-color: #2e8053
}

.cart_sidebar .cart-content .cart_body {
    padding: 15px;
    height: calc(100vh - 210px);
    overflow-y: auto
}

@media (max-width: 767px) {
    .cart_sidebar .cart-content .cart_body {
        height: calc(100vh - 270px)
    }
}

.cart_sidebar .cart-content .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cart_sidebar .cart-content .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cart_sidebar .cart-content .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

.cart_sidebar .cart-content .cart_body .cart-empty .empty-icon {
    display: block
}

.cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {
    height: 200px;
    width: 200px;
    background-image: url(/catalog/view/theme/sfresh/image/mobile-shopping.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 569px) {
    .cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {
        height: 180px;
        width: 180px
    }
}

.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty {
    margin-top: 20px;
    text-align: center
}

.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a {
    background-color: #f33f62;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    height: auto;
    line-height: 1.1
}

.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a:hover, .cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a:focus {
    background-color: #2e8053;
    color: #fff
}

.cart_sidebar .cart-content .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}

@media (min-width: 500px) and (max-width: 569px) {
    .cart_sidebar .cart-content .cart_body .cart_product {
        margin-bottom: 5px;
        padding-bottom: 5px
    }
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a {
    color: #222
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a:hover, .cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a:focus {
    color: #ffb416
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    font-weight: normal
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    color: #333
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
    float: left;
    border-right: 0
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
    float: left;
    border-left: 0
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
    display: inline-block;
    height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    float: left;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
    margin-bottom: 5px;
    margin-top: 5px
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #eb3e32
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
    font-size: 13px;
    color: #f33f62
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover, .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
    text-decoration: underline
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}
.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.product__module{padding-top:50px;}
#cartformpage{margin-bottom:0}

.section_product {
   /* margin-bottom: 50px*/
}

@media (max-width: 767px) {
    .section_product {
        margin-bottom: 20px
    }
}

.section_product .block-title {
    text-align: center
}

.section_product .block-title h2 {
    font-size: 28px;
    margin-bottom: 0
}

.section_product .title-links {
    height: 100%;
    border-radius: 20px;
    padding: 30px 35px
}

@media (max-width: 767px) {
    .section_product .title-links .block-cate {
        display: none
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    .section_product .title-links {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .section_product .title-links {
        padding: 15px;
        background-size: cover !important;
        position: relative;
        background-position: initial !important
    }

    .section_product .title-links .btn-more-cate {
        position: absolute;
        top: 10px;
        right: 10px
    }

    .section_product .title-links .btn-more-cate svg {
        width: 40px;
        height: 40px
    }
}

.section_product .title-links .view-more a {
    background-color: #f62e2e;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 10px
}

.section_product .title-links .view-more a:hover {
    background-color: #ffb416
}

.section_product .title-links h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0
}

.section_product .title-links ul {
    padding: 0;
    margin: 0;
    margin-top: 10px
}

.section_product .title-links ul li {
    margin-bottom: 5px
}

.section_product .title-links ul li a .icon {
    margin-right: 5px
}

.section_product .title-links ul li a .icon svg {
    width: 6px;
    height: 6px;
    fill: #f33f62
}

.section_product .title-links ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.section_product .title-links ul::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.section_product .title-links ul::-webkit-scrollbar-thumb {
    background-color: #a4a3a3;
    border: 2px solid #a4a3a3
}

.section_product .block-product {
    position: relative
}

@media (max-width: 767px) {
    .section_product .block-product {
        margin-top: 10px
    }
}

.section_product .block-product .item_product_main {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.section_product .block-product .item_product_main .product-info {
    padding: 0 10px 14px;
    text-align: center
}

.section_product .block-product .swiper-button-next, .section_product .block-product .swiper-button-prev {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    color: #707070;
    top: 50%;
    transition: .3s;
    outline: none;
    opacity: .9
}

.section_product .block-product .swiper-button-next:after, .section_product .block-product .swiper-button-prev:after {
    font-size: 20px;
    color: #333;
    transition: all 0.5s
}

.section_product .block-product .swiper-button-next.swiper-button-disabled, .section_product .block-product .swiper-button-prev.swiper-button-disabled {
    display: none
}

@media (max-width: 767px) {
    .section_product .block-product .swiper-button-next, .section_product .block-product .swiper-button-prev {
        width: 20px;
        height: 30px
    }

    .section_product .block-product .swiper-button-next:after, .section_product .block-product .swiper-button-prev:after {
        font-size: 12px
    }
}

.section_product .block-product .swiper-button-next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: 0
}

.section_product .block-product .swiper-button-prev {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: 0
}
[class^='product-product-'] section.nd-product-page{
  float:unset;
}
.service_product .item{
      color: #000;
}
.service_product .item img{
      margin: 0 auto;
} 
.btn-quick-sort:nth-child(9), .btn-quick-sort:nth-child(6), .btn-quick-sort:nth-child(7), .btn-quick-sort:nth-child(8), .btn-quick-sort:nth-child(9) {
    display: none;
}
.content-page ul {
  display: block;
  list-style-type: disc!important;
  margin-block-start: 1em!important;
  margin-block-end: 1em!important;
  margin-inline-start: 0px!important;
  margin-inline-end: 0px!important;
  padding-inline-start: 40px!important;
}
.content-page ul li {
  display: list-item!important;
  text-align: -webkit-match-parent!important;
  padding:0!important
} 
.section_quytrinh .wrap_quytrinh .wrap_title_position {
    background: #016259;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position .title_module_main:before {
    border-color: transparent transparent #016259;
}
.section_quytrinh .wrap_quytrinh .wrap_title_position .title_module_main:after {
    border-color: transparent transparent transparent #016259;
}
.title_module_main h2 a,
.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ h3 a,
.title_module_main h2{
    color: #C28941;
} 
.wraplock .innerlock .list {
    border-bottom: solid 1px #fff;
}
.section_gioithieu .video .videoframe .button_play{
	display:none
} 
.section_taisao .title_module_main h2{
color:#009b8d
}
.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(1) .wrap_item_taisao{
background:#016259 
}
.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(2) .wrap_item_taisao,
.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(4) .wrap_item_taisao{
background:#FEE7C5
}
.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(2) .wrap_item_taisao p,
.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(4) .wrap_item_taisao p{
color:#016259
}
.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(3) .wrap_item_taisao {
background:#009B8D 
}
.section_taisao .wrap_taisao .warp_taisao .wrap_item_taisao .image_taisao img{
	height:100px;
} 
.section_taisao .wrap_taisao .warp_taisao .wrap_item_taisao p{
	min-height:62px
} 
.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .blog-img img{
	width:100%
} 
@media (min-width:992px){
	.section_subscribe .row{
    	display:flex;
        align-items:center;
    }
}
.section_subscribe{
	padding:1rem 0
}
.services{
    padding: 80px 0;
}
.services__item {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  margin-bottom: 20px;
}

.services__title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.25rem;
}

.services__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.services__dot--green {
  background-color: #4CAF50;
}

.services__dot--orange {
  background-color: #FFA500;
}

.services__subtitle {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.services__description {
  font-size: 14px;
  color: #555;
}

.services__description ul {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.services__description ul li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.breadcrumb_box{
    position:absolute;
}
.news-menu__heading {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.news-menu__image-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.news-menu__image {
  width: 130px;
  height: 130px;
  object-fit: cover;
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.news-menu__link:hover .news-menu__image {
  transform: scale(1.05);
}

.news-menu__title {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.news-menu__link:hover .news-menu__title {
  color: var(--main_color);
}
.blog_page_section .page_title .title_page_h1{
    margin-bottom:15px;
}
.news-menu__heading::after {
  content: "";
  display: inline-block;
  width: 40px;               /* Độ dài đường line */
  height: 5px;               /* Độ dày đường line */
  background-color: #00a79d; /* Màu xanh như trong ảnh */
  margin: 8px auto 0 auto;   /* Căn giữa, khoảng cách trên */
  border-radius: 10px;       /* Bo tròn hai đầu */
}
@media(max-width:991px){
    .blog_page_row{
        display:flex;
        flex-direction: column;
    }
    .left-menu{
        order:1;
    }
    .news-menu__heading{
    	text-align: center;
    }
    .news-menu__heading::after{
    	display:block
    }
    .news-menu__list{
    	text-align: center;
    }
}