@media only screen and (max-width: 768px) 
{
    /**** Page about *************************************/
	.core-values .container-fluid{
		padding:0;
	}
    .havi-page-about .introduce.intro-about{
        margin-top: 8px;
    }
    .havi-page-about .core-values{
        margin-top: 20px;
    }
    .havi-page-about .core-values .heading-type-3{
        margin-bottom: 20px;
    }
    .havi-page-about .core-values .box-core-values,
	.havi-page-about .commit-from-haruco .box-commit{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 40px;
    }
    .havi-page-about .core-values .box-core-values .item-core-value,
	.havi-page-about .commit-from-haruco .box-commit .item-commit{
        box-sizing: border-box;
        padding: 5px;
		position:relative;
    }
	.havi-page-about .core-values .box-core-values .item-core-value:nth-child(odd):after,
	.havi-page-about .commit-from-haruco .box-commit .item-commit:nth-child(odd):after{
		content: '';
        width: 2px;
        height: 92%;
        display: block;
        background: linear-gradient(to right, #dddddd 50%, transparent 50%) top, linear-gradient(to bottom, #dddddd 50%, transparent 50%) right, linear-gradient(to right, #dddddd 50%, transparent 50%) bottom, linear-gradient(to bottom, #dddddd 50%, transparent 50%) left;
        background-size: 10px 0.5px, 10px 0.5px, 10px 0.5px, 0.5px 10px;
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: top left, top right, bottom left, top left;
        position: absolute;
        top: 0;
        left: 104%;
        transform: translateX(-50%);
	}
	.havi-page-about .core-values .box-core-values .item-core-value:nth-last-child(n+3):before,
	.havi-page-about .commit-from-haruco .box-commit .item-commit:nth-last-child(n+3):before{
		content: '';
        width: 92%;
        height: 0.5px;
        display: block;
        background-image: linear-gradient(to right, #dddddd 50%, transparent 50%);
        background-size: 12px 0.5px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: -9%;
        left: 0;
        transform: translateY(-50%);

	}
	.havi-page-about .core-values .box-core-values .item-core-value:nth-child(even):before,
	.havi-page-about .commit-from-haruco .box-commit .item-commit:nth-child(even):before{
		left:auto;
		right:0;
	}
    .havi-page-about .main-product-team{
        padding-bottom: 25px;
    }
    .havi-page-about .list-main-product-team{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .havi-page-about .list-main-product-team .item-main-pr-team{
        width: calc(50% - 10px);
        box-sizing: border-box;
    }
    .havi-page-about .main-product-team .list-main-product-team .item-main-pr-team img{
        width: 150px;
        height: 150px;
    }
    .havi-page-about .main-product-team .list-main-product-team .item-main-pr-team h5{
        font-size: 16px;
    }

    .havi-page-about .quality-control-process{
        margin-top: 35px;
    }
    .havi-page-about .quality-control-process ul li:not(:last-child){
        margin-bottom: 14px !important;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
    }
    .havi-page-about .about-us{
        margin-top: 25px;
    }
    .havi-page-about .commit-from-haruco{
        margin-top: 30px;
    }
	.havi-page-about .commit-from-haruco .heading-type-3{
		margin-bottom:11px;
	}
    /******************* Product detail *******************************************/
    .product-detail-page .main-info-product .table-of-content-detail-pr{
        flex-wrap: nowrap;
        gap: 5px;
    }
    .product-detail-page .main-info-product .table-of-content-detail-pr li{
        border-right: 1px solid #FDD4A5;
        padding: 0 2px;
    }
    .product-detail-page .main-info-product .table-of-content-detail-pr li.border-none{
        border: none;
    }
    .product-detail-page .main-info-product .box-product-info .price{
        padding: 16px 0;
    }
    .product-detail-page .main-info-product .box-product-info .price del bdi{
        font-size: 16px;
        line-height: 35px;  
    }
    .product-detail-page .main-info-product .box-product-info .price ins bdi{
        font-size: 32px;
        line-height: 24px;
    }
    .main-info-product{
        padding-bottom: 1px;
    }
    .info-detail-product{
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .benefits-of-purchasing-bottom {

    }
    body #ez-toc-container li {

    }
    body #ez-toc-container li a.ez-toc-link {

    }
    body #ez-toc-container ul li a::before {

    }
    .product-detail-page .box-reviews .box-average{

    }
    .product-detail-page .box-reviews .box-average .detail{

    }
    .product-detail-page .box-reviews .box-average .detail ul{

    }
    .product-detail-page .box-reviews .box-average .detail ul li{
        display: block;
    }
    .product-detail-page .box-reviews .box-average .detail ul li .star-title{
        float: left;
    }
    .product-detail-page .box-reviews .box-average .detail ul li .progress-wrap{

    }
    .slider-rpduct-banchay{
   
    }
    .slider-rpduct-banchay .slider-product-by-banchay {
        padding-bottom: 8px;
    }
    .box-pr-related-mobile .swiper-pagination,
    .slider-rpduct-banchay .slider-product-by-banchay .swiper-pagination{
        margin-top: 25px;
    }
    .box-pr-related-mobile .swiper-pagination-bullet,
    .slider-rpduct-banchay .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background-color: #d3d3d3; /* Màu xám nhạt */
        opacity: 1;
        border-radius: 50%;
        margin: 0 6px;
        transition: background-color 0.3s ease;
    }
    .box-pr-related-mobile .swiper-pagination-bullet-active,
    .slider-rpduct-banchay .swiper-pagination-bullet-active {
        background-color: #f7931e; /* Màu cam nổi bật */
    }
	.product-detail-page .list-benefits-of-purchasing{
		margin-top: -8px;
	}
    .box-checkhangchinhhang iframe{
        width: 100%;
    }
    .product-detail-body iframe{
        width: 100%;
    }
    /************** Page tin tức ****************************************/
    .page-news .list-news-vertical{

    }
    .page-news .list-news-vertical .item-news-vertical{

    }
    .page-news .list-news-vertical .item-news-vertical .img{

    }
    .page-news .list-news-vertical .item-news-vertical .text{

    }

    .page-news .list-news-overlay {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 12px;
    }

    .page-news .item-news-overlay {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      color: #fff;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
    }

    .page-news .item-news-overlay:nth-child(1) {
      grid-column: 1 / 3;
      height: 280px;
    }

    .page-news .item-news-overlay:nth-child(2),
    .page-news .item-news-overlay:nth-child(3) {
      height: 150px;
    }

    .page-news .item-news-overlay .img {
      /*position: absolute;
      inset: 0;
      z-index: 0;*/
    }
    .news-item-top .img{
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        position: absolute;
    }

    .page-news .item-news-overlay .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-news .item-news-overlay .text {
      position: relative;
      z-index: 2;
      padding: 16px;
      background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    }

    .page-news .item-news-overlay h3 {
      font-size: 16px;
      margin: 0 0 8px;
      color: #fff;
      font-weight: 600;
      line-height: 1.4;
    }

    .page-news .item-news-overlay p {
      font-size: 14px;
      margin: 0;
      color: #ccc;
    }


    .page-news .item-news-vertical {
        display: flex;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
        transition: box-shadow 0.3s;
    }

    .page-news .item-news-vertical:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-news .item-news-vertical .img {
        flex-shrink: 0;
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 20px 0 0 20px;
    }

    .page-news .item-news-vertical .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .page-news .item-news-vertical .text {
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        max-height: none;
        height: auto;
    }

    .page-news .item-news-vertical h3 {
        font-size: 16px;
        margin: 0 0 8px;
        font-weight: 600;
        line-height: 1.4;
        overflow: visible;        /* Không cắt nội dung */
        white-space: normal;      /* Cho phép xuống dòng */
        text-overflow: unset;     /* Không dùng dấu “...” */
        display: block;           /* Đảm bảo là block để chiếm đủ chiều rộng */
    }

    .page-news .item-news-vertical h3 a {
        color: #1a1a1a;
        text-decoration: none;
    }

    .page-news .item-news-vertical .post-meta,
    .page-news .item-news-vertical .author {
        font-size: 14px;
        color: #888;
    }

    .page-news .item-news-vertical .px-2 {
        padding: 0 8px;
    }

    .page-news .item-news-vertical .des {
        display: none; /* Nếu bạn muốn ẩn đoạn mô tả giống hình */
    }
    /* Mỗi bài viết */
    .sidebar-noibat .item-blog-new-simple {
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease;
    }

    .sidebar-noibat .item-blog-new-simple:hover {
      transform: translateY(-4px);
    }

    /* Hình ảnh */
    .sidebar-noibat .item-blog-new-simple .box-image img {
		width: 235px;
        height: 150px;
		object-fit: initial;
	  /*width: 100%;
      height: auto;
      display: block;
      object-fit: cover;*/
    }

    /* Phần văn bản */
    .sidebar-noibat .item-blog-new-simple .text {
      padding: 10px;
    }

    /* Tiêu đề */
    .sidebar-noibat .item-blog-new-simple h3 {
      font-size: 14px;
      margin: 0 0 6px;
      line-height: 1.4;
    }

    .sidebar-noibat .item-blog-new-simple h3 a {
      text-decoration: none;
      color: #222;
      display: block;
    }

    /* Ngày đăng */
    .sidebar-noibat .item-blog-new-simple .post-meta {
      font-size: 12px;
      color: #888;
    }

    /* Ẩn phần tác giả */
    .sidebar-noibat .item-blog-new-simple .author,
    .sidebar-noibat .item-blog-new-simple .px-2 {
      display: none;
    }

    /**************************** news detail -chi tiết tin tức **************/
    .box-news-related .list-vertical-item-news-detail {
      display: flex;
      flex-direction: column;
      gap: 16px; /* Khoảng cách giữa các bài */
      padding: 0;
      margin: 0;
    }

    .box-news-related .item-news-vertical {
      display: flex;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px #D1725338 !important;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .box-news-related .item-news-vertical:hover {
      transform: translateY(-4px);
    }

    .box-news-related .item-news-vertical .img {
      width: 125px;
      height: 110px;
      flex-shrink: 0;
      margin-right: 8px;
      border-radius: 25px 0 0 25px;
      overflow: hidden;
    }

    .box-news-related .item-news-vertical .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: none;
    }

    .box-news-related .item-news-vertical .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0;
      flex: 1;
    }

    .box-news-related .item-news-vertical .text h3 {
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: 600;
      color: #1f2937;
      line-height: 1.4;
    }

    .box-news-related .item-news-vertical .text h3 a {
      text-decoration: none;
      color: inherit;
    }

    .box-news-related .item-news-vertical .text .mb-0 {
      font-size: 13px;
      color: #6b7280;
    }

    .box-news-related .item-news-vertical .text .px-1 {
      padding: 0 4px;
    }
    .template-blog-new {
        margin-bottom: 0;
    }

    /** Header ***/
    .header-mobile-category{
        margin-bottom: 8px;
    }

    /** Breadcrums ***/
    .breadcrumbs {

    }

    /************************ Liên hệ page ********************************/
    .contact-page .form-contact-support{

    }
    .contact-page .form-contact-support .wrapp-grid-field{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .contact-page .form-contact-support .custom-field-group.custom-field-one-half{
        flex: 1 1 calc(50% - 10px);
        margin-bottom: 0;
    }
    .contact-page .form-contact-support .custom-field-group.custom-field-one-half .title{
        margin-bottom: 5px;
    }
    .contact-page .form-contact-support .custom-field-group.custom-field-one-half .title p{
        margin-bottom: 0;
    }
    .contact-page .form-contact-support .custom-field-hoten{
        
    }
    .contact-page .form-contact-support .custom-field-phone{
        
    }
    .contact-page .form-contact-support .custom-textarea-group {
        clear: both;
        margin-top: 10px;
    }
    .contact-page .form-contact-support .custom-textarea-group .title{
        margin-bottom: 5px;
    }
    .contact-page .form-contact-support .custom-textarea-group p{
        margin-bottom: 0;
    }
    .contact-page .form-contact-support .group-btn p {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .contact-page .form-contact-support .group-btn p input {

    }
    .contact-page .form-contact-support .group-btn p span {
        display: block;
        margin: 8px auto 0 auto;
        position: relative;
    }
    .contact-page .form-contact-support .wpcf7-response-output {
        margin-top: 1px;
    }
    .contact-page .content {
        padding-bottom: 5px;
    }
    .contact-page .info-contact {
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .container-fluid-mobile{
        padding: 0;
    }
    .container-fluid-mobile .breadcrumbs {
        background: #fff;
        padding: 10px 0;
    }
    .container-fluid-mobile .breadcrumbs a,
    .container-fluid-mobile .breadcrumbs span {
        color: #797979;
        font-family: Roboto Flex;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 5%;
    }
    .container-fluid-mobile .content {
        gap: 8px;
    }
    .container-fluid-mobile .content img{
        width: 100%;
    }
    .container-fluid-mobile .support-box{
        padding: 0 10px;
        background: linear-gradient(262.41deg, #FF6D3E 0.89%, #E03C36 97.79%);
    }
	.form-contact-mobile .content{
		gap: 0;
	}
	.form-contact-mobile .support-box .des{
		font-size:15px;
	}
	.form-contact-mobile .form-contact-support .custom-field-group p{
		margin-bottom: 0;
	}
	.form-contact-mobile .form-contact-support .group-btn{
		margin-top: 10px !important;
	}
	.form-contact-mobile .form-contact-support .group-btn p input.wpcf7-submit{