/*!
Theme Name: bigsoft
Theme URI: https://bigsoft.com.vn/
Author: Bigsoft
Author URI: https://bigsoft.com.vn/
Description: Đơn vị thiết kế website chuyên nghiệp
*/

body {
    margin: 0;
    font-family: 'Montserrat','Arial';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#000;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

#page {
    overflow: hidden;
}

a{
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #e73225;
}
a:not([href]) {
    cursor: pointer;
  }
p,
li {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #1a1a1a;
}
ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}
b, strong {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
}

h1 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

h2 {
    font-size: 22px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 15px;
    font-weight: 500;
}
tr {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
td {
    border-left: 1px solid #ddd;
    padding: 10px;
}
tbody {
    border-bottom: 1px solid #ddd;
}
table {
    overflow: auto;
}
.table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 15px;
	position: relative;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .table-responsive table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-responsive table th, .table-responsive table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .table-responsive table th {
        background-color: #f2f2f2;
    }
    .table-responsive::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1px;
        background-color: white;
        z-index: 1;
    }
    .table-responsive::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -1px;
        background-color: white;
        z-index: 1;
    }

/**/

#searchInput {
    display: none;
    padding: 5px 8px;
    border: 1px solid #ccc;
    position: absolute;
    width: 97%;
    right: 0;
    top: 11px;
    border-radius: 20px;
    z-index: 10;
}

.close-icon {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
}

.search-icon {
    left: 10px;
}

.close-icon {
    display: none;
    right: 10px;
    z-index: 15;
}
.topbar-menu .search-container {
    float: right;
}
.qr-img {
    width: 140px;
	margin: auto;
    display: flex;
}
/*shore_code*/

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.animated-button {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 60px;
}

.distributor-button {
    background-color: #e21313;
    color: #fff;
    position: relative;
}

.manufacturer-button {
    background-color: #007bff;
    color: #fff;
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.75s;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0.1);
}

.animated-button:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.distributor-button:hover {
    background-color: #B52025;
}
.button-container .animated-button:hover {
    color: #fff;
}
.manufacturer-button:hover {
    background-color: #0069d9;
}
.animated-button span img {
    width: 20%;
    padding-right: 10px;
    position: absolute;
    left: 3%;
    top: 5%;
}
.manufacturer-button span img {
    width: 16%;
    padding-right: 10px;
    position: absolute;
    left: 3%;
    top: 5%;
}
.star-review .kk-star-ratings {
    justify-content: center;
}
/* Adding a subtle shake animation to make the buttons more noticeable */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.animated-button:hover {
    animation: shake 0.5s;
}

/*header*/
ul>li>ul>li:hover>ul.sub-menu {
    display: block;
}
ul>li>ul>li>ul.sub-menu {
    position: absolute;
    background: #fff;
    left: 99%;
    width: 300px;
    margin-top: -1px;
    display: none;
    transition: 0.3s;
    top: 0;
}
.header-desktop ul#menu-desktop {
    margin-bottom: 0;
}
.header-desktop #menu-desktop>li {
    float: left;
    /* line-height: 20px; */
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
}
#menu-desktop>li>.sub-menu {
    padding: 0px;
    text-transform: uppercase;
    display: none;
    margin-left: 85px;
}
.header-desktop #menu-desktop >li.show-sub-menu:hover>.sub-menu, .header-desktop #menu-desktop >li>.sub-menu {
    display: block;
    position: absolute;
    width: 300px;
    z-index: 2;
    left: -190px;
    background: #f1eeea;
    margin: 0px;
    background: #ffffff;
    border: 1px solid #ebe6e6;
    height: auto;
    top: 45px;
}
.header-desktop #menu-desktop li.show-sub-menu .sub-menu {
    display: block;
}
.header-desktop #menu-desktop li .sub-menu {
    display: none;
}
#menu-desktop>li>.sub-menu>li>ul>li {
    line-height: 25px;
}
#menu-desktop>li>.sub-menu>li>.sub-menu {
    padding-left: 5px;
    font-size: 15px;
}
#menu-desktop>li>.sub-menu>li {
    margin-top: 10px;
}
#menu-desktop>li>.sub-menu>li:not(:last-child) {
    padding-right: 0;
    border-bottom: 1px dashed #ddd;
}
#menu-desktop>li>.sub-menu>li {
    padding-bottom: 5px;
    margin-top: 5px;
}
.header-desktop #menu-desktop>li>a {
    padding: 30px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.header-desktop .navbar {
    display: flex;
    justify-content: end;
    align-items: center;
    line-height: 15px;
    background: #ffffff00;
}
.header-desktop .header-main {
    line-height: 75px;
    background: #fff !important;
    box-shadow: 1px 1px 5px #5e5e5e1a;
}
.header-desktop .site-branding img {
    width: 210px;
	height: auto;
}
.header-desktop #menu-desktop>li>.sub-menu>li a {
    font-weight: 600;
    padding: 10px;
    font-size: 14px;
    display: block;
}
#menu-desktop>li>ul>li>.sub-menu>li>a {
    border-bottom: 1px solid #eee;
    display: block;
}
.header-desktop #menu-desktop>li>a:hover, #menu-desktop>li>ul>li>.sub-menu>li>a:hover {
    color: #e73225 !important;
}
/*Search*/

#categoryProducts .search-archive .wft-search .search-field {
    width: 60%;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #646464;
    padding-left: 160px;
    margin-right: -60px;
}
#categoryProducts .search-archive .wft-search .search-submit {
    width: 10%;
    top: -8px;
}
#categoryProducts .search-archive {
    margin-top: 30px;
    margin-bottom: 30px;
}
#categoryProducts .search-archive .search-category {
    top: -4px;
    left: 0;
    display: flex;
}
#categoryProducts .search-archive .search-text {
    position: relative;
}
/***************/
/*Giao dien 2*/
/*ZOOM*/

  .main-product-single .img-product {
    width: 300px;
    height: 500px;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
  }
  
  .main-product-single .img-product .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Hiệu ứng zoom */
  .main-product-single .img-product:hover .item-img img {
    transform: scale(1.5);
  }
  .main-product-single .img-product .item-img img:hover {
    filter: brightness(80%);
  }
  .main-product-single .item-img:nth-child(2) img {
    opacity: 0;
}

/*Header*/
.site-branding {
    z-index: 1;
}
.logo-header {
    text-align: center;
    width: 100%;
}
.logo-header .custom-logo {
    width: 75%;
}
.title-header-bottom .title-menu-bottom {
    font-size: 14px;
    font-weight: 400;
}
.menu-bottom-header {
    padding-left: 42px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.menu-bottom-header .col-2 {
    width: 12.666667%;
}
.icon-header .item-icon-header {
    font-size: 20px;
    color: #e21313;
}
.header-top #menu-header-top ul {
    display: flex;
    padding-top: 20px;
}
.header-top {
    position: absolute;
    right: 30px;
    z-index: 1;
}
#menu-header-top>ul>li {
    padding-left: 25px;
}
#menu-header-top>ul>li a{
    color: #fff;
}
#menu-header-top>ul>li a:hover {
    color: #d8d9d9;
}
.background-custom {
    position: fixed;
    background: #ffff;
    z-index: 1;
    width: 100%;
    height: 85px;
	top: 10px;
	transition: top 0.5s ease-in-out;
    margin-top: -10px;
    z-index: 3;
}
.background-custom #menu-desktop li a {
    color: #000 !important;
}
.header-custom #menu-desktop li a {
    color: #000;
}
.header-custom .menu-top {
    display: flex;
    align-items: center;
}
.header-custom .search-container {
    color: #fff;
    padding-left: 25px;
}
.header-custom .search-icon svg {
    transform: translateY(-1px);
}
.home .header-desktop {
    height: 0px;
}

