/*
Theme Name: netsa.vn_v2.0
Theme URI: http://netsa.vn
Version: 2.3
Author: Đinh Văn Tấn
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.4;
}
html{
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
 text-decoration:  none;
 color: var(--mau1);
 transition: all 1s;
}
a:hover, a:focus{
  color: var(--mau2);
  text-decoration: none;
  outline: none;
}
img{
  display: inline-block;
  max-width: 100%;
}
body{
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #111;
}
.btn-warning{
  color: white;
}
.fb_customer_chat_bubble_animated_no_badge{
  right: 90px !important;
  bottom: 13px !important;
}
.truot{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
}
.mw100pc, iframe{
  max-width: 100%;
}
.container{
  max-width: 1400px;
}
h1 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
}
h2 {
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 7px;
}
h3 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 5px;
}
h4 {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.title-line{
  border-bottom: 2px solid #e6e6e6;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 30px;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.title-line::after {
  background: var(--mau3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: -2px;
  position: absolute;
  width: 120px;
}
img{
  max-width: 100%;
  display: block;
}
.row5px{
  margin-left: -5px;
  margin-right: -5px;
}
.row5px [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}
.btn.radius{
  border-radius: 20px;
}
.logo{
  max-height: 50px;
}
.modal-header{
  padding: 5px 15px;
}
.container{
  max-width: 1126px;
}
.btn-outline-primary{
  border-color: var(--mau2) !important;
  color: var(--mau2) !important;
}
.btn-outline-primary:hover{
  background-color: var(--mau2);
  color: var(--mau2) !important;
}
.btn-outline-default{
  border-color:#111 !important;
  color: #111 !important;
  border-radius: 20px;
}
.btn-outline-default:hover{
  background-color: #111;
  color: #fff !important;
}
.modal-content{
  background-color: #f4dec8;
  border-radius: 20px;
  padding: 40px;
}

/*** loading ***/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--mau1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  animation-delay: -1.0s;
}
@keyframes sk-bounce {
  0%, 100% { 
      transform: scale(0.0);
  } 
  50% { 
      transform: scale(1.0);
  }
}

