/*!
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: 'Helvetica Neue', 'Arial';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 14px;
}

#page {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: #f73a11;
}

a:not([href]) {
    cursor: pointer;
}

p,
li {
    font-family: 'Helvetica Neue';
    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: 'Helvetica Neue';
}

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;
}

.padding-custom {
    padding-left: 255px !important;
}

.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;
}

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

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

.table-responsive table th {
    background-color: #dcdcdc;
}

#single-products .content-description table tr:nth-child(even) {
    background-color: #fff;
}

#single-products .content-description table tr {
    background-color: #dcdcdc;
}

.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;
}

/**/

.search-main-header .header-search {
  position: relative;
}

.search-main-header .search-icon {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
.search-main-header .search-dropdown {
  display: none;
}

.search-main-header .header-search.active .search-dropdown {
  display: block;
}
/* Dropdown */
.search-main-header .search-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  display: none;
  z-index: 999;
}

/* Mũi nhọn */
.search-main-header .search-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.search-main-header .search-dropdown form {
  display: flex;
}

.search-main-header .search-dropdown input {
  width: 220px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  outline: none;
}

.search-main-header .search-dropdown button {
  background: #c75b1f;
  border: none;
  padding: 0 14px;
  color: #fff;
  cursor: pointer;
}
.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 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* padding-left: 22px; */
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
}

.main-button .button-detail svg {
    padding-right: 15px;
    font-size: 25px;
}

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

.animated-button:hover::before {
    opacity: 1;
}

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

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

.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: 12%;
    padding-right: 10px;
    position: absolute;
    left: 3%;
    top: 5%;
}

.manufacturer-button span img {
    width: 16%;
    padding-right: 10px;
    position: absolute;
    left: 3%;
    top: 5%;
}

/* 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*/
.header-desktop .background-custom .current-menu-item a {
    color: #fff !important;
}
#site-menu-vertical li:hover {
    background: #f73a11 !important;
    transition: 0.3s ease;
}

#site-menu-vertical li:hover::before {
    color: #f6e212 !important;
}

.item-category-menu:hover a:after,
.header-desktop #site-menu-vertical>li:hover>a {
    color: #f6e212 !important;
}

.menu-header-bottom .container {
    display: block !important;
    padding: 0;
}

.header-desktop ul#site-menu-vertical {
    margin-bottom: 0;
    padding: 0;
    transform: translateY(-100px);
}

.header-desktop #site-menu-vertical>li {
    padding-bottom: 0px;
    padding-top: 0px;
    float: none;
    padding-bottom: 0;
    padding-top: 0;
    position: none;
}

#site-menu-vertical>li>.sub-menu {
    padding: 0px;
    text-transform: uppercase;
    display: none;
    margin-left: 0;
}

.header-desktop #site-menu-vertical>li .sub-menu li .sub-menu {
    display: none;
}

.header-desktop #site-menu-vertical>li>.sub-menu>li>.sub-menu.openMenu {
    margin-top: 0;
    border-radius: 0;
}

/*Custom Menu*/
.header-desktop .sub-menu {
    display: none;
    opacity: 0;
    transition: transform 1s, visibility .6s, -webkit-transform .6s;
    visibility: hidden;
    transform: translateX(-10%);
    position: absolute;
    /* z-index: 1;
    transform: translateX(-20px); */
}

.header-desktop .openMenu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: transform 1s, visibility .6s, -webkit-transform .6s;
    top: 0;
    width: 285px;
    left: 100%;
    height: 100vh;
    background: #fff;
    padding: 0;
    border-left: 1px solid #e1e1e1;
    display: block !important;
    transition: transform 0.2s ease, opacity 0s ease;

}

/**/
#site-menu-vertical>li>.sub-menu>li:nth-child(5) {
    padding-left: 12px !important;
}

.header-desktop #site-menu-vertical>li>.openMenu>li:before {
    transform: translate(-25px, 0px) !important;
}

#site-menu-vertical>li>.sub-menu>li>ul>li {
    line-height: 25px;
}

#site-menu-vertical>li>.sub-menu>li>.sub-menu {
    padding-left: 0px;
    margin-top: 10px;
    font-size: 15px;
}