/**/
.video-home .img-video-home img, #video {
    position: relative;
    top: -25px;
    z-index: 0;
}
.read-less-button, .read-more-button {
    display: block;
    margin-top: 10px;
    z-index: 1;
    margin: auto;
}
.read-less-button {
    background: #bc1f26;
    color: #fff;
    border: 0;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
}
.read-more-button {
    background: #109f4f;
    color: #fff;
    border: 0;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
}
.archive-description {
	overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}
/**/
.icon-up a:before {
    content: "\f062";
    font-family: 'FontAwesome';
    display: inline-block;
    transform: rotate(45deg);
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.icon-web a:before {
    content: "\f0ac";
    font-family: 'FontAwesome';
    padding-right: 10px;
    vertical-align: middle;
}
/*Home page 2*/
.row-about-home .detail-about-home {
    display: flex;
    align-items: center;
}
.row-about-home .item-image {
    width: 25%;
    margin-right: 10px;
}
.AboutHome .row-about-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}
.AboutHome .row-about-home .item-title {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
}
.AboutHome {
    padding: 30px 0 ;
}
.AboutHome .img-avata-about img {
    border-radius: 0;
}
.AboutHome  .sloganAbout .name-about-home {
    color: #e21313;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.AboutHome  .sloganAbout .item-slogan {
    font-size: 30px;
}
.AboutHome  .contentAbout {
    margin: 0;
}
.AboutHome .bg-service-home h4 {
    text-align: center;
    margin-bottom: 20px;
}
.AboutHome  .buttomAbout span {
    background: #e73225;
    text-align: center;
    border-radius: 35px;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
}
.category-products-home .title-category-product span, .homeBlogs .title-blogs span, .homeLogoPartner .detail-title span {
    border-bottom: 3px solid #e73225;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.category-products-home .title-category-product, .homeBlogs .title-blogs, .homeLogoPartner .detail-title {
    margin-bottom: 20px;
}
.category-products-home .item-category:hover .item-title-category a {
    color: #e73225;
}
.main-category-product .item-category {
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 5px;
	margin-bottom: 24px;
}
.category-products-home .item-image img {
    border-radius: 5px 5px 0px 0px;
    height: 200px;
    object-fit: cover;
}
.category-products-home .item-title-category {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}
.category-products-home .item-title-category a {
    color: #000;
}
.homeBlogs .main-blogs-news .post-item {
    margin-bottom: 20px;
}
.homeCustomer .detail-customer-home, #product-page .main-about-page .item-taxonomy-product {
    padding: 0;
}
.homeCustomer .detail-customer-home, #page-about .detail-post, .background-product .item-taxonomy-product, #page-service .detail-post, #product-page .main-about-page .detail-taxonomy-product, #categoryProducts .taxonomy-product-item .detail-product {
    padding: 15px;
}
.homeCustomer .detail-customer-home:hover, #page-about .detail-post:hover, #page-service .detail-post:hover, #product-page .main-about-page .detail-taxonomy-product:hover, #categoryProducts .taxonomy-product-item .detail-product:hover {
    background: #fcfcfc;
    border: 1px solid #cfcfcf;
    padding: 14px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 5px;
}
#page-about .detail-post:hover .titlePost {
    color: #e73225;

}
.homeCustomer .icon-next-customer, .homeBlogs .icon-next, #page-about .icon-next, #page-service .icon-next {
    margin-left: 10px;
}
.homeCustomer .detail-customer-home:hover .icon-next-customer .fa-arrow-right-long, .homeBlogs .title-post-home:hover .icon-next .fa-arrow-right-long, #page-about .detail-post:hover .fa-arrow-right-long, .background-product .item-taxonomy-product:hover .icon-next .fa-arrow-right-long, .taxonomy-product-item .item-taxonomy-product:hover .fa-arrow-right-long, #page-service .detail-post:hover .fa-arrow-right-long, .detail-button-hsnl .button-call:hover .fa-angle-right  {
    webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.homeCustomer .fa-arrow-right-long, .homeBlogs .fa-arrow-right-long, #page-about .fa-arrow-right-long, .background-product .fa-arrow-right-long, .taxonomy-product-item .fa-arrow-right-long, #page-service .content-post-about .fa-arrow-right-long, .detail-button-hsnl .button-call .fa-angle-right {
    font-size: 13px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    vertical-align: middle;
}
.homeCustomer .detail-customer-home .title-customer-home, #page-service .content-post-about.title-post-about  {
    margin-top: 20px;
}
.homeBlogs .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.homeBlogs  .slick-dots li button:before {
    color: #fff;
    font-size: 20px;
    content: "\f2d1";
    font-family: 'FontAwesome';
}
.homeBlogs .slick-dots {
    position: absolute;
    top: 78%;
    height: 13px;
    text-align: start;
    background: #525759b3;
    bottom: 0;
    padding-left: 30px;
}
.homeBlogs .content-post-hom.metaPost {
    color: #fff;
    text-transform: uppercase;
}
.homeBlogs  .title-post-home:hover .titlePost {
    color: #e73225;
}
.homeBlogs .titlePost {
    font-size: 17px;
    margin: 10px 0;
}
.homeBlogs .button-post a:hover {
    background: #e73225;
    border: 1px solid #e73225;
    color: #fff;
}
.homeBlogs .button-post a {
    background: #fff;
    padding: 8px 40px;
    border-radius: 20px;
    color: #3f4142;
    border: 1px solid #050505;
}
.homeBlogs .button-post {
    position: absolute;
    top: 90%;
    right: 30px;
}
.homeCustomer {
    padding: 30px;
}

.homeBlogs .container {
    padding: 0;
}
.video-home .content-video {
    position: absolute;
    display: flex;
    top: 80%;
    padding-left: 30px;
    align-items: center;
}
.video-home .background-video {
    position: relative;
}
.video-home .title-video-home {
    text-transform: uppercase;
    color: #fff;
    margin-left: 25px;
    font-size: 25px;
}
.video-home .icon-play {
    font-size: 45px;
    color: #fff;
}
.video-home .product-button .icon-category-product {
    font-size: 20px;
    border: 4px solid #fff;
    padding: 6px 10px;
    border-radius: 100%;
    color: #fff;
}
.video-home .product-button a {
    display: flex;
}
.video-home .product-button {
    top: 70% !important;
}
.homeLogoPartner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.homeLogoPartner .img-customer-home {
    border: 1px solid #363636;
    border-radius: 10px;
}
.homeLogoPartner .content-title-partner {
    margin-bottom: 30px;
}
.AboutHome .content-service-home ul>li {
    list-style: disc;
}
.AboutHome  .content-service-home ul ::marker {
    color: #e73225;
    font-size: 14px;
}
.AboutHome  .content-service-home {
    border-top: 2px solid #F6E212;
    padding-top: 25px;
    margin-top: -2px;
}
.AboutHome .img-service-home img {
    width: 20%;
}
.AboutHome .img-service-home {
    position: relative;
    bottom: 0px;
    text-align: center;
}
.AboutHome .item-title-service span {
    padding: 7px 20px;
    border-radius: 35px;
    background: #F6E212;
    font-weight: 700;
    text-transform: uppercase;
}
.AboutHome .content-service-home ul li, .AboutHome  .contentAbout p, .homeLogoPartner .content-title-partner p  {
    font-family: 'Montserrat';
    font-weight: 500;
}

