/*!
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: "Roboto", Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #fff6e6 !important;
  overflow-x: hidden;
}

#page {
  overflow: hidden;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}
a:hover {
  text-decoration: none;
  color: #028ec3;
}
p,
li {
  font-family: "Roboto";
  font-weight: 400;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
}

h1 {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #000;
}

h2 {
  font-size: 22px;
  font-weight: 600 !important;
}

h3 {
  font-size: 20px;
  font-weight: 600 !important;
}

h4 {
  font-size: 17px;
  font-weight: 600 !important;
}

h5 {
  font-size: 15px;
  font-weight: 600;
}
th {
  border-right: 1px solid #ddd !important;
  padding: 5px;
}
tr {
  border-left: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
td {
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  padding: 5px;
}
/**/
#ez-toc-container nav {
  background: none;
}
/*Header*/

.icon-follow-us {
  position: absolute;
  top: 70%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-follow-us .icon-follow-us .icon-follow {
  width: 16%;
  padding: 5px;
}
.header-desktop .site-branding .custom-logo {
  width: 200px;
}
.header-desktop .site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-main {
  padding: 10px 0;
}
.menuDesktop {
  background-color: #d1cdcd00;
  z-index: 3;
  width: 320px;
  flex-direction: column;
}
#menuToggle {
  float: left;
  height: 0px;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s linear;
  width: clamp(2.5rem, 1vw + 1.1rem, 6rem);
  height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 24px;
  left: 0;
  border-radius: 100%;
}
#menuToggle div,
#menuToggle div:after,
#menuToggle div:before {
  background-color: #000;
  border-radius: 10px;
  width: clamp(0.5rem, 1vw + 1.1rem, 6rem);
  height: clamp(0.2rem, 0.3vw + -0.9rem, 0.8rem);
  transition: all -7.85s linear;
  left: 5px;
}
#menuToggle.open div:before,
#menuToggle.open div:after {
  background-color: #fff6e6;
  border-radius: 10px;
  width: clamp(0.5rem, 1vw + 1.1rem, 6rem);
  height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
  transition: all -1.85s linear;
  position: fixed;
  left: 20%;
  top: 5%;
}
#menuToggle.open div:before {
  transform: rotate(45deg);
}
#menuToggle div:before {
  transform: translateY(-200%);
}
#menuToggle.open div:after {
  transform: rotate(-45deg);
}
#menuToggle div:after {
  transform: translateY(200%);
}
#menuToggle div:after,
#menuToggle div:before {
  content: "";
  position: absolute;
}
#menuToggle:hover {
  opacity: 1;
}
#menuToggle.open div {
  background: transparent;
}
#menuContent.menu {
  transform: translateX(0%);
  top: 0 !important;
  min-height: auto;
  z-index: -1;
}
.menu-content a {
  color: #fff !important;
  text-transform: uppercase;
}
.icon-follow-us .icon-follow {
  width: 16%;
  padding: 5px;
}
.menu-menu-desktop-container {
  padding: 20px;
  display: none;
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 0;
  width: 100%;
  top: 5%;
}
#menuContent {
  position: fixed;
  width: 320px;
  height: 100vh;
  background-color: #c96a38;
  z-index: 1;
  transform: translateX(-200%);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
}
.menu-content #menu-desktop li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 5px;
  width: 255px;
}
.menu-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
  display: none;
}