#site-menu-vertical>li>.sub-menu>li {
    background: #fff;
    border-bottom: none;
    text-transform: math-auto;
    color: #000;
    padding: 5px;
    display: block;
    line-height: 45px;
}

#site-menu-vertical>li>.sub-menu>.fa-angles-right:before {
    font-size: 10px;
}

#site-menu-vertical>li>.sub-menu>li:hover {
    background: #fff;
}

#site-menu-vertical>li>.sub-menu>li:not(:last-child) {
    padding-right: 35px;
}

.header-desktop #site-menu-vertical>li>a {
    padding: 18px 10px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Helvetica Neue';
    color: #000;
    display: block;
    line-height: 5px;
    padding-left: 42px;
}

.header-desktop .navbar {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 40px;
    position: relative;
}

.header-desktop .header-main {
    line-height: 75px;
    background: #fff !important;
    box-shadow: 1px 1px 5px #5e5e5e1a;
}

.header-desktop .site-branding img {
    height: auto;
}

.header-desktop #site-menu-vertical>li>.sub-menu>li a {
    font-weight: 600;
    padding: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'Helvetica Neue';
}

#site-menu-vertical>li>ul>li>.sub-menu>li>a {
    border-bottom: none;
    display: block;
}

.header-desktop #site-menu-vertical>li>a:hover,
#site-menu-vertical>li>ul>li>.sub-menu>li>a:hover,
.header-desktop #site-menu-vertical>li>.openMenu li:hover>a,
.header-desktop #site-menu-vertical>li>.sub-menu>li:hover::before,
#site-menu-vertical>li>ul>li>.openMenu>li>.openMenu>li a:hover {
    color: #fff !important;
}

.header-desktop #site-menu-vertical>.menu-item-has-children:before {
    font-family: 'FontAwesome';
    content: "\f054";
    float: right;
    font-size: 9px;
    transform: translate(-12px, 1px);
}

.header-desktop #site-menu-vertical>li>.sub-menu>li:before {
    font-family: 'FontAwesome';
    content: "\f101";
    font-size: 10px;
    color: #000;
}

.header-desktop .menu-header-bottom {
    background: #ffffff;
    color: #000000;
    height: 100vh;
    width: 255px;
    position: fixed;
    z-index: 999;
    border: none;
    top: 0;
    border-right: 7px solid #cbcbcb;
}

.header-main .row {
    align-items: center;
    width: 100%;
}

.search-archive {
    margin: 10px 0;
}

.search-archive .wft-search {
    text-align: center;
    display: block;
    width: 100%;
}

.search-archive .wft-search .search-field {
    width: 91%;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #646464;
    padding-left: 200px;
    margin-right: -55px;
}

.icon-social-header {
    text-align: end;
}

.icon-social-header .icon-header {
    margin-left: 25px;
    font-size: 20px;
}

.icon-social-header .fa-phone {
    color: #fff;
    background: #e21313;
    padding: 8px;
    border-radius: 100%;
}

.icon-social-header .fa-facebook-f {
    color: #ffffff;
    background: #0066f7;
    border-radius: 100%;
    padding: 8px 13px;
}

.icon-social-header .fa-instagram {
    color: #fff;
    background: #f90;
    border-radius: 100%;
    padding: 8px;
}

.icon-social-header .fa-twitter {
    color: #ffffff;
    background: #43bff1;
    border-radius: 100%;
    padding: 8px;
}

.search-archive .search-category {
    position: absolute;
    z-index: 1;
    margin-left: 13px;
}

.search-archive .search-category select#category {
    height: 30px;
    border: 0;
    height: 30px;
    border: 0;
    width: 43%;
}

.search-archive .wft-search .search-submit {
    border: 1px solid #E21313;
    width: 15%;
    top: -6px;
    height: 45px;
    background: #E21313;
    color: #ffff;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
}

.search-archive .wft-search .fa-magnifying-glass {
    position: absolute;
    transform: translate(-50%, -50%);
}

.header-desktop #site-menu-vertical>li .openMenu>li a {
    padding: 18px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Helvetica Neue';
    color: #000;
    display: block;
    line-height: 5px;
    padding-left: 15px;
    font-size: 11px;
}