.number-service-home .item-number {
    padding: 0px;
}
.AboutHome .aboutUsHome {
    margin-bottom: 50px;
}
.AboutHome .service-about {
    padding: 25px 0px;
}
#single-about-production .breadcrumb {
    margin-top: 0;
}
#single-about-production .img-core-values img {
    border-radius: 10px;
}
#single-about-production .img-core-values-one {
    margin-bottom: 25px;
}
#single-about-production {
    padding-top: 30px;
}
.background-production{
	position:relative;
}
#single-about-production .background-production:before {
    content: "";
    background: url(/wp-content/uploads/2024/05/Bg-bon-chua-indopetrol-scaled.webp);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: .3;
}
#single-about-production .background-production:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background: #f5f5f52e;
    background: linear-gradient(to bottom, rgb(255 255 255 / 60%), rgb(255 255 255 / 0%));
}
.quality-certification .slick-prev, .test-results .slick-prev{
    left: -35px;
}
.slick-prev:before,
.slick-next:before
{
    font-size: 30px;
    opacity: 0.75;
    color: #e73225;
}
#SingleContent .type-post a {
    color: #e73225;
}
#SingleContent .type-post a:hover {
    color: #f6e212;
}
#SingleContent .type-post ol>li {
    list-style: auto;
}
/*custom*/
.detail-button-call {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}
.detail-button-call .button-call svg {
    background: #fff;
    color: #155115;
    padding: 10px;
    border-radius: 100%;
    top: 10px;
    position: relative;
    left: -7px;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.detail-button-call {
    padding-bottom: 50px;
    text-align: center;
    padding-top: 30px;
}
.detail-button-call .button-call {
    background: #155115;
    padding: 15px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.service-custom .content-service-home {
    margin-top: -5px;
}
.service-custom {
    padding: 20px 0 !important;
}
.detail-button-hsnl .button-call {
    background: #e73225;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    vertical-align: middle;
}
.detail-button-hsnl .button-call:hover {
    background: #e73225;
}
.detail-button-hsnl {
    padding: 30px 0 50px 0;
    text-align: center;
}
#single-products .detail-description-product a {
    color: #e73225;
}
#single-products .detail-description-product a:hover {
    color: #feda00;
}
.page-category-header .meta-category-product {
    padding-bottom: 30px;
}
.page-category-header {
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}
.page-category-header ul li {
    list-style: disc;
}
.page-category-header a {
    color: #e73225;
}
.page-category-header a:hover {
    color: #feda00;
}
.main-product-shop {
    padding: 0 0 70px 0;
}
.description-shop {
    padding-top: 40px;
    border-top: 1px solid #f1f1f1;
    margin-top: 30px;
}
.background-descripton {
	overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}
.description-shop .read-more-button {
    background: #e73225;
    color: #fff;
    padding: 7px 20px;
    margin: auto;
}
.description-shop .read-less-button {
    background: #efcd00;
    color: #fff;
    padding: 7px 20px;
    margin: auto;
}
/*single about*/
#single-about-story .img-banner img, #single-about-production .main-production .img-banner img, #single-about-main .img-single-about img{
    object-fit: cover;
    height: 600px;
    margin: 30px 0;
    margin-top: 0;
}
.service-main .img-single-about img {
    height: auto;
    margin: 30px 0;
    margin-top: 0;

}
.breadcrumb-about, .content-top-single-about .title-main-single-about {
    padding-left: 30px;
}
.content-single-about ul>li {
    list-style: disc;
    color: #1a1a1a;
}
.content-single-about ol>li {
    list-style: auto;
}

#single-about-main .title-single-about h3 {
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#single-about-main  .title-single-about h3:before {
    border-bottom: 2px solid #e73225;
    width: 15%;
    content: "";
    position: absolute;
    top: 30px;
}
#single-about-main .content-top-single-about {
    padding-top: 10px;
}
#single-about-main .content-single-service .AboutHome .container {
    padding: 0;
    padding-right: 20px;
}
#single-about-main {
    padding-top: 30px;
}
.content-top-single-about .col-md-6>p, #single-about-main .content-single-about p  {
    color: #000;
}
.content-top-single-about .title-main-single-about h1 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.question-ppd .fa-question {
    background: #feda00;
    padding: 7px 10px;
    margin-right: 10px;
    border-radius: 100%;
}
.question-ppd {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.distribution-diagram .item-img-distribution-diagram img {
    width: 40%;
}
#single-products .content-description table strong, #single-products .content-description table b {
    font-weight: 500;
}
#single-products .content-description table td {
    font-weight: 300;
}
#single-about-story .title-story-about h1, #single-about-production .title-production-about h1{
    font-size: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;  
}
#categoryProducts .title-category-product {
    padding-left: 0;
}
#single-about-main .breadcrumb {
    margin-top: 0;
}
#single-about-story .main-content-story{
    padding-top: 50px;
}
#single-about-product-service .content-product-service{
    padding-top: 30px;
}
#single-about-story .content-story-about h3, #single-about-production .content-production-about h3, #single-about-main .content-single-about h3{
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
#single-about-product-service .breadcrumb {
    margin-top: 0px;
}
#single-about-product-service .category-service-about h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
#single-about-product-service .category-service-about {
    padding-top: 40px;
}
#single-about-main .content-single-about {
    padding-top: 30px;
}
#single-about-product-service {
   padding-top: 30px;
}
#single-about-production .content-production-about p>img.diagram-production {
    height: 1100px;
    object-fit: cover;
}
#page-service .detail-post:hover .titlePost {
    color: #e73225;
}
.category-service-about .title-categ-service {
    margin-top: 10px;
    font-weight: 600;
    font-size: 21px;
}
#single-about-product-service .content-product-service img {
    border-radius: 5px;
}
.technology-one .gallery-item img {
    height: 175px;
    object-fit: cover;
}
.partner-about .gallery-item img {
    border: 1px solid #666;
    border-radius: 20px;
}
.partner-about, .technology-one {
    margin-bottom: 25px;
}
.production-line .gallery-item img, .factory-scale .gallery-item img {
    height: 220px;
    object-fit: cover;
}
.quality-certification {
    margin-bottom: 50px;
}
.test-results .bg-test-results {
    margin-right: 5px;
}
.content-vision .numberCorevalues {
    margin: auto;
}
.content-vision .item-core-values {
    display: flex;
}
.content-vision {
    font-weight: 500;
}
#page-service .background-page-service {
    padding-top: 30px;
}
#page-service .background-page-service .img-post-about img {
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
}
#page-service .background-page-service .title-category-about {
    padding-bottom: 25px;
}
.gallery-columns-3 .gallery-item {
    width: 33.33% !important;
    display: inline-grid;
    padding: 10px;
    margin-bottom: 0;
}
.gallery-columns-3 .gallery-item figcaption, .gallery-columns-2 figure.gallery-item figcaption {
    font-style: normal;
    font-weight: 500;
}
.gallery-columns-2 img {
    height: 200px;
    object-fit: cover;
}
.gallery-columns-2 figure.gallery-item {
    width: 50% !important;
    display: inline-grid;
    padding: 10px;
    margin-bottom: 0;
}
.service-custom .item-title-service span {
    padding: 8px 6px;
    font-size: 15px;
}
.service-custom .content-service-home ul {
    padding-left: 18px;
}
.gcd tbody {
    border-bottom: none;
}
.gcd td {
    border-left: none;
    padding: 10px;
}
.gcd tr {
    border-top: none;
    border-right: none;
}
.gcd .fa-check {
    color: #30a70c;
    margin-right: 7px;
}
.gcd .item {
    margin: 10px 0;
    font-weight: 500;
}
.detail-vision {
    border: 1px solid #fff;
    margin: 0px 0;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ddd;
}
.title-vision {
    text-align: center;
    margin-bottom: 15px;
    margin-top: -25px;
}
.title-vision span {
    background: #e73225;
    padding: 7px 20px;
    border-radius: 35px;
    color: #fff;
    font-weight: 700;
}
.content-vision span {
    background: #feda00;
    padding: 6px 12px;
    margin-right: 5px;
    border-radius: 100%;
    font-weight: 600;
}
/*Footer*/
.footer-between {
    padding: 15px 0 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
.footer-five-widget ul {
    padding-left: 0;
}
.footer-top .footer-one-widget img.image {
    width: 85%;
	margin-bottom: 15px;
}
.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 7px;
}
#footer-main li {
    font-family: 'Montserrat';
    font-weight: 500;
}
#footer-main {
    padding-left: 30px;
    background: #f7f7f7;
    padding-top: 30px;
    padding-right: 30px;
}
#footer-main .widget-title:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 3px;
    background: #e73225;
    left: -7px;
    top: 2px;
}
#footer-main .widget-title {
    position: relative;
    font-weight: 700;
}
#footer-main  .foote-info ul {
    padding-left: 0px;
}
.footer-four-widget .widget_text li {
    font-size: 15px;
}
.footer-four-widget .widget_text h3 {
    font-size: 13px;
}
.footer-four-widget #media_image-7 {
    width: 25%;
    margin-top: -5px;
}
.footer-four-widget #media_image-7 img {
    transform: translateX(-5%);
}
.footer-top .footer-four-widget .textwidget a:hover {
    color: #f6cc06 !important;
}
.zalo-chat-widget {
    bottom: 80px !important;
    right: 20px !important;
    width: 60px;
    height: 60px;
    top: auto;
    z-index: 2147483644;
}
/*********************************************************/
/*************************************************************************************/