/*** end style input ***/
input[type="time"],input[type="date"], input[type="tel"], select, input[type="text"], input[type="email"],input[type="password"],input[type="number"]{
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  font-size: 15px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus{
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
input[type="button"], input[type="reset"], input[type="submit"], button{

  background-color: var(--mau3);
  color: white;
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}
.wpcf7 form .wpcf7-response-output{
  margin: 10px 0px;
}
.btn-circle{
  border-radius: 20px;
}
.btn-primary{
  background-color: var(--mau2);
  border-color: var(--mau2);
  color: #000;
}
.title-home{
  margin-bottom: 20px;
}
.title-home .txt-main{
  font-size: 25px;
  font-weight: bold;
}
.color-text-main{
  color: var(--mau3);
}
.color-text-main.lg{
  font-size: 35px;
}
.single-product-title{
  font-size: 25px;
  font-weight: bold;;
}

/*** header ***/
.owl-dots{
  width: 100%;
  z-index: 333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  height: 30px;
  margin-bottom: 20px;
}
.owl-dots.disabled{
  display: none;
}
.owl-prev, .owl-next{
  background: none !important;
  font-size: 30px !important;
  color: #111 !important;
}
.owl-theme .owl-dots .owl-dot span{
  width: 8px;
  height: 8px;
  background: #888;
  border: 1px solid #888;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span{
  width: 20px;
  height: 20px;
  background: #fff;
}
.btn-lienhe-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-lienhe{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
  gap: 20px;
}
.btn-lienhe-wrap i{
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}

/*** menu ***/
.navbar{
  margin: 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
#menuh ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#menuh  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
#menuh  ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.wpfixed{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 444;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.wpfixed.fixed{
  background-color: #fff;
  border-color: #e5e5e5;
}
.logged-in .wpfixed{
  top: 32px;
}
.navbar-brand{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
  color: #111;
}
nav li.bold > ul > li > a{
  font-weight: bold;
}
.dropdown-toggle::after{
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 15px;
  content: "\f107";
  padding-left: 3px;
  padding-right: 3px;
  border: none;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: none !important;
}
@media ( max-width: 767px ){
  nav{
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 444;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar{
    background-color: #f5f5f5;
  }
  .navbar .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .wp-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .dropdown-menu{
    display: unset;
  }
  .right-mobile{
    margin-left: auto;
    margin-right: 10px;
  }
  .menu-banner{
    display: none;
  }
  .navbar-toggler{
    border: none;
    color: #222;
  }
  .navbar-brand{
    padding: 0px 0px 0px 10px;
    margin-bottom: -33px;
  }
  .navbar-brand>img{
    height: 30px;
  }
  nav a{
    color: #222;
  }
  #menu-main-menu{
    max-height: 330px;
    overflow-y: auto;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .depth_1 > li > a{
    padding-left: 50px !important;
    font-weight: bold;
  }
  .depth_2 > li > a{
    padding-left: 70px !important;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
    float: none;
    width: 100%;
    padding: 0px;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 350px;
    overflow-y: auto;
  }
  .navbar-header{
    background: #333;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 10px !important;
  }
  .navbar-nav br{
    display: none;
  }
  .navbar-nav br:before{
    content: " ";
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > li > a:focus, .navbar-nav > .current-menu-parent > a, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    background: #e5e5e5;
    color: #000;
  }
  .dropdown-menu{
    padding: 0px;
    border: none;
    background-color: transparent !important;
    margin: 0px !important;
  }
  .dropdown-menu > li > a{
    padding: 7px 10px 7px 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-item.active, .dropdown-item:active{
    background-color: #ccc !important;
    color: #222 !important;
  }
  .modal-dialog{
    width: 90%;
  }
  nav .right a{
    color: #fff !important;
  }
  .owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
  }
  .title-home h2{
    font-size: 30px !important;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }
  h4{
    font-size: 16px;
  }
  h5{
    font-size: 14px;
  }
  h6{
    font-size: 12px;
  }
}

@media ( min-width: 768px ){
  body{
    padding-top: 90px;
  }
  nav{
    margin-bottom: 10px;
    padding: 15px 0px;
  }
  .navbar{
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #777;
  }
  .nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
    font-size: 20px;
    padding: 15px 20px;
    position: relative;
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
  }
  .navbar-brand{
    height: 100%;
  }
  #main-menu{
    text-align: center;
  }
  .navbar-nav > li.logo a{
    text-indent: -9999px;
    overflow: hidden;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 125px;
    height: 125px;
    display: block;
  }
  span.dropdown-toggle{
    color: var(--mau2) ;
    margin-left: -10px;
  }
  .nav>li:hover>ul{
    display: block;
  }
  .nav>li:last-child>a:before{
    background: none;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav > .current-menu-item > a{
    color: #111 !important;
  }
  .navbar-nav > li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .navbar-nav > li.dacbiet > a{
    padding: 0px 10px !important;
    font-weight: bold;
    line-height: 1.1;
  }
  .dropdown-menu{
    padding: 0px;
  }
  li:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .dropdown-menu > li > a{
    padding: 3px 12px;
  }
  .dropdown-menu > li:last-child > a{
    border: none;
  }
}
@media ( min-width: 1440px ){
  .navbar-nav > li > a{
    padding: 10px 22px !important;
    text-transform: capitalize;
  }
}
nav .right{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
nav .search-box{
  position: relative;
}
.search-box input{
  border-radius: 30px;
  padding: 5px 10px 5px 35px;
  height: 45px;
  width: 220px;
}

/* slider */
.wp-slider{
  position: relative;
}
.slider img{
  border-radius: 10px;
}

/*** home ***/ 
.section{
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
.section .item-section{
  padding-bottom: 20px;
}
.tt-about{
  margin-bottom: 15px;
}
.btn-primary{
  background: #837261;
  color: #fff;
  border-radius: 30px;
}
.btn-primary:hover{
  background: #635241;
}
.sp{
  position: relative;
}
.sp .sp-img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.info-sp{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(var(--r1), var(--g1), var(--b1), 0.5);
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease;
}
.sp .btn{
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.sp:hover .info-sp{
  opacity: 1;
}
.sp .title-pro-cat{
  color: #111;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
#home-section-3{
  background: var(--mau1);
}
.service-item{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: block;
  color: #111;
}
.service-item:hover, .service-item:focus, .service-item:active{
  color: #111;
}
.service-item img{
  height: 100px;
  width: auto !important;
  margin: 0px auto 10px;
}
.item-tt{
  text-align: center;
  margin-bottom: 20px;
}
.item-tt .number{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-tt .title{
  font-size: 25px;
}
img.radius{
  border-radius: 10px;
}
.client-item{
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #home-section-1 .anh-1{
    max-width: calc(100% - 100px);
  }
  #home-section-1 .anh-2{
    position: absolute;
    top: 80px;
    right: 20px;
    max-width: 200px;
  }
  #home-section-1 .col-more{
    text-align: right;
  }
}

/*** about ***/
@media (min-width: 768px) {
  #page-about-2 .row{
    padding-left: 50px;
    padding-right: 50px;
    
  }
  #page-about-2 [class*="col-"]{
    background-color: #fff;
  }
  #page-about-2 .content{
    padding: 50px;
    box-shadow: 0px 0px 10px #777;
  }
  #page-about-2{
    margin-top: -100px;
  }
  #page-about-3 .wp-image-wrapper{
    position: relative;
    background-color: #a99686;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #page-about-3 .wp-image-wrapper img{
    margin-left: 40px;
  }
  .content-about-3{
    padding-left: 70px;
  }
}