.header-desktop #site-menu-vertical>li .openMenu>li:before {
    color: #000;
    font-family: 'FontAwesome';
    content: "\f054";
    float: right;
    font-size: 9px;
    transform: translate(-25px, 8px);
}

.menu-desktop>li ul>li {
    padding: 0 !important;
}

.item-category-menu a:after {
    font-family: 'FontAwesome';
    color: #e21313 !important;
    font-size: 13px !important;
    content: "\f061" !important;
    margin-left: 10px;
    vertical-align: middle;
}

.item-category-menu a {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #e21313 !important;
}

.item-category-menu:before {
    content: none !important;
}

.home .background-custom {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 800;
    transition: top 0.5s ease-in-out;
    margin-top: -10px;
}

.header-desktop-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 984;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.text-menu-hotline {
    text-align: center;
    font-weight: 600;
    position: relative;
    bottom: -40px;
}

.nav-down {
    top: 0;
}

/*Search*/
#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;
}

#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;
}

.search-our .search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    background-color: #fff;
    max-width: 100%;
    height: 40px;
}

.search-our .search-wrapper input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px;
    font-size: 16px;
    height: 38px;
    width: 100%;
}

.search-our {
    margin-top: -70px;
}

.search-our .search-icon {
    color: #555;
    font-size: 16px;
    margin-right: 8px;
}

.search-our {
    padding-top: 0px;
    padding-bottom: 25px;
}

.search-our .detail-search-form {
    padding: 0 25px;
    text-align: center;
}

.search-our .clear-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
}

.search-our .clear-btn:hover {
    color: #333;
}

/***************/
/*Giao dien 2*/
/*ZOOM*/

.main-product-single .img-product {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid #f73a11;
    border-radius: 10px;
}

.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*/
.background-custom::after {
    clip-path: polygon(0px 0%, calc(112% - 120px) 0%, 110% 74px, 100% calc(100% - 0px), calc(102% - 64px) 107%, 25% 102%, 0 calc(-342% - 170px), 0 185px);
    background: #f73a11;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 26%);
}

ul#item-menu-desktop>li {
    padding: 16px 10px;
}

ul#item-menu-desktop a {
    padding: 20px 10px;
    text-transform: unset;
    color: #050505;
    font-weight: 500;
    font-size: 16px;
}

ul#item-menu-desktop {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.logo-header {
    text-align: center;
    width: 100%;
    position: relative;
    top: 0%;
}

.logo-header .custom-logo {
    width: 89%;
    height: 270px;

}

.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: 0;
    z-index: 1;
    transform: translateX(10px);
    width: 95%;
}

.background-custom .header-top {
    top: 50%;
    transform: translateY(-50%);
}

.header-desktop-top .menu-desktop>li ul>li a {
    padding: 10px 0 !important;
}

#menu-header-top>ul>li {
    padding-left: 25px;
}

.header-desktop-top .menu-desktop>li ul>li {
    padding: 10px 15px !important;
    font-size: 15px;
}

.header-desktop-top #item-menu-desktop>li:hover .sub-menu {
	visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1000;
    background: #ffffff;
    top: 90%;
    border-radius: 0;
    padding: 0;
    border: 1px solid #eee;
    width: 220px;
}
/*.header-top .menu-item-has-children:before{
    position: absolute;
    right: 10px;
    content: "\f107";
    font-family: 'FontAwesome';
}
.header-top .menu-item-has-children:before, .mobile-menu .menu-item-has-children:before{
    position: absolute;
    right: 0px;
    content: "\f107";
    font-family: 'FontAwesome';
	color: #000000;
	top: 50%;
    transform: translateY(-50%);
}*/
.mobile-menu .menu-item-has-children:before{
    position: absolute;
    right: 0px;
    content: "\f107";
    font-family: 'FontAwesome';
	color: #000000;
	top: 50%;
    transform: translateY(-50%);
}*/
.background-custom .menu-item-has-children:before{
    position: absolute;
    right: 0px;
    content: "\f107";
    font-family: 'FontAwesome';
	color: #fff;
	
}
.header-top .menu-item-has-children, .mobile-menu .menu-item-has-children {
    position: relative;
}
.header-desktop-top .menu-desktop>li ul>li:hover {
    background: #f73a11;
}