/*Single SP*/
#single-products .group-meta-products {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}
#single-products .img-product img {
    padding: 15px;
}
#single-products .meta-product {
    padding-left: 5px;
    margin-bottom: 15px;
}
#single-products .title-description-product {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
#single-products .row-product-top {
    margin-top: 40px;
}
#single-products .content-description {
    border-top: 1px solid #f5f5f5;
    padding-top: 30px;
}
#single-products .content-description table {
    margin-bottom: 15px;
}
.related-products {
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-related-products .detail-title-related-products {
    text-transform: uppercase;
    font-size: 20px;
    color: #e73225;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
} 
.sidebar-products .widget {
    margin-bottom: 20px;
}
.sidebar-products .ads-header-widget .widget img {
    border-radius: 5px;
}
.description-product .buttom-product {
    width: 100%;
}
.detail-button-product .buttom {
    width: 100%;
}
.detail-button-product .buttom:not(:last-child) {
    margin-right: 15px;
}
.description-product .buttom-product .buttom-one a, .description-product .buttom-product .buttom-two a {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
}
.description-product .buttom-product .buttom-one {
    width: 100%;
    background: #0091ff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}
.description-product .buttom-product .buttom-two {
    width: 100%;
    background: #e73225;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}
.detail-button-product .buttom-three {
    background: #027cd9;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}
.main-product-single .detail-description-product p {
    font-family: 'Montserrat';
    font-weight: 300;
}
.main-product-single .detail-description-product ul>li {
    list-style: disc;
    font-family: 'Montserrat';
    font-weight: 300;
}
.main-product-single .detail-description-product ul {
    padding-left: 20px;
}
.main-product-single  .detail-description-product ul>li::marker {
    color: #e73225;
}
.main-product-single .title-meta-product, .main-product-single .text-meta-product {
    font-size: 15px;
}
.main-product-single .title-meta-product {
    margin-right: 15px;
}
#single-products {
    padding-left: 30px;
    padding-right: 30px;
}
.main-product-single .content-description ul>li {
    list-style: disc;
}
.main-product-single .content-description ul {
    padding-left: 20px;
}
.main-product-single .title-products {
    font-size: 20px;
    font-weight: 600;
}
.main-product-single .detail-button-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}
/*DM Sản Phẩm*/
.child-category .sub-child-category {
    padding-left: 0;
}
.item-title-category-product {
    font-size: 15px;
    text-transform: uppercase;
    color: #e73225;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px 15px;
}
.child-category .sub-child-category li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f043";
    left: -11px;
    color: #000000;
    font-size: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.child-category .sub-child-category li a {
    position: relative;
    display: block;
}
.child-category .sub-child-category li:hover {
    background: #e73225;
}
.child-category .sub-child-category li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    padding-left: 30px;
}
.child-category .sub-child-category li:hover a {
    color: #ffff;
}
.child-category .sub-child-category li:hover a:before {
    color: #feda00;
}
.child-category .item-title-category-product:hover {
    color: #feda00;
    background: #e73225;
}
.child-category .icon-next .fa-chevron-down {
    float: right;
    padding-right: 15px;
}
.dropdown-subproduct .title-subproduct {
    width: 100%;
}
.starRatings .kk-star-ratings {
    justify-content: center;
}
.starRatings {
    padding-bottom: 25px;
}
.item-archive .bg-archive-custom:hover .buttom-readmore a{
    opacity: 1;
}
.item-archive .bg-archive-custom:hover .titlePost a {
    color: #e73225;
}
.item-archive .bg-archive-custom .postThumBnail img {
    border-radius: 20px;
    height: 360px;
    object-fit: contain;
}
.related-products .bg-archive-custom .postThumBnail img {
    border-radius: 20px;
    height: 275px;
    object-fit: contain;
}
.item-archive .bg-archive-custom .titlePost {
    font-weight: 600;
    margin: 5px 0;
    text-align: center;
    font-family: 'Montserrat';
	padding: 0 10px 10px 10px;
}
.item-archive {
    padding: 15px;
}
.item-archive .bg-archive-custom{
    height: 100%;
}
.related-products .item-archive .bg-archive-custom {
    position: relative;
    height: 100%;
}
.item-archive .bg-archive-custom:hover {
    border: 1px solid  #e73225;
}
.item-archive .bg-archive-custom {
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 20px;
    border: 1px solid #dddddd5e;
}
.archive-description h3 {
    font-weight: 600;
}
.page-template-custom-dau-nhot .title-category-product {
    margin-top: 2rem;
    font-weight: 600;
}
/*DM BLOG*/
#archive-blog .category-post-page {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#archive-blog .archivePost {
    padding-left: 15px;
}
#archive-blog .archivePost .titlePost h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
#archive-blog .datePost {
    display: flex;
    margin: 15px 0;
    align-items: center;
}
#archive-blog .datePost span {
    margin: 0 10px;
}
#archive-blog .date-blog, #archive-blog .icon-date-blog {
    color: #e73225;
}
#archive-blog .listCategoryPosst, #SingleContent .listCategoryPosst {
    margin: 30px 0;
}
.widget>ul, .menu-menu-sidebar-blog-container ul {
    padding: 5px 15px;
}
#archive-blog ul li, #SingleContent .bg-color-sidebar ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    font-size: 15px;
}
#archive-blog .widget-title-blog, #SingleContent .widget-title-blog {
    text-transform: uppercase;
    font-weight: 700;
    background: #e73225;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
