.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.content-page-cate-pr {
  padding-top: 39px;
}

.box-cate-pr {
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.box-cate-pr h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
}
@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 detai