.header-desktop-top .menu-desktop>li ul>li:hover a {
    color: #f8f6f6;
}

#menu-header-top>ul>li a {
    color: #000;
}

.background-custom,
.header-desktop-top {
    height: 55px;
    top: 10px;
    transition: top 0.5s ease-in-out;
    margin-top: -10px;
}

.header-desktop-top .menu-desktop>li ul>li:hover a {
    color: #fff !important;
}

.background-custom ul#item-menu-desktop>li>a {
    color: #fff;
}

.background-custom {
    border-bottom: 0px solid #eee;
    box-shadow: none;
}

.header-custom .background-custom .search-container {
    color: #fff;
}

.header-custom .menu-top {
    display: flex;
    align-items: center;
	justify-content: end;
}

.header-custom .search-container {
    color: #000;
    padding-left: 25px;
}

.header-custom .search-icon svg {
    transform: translateY(-1px);
}

.header-desktop {
    height: 55px;
}

.text-menu-hotline .detail-hotline {
    border: 1px solid #000;
    padding: 10px 20px;
}

.text-menu-hotline .detail-hotline:hover {
    border: 1px solid #f73a11;
}

.header-desktop-top .current-menu-item a {
    color: #fc370a !important;
}

.background-custom .current-menu-item li .sub-menu>li>a {
    color: #000 !important;
}

.background-custom .current-menu-item>li>a {
    color: #fff !important;
}

/**/
.video-home .img-video-home img {
    position: relative;
    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*/

.NumberHome .number-service-home .number-item {
    font-size: 21px;
    text-shadow: 2px 2px #000000;
    color: #feda00;
    padding-bottom: 10px;
    font-weight: 600;
}

#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: red;
}

#SingleContent .type-post a {
    color: #e21313;
}

#SingleContent .type-post a:hover {
    color: #f6e212;
}

#SingleContent .type-post ol>li {
    list-style: auto;
}

/*custom*/
.animated-button-agency {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #f73a11;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: shake 1.2s infinite;
    z-index: 9999;
    font-size: 14px;
}

.animated-button-agency.fixed-agency {
    position: fixed;
    right: 20px;
    bottom: 70%;
    margin: 0;
    font-size: 15px;
}

.agency-product {
    text-align: center;
}

.animated-button-agency:hover {
    background-color: #a50606;
    color: #fff;
}

.main-agency-page {
    padding: 3rem 0;
}

.list-agency {
    padding-top: 15px;
}

.list-agency ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.list-agency ul li {
    padding: 10px 0;
}

.list-agency svg {
    padding-right: 6px;
    color: #f73a11;
    font-size: 22px;
}

.title-agency-page {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #f73a11;
    padding: 14px;
    border: 1px solid #f73a11;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-4px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(4px);
    }
}

.main-agency {
    padding-bottom: 2rem;
}

.main-agency ul li {
    list-style: disc;
}

.main-agency ol li {
    list-style: decimal;
}

.main-agency .title-agency {
    text-align: center;
    margin-bottom: 2rem;
    color: #f73a11;
    font-weight: 600;
    text-transform: uppercase;
}

div#single-agency {
    padding-top: 3rem;
}

.list-sidebar-product .product-item {
    display: flex;
    align-items: center;
}

.list-sidebar-product .product-item .title-product {
    font-size: 15px;
}

.list-sidebar-product .product-item .image-product img {
    border-radius: 20px;
}

.list-sidebar-product .product-item .price-product {
    font-weight: 600;
    color: #f00;
}

.price-product-main .price-text {
    color: #f00;
    font-weight: 600;
    font-size: 18px;
}

.price-product-main {
    text-align: left;
    padding-bottom: 0;
}

.detail-button-call {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.detail-button-call .button-call svg {
    background: #fff;
    color: #e21313;
    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: #e31818;
    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: #e21313;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    vertical-align: middle;
}

.detail-button-hsnl .button-call:hover {
    background: #B52025;
}

.detail-button-hsnl {
    padding: 30px 0 50px 0;
    text-align: center;
}

#single-products .detail-description-product a {
    color: #e21313;
}