#archive-blog .widget, #SingleContent .widget {
    border: 1px solid #e73225;
    border-radius: 10px;
    margin-bottom: 15px;
}
#archive-blog ul li:before, #SingleContent .bg-color-sidebar ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 11px;
    vertical-align: middle;
}
#archive-blog ul li:hover::before, #SingleContent .bg-color-sidebar ul li:hover::before {
    color: #e73225;
}
#archive-blog  #menu-menu-sidebar-blog li a, #SingleContent #menu-menu-sidebar-blog li a {
    margin-left: 3px;
}
#archive-blog  .widget_media_image, #SingleContent .widget_media_image {
    border: 0 !important;
}
#archive-blog  .widget_media_image img, #SingleContent .widget_media_image img {
    border-radius: 5px;
}
#archive-blog  .title-category-header {
    font-weight: 500;
    border-bottom: 3px double #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#archive-blog .postThumBnail img, #SingleContent .postThumBnail img {
    height: 180px;
    object-fit: cover;
    -webkit-mask-size: cover;
    border-radius: 5px;
}
#archive-blog .date-blog {
    font-size: 13px;
}
#single-products .detail-description-product a:hover span {
    color: #feda00 !important;
}
/*Single*/
#SingleContent .title-detail-post {
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
}
#SingleContent  .img-post img {
    border-radius: 5px;
}
#SingleContent  .img-post {
    margin-top: 15px;
}
#SingleContent  .detail-title-post {
    margin: 15px 0;
}
#SingleContent  .type-post li {
    list-style: disc;
}
.form-customer .text-from p {
    font-size: 18px;
    margin-bottom: 3px;
    color: #000;
}
.form-customer .form-contact-post {
    border: 2px dashed #e73225;
    padding: 50px;
    background: #f6e212;
    border-radius: 5px;
}
.form-customer {
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.form-customer .wf-mail-contact, .form-customer .wf-name-contact, .form-customer .wf-submit-contact {
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
}
.form-customer .wf-mail-contact, .form-customer .wf-name-contact{
   padding-left: 10px;
}
.form-customer .wf-submit-contact {
    background: #e73225;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
 }
 .form-contact-post .icon-form .fa-envelope {
    font-size: 50px;
}
.form-customer .main-form {
    margin-top: 30px;
}
#SingleContent .relatedPost {
    padding: 30px 0;
}
#SingleContent .relatedPost .title-relatedPost {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
    color: #000;
}
#SingleContent .relatedPost .titlePost h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#SingleContent .relatedPost .titlePost {
    margin-top: 10px;
}
#SingleContent .relatedPost .siteListPostRelated {
    padding: 12px;
}
#postSingleContent .kk-star-ratings.kksr-align-right {
    justify-content: center !important;
}
/*single dich vu*/
.content-oil-processing .detail-distribution-diagram {
    margin-bottom: 20px;
}
.content-oil-processing .item-content-distribution-diagram {
    font-weight: 300;
}
/*page contact*/
#page-contact {
    padding: 30px 0;
}
#page-contact .title-page-contact span {
    position: relative;
    text-transform: uppercase;
    color: #e73225;
    font-weight: 700;
}
#page-contact .meta-title-conantact {
    margin-top: 15px;
    margin-bottom: 20px;
}
#page-contact .form-info {
    border: 1px solid #a19f9f;
    margin-bottom: 25px;
    border-radius: 5px;
}
#page-contact .text-infor-contact {
    background: #f5f5f5;
    padding: 15px 10px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    border-bottom: 1px solid #a19f9f;
}
#page-contact .text-infor-contact span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
#page-contact .main-content-info p {
    font-weight: 500;
}
#page-contact .main-content-info ul li {
    list-style: disc;
}
#page-contact .main-content-info {
    padding: 10px;
}
.color-t {
    color: #e73225;
}
.form-main .wpcf7-form-control {
    width: 100%;
}
.row-form-contact .wpcf7-form-control {
    border: 1px solid #b7b4b4;
    height: 40px;
    border-radius: 5px;
}
#page-contact .note-contact .wpcf7-form-control {
    border: 1px solid #b7b4b4;
    border-radius: 5px;
}
.note-contact {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 30px;
}
#page-contact .buttom-page-contact .wf-submit-page-contact {
    height: 45px;
    border-radius: 20px;
    border: 0;
    background: #e73225;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
#page-contact .buttom-page-contact .wf-submit-page-contact:hover {
    background: #0f3a0f;
}
#page-contact .title-main-contact {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
#page-contact .detail-category-contact p, #page-contact .main-content-info p, #page-contact .title-main-contact p {
    font-family: 'Montserrat';
}
/*Form contact*/
.pk-contact-form{
    max-width:100%;
}

.pk-contact-form .pk-contact-field{
    margin-bottom:18px;
}

.pk-contact-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.pk-contact-form label span{
    color:#d68b00;
}

.pk-contact-input,
.pk-contact-textarea{
    width:100%;
    height:52px;
    padding:0 16px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    font-size:15px;
    color:#222;
    transition:.25s;
    box-sizing:border-box;
}

.pk-contact-textarea{
    height:140px;
    padding:14px 16px;
    resize:vertical;
}

.pk-contact-input:focus,
.pk-contact-textarea:focus{
    border-color:#d68b00;
    box-shadow:0 0 0 3px rgba(214,139,0,.12);
    outline:none;
}

.pk-contact-input::placeholder,
.pk-contact-textarea::placeholder{
    color:#999;
}

.pk-contact-submit{
    margin-top:25px;
}

.pk-contact-btn{
    width:100%;
    height:56px;
    border:none;
    border-radius:8px;
    background:#d68b00;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.pk-contact-btn:hover{
    background:#bf7b00;
}

.pk-contact-form .wpcf7-spinner{
    margin-top:10px;
}

.pk-contact-form .wpcf7-response-output{
    margin:15px 0 0 !important;
    padding:12px 15px;
    border-radius:8px;
}
.pk-contact-form {
    max-width: 100%;
    padding: 2rem;
    background: #eee;
    border-radius: 10px;
    margin: auto;
    width: 500px;
}
.grid-form-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
/*page about*/

.background-post-about .titlePost {
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
}
#single-about-main .content-single-about h3 {
    text-transform: uppercase;
}
#single-about-production .main-content-production {
    padding-top: 30px;
}
.background-about .post-item {
    padding: 0;
}
#page-about  .background-about {
    padding-top: 30px;
    margin-bottom: 30px;
}
#page-about  .title-category-about h1, #product-page .title-category-product h1, #page-service .title-category-about h1 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
#page-about  .title-category-about h1{
    padding-left: 30px;
    padding-top: 30px;
}
#page-about .img-post-about img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
/*Page*/
.site-main-page {
    padding: 30px 0;
}
.site-main-page .entry-header .title-page:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 15%;
    background: #e73225;
    top: 85%;
}
.site-main-page .entry-header .title-page {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 30px 0 10px 0;
    position: relative;
    margin-bottom: 25px;
}
/*Page search*/
.search-main {
    margin: 30px 0;
}
.post-search-results .page-title span {
    color: #e73225;
}
/*Page Product*/
#product-page .background-product {
    padding: 30px 0;
    padding-bottom: 50px;
}
#product-page .background-product .title-category-product {
    padding-bottom: 15px;
}
#product-page  .item-taxonomy-product img, .taxonomy-product-item .category-thumbnail img{
    height: 215px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