/*** service ***/
.banner-service{
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
h1.title-service{
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--mau3);
}
h3.title-service{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* single page */
#content{
  padding-top: 30px;
}
#breadcrumbs{
  padding: 10px 0px;
}
#breadcrumbs a{
  color: #222;
}
.thumbnail-page{
  text-align: center;
  padding: 15px 10px;
}
.content p, .content img, .wp-caption{
  margin-bottom: 20px;
}
.content a{
  color: var(--mau3);
}
.content img{
    height: auto !important;
}
.content ul li{
  list-style: inside;
  padding-left: 20px;
  margin-bottom: 9px;
  line-height: 30px;
}
.content ol li{
  list-style: decimal;
  margin-left: 15px;
}
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px !important;
  border: 1px solid #ddd;
}
.content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.content table td, table th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}
.content table tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
.wp-caption{
    max-width: 100%;
}
.excerpt{
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 5px;
}
.content-xam{
  background: #f0f0f0;
  padding: 10px;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  margin: 0px auto 10px;
  display: block;
}
.comment-list article{
  overflow: hidden;
}
.comment-list .children{
  padding-left: 30px;
}
.comment-meta{
  margin-right: 15px;
}
.comment-list .avatar{
  width: 80px;
  height: auto;
  float: left;
  margin: 0px 10px 0px;
  border-radius: 100%;
}
.comment-date{
  margin-bottom: 0px;
}
.author .comment-reply-link{
  display: none;
}
.author #respond, .author .btn-sm{
  display: none;
}
li.comment{
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-caption-text{
  text-align: center;
  background: #e0e0e0;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc(100% - 0px);
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px;
}
a.thumbnail:hover, a.thumbnail:focus{
  color: var(--mau1);
}
.tilte-line {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #111;
}
.wp-title-sing{
  margin-bottom: 15px;
}
.wp-title-sing h1{
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.wp-title-sing p{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #555;
}
.sub-title{
  margin-bottom: 10px;
}

#productCatTabs{
  align-items: center;
  justify-content: center;
  border: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active{
  border: none;
  border-color: transparent;
  font-weight: bold;
  font-size: 20px;
}
.nav-tabs .nav-link{
  padding: 10px 20px;
  margin-right: 10px;
  background: transparent;
}
.nav-tabs .nav-link.active{
  border-bottom: 2px solid #111 !important;
}

/*** category ***/
.post-edit-link{
  float: left;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 7px;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
}
.title-post-cat a{
  line-height: 1.3;
}
.poscat{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.poscat a{
  color: #222;
}
.poscat .name-cat{
  color: var(--mau1);
  font-size: 15px;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.catsp{
  text-align: center;
}
.catsp img{
  margin-bottom: 10px;
}
.xam{
  color: #555;
}
.do{
  color: red;
}
.title-sp{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 25px;
  display: inline-block;
  height: 50px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background:var(--mau1);
	border-color: var(--mau1);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: var(--mau1);
}
.info-news{
  text-align: justify;
}
.info-news p{
  line-height: 1.1;
}
@media (min-width: 768px) {
  .thumbnail-post-cat {
    width: 280px; /* Fixed width on desktop */
    flex-shrink: 0; /* Prevent shrinking in flex container */
    display: flex;
    align-items: center;
  }
  .info-news{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .thumbnail-post-cat {
    width: 100%;
  }
  .thumbnail-post-cat img{
    margin-bottom: 10px;
  }
  .poscat{
    display: block;
    width: 100%;
  }
  .poscat img{
    width: 100%;
  }
}

/*** sidebar ***/
.sb{
  margin-bottom: 15px;
}
.title-sb, .woocommerce-order-details__title, .woocommerce-column__title{
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
.content-sb{
  position: relative;
}
.spsb{
  padding: 10px;
  border: 1px solid var(--mau1);
  margin-bottom: 10px;
}
.menusb li{
  background: #f0f0f0;
  padding:5px 10px;
  border-bottom: 1px solid #fff;
}
.menusb a:before{
  content: "\f101";
  font:normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.menusb li:hover a{
  padding-left: 15px;
}
.menusb li:first-child{
  border-top: 0px;
}
.menusb li:last-child{
  border-bottom: 0px;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .sp img{
  height: auto;
}
.sb .sp .thumbnail{
  margin:0px;
}
.sb .title{
  color: var(--mau1)
}
.sb .title h2{
  font-size: 17px;
  color: #222;
  line-height: 25px;
  margin: 0px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
  float: left;
}
a.thumbnail:hover, a.thumbnail:active{
  border-color: var(--mau1);
}
.previousowl{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #f0f0f0;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #555;
  cursor: pointer;
  width: 30px;
  height: 30px;
  left:0px;
}
.nextowl{
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #f0f0f0;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #555;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right:0px;
}
.owl-item .thumbnail-pro-cat{
  transform: scale(0.99);
}
.sbnewpro .nextowl, .sbnewpro .previousowl{
  top: 100px;
}
.sb .post .thumbnail{
  float: left;
  margin:0px 10px 0px 0px;
}
.sb .post img{
  width: 90px;
  height: auto;
}
.sb .post .title-post{
  font-size: 15px;
  line-height: 25px;
}
.wp-contain-menu{
  flex-direction: row;
}
#contact-modal .number{
  border: 1px solid #111;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 5px;
  font-size: 15px;
  display: inline-block;
}

/*** footer ***/
footer{
  background: #24201a;
  padding: 50px 0px 50px 0px;
  color: #fff;
}
.w100 *{
  max-width: 100%;
}
footer a{
  color: #fff;
}
footer ul{
  padding: 0px;
}
footer li{
  list-style: none;
  transition: all 1s;
  margin-bottom: 7px;
}
footer li:hover{
  padding-left: 10px;
}
footer li:hover a{
  color: var(--mau1);
}
footer p{
  margin-bottom: 4px;
}
footer .content-info .fa{
  width: 25px;
}
footer .title-line{
  color: var(--mau1);
}
footer .fa{
  color: var(--mau1);
}
.navfooter{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.logo-footer img{
  width: 100px;
}
.wp-bct{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.line{
  background-color: #374151;
  height: 1px;
  margin: 25px 0px;
}
footer h3{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.contentf h2, .contentf h3, .contentf h4, .title-f{
  font-size: 19px;
  margin-bottom: 12px;
  color: var(--mau1);
  text-transform: uppercase;
}
.copyright a{
  color: #e5e5e5;
}
.between{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.info-footer{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.info-footer i{
  margin-right: 5px;
}
.social-footer{
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social-footer li a{
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.social-footer li a:hover{
  color: var(--mau1);
}
.logo-footer{
  filter: brightness(0) invert(1);
}
.copyright{
  font-size: 14px;
}
.back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #888;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item{
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.product-item:hover .product-image {
  background-size: 105%;
  opacity: 0.8;
}
.product-image{
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
  transition: all 1s;
}
.product-item .title-product{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
}
.product-item .product-tags{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f5f5f5;
  color: #111;
  padding: 0px 15px 5px 15px;
  border-radius: 15px;
  z-index: 1;
}
.product-item .product-tags .product-tag{
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

/*** responsive ***/
@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
  .col-cus-2{
    width: 20%;
  }
  .modal-lg{
    min-width: 1130px;
  }
}
@media (min-width: 1025px) {
  .cot5{
    width: 20%;
  }
  .navbar-nav {
    position: static !important;
  }
  .megamenu{
    position: static !important;
  }
  .dropdown-menu[data-bs-popper]{
    margin-top: 0px;
  }
  .navbar-nav > li:hover > .dropdown-menu, .navbar-nav > li.show > .dropdown-menu{
    display: block !important;
    top: 100%;
  }
  .navbar-nav > li.megamenu:hover > .dropdown-menu{
    display: flex !important;
  }
  #about{
    padding: 50px 0px;
  }
}
@media (max-width: 992px) {
  .hidden-mm{
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none !important;
  }
  .modal .wpcf7 input{
    min-width: 470px;
  }
  .modal-dialog{
    margin-top: 100px;
  }
  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    opacity: 1;
  }
  .list-phone{
    display: flex;
    flex-direction: row;
    gap: 120px;
  }
  .social_block{
    float: right;
  }
  nav .right button{
    background-color: transparent;
    border: none;
    color: var(--mau1);
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
    padding: 6px 7px;
  }
  nav .right{
    margin-right: 10px;
  }
  .wp-contain-menu{
    display: flex;
  }
  .wp-bct{
    justify-content: flex-end;
  }
  .fixed-bottom .cart-link i{
    font-size: 35px;
  }
  .fixed-bottom .list-phone i{
    font-size: 35px;
  }
  .fixed-bottom .hotline{
    line-height: 1;
  }
  .fixed-bottom .hotline:before{
    display: none;
  }
  .fixed-bottom .list-phone .name{
    font-size: 15px;
  }
  .row-20px{
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-20px [class*="col-"]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-lg{
    min-width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .nav>li>a{
    padding: 5px 6.4px;
  }
}
@media (max-width: 767px) {
  .hidden-mobile, #top-bar{
    display: none !important;
  }
  body{
    padding-top: 50px;
    font-size: 15px;
  }
  nav .container-fluid{
    padding: 0px;
  }
  .container-fluid{
    padding-left: 10px;
    padding-right: 10px;
  }
  .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .row5pxmb{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row5pxmb [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }

  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .nav-middle .owl-next{
    right: 10px;
  }
  .nav-middle .owl-prev{
    left: 10px;
  }
  .modal-body iframe{
    width: calc(100vw - 60px);
    min-height: 250px;
  }
  .nav-tabs.no-border{
    gap: 10px;
  }
  .slider .item{
    height: 300px;
  }
  .content-slider{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    height: unset;
  }
  footer .first-row .between{
    align-items: center;
    justify-content: center;
  }
  .logo-footer img{
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  .info-footer{
    flex-direction: column;
  }
  .thumbnail-page{
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
    background-position: center;
  }
  .title-dv.page{
    font-size: 20px;
    line-height: 1.2;
  }
  .btn-lienhe-wrap{
    display: none;
  }
  .service-item{
    padding: 10px;
  }
  h3.title-service{
    font-size: 16px;
  }
  #home-section-1 img{
    margin: 0px auto 10px;
  }
  #home-section-1 .tt-about{
    text-align: center;
  }
  .col-more{
    text-align: center;
  }
  .sp{
    margin-bottom: 15px;
    display: block;
  }
  .sp .info-sp {
    opacity: 1;
  }
  .item-tt .number{
    font-size: 40px;
    margin-bottom: 5px;
  }
  .item-tt .title{
    font-size: 18px;
  }
  .product-item .title-product{
    font-size: 18px;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
}
@media (max-width: 480px) {
  
}