#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: #e21313;
}

.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: #b52025;
    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 #e21313;
    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: 600;
    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: 600;
}

#single-about-story .title-story-about h1,
#single-about-production .title-production-about h1,
.title-category-product {
    font-size: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: 600;
    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: 600;
    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: 600;
    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: #e21313;
}

.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: #e21313;
    padding: 7px 20px;
    border-radius: 35px;
    color: #fff;
    font-weight: 600;
}

.content-vision span {
    background: #feda00;
    padding: 6px 12px;
    margin-right: 5px;
    border-radius: 100%;
    font-weight: 600;
}

/*Footer*/
.row-grid-footer-bottom div#text-2 .textwidget {
    padding-left: 0;
}
#footer-main li:hover a,
#footer-main a:hover {
    color: #f73a11;
}

.form-mail-footer .wf-main-footer {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #000;
    padding-left: 10px;
}

.button-form-footer {
    margin-left: 5px;
}

.Form-footer {
    display: flex;
}

.button-footer {
    height: 40px;
    background: #033276;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #033276;
    padding: 5px 10px;
}

.social-footer-section {
    text-align: center;
    color: rgb(15, 14, 14);
    padding: 15px 0 25px 0;
}
.footer-bottom {
    border-top: 1px solid #5a5a5a;
}
.footer-bottom .col-md-6 {
    color: #fff;
}
.row-grid-footer-bottom {
    background: #282828;
    padding-top: 2rem;
	padding-bottom: 2rem;
}
.social-footer-section .title-social-footer {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.social-footer-section .social-icons {
    display: flex;
    justify-content: left;
    gap: 5px;
}

.social-footer-section .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: rgb(7, 7, 7);
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    font-size: 15px;
}

.social-footer-section .social-icons a:hover {
    background: white;
    border: 1px solid #fe370d;
}

.footer-one-widget img {
    width: 11%;
    margin-bottom: 10px;
}

.footer-bottom {
    padding: 10px;
	background: #1d1d1d;
}

.footer-two-widget,
.footer-three-widget,
.footer-four-widget,
.footer-five-widget {
    margin-top: 37px;
}

#footer-main li {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    margin: 10px 0;
	color: #fff;
}

#footer-main {
    padding-left: 0px;
    background: #363636;
    padding-top: 3rem;
    padding-right: 0px;
    margin-top: 3rem;
}

#footer-main .widget-title {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
	color: #fff;
}
#text-6 .textwidget {
    padding: 0;
}
#text-5 .textwidget {
    padding: 0 !important;
}
.footer-six-widget .widget-title {
    text-transform: unset !important;
    font-size: 14px !important;
}

.row-grid-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.footer-info-box {
    margin-bottom: 20px;
}

.footer-info-box svg {
    margin-right: 15px;
    font-size: 20px;
}

#footer-main a {
    color: #fff;
}

#footer-main .textwidget p {
    color: #fff;
}

#footer-main .foote-info {
    color: #fff;
    font-size: 14px;
}

#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%);
}

.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;
    object-fit: contain;
}

#single-products .meta-product {
    padding-left: 5px;
    margin-bottom: 15px;
}

#single-products .title-description-product {
    margin-top: 15px;
    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: 0;
    padding-top: 10px;
}

#single-products .content-description table {
    margin-bottom: 15px;
}

.title-related-products .detail-title-related-products {
    text-transform: uppercase;
    font-size: 20px;
    color: #E21313;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.sidebar-products .widget {
    margin-bottom: 20px;
}

.sidebar-products .ads-header-widget .widget img {
    border-radius: 5px;
}

.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: 'Helvetica Neue';
    font-size: 14px;
}

.description-product .buttom-product .buttom-one {
    width: 100%;
    background: #fb3f1a;
    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: 'Helvetica Neue';
    font-weight: 300;
}

.main-product-single .detail-description-product ul>li {
    list-style: disc;
    font-family: 'Helvetica Neue';
    font-weight: 300;
}