#product-page  .item-taxonomy-product .titlePost, .taxonomy-product-item .titlePost  {
    font-weight: 600;
    margin-top: 15px;
}
#product-page  .item-taxonomy-product  .icon-next, .taxonomy-product-item .icon-next {
    margin-left: 10px;
}
#categoryProducts {
    padding-top: 30px;
	padding-bottom: 30px;
}
#categoryProducts  .breadcrumb {
    margin-top: 0;
}
#categoryProducts .taxonomy-product-item .item-taxonomy-product {
    padding: 0px;
}
#categoryProducts .taxonomy-product-item {
    padding-top: 15px;
}
/*page none search*/
.composition {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }
  
  .numbers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 200px;
    
    display: flex;
  }
  .not-found  .buttom-home-search {
    margin-top: 30px;
}
  .numbers__item {
    margin: 0 10px;
    
    animation: 5s bounceUpDown infinite;
  }
  .numbers__item_1 {
    animation-delay: .3s;
    color: #e73225;
  }
  .numbers__item_2 {
    animation: 5.4s bounceUpDown infinite;
    animation-delay: .5s;
    color: #e73225;
  }
  .numbers__item_3 {
    animation-delay: .3s;
    color: #e73225;
  }
  .not-found .buttom-item span {
    background: #e73225;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.not-found .buttom-item span:hover {
    background: #e73225;
}
  @keyframes fadeUp {
    0% {
      transform: translateY(160px);
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      transform: translateY(-10px);
      opacity: 0;
    }
  }
  @keyframes bounceUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(50px);
    }
  }
  
/**/

/*Footer*/
.foote-info ul {
    padding-left: 5px;
}
#footer a {
    color: #fff;
}
#footer {
    background: #B52025;
    color: #fff;
    padding-top: 30px;
}
.logo-footer {
    margin-top: 50px;
    padding-bottom: 50px;
}
.logo-footer .detail-logo-footer img {
    width: 100%;
}
/*Animation*/
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    }
  @keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
    }
    
/*Rut gon*/
.description-product .detail-description-product {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}
.read-less-button, .read-more-button {
    display: block;
    margin-top: 10px;
    z-index: 1;
    margin: auto;
}
.read-less-button {
    color: #B52025;
    font-size: 15px;
    padding: 0 0;
    margin: 0 0;
    border: 0;
    background: none;
}
.read-more-button {
    color: #B52025;
    font-size: 15px;
    padding: 0 0;
    margin: 0 0;
    border: 0;
    background: none;
} 
.page-category-header .read-more-button {
    background: #b52025;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px;
    margin: auto;
    border: 0;
}
.page-category-header .read-less-button {
    background: #c7ab00;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px;
    margin: auto;
    border: 0;
}
/*BreadCrumb*/
.breadcrumb a, .customBreadcrumb {
    background: #e73225;
    color: #fff !important;
    float: left;
    line-height: 16px;
    margin-right: 10px;
    padding: 7px 10px 7px 20px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.breadcrumb a:before, .breadcrumb a:after, .breadcrumb .customBreadcrumb:before, .breadcrumb .customBreadcrumb:after {
    content: "";
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    bottom: 0;
    display: block;
    height: 0;
    margin-top: -35px;
    position: absolute;
    width: 0;
    z-index: 2;
}
.breadcrumb a:before, .breadcrumb .customBreadcrumb:before {
    border-left: 10px solid #ffffff;
    left: 0;
}
.breadcrumb a:after, .breadcrumb .customBreadcrumb:after {
    border-left: 10px solid #e73225;
    left: 100%;
}
.breadcrumb a:nth-child(2):after {
    border-left-color: #e73225;
}
.breadcrumb a:nth-child(2) {
    background: #e73225;
}
.breadcrumb .customBreadcrumb:nth-child(3) {
    background: #e73225;
}
.breadcrumb .customBreadcrumb:nth-child(3):after {
    border-left-color: #e73225;
}
.breadcrumb {
    margin-top: 25px;
    font-size: 14px;
}
#postSingleContent .post-number {
    font-size: 35px;
    color: #155115;
}
/*End*/
/*phan trang*/
.paginate_links .current {
    margin: 0px 5px;
    font-size: 17px;
    border: 2px solid #e73225;
    border-radius: 5px;
    background: #e73225;
    color: #fff;
    padding: 0px 5px;
}
.paginate_links {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.paginate_links .prev {
    font-size: 17px;
    margin-right: 5px;
}
.paginate_links .next {
    margin-left: 5px;
}
.paginate_links a.page-numbers {
    font-size: 17px;
	margin: 0 3px 
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #e73225;
    border: 1px solid #f6e212 !important;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}
.mobile-menu {
    display: none;
}
.mobile-custom{
    display: none;
}
/*Style Mobile*/
/*Style Contact*/
.bottom-contact-mobile{
    display: none;
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
    transform: scale(0.8);
    bottom: 15%;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#gom-all-in-one #contact-vr,
#viber-vr,
#zalo-vr,
#zalo-vr,
#zalo-vr,
#whatsapp-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

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

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#button-contact-vr .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: 80px;
    height: 80px;
    top: -20px;
    left: 5px;
    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;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 40px;
    top: -10px;
    left: 15px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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;
}
#facebook-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1d48c3;
    background-color: #0894e6b3;
}
#facebook-vr .phone-vr-img-circle {
    background-color: #0d6efd;
}
#phone-contact-two .phone-vr-img-circle {
    background-color: #feda00;
}
#phone-contact-two .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #feda00;
    background-color: rgb(255 239 70 / 70%);
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
    opacity: 0.7;
}

#contact-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: 35px;
    max-width: 35px;
    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%);
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #cdcdcd;
    background-color: rgb(211 211 211 / 26%);
}
#zalo-vr .zalo-vr-circle-fill {
    box-shadow: 0 0 0 0 #0091ff;
    background-color: #0091ff4a;
}
#zalo-vr .zalo-vr-img-circle {
    background-color: #0091ff !important;
}
#zalo-vr .phone-vr-img-circle {
    background-color: #000;
}
#zalo-vr .yb-vr-img-circle {
    background-color: #e21313 !important;
}
#zalo-vr .yb-vr-circle-fill {
    box-shadow: 0 0 0 0 #f59191;
    background-color: rgb(226 19 19 / 38%);
}
@-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(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
/*Style Mobile*/

nav {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
}

#hamburger {
    margin: 2%;
}

#hamburger {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.25s linear;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
    display: flex;
    align-items: center;
}

#hamburger:hover {
    opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before {
    background-color: #000;
    border-radius: 10px;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
    transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after {
    content: "";
    position: absolute;
}

#hamburger div:before {
    transform: translateY(-200%);
}

#hamburger div:after {
    transform: translateY(200%);
}

#hamburger.open div {
    background: transparent;
}

#hamburger.open div:before {
    transform: rotate(45deg);
}

#hamburger.open div:after {
    transform: rotate(-45deg);
}
#hamburger.open div:after, #hamburger.open div:before {
    background-color: #fff;
    border-radius: 10px;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
    transition: all 0.15s linear;
}
#hamburger.open {
    z-index: 3;
    position: fixed;
    right: 3px;
    top: 0;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ed1c24 !important;
    z-index: 1;
    transform: translateX(-300%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#overlay.menu {
    transform: translateX(0%);
    top: 0;
    min-height: auto;
	
}
.mobile-menu #overlay.menu {
    display: block !important;
}
#overlay a {
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    margin: 0%;
    transition: opacity 0.2s linear;
    font-weight: 600;
    text-transform: uppercase;
}
#overlay a:hover {
    opacity: 1;
}
#overlay .menu-menu-main-container {
    width: 100%;
}
#menu-mobile .icon-dropdown:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 15px;
    float: right;
}
nav.navigation.post-navigation {
    background: #fff;
    margin-left: -13px;
}
.sidebar-mobile{
    display: none;
}
figure {
    width: 100% !important;
}
figcaption {
    text-align: center;
    font-style: italic;
    font-weight: 400;
    background: #f5f5f5;
    padding: 5px;
}
/*end footer*/
@media ( min-width: 1920px) {
	.container{
        max-width: 1140px !important;
    }
}