.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-content li {
  margin-bottom: 10px;
}
.main-content {
  margin-left: 320px;
  padding: 20px;
}
.header-main .text-header {
  display: flex;
  justify-content: end;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: "Crimson Text";
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-desktop {
  width: 100%;
  background-color: #fff6e6;
  transition: all 0.3s ease;
  z-index: 1000;
}
nav.navbar {
  background: #ffffff00 !important;
}
/*Home page*/
.sectionBannerHomepage .detail-content-top h1 {
  color: #c96a38;
  margin-bottom: 25px;
}
.sectionBannerHomepage .row-banner {
  align-items: center;
}
.detail-content-top h3 {
  font-size: 25px;
  color: #c96a38;
  margin-bottom: 25px;
}
.background-about .content-about-three {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.background-about .logo-about-home img {
  width: 40%;
}
.background-about .button-about-home {
  text-align: center;
  position: relative;
}
.button-about-home img {
  width: 25%;
}
.button-about-home .text-button {
  position: absolute;
  top: 34%;
  left: 46%;
  text-transform: uppercase;
  font-weight: 700;
}
.background-about .logo-about-home {
  text-align: center;
}
.background-about {
  position: relative;
  padding-top: 200px;
}
.our-about-five,
.our-about-six,
.our-about-seven,
.our-about-eight,
.our-about-night,
.our-about-four {
  padding-top: 35px;
}
.our-about-eight {
  padding-bottom: 35px;
}
.our-about-night .background-about {
  padding-top: 90px;
}
.video-about .video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.video-about .video-thumbnail {
  width: 100%;
  display: block;
  cursor: pointer;
  object-fit: cover;
  height: 500px;
}
.video-about .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: rgb(0 0 0 / 0%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffff;
}
.video-about .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 33px 20px 0;
  border-color: transparent white transparent transparent;
  margin-left: -10px;
}
.video-about .video-iframe {
  display: none;
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-size: cover;
}
.slogan-custom .icon-slogan img {
  width: 30%;
}
.slogan-custom .icon-slogan {
  text-align: end;
}
.slogan-custom .content-slogan {
  font-weight: 700;
  font-size: 25px;
}
.slogan-custom {
  background: #c96a38;
  color: #fff;
  padding: 10px;
}

/*About*/
.contentPageAbout {
  height: 500px;
  display: flex;
  align-items: center;
}
.contentPageAbout .item-content-main {
  display: flex;
  align-items: center;
}
.contentPageAbout .item-icon {
  width: 32%;
}
.contentPageAbout .content-about {
  width: 60%;
}
.contentPageAbout .item-icon-top {
  width: 40%;
}
.contentPageAbout .item-content {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto";
  color: #956e47;
}
.contentPageAbout .col-md-3:nth-child(3) .content-about,
.contentPageAbout .col-md-3:nth-child(4) .content-about {
  margin-left: 10px;
}
.contentPageAbout .col-md-3.xl-lg-3.xl-3 {
  padding: 0;
}
/*Contact*/
div#main-page-contact,
.info-contact-main {
  padding: 50px 0;
}
.imgBannerContact {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgBannerContact .item-image-contact {
  position: absolute;
  width: 40%;
}
.imgBannerContact .image-contact-left {
  left: -10%;
  top: 0;
}
.imgBannerContact .image-contact-right {
  right: -10%;
  top: 0;
}
.imgBannerContact .icon-shape {
  width: 12%;
  padding: 20px 0;
}
.imgBannerContact .content-contact-top .detail-content {
  font-weight: 500;
  font-size: 20px;
  color: #80441e;
}
.form-info input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #78787836;
}
.form-contact-main {
  padding: 0 50px;
}
.form-contact-main .wtf-note,
.form-contact-main .item-form-phone input,
.form-contact-main .wtf-name,
.form-contact-main .wtf-mail {
  width: 100%;
}
.form-contact-main .wtf-note {
  width: 100%;
  height: 150px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #7878782e;
}
.form-contact-main .form-info input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #7878782e;
}
.form-contact-main .detail-mess {
  display: flex;
}
.form-contact-main .item-form-button {
  text-align: center;
}
.form-contact-main .wtf-button {
  border: 1px solid #c96a38;
  background: #c96a38;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 50px;
  font-weight: 700;
  font-size: 17px;
  border-radius: 5px;
}
.form-contact-main .item-form-phone {
  margin-right: 15px;
}
.info-contact-main .main-info .item-contact-info p {
  color: #80441e;
}
.info-contact-main .item-contact-info h3 {
  color: #ce7646;
  font-size: 20px;
  margin-bottom: 25px;
}
/*Product*/
.sectionBannerProduct {
  border-bottom: 3px solid #fff6e6;
}
.our-type {
  padding: 35px 0;
}
.main-type-product .title-type-product {
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #c96a38;
}
.main-type-product .content-type-product {
  text-align: justify;
}
.main-type-product .col-custom:nth-child(2) .detail-type-product {
  padding-left: 12px;
}
.main-type-product .col-custom:nth-child(1) .detail-type-product {
  padding-right: 12px;
}
.our-about-product {
  padding-top: 50px;
}
.background-about-product {
  position: relative;
}
.content-about-product {
  position: absolute;
  top: 22%;
  width: 40%;
  right: 10%;
  text-align: justify;
  line-height: 21px;
}
.content-about-product h3 {
  font-size: 17px;
  color: #c96a38;
  text-transform: uppercase;
}
.our-link {
  padding: 50px 0;
}
.title-main-link {
  font-size: 30px;
  text-transform: uppercase;
  color: #c96a38;
  margin-bottom: 25px;
}
.our-link .detail-link-product {
  background: #efae42;
}
.our-link .title-link-product {
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 5px;
}
.our-link .detail-link-product .item-image img {
  height: 250px;
  object-fit: cover;
}
/*Foote*/
div#footer {
  background: #c96a38;
  padding: 35px;
  color: #fff;
}
.footer-two-widget .textwidget {
  font-size: 15px;
}
.footer-three-widget ul#menu-footer-3 > li > a {
  color: #fff !important;
}
.footer-three-widget ul#menu-footer-3 {
  padding-left: 0;
}
.main-icon-social img:not(:last-child) {
  margin-right: 8px;
}
.main-icon-social img {
  width: 22%;
  border-radius: 5px;
}
.main-icon-social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
/*Archive*/
.page-category-header .archive-page-title {
  font-size: 35px;
}
.archivePost {
  border: 1px dashed #f77e2b;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.CategoryPost .row > * {
  padding-left: 8px;
  padding-right: 8px;
}
.CategoryPost .detailCategoryPost {
  margin-bottom: 16px;
}
.customsidebar {
  margin-bottom: 10px;
}
.customsidebar span {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Crimson Text";
  background: #be802b;
  color: #fff !important;
  line-height: 16px;
  margin-right: 0px;
  padding: 5px 12px 5px 20px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.customsidebar span:before,
.customsidebar span: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;
}
.customsidebar span:before {
  border-left: 10px solid #ffffff;
  left: 0;
}
.customsidebar span:after {
  border-left: 10px solid #be802b;
  left: 100%;
}
.main-category-post .customsidebar {
  margin-bottom: 10px;
  margin-top: 20px;
}
.postsidebarright {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 15px;
}
/*BreadCrumb*/
.breadcrumb a,
.customBreadcrumb {
  background: #be802b;
  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;
}
.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 #be802b;
  left: 100%;
}
.breadcrumb a:nth-child(2):after {
  border-left-color: #cf9039;
}
.breadcrumb a:nth-child(2) {
  background: #cf9039;
}
.breadcrumb .customBreadcrumb:nth-child(3) {
  background: #e3a651;
}
.breadcrumb .customBreadcrumb:nth-child(3):after {
  border-left-color: #e3a651;
}
/*End*/
/*Single*/
.relatedPost .title-relatedPost {
  font-size: 30px;
  border-bottom: 3px double #000;
}
.relatedPost .postThumBnail img {
  width: 100%;
  height: 215px;
}
.relatedPost .titlePost {
  margin-top: 5px;
  font-weight: 600;
  font-family: "Crimson Text";
}
.relatedPost {
  margin-bottom: 30px;
}
#ez-toc-container .ez-toc-toggle label {
  border: 1px solid #c99650 !important;
}
/*Footer*/
.footer-two-widget .fa-phone,
.footer-two-widget .fa-envelope {
  font-size: 20px;
  color: #fff;
  padding-right: 5px;
}
.footer-two-widget .fa-icon-phone {
  width: 7%;
}
.footer-top {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer h4 {
  font-size: 15px;
  color: #ffff;
}
.footer p {
  color: #afafaf;
  font-size: 15px;
  margin-bottom: 5px;
}
.menu-footer-category ul li {
  color: #afafaf;
}
.menu-footer-category .fa-angles-right {
  font-size: 10px;
}
.menu-footer-category ul {
  padding-left: 0;
}
.logo-footer-category img {
  width: 20%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logo-footer-category a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.footer-followus .logo-footer-follow img {
  width: 45%;
}
/*phan trang*/
.paginate_links .current {
  margin: 0px 5px;
  font-size: 17px;
  border: 2px solid #c30;
  border-radius: 5px;
  background: #c30;
  color: #fff;
  padding: 0px 5px;
}
.paginate_links {
  text-align: center;
  margin-top: 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: #c96a38;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 21%;
  cursor: pointer;
  font-size: 16px;
}
.header-mobile {
  display: none;
}

/*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: #c96a38 !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;
}

#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;
}
/*end footer*/
.container {
  max-width: 1170px;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1170px !important;
  }
  #menuToggle.open div:after,
  #menuToggle.open div:before {
    left: 18%;
  }
}
@media (max-width: 1366px) {
  .footer-two-widget .textwidget {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
  .footer-two-widget .textwidget {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /*header-mobile*/
  .header-desktop {
    display: none;
  }
  ul#menu-mobile > li > ul.sub-menu {
    display: none;
  }
  .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: 10px;
  }
  ul#menu-mobile {
    font-family: "roboto" !important;
  }
  .mobile-menu .list-icon-menu li.button-mobile {
    margin-top: 0px !important;
  }
  #overlay #menu-mobile li {
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
  }
  .mobile-menu #overlay #menu-mobile > li ul > li ul > li {
    padding-bottom: 5px;
  }
  #overlay {
    align-items: flex-start !important;
    color: #000;
    font-weight: 600;
    padding: 15px;
  }
  .header-mobile {
    display: block;
    background: #fff6e6 !important;
    z-index: 1000;
  }
  .header-mobile.sticky {
    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: 20px;
    padding-top: 10px;
  }
  ul#menu-mobile > li > ul.sub-menu:hover {
    display: block !important;
  }
  .site-branding .custom-logo {
    width: 100%;
    height: auto;
  }
  .infoContact #wft-phne {
    width: 48%;
  }
  .sectionSloganproduct .title-slogan-product h4 {
    font-size: 9px;
  }
  .sectionProductFirst .detail-product-first {
    margin-top: 25px;
  }
  .sectionProductFirst .img-product,
  .sectionProductThird .img-product img {
    height: auto;
  }
  .sectionProductFourth .detail-product-fourth {
    margin-bottom: 25px;
  }
  .footer-top .menu-footer-logo {
    margin-bottom: 20px;
  }
  .footer-top img {
    width: auto;
  }
  .sectionMap .detail-text-map p {
    font-size: 20px;
  }
  .sectionMap .detail-text-map {
    top: 0%;
    width: 100%;
  }
  .button-readmore-map .text-readmore {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .button-readmore-map .icon-readmore {
    width: 26%;
  }
  .sectionBannerHomepage .img-banner-home img {
    height: 100%;
  }
  .icon-readmore {
    width: 9%;
  }
  .slide-about-one .slick-prev,
  .slide-about-one .slick-next {
    display: none;
  }
  .sectionAboutOne .slide-about-one .custom-logo-size {
    width: 45% !important;
  }
  .sectionAboutOne .slide-about-one .logo-about-one img {
    width: 25%;
  }
  .contentAbout {
    padding-left: 0;
    padding-right: 0;
  }
  .relatedPost .postThumBnail img {
    width: 100%;
    height: auto;
  }
  .sectionBannerHomepage {
    padding-top: 30px;
  }
  .sectionBannerHomepage .image-banner-top {
    padding: 25px 0;
  }
  .sectionBannerHomepage .image-banner-top {
    position: absolute;
    width: 50%;
    height: 50%;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.2;
  }
  .sectionBannerHomepage .row-banner {
    position: relative;
  }
  .button-about-home img {
    width: 80%;
  }
  .background-about .logo-about-home img {
    width: 100%;
  }
  .button-about-home .text-button {
    left: 39%;
  }
  .background-about .detail-background img {
    height: 190px;
    object-fit: cover;
  }
  .slogan-custom .content-slogan {
    font-weight: 700;
    font-size: 17px;
  }
  .slogan-custom .icon-slogan {
    width: 100%;
  }
  div#footer {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .footer-two-widget h4.widget-title {
    display: none;
  }
  .footer-two-widget {
    margin-top: 10px;
  }
  .main-icon-social img {
    width: 10%;
    border-radius: 5px;
  }
  .contentPageAbout {
    height: auto;
    padding: 30px 0;
  }
  .contentPageAbout .detail-content-about {
    padding: 15px 10px;
  }
  .contentPageAbout .item-icon,
  .contentPageAbout .item-icon-top {
    width: 25%;
  }
  .contentPageAbout .item-content {
    font-size: 20px;
  }
  .slogan-custom .icon-slogan img {
    width: 100%;
  }
  .main-type-product .col-custom:nth-child(1) .detail-type-product {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .main-type-product .col-custom:nth-child(2) .detail-type-product {
    padding-left: 0px;
  }
  .background-about-product .content-about-product-mobile h3 {
    font-size: 20px;
    color: #c96a38;
    text-align: center;
  }
  .imgBannerContact .image-contact-left {
    left: -40%;
    top: 30%;
  }
  .imgBannerContact .image-contact-right {
    right: -40%;
    top: 30%;
  }
  .imgBannerContact .item-image-contact {
    width: 50%;
  }
  .imgBannerContact .icon-shape {
    width: 40%;
    padding: 10px 0;
  }
  .imgBannerContact .content-contact-top .detail-content {
    font-size: 17px;
  }
  div#main-page-contact {
    padding: 0px;
  }
  .imgBannerContact {
    height: 300px;
  }
  .form-contact-main {
    padding: 0;
    padding-top: 20px;
  }
  .form-contact-main span.wpcf7-spinner {
    display: none;
  }
  /**/
}
@media only screen and (max-width: 576px) {
  .sectionMap .detail-text-map p {
    font-size: 12px;
  }
}