.main-product-single .detail-description-product ul {
    padding-left: 20px;
}

.main-product-single .detail-description-product ul>li::marker {
    color: #c30404;
}

.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;
}

/*DM Sản Phẩm*/
.child-category .sub-child-category {
    padding-left: 0;
}

.item-title-category-product {
    font-size: 15px;
    text-transform: uppercase;
    color: #ff0000;
    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: #f00;
}

.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: #f00;
}

.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: #f73a11;
}

.item-archive .bg-archive-custom .postThumBnail img {
    border-radius: 5px;
    height: 225px;
    object-fit: contain;
    transition: 0.6s;
}

.bg-archive-custom:hover img {
    transform: scale(1.4);
}

.taxonomy-product-item .item-archive .postThumBnail,
.bg-archive-custom .postThumBnail {
    overflow: hidden;
}

.related-products .bg-archive-custom .postThumBnail img {
    border-radius: 5px;
    height: 225px;
    object-fit: contain;
    background: #fff;
}

.item-archive .bg-archive-custom .titlePost {
    font-weight: 600;
    margin: 20px 0 5px 0;
    text-align: center;
    font-family: 'Helvetica Neue';
    padding: 0;
    text-align: left;
}

.item-archive .bg-archive-custom {
    height: 100%;
}

.taxonomy-product-item .item-archive .postThumBnail {
    border: 1.7px solid #f73a11;
    border-radius: 8px;
}

.related-products .item-archive .bg-archive-custom {
    position: relative;
    height: 100%;
}

.bg-archive-custom .postThumBnail {
    border: 1.7px solid #f73a11;
    border-radius: 8px;
}

.item-archive {
    padding-bottom: 24px;
}


/*DM BLOG*/
#archive-blog .archivePost .titlePost h3 {
    font-size: 17px;
    font-weight: 500;
    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: #E21313;
}

#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: 600;
    background: #e21313;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

#archive-blog .widget,
#SingleContent .widget {
    border: 1px solid #e21313;
    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: #e21313;
}

#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;
}

#SingleContent .postThumBnail img {
    height: 200px;
    object-fit: cover;
    -webkit-mask-size: cover;
    border-radius: 5px;
}
#archive-blog .postThumBnail img{
    height: 155px;
    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: 'Helvetica Neue';
}

#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 #B52025;
    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: #B52025;
    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: 18px;
    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: #E21313;
    font-weight: 600;
}

#page-contact .meta-title-conantact {
    margin-top: 15px;
    margin-bottom: 20px;
}

#page-contact .form-info {
    border: 1px solid #fa3e17;
    margin-bottom: 25px;
    border-radius: 5px;
}

#page-contact .text-infor-contact {
    background: #fa3e17;
    padding: 15px 10px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    border-bottom: 1px solid #fa3e17;
    color: #fff;
}

#page-contact .text-infor-contact span {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

#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: #f00;
}

.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: #e21313;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Helvetica Neue';
}

#page-contact .buttom-page-contact .wf-submit-page-contact:hover {
    background: #b52025;
}

#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: 'Helvetica Neue';
}

/*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: 600;
}

#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: #f00;
    top: 85%;
}

.site-main-page .entry-content ul li {
    list-style: disc;
}

.site-main-page .entry-header .title-page {
    font-size: 25px;
    font-family: 'Helvetica Neue';
    font-weight: 600;
    padding: 30px 0 20px 0;
    position: relative;
    margin-bottom: 25px;
}

/*Page search*/
.search-main {
    margin: 30px 0;
}

.post-search-results .page-title span {
    color: #e21313;
}