@media ( min-width: 1400px) {
	.container{
        max-width: 1140px !important;
    }
    #product-page  .item-taxonomy-product .titlePost, .taxonomy-product-item .titlePost  {
        font-size: 21px;
    }
    #single-about-main .content-single-about h3 {
        font-size: 22px;
    }
    .bg-question {
        transform: translateX(27%);
    }
    .background-post-about .titlePost {
        font-size: 19px;
    }
    #single-about-product-service .category-service-about h3 {
        font-size: 27px;
    }
    .gallery-columns-3 .gallery-item figcaption, .gallery-columns-2 figure.gallery-item figcaption {
        font-size: 15px;
    }
}
@media ( min-width: 1200px) {
	.container{
        max-width: 1140px !important;
    }
    .gallery-columns-3 .gallery-item figcaption, .gallery-columns-2 figure.gallery-item figcaption {
        font-size: 15px;
    }
    .item-archive .bg-archive-custom .titlePost {
        font-size: 15px;
    }
    #product-page  .item-taxonomy-product .titlePost, .taxonomy-product-item .titlePost  {
        font-size: 18spx;
    }
    #single-about-main .content-single-about h3 {
        font-size: 19px;
    }
    .service-custom .item-title-service span {
        font-size: 12px;
    }
}
@media ( min-width: 1080px) {
    .background-post-about .titlePost {
        font-size: 18px;
    }

}
@media ( max-width: 768px) {
     /*header-mobile*/
     .header-desktop {
        display: none;
    }
    ul#menu-mobile>li>ul.sub-menu {
        display: none;
    }
	.mobile-menu {
		display: block;
	}
    .header-mobile img.custom-logo {
        margin: 0px !important;
        width: 140px !important;
    }
    .list-icon-menu ul>li {
        float: left;
        line-height: 25px;
        padding: 0px 10px;
    }
    .mobile-menu #overlay ul.sub-menu>li>a {
        font-size: 16px !important;
        font-weight: 500;
    }
    .mobile-menu #overlay #menu-mobile>li ul>li ul.sub-menu {
        padding-left: 20px;
        padding-top: 0px
    }
    ul#menu-mobile {
        font-family: "Montserrat" !important;
        padding-left: 5px;
    }
    .mobile-menu .list-icon-menu li.button-mobile {
        margin-top: 0px !important;
    }
    #overlay #menu-mobile li {
        padding-bottom: 10px;
        font-weight: 400;
    }
	#overlay #menu-mobile>li {
    border-bottom: 1px solid #ffc8ca87;
    margin-bottom: 10px;
	}
	#overlay #menu-mobile>li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
	}
    .mobile-menu #overlay #menu-mobile>li ul>li ul>li {
        padding-bottom: 0px;
        line-height: 20px;
    }
    #overlay {
        align-items: flex-start !important;
        color: #000;
        font-weight: 600;
        padding: 15px;
    }
    .header-mobile {
        display: block;
        background: #d1c1ad !important;
        border-bottom: 1px solid #F0EFF4 !important;
        box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%) !important;
    }
    .header-mobile img.custom-logo {
        margin: 0px !important;
        width: 140px !important;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(98 22 22 / 55%) !important;
        border-color: rgb(48 0 0 / 10%) !important;
    }
    div#collapsibleNavbar {
        padding: 15px 5px;
        border-top: 1px solid #c0ad9c;
    }
    .list-icon-menu ul>li {
        float: left;
        line-height: 25px;
        padding: 0px 10px;
    }
    .mobile-menu .list-icon-menu ul>li {
        margin-top: 5px;
    }
    #menu-mobile>li.open>.sub-menu {
        display: block;
        padding-left: 5px;
        padding-top: 0px;
    }
    ul#menu-mobile>li>ul.sub-menu:hover {
        display: block !important;
    }
    .site-branding .custom-logo {
        width: 100%;
        height: auto;
    }
    .mobile-menu .custom-logo {
        width: 140px !important;
    }
    /*style contact mobile*/
    .bottom-contact-mobile{
        display: block;
        position: fixed;
        background: white;
        z-index: 999;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
        bottom: 0px;
        width: 100%;
        color: #000;
        padding-top: 10px;
    }
    .bottom-contact-mobile img {
        width: 30px;
        margin-bottom: 10px;
    }
    .bottom-contact-mobile a {
        text-align: center;
    }
    .bottom-contact-mobile ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-contact-mobile .row {
        margin-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom-contact-mobile{
        display: block;
    }
    #button-contact-vr{
        display: none;
    }
    .bottom-contact-mobile p {
    margin-bottom: 5px;
    font-size: 14px;
    }