/*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: 'Helvetica Neue', 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: #e21313;
}

.numbers__item_2 {
    animation: 5.4s bounceUpDown infinite;
    animation-delay: .5s;
    color: #e21313;
}

.numbers__item_3 {
    animation-delay: .3s;
    color: #e21313;
}

.not-found .buttom-item span {
    background: #e21313;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}

.not-found .buttom-item span:hover {
    background: #c30b0b;
}

@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: #fc2b0600;
    color: #000000 !important;
    float: left;
    line-height: 16px;
    margin-right: 0;
    padding: 7px 10px 7px 10px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
}

.breadcrumb-archive {
    background: #eee;
}

#postSingleContent .post-number {
    font-size: 35px;
    color: #fc2b06;
}

/*End*/
/*phan trang*/
.paginate_links .current {
    margin: 0px 5px;
    font-size: 17px;
    border: 2px solid #fc2b06;
    border-radius: 5px;
    background: #fc2b06;
    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: #c02301;
    border: 1px solid #c02301 !important;
    color: #fff;
    padding: 8px 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: 20px;
}

#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.547);
    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 #0051c8;
    background-color: rgba(0, 80, 199, 0.541);
}

#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: #313131;
    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: #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.open {
    z-index: 3;
    position: fixed;
    right: 33%;
    top: 0;
}

#overlay {
    position: fixed;
    width: 70%;
    height: 100vh;
    background-color: #fff !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: #000 !important;
    font-size: 18px;
    margin: 0%;
    transition: opacity 0.2s linear;
    font-weight: 500;
    text-transform: unset;
}

#overlay a:hover {
    opacity: 1;
	color: #e21313 !important;
}
#overlay li:hover {
	color: #e21313 !important;
}
#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: 1600px !important;
    }
}

@media (min-width: 1320px) {
    .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%);
    }

    .category-products-home .buttom-category-home .text-category-home {
        font-size: 12px;
    }

    .category-products-home .buttom-category-home .icon-category-home {
        font-size: 25px;
    }

    .NumberHome .number-service-home .number-item {
        font-size: 18px;
    }

    .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: 14px;
    }

    .item-archive .bg-archive-custom .titlePost {
        font-size: 14px;
    }

    #product-page .item-taxonomy-product .titlePost,
    .taxonomy-product-item .titlePost {
        font-size: 14px;
    }

    #single-about-main .content-single-about h3 {
        font-size: 19px;
    }

    .service-custom .item-title-service span {
        font-size: 12px;
    }

    .NumberHome .number-service-home .number-item {
        font-size: 20px;
    }
}

@media (min-width: 1080px) {
    #categoryProducts .taxonomy-product-item .titlePost span {
        font-size: 17px;
    }

}