/*style mobile*/
    .blog-home .post-item {
        padding: 0 0px 0 0;
    }
    .item-archive .bg-archive-custom .buttom-readmore a {
        top: 45%;
        left: 20%;
        transform: translateX(-10%);
    }
    .related-products .item-archive .bg-archive-custom {
        height: 220px;
    }
    .related-products .bg-archive-custom .postThumBnail img {
        height: 175px;
    }
    .search-archive .wft-search .search-submit {
        width: 22%;
    }
    div#ez-toc-container {
        z-index: 0;
    }
    .about-home .text-about-home {
        margin-top: 15px;
    }
    .pou-about-home .bg-pou-home {
        margin: 10px 35px;
    }
    .sidebar-mobile{
        display: block;
    }
    .sidebar-desktop {
        display: none;
    }
    #archive-blog .category-post-page {
        display: block;
    }
    #archive-blog .archivePost {
        padding-left: 0;
        margin-top: 15px;
    }
    #SingleContent .breadcrumb {
        display: none;
    }
    #SingleContent {
        margin: 15px 0 30px 0;
    }
    #SingleContent .title-detail-post {
        font-size: 15px;
    }
    #SingleContent #postSingleContent h3 {
        font-size: 18px;
        font-weight: 500;
    }
    #page-contact .note-contact .text-category-contact {
        width: 100%;
    }
    .row-form-contact .text-category-contact {
        width: 100%;
    }
    .form-main .row-form-contact  .detail-category-contact {
        display: block !important;
    }
    .item-archive {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    #single-products .group-meta-products {
        padding: 10px;
    }
    .description-product .buttom-product {
        align-items: center;
    }
    .description-product .buttom-product .buttom-one, .description-product .buttom-product .buttom-two, .detail-button-product .buttom-three {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .item-archive .bg-archive-custom {
        height: 240px;
    }
    .item-archive .bg-archive-custom .postThumBnail img {
        height: 200px;
    }
    .mobile-custom{
        display: block;
    }
    .desktop-custom{
        display: none;
    }
    .mobile-custom .title-contact-about {
        padding: 10px !important;
    }
    .mobile-custom .title-contact-about:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 45%;
        background: #f00;
        top: 95%;
    }
    .mobile-custom .img-contact-about img {
        height: 250px;
        margin: 15px 0;
    }

    .brand-story-about .title-brand-story:before{
        width: 45%;
    }
    #archive-blog .breadcrumb {
        display: none;
    }
    #archive-blog .postThumBnail img, #SingleContent .postThumBnail img {
        height: 240px;
    }
    #categoryProducts .search-archive .search-category select#category {
        width: 81%;
        font-size: 13px;
    }
    #categoryProducts .search-archive .search-category {
        margin-left: -5px;
    }
    #categoryProducts .search-archive .wft-search .search-field {
        width: 100%;
        padding-left: 135px;
        font-size: 13px;
        margin-right: -59px;
    }
    #categoryProducts .search-archive .wft-search .search-submit {
        width: 15%;
    }
    .padding-custom {
        padding-left: 0 !important;
    }
    .content-single-about {
        padding-right: 5px;
    }
    #single-about-main .title-single-about h3 {
        padding: 5px;
    }
    .content-top-single-about .img-single-about img {
        height: auto;
    }
    .breadcrumb-about {
        display: none;
    }
    .content-top-single-about .col-md-6 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-top-single-about {
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
    .video-home .content-video {
        top: 47%;
    }
    .homeLogoPartner .content-title-partner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .AboutHome .aboutUsHome {
        padding: 10px 10px;
        margin-bottom: 50px;
    }
    .homeLogoPartner {
        padding-bottom: 10px;
    }
    .homeCustomer .detail-customer-home, #page-about .detail-post, .background-product .item-taxonomy-product {
        padding: 15px 0;
    }
    .homeBlogs .slick-dots {
        top: 44%;
        height: 34px;
        background: #52575900;
    }
    .homeBlogs .content-post-home {
        top: 45%;
    }
    .homeBlogs .button-post a {
        padding: 5px 20px;
        border: 1px solid #000;
        font-size: 10px;
    }
    .homeBlogs .button-post {
        top: 87%;
    }
    #single-about-story .main-content-story {
        padding-left: 0;
    }
    #single-about-story .content-story-about {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .img-history {
        width: 100% !important;
    }
    #single-about-story .content-story-about h3 {
        font-size: 15px;
    }
    #single-about-story .content-story-about, #single-about-production .content-production-about, #single-about-main .content-single-about, #single-about-product-service .content-product-service{
        padding-right: 0;
        padding-left: 0;
        padding-top: 30px;
    }
    .technology-one .gallery-item img {
        height: 100px;
        object-fit: cover;
    }
    #single-about-product-service .about-product-service img {
        margin-bottom: 10px;
    }
    #single-about-story .content-story-about h3, #single-about-production .content-production-about h3, #single-about-main .content-single-about h3 {
        position: relative;
        margin-bottom: 0px;
        line-height: 40px;
        font-size: 19px;
    }
    .service-custom .item-service-about, .service-about .item-service-about {
        margin-top: 15px;
    }
    .service-custom .img-service-home img {
        width: 15%;
    }
    .service-custom .content-service-home {
        margin-top: -2px;
    }
    .video-home .icon-play {
        font-size: 30px;
    }
    .video-home .product-button .icon-category-product {
        font-size: 14px;
        border: 2px solid #fff;
        padding: 4px 7px;
    }
    .homeBlogs .content-post-home .titlePost{
        font-size: 15px;
    }
    .homeBlogs .content-post-home .metaPost {
        font-size: 12px;
    }
    .video-home .title-video-home {
        margin-left: 10px;
        font-size: 14px;
    }
    .animated-button {
        padding: 15px;
        font-size: 12px;
        padding-left: 50px;
        margin: 0 10px;
        text-align: left;
    }
    .animated-button span img {
        width: 28%;
        padding-right: 10px;
        left: 0%;
        top: 7%;
    }
    #single-about-production .content-production-about p>img.diagram-production {
        height: auto;
    }
    .manufacturer-button span img {
        width: 33%;
        left: 0%;
        top: 10%;
    }
    .button-container {
        gap: 0px;
        margin: 30px 0;
    }
    #single-about-production .content-production-about h3{
        margin-bottom: 20px;
    }
    #single-about-story .main-content-story, #single-about-production .main-content-production {
        padding-top: 30px;
        padding-left: 0;
    }
    .gallery-columns-3 .gallery-item figcaption, .gallery-columns-2 figure.gallery-item figcaption {
        font-size: 13px;
    }
    .gallery-columns-3 .gallery-item {
        width: 50% !important;
    }
    .production-line .gallery-item img, .factory-scale .gallery-item img {
        height: 100px;
        object-fit: cover;
    }
    .quality-certification .slick-prev, .test-results .slick-prev  {
        left: -22px;
    }
    .background-test-results {
        padding: 10px;
    }
    .slick-next {
        right: -18px;
    }
    .item-title-distribution-diagram h4 {
        font-size: 16px;
    }
    .content-oil-processing {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .service-custom .item-title-service span {
        padding: 8px 20px;
    }
    .detail-button-product .buttom-three, .description-product .buttom-product .buttom-two, .description-product .buttom-product .buttom-one{
        font-size: 14px;
    }
    #single-products .sidebar-products {
        margin-top: 30px;
    }
    #single-products {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #single-about-product-service .detail-button-products span {
        font-size: 20px !important;
    }
    #page-service .background-page-service .img-post-about img {
        height: 130px;
    }
    .background-post-about .titlePost {
        font-size: 19px;
    }
    .taxonomy-product-item .category-thumbnail img {
        height: 130px;
    }
    #product-page .item-taxonomy-product img{
        height: 230px;
    }
    #categoryProducts .taxonomy-product-item .titlePost span {
        font-size: 16px;
    }
    #categoryProducts .taxonomy-product-item .detail-product {
        padding: 0 10px;
    }
    #page-about .main-about-page {
        padding-left: 15px;
        padding-right: 15px;
    }
    #page-about .title-category-about h1 {
        padding-left: 15px;
    }
    #page-about .background-about {
        padding-top: 0px;
    }
    #page-service .detail-post{
        padding: 0 10px;
    }
    #page-service .main-about-page, #categoryProducts .taxonomy-product-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    #product-page .background-product {
        padding-bottom: 15px;
    }
    #product-page .background-product .title-category-product {
        padding-bottom: 5px;
    }
    #footer-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-question {
        transform: translateX(0%);
    }
	#categoryProducts .title-category-product {
    	font-size: 20px;
		text-align: center;
	}
	#single-about-story .title-story-about h1, #single-about-production .title-production-about h1, .title-category-product {
		font-size: 22px;
		padding-left: 20px;
	}
	.breadcrumb {
		display: none;
	}
	.mobile-menu #overlay #menu-mobile>li ul>li ul.sub-menu {
    	display: none;
	}
	.mobile-menu #overlay #menu-mobile>li>.sub-menu {
    	padding-left: 20px;
	}
	ul.sub-menu.open-custom {
    	display: block !important;
	}
	ul.sub-menu.open-custom>li {
    	padding: 10px 5px 10px 5px;
	}
	#single-about-story .img-banner img, #single-about-production .main-production .img-banner img, #single-about-main .img-single-about img {
		height: 315px;
	}
	#categoryProducts .taxonomy-product-item .item-taxonomy-product {
		padding-bottom: 10px;
	}
	#products-shop .title-category-product {
    	text-align: center;
	}
    .AboutHome .row-about-home {
        grid-template-columns: repeat(1, 1fr);

    }
    .aboutUsHome .buttomAbout {
        margin-bottom: 25px;
    }
    .homeBlogs {
        padding: 10px;
    }
	.pk-contact-form {
		width: 100%;
	}
	.grid-form-contact {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-form-contact p {
		margin-bottom: 0;
		
	}
	.pk-contact-form label {
		margin-bottom: -20px;
	}
}
@media only screen and (max-width: 576px){

}