@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: 'Helvetica Neue' !important;
        padding-left: 5px;
		padding-top: 25px;
    }

    .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: 115px !important;
        height: 80px;
        object-fit: cover;
    }

    /*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;
    }

    .bottom-contact-mobile {
        display: none;
    }

    .bottom-contact-mobile p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    /*style mobile*/
    .mobile-menu nav.navbar {
        box-shadow: 1px 1px 5px #eeeeeebf;
        height: 75px;
    }

    .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;
		margin-top: 2rem;
    }

    .sidebar-desktop {
        display: none;
    }

    #archive-blog .archivePost {
        padding-left: 0;
       padding: 15px 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: 100%;
    }

    .item-archive .bg-archive-custom .postThumBnail img {
        height: 160px;
    }

    .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;
    }

    .category-products-home .detail-category-home {
        margin: 0 0px 0 0;
        margin-bottom: 15px;
    }

    .brand-story-about .title-brand-story:before {
        width: 45%;
    }
    #SingleContent .postThumBnail img {
        height: 250px;
    }
    #archive-blog .postThumBnail img {
        height: 108px;
    }
    #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;
    }

    .NumberHome .item-number,
    .homeLogoPartner .img-customer-home {
        margin-bottom: 20px;
    }

    .homeLogoPartner {
        padding-bottom: 10px;
    }

    .homeCustomer .detail-customer-home,
    .homeCategory .detail-category-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;
    }

    .category-products-home .item-category-home.mobile-custom .buttom-category-home {
        padding-left: 5px;
        padding-right: 5px;
    }

    #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: 0px;
        padding-right: 0px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .homeCategory .itemCategory {
        padding: 5px;
    }

    #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: auto;
    }

    #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;
		margin-top: -60px;
    }
	.taxonomy-product-item .child-category .titlePost {
		margin-top: -12px;
	}
    #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: 0px;
        padding-right: 0px;
    }

    .background-footer-bottom {
        padding-top: 3rem;
    }

    .footer-one-widget,
    .footer-six-widget {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-two-widget {
        border-top: 1px solid #fff;
        padding: 15px 30px 15px 30px;
        border-bottom: 1px solid #fff;
    }

    .footer-three-widget {
        border-bottom: 1px solid #fff;
        padding: 0px 30px 15px 30px;
    }
	.social-footer-section .social-icons a {
		border: 1px solid #fff;
	}
    .footer-six-widget .widget-title {
        font-size: 14px !important;
        text-transform: unset !important;
    }

    .background-footer-top {
        background: #363636;
        padding-top: 3rem;
        padding-left: 5px;
        padding-right: 5px;
		padding-bottom: 2rem;
    }
	.background-footer-top .widget-title {
		color: #fff;
	}
	.background-footer-top a, .background-footer-bottom a, .background-footer-bottom p, .background-footer-bottom .widget-title {
		color: #fff !important;
	}
    .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;
    }

    .mobile-menu #overlay #menu-mobile>li ul>li ul.sub-menu {
        display: none;
    }

    .mobile-menu #overlay #menu-mobile>li>.sub-menu {
        padding-left: 45px;
        padding-top: 10px;
    }

    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;
    }

    .footer-one-widget {
        margin-bottom: 3rem;
    }

    .list-agency ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .mobile-menu .container-fluid {
        margin-top: -6px;
        align-items: center;
    }

    .page-category-header {
        padding-top: 0px;
    }

    .site-main-page .entry-header .title-page {
        padding: 0px 0 20px 0;
    }

    .mobile-menu .search-container {
        font-size: 18px;
        color: #747474;
    }

    .mobile-menu .list-icon-menu {
        display: flex;
        align-items: center;
    }

    .mobile-menu .list-icon-menu ul {
        padding-left: 10px;
        margin-bottom: 0;
    }

    .mobile-menu .close-icon {
        top: 53%;
    }

    .mobile-menu #searchInput {
        width: 63%;
        top: 38%;
        font-size: 15px;
    }

    .mobile-menu {
        transition: .3s;
    }

    .scroll-menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 1px 1px 5px #51515147;
    }

    .row-grid-footer {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .row-grid-top {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 15px;
    }

    .footer-bottom {
        font-size: 12px;
        text-align: left;
        padding: 5px;
    }

    .footer-two-widget .widget_nav_menu .menu,
    .footer-three-widget .widget_nav_menu .menu {
        display: none;
        margin-top: 10px;
    }

    .footer-two-widget .widget_nav_menu.active .menu,
    .footer-three-widget .widget_nav_menu.active .menu {
        display: block;
    }

    .footer-two-widget .widget-title,
    .footer-three-widget .widget-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    #footer-main .footer-two-widget .widget-title,
    .footer-three-widget .widget-title {
        margin-bottom: 0px !important;
    }

    .footer-six-widget {
        margin-top: 15px;
    }
   .footer-six-widget #text-5 {
		padding-top: 10px;
	}
    .footer-two-widget svg,
    .footer-three-widget svg {
        transform: translateX(-30px);
    }

    .social-footer-section {
        padding: 0px 0 16px 0;
    }

    .footer-two-widget,
    .footer-three-widget,
    .footer-four-widget,
    .footer-five-widget {
        margin-top: 0px;
    }

    .footer-one-widget img {
        width: 20%;
    }
	#footer-main .widget-title {
		font-size: 16px;
	}
	#footer-main {
		padding-top: 0rem;
	}
	.phone-vr-img-circle img {
		max-height: 30px;
		max-width: 30px;
	}
	.phone-vr-img-circle {
		width: 50px;
		height: 50px;
		top: -20px;
	}
	.phone-vr-circle-fill.zalo-vr-circle-fill {
		display: none;
	}
	#button-contact-vr .button-contact .phone-vr {
		height: 60px;
		width: 80px;
	}
	.footer-bottom .col-md-6 {
		text-align: center;
	}
	.footer-bottom a {
		color: #000 !important;
	}
	.background-footer-bottom {
		background: #282828;
	}
	#categoryProducts .taxonomy-product-item {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 576px) {}