/*
Theme Name: netsa.vn_v2.0
Theme URI: http://netsa.vn
Version:2.0
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=Roboto:wght@100;400;700&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.6;
}
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;
  font-weight: bold;
}
del {
  text-decoration: line-through;
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
 text-decoration:  none;
 /* color: var(--mau1); */
 color: blue;
 transition: all 1s;
}
a:hover, a:focus{
  color: var(--mau2);
  text-decoration: none;
  outline: none;
}
img{
  display: inline-block;
  max-width: 100%;
}
body, .btn{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}
.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%;
}
h1 {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 8px;
}
h2 {
  font-size: 27px;
  line-height: 39px;
  margin-bottom: 7px;
}
h3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 5px;
}
h4 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 5px;
}
.title-line{
  border-bottom: 2px solid #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.title-line::after {
  background: var(--mau1) 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: 70px;
}


/*** 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{
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--mau2);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--mau1);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.row-20px{
  margin-left: -20px;
  margin-right: -20px;
}
.row-20px [class*="col-"]{
  padding-left: 20px;
  padding-right: 20px;
}
.ndtop img{
  width: 100%;
}
.wpcf7 form .wpcf7-response-output{
  margin: 10px 0px;
}
.owl-carousel{
  padding-left: 0px;
  padding-right: 0px;
}

/*** header ***/
header{
  padding: 10px 0px;
}
header form{
  margin-top: 7px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  border-color: #ccc;
}

#listajaxs{
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  background: #fff;
  max-height: 330px;
  overflow: auto;
  box-shadow: 0px 0px 3px #aaa;
}
#listajaxs .spajax{
  padding: 7px 10px;
}
#listajaxs .hinhsp{
  float:left;
  margin:0px 10px 0px 0px
}
#listajaxs .title-pro-cat{
  height: unset;
  max-height: 50px;
  margin:0px;
}
#listajaxs img{
  max-width: 65px;
  max-height: 65px;
}
#listajaxs .gia{
  margin: 0px;
}
.spin {
  width: 20px; 
  height: 20px;    
  border-radius: 50%;
  border: 3px solid #fff;
  border-left-color: rgb(29, 161, 242);
  background: transparent;
  animation: rotate-s-loader 1s linear infinite;
  -webkit-animation: spin 4s infinite linear;
}

@-webkit-keyframes spin {
  0%  {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}   
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  padding: 6px 15px 6px 40px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  height: 33px;
}
@keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(4);transform:scale(4);opacity:0}}

.logohead{
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}
.logohead img{
  max-height: 50px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.logohead span{
  font-size: 20px;
  color: var(--mau1);
  font-weight: bold;
}
.infohead{
  line-height: 35px;
  margin-top: 7px;
  font-size: 17px;
}
.infohead .item{
  display: inline-block;
}
.infohead .fa{
  vertical-align: middle;
  font-size: 25px;
  margin-right: 7px;
  color: var(--mau1);
}
.owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 333;
}
.owl-dots.disabled{
  display: none;
}
#searchh{
  margin-top: 15px;
  position: relative;
  z-index: 333;
}
#listajaxs{
  position: absolute;
  top: 33px;
  left: 0px;
  width: 100%;
  background: #fff;
  max-height: 330px;
  overflow: auto;
  box-shadow: 0px 0px 3px #aaa;
}
#listajaxs .spajax{
  padding: 7px 10px;
}
#listajaxs .hinhsp{
  float:left;
  margin:0px 10px 0px 0px
}
#listajaxs .title-pro-cat{
  height: unset;
  max-height: 50px;
  margin:0px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
#listajaxs img{
  max-width: 65px;
}
#listajaxs .gia{
  margin: 0px;
}
.spin {
  width: 20px; 
  height: 20px;    
  border-radius: 50%;
  border: 3px solid #fff;
  border-left-color: rgb(29, 161, 242);
  background: transparent;
  animation: rotate-s-loader 1s linear infinite;
  -webkit-animation: spin 4s infinite linear;
}
@-webkit-keyframes spin {
  0%  {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}   
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  padding: 6px 15px 6px 40px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  height: 33px;
}
.listhead li{
  list-style: none;
  display: inline-block;
  width: 32%;
}
.listhead a{
  display: flex;
  flex-direction: row;
  color: #222;
}
.listhead .fa{
  font-size: 30px;
  margin-right: 15px;
  margin-top: 10px;
  color: var(--mau2);
}
.listhead p{
  color: #888;
}
.select2-container{
  height: 33px;
}
.select2-container .select2-selection--single{
  height: 100%;
}
#billing_email_field{
  display: none;
}
@media ( min-width: 768px ){
  .socials{
    margin-top: 10px;
  }
  .infohead .hotline{
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
  }
  .infohead .hotline:before{
    content: "";
    width: 2px;
    height: 25px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0px;
    top: 7px;
  }
  .logohead img{
    margin-right: 10px;
  }
}
@media ( max-width: 767px ){
  header{
    display: none;
  }
  .logohead span{
    display: none;
  }
}


/*** menu ***/
.navbar{
  margin: 0px 0px 15px 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
}
#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;
}
.nav-link{
  text-transform: uppercase;
}
.navbar-nav > li > a{
  font-size: 16px;
}
@media ( min-width: 768px ){
  nav{
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 13%) !important;
    background-color: var(--mau1);
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-menu{
    display: block !important;
    position: relative;
  }
  .nav-link{
    padding: 15px 20px;
    color: #111;
    position: relative;
  }
  .navbar-nav > li > a{
    padding: 7px 15px !important;
  }
  .nav>li:hover>ul{
    display: block;
  }
  .nav>li:last-child>a:before{
    background: none;
  }
  #menu .navbar-nav > .current-menu-item > a, #menu .nav>li>a:hover, #menu .nav>li>a:focus, #menu .nav>li>a:active, .navbar-nav > .current-menu-item > a{
    background-color: var(--mau2);
    color: var(--mau1) !important;
    border-radius: 5px;
  }
  .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;
  }
  .dropdown-menu > li a:hover{
    background: var(--mau2);
    color: white;
  }

  /*** menu 4 cot ***/
  /* .navbar-nav  > li{
		position: static;
    padding: 5px 0px;
	}
  li > .dropdown-menu:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: var(--mau1);
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    left: 17px;
    z-index: 2;
  }
	.navbar-nav  > li:hover > ul{
		display: block;
	}
	.navbar-nav > li > .dropdown-menu{
		left: 0px !important;
		width: 100%;
    overflow: hidden;
    top: 47px;
	}
	.navbar-nav  > li li ul{
		display: block;
		left: 0%;
		top: 0px;
		box-shadow: none;
		position: static;
	}
	.navbar-nav  > li > .dropdown-menu > li > a{
		font-weight: bold;
		text-transform: uppercase;
    color: var(--mau2);
	}
	.navbar-nav  > li > .dropdown-menu .caret{
		display: none;
	}
	.navbar-nav  > li > .dropdown-menu > li a{
		line-height: 30px;
	}
	.navbar-nav  .dropdown-menu a:hover, .nav .dropdown-menu a:focus{
		background: none;
		color: var(--xl);;
	}
	.navbar-nav  > li >ul> li{
		width: 25% !important;
		display: inline-block;
		float: left;
		padding:10px;
	}
  .navbar-nav li li .dropdown-toggle::after{
    display: none;
  }
	.navbar-nav .dropdown-menu .dropdown-menu{
		border:0px;
		width: 100%;
		position: static !important;
	}
	.navbar-nav  .dropdown-menu  .dropdown-menu li:last-child a{
		border:0px;
	}
	.navbar-nav > li > a:before{
		width: 0;
		content: "";
		height: 0;
		position: absolute;
		bottom: -2px;
		left: calc(50% - 3px);
		z-index: 9999;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #fff transparent;
		display: none;
	}
	.navbar-nav > li > a:hover:before, .navbar-nav > li.open > a:before{
		display: block;
	} */
}
@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;
  }
  nav > .container{
    padding: 0px;
  }
  nav .navbar-toggler{
    margin-right: 10px;
  }
  .navbar-brand{
    padding: 5px 0px 0px 10px;
    height: 40px;
  }
  .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;
  }
  /* 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-left: 10px;
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-parent > a{
    background: #f0f0f0;
  }
  .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;
  }
  .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    background-color: #e5e5e5;
  }
}


/*** km ***/
#sptb{
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
}
#sptb .countdown{
  margin-bottom: 5px;
}
.countdown .item{
  background-color: var(--mau2);
  padding: 5px 7px;
  color: white;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  margin: 0px 2px;
  border-radius: 3px;
  margin-bottom: 3px;
  box-shadow: 0px 0px 2px #aaa;
}
.title-home-bg{
  color: var(--mau2);
  font-weight: bold;
  text-transform: uppercase;
}
.title-home-bg .fa{
  font-size: 30px;
}
#sptb{
  background: var(--bg_km_1);
  background: linear-gradient(135deg, var(--bg_km_1), var(--bg_km_2));
}
@media ( max-width: 767px ){
  .wpkm{
    padding: 0px;
  }
  #sptb{
    border-radius: 0px;
  }
}

/*** tieu bieu ***/
#tieubieu{
  padding: 40px 0px 20px 0px;
}
.btn-add-to-cart, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.btn-add-to-cart{
  background-color: var(--mau1);
  border: none;
  color: var(--mau2); 
  font-weight: 400;
}
.price{
  margin-bottom: 5px;
  height: 25px;
  color: var(--mau2);
}
.price .price-old{
  font-size: 13px;
  color:#999;
}
.price > .price-old{
  font-size: 13px;
  color:#999;
}
.price > .price-new{
  font-weight: bold;
  color: var(--mau2);
}
.sp{
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.sp img{
  border-radius: 5px;
  transition: all 1s;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.ledit a{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--mau2);
  color: white;
  font-size: 13px;
  display: block;
}
.percent{
  color: white;
  background-color: var(--mau2);
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.thumbnail-pro-cat{
  margin-bottom: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.thumbnail-pro-cat a{
  display: block;
  width: 100%;
  height: 100%;
}
.sp:hover img{
  transform: scale(1.1);
}
.wptitle{
  height: 50px;
}
.owlcat .wptitle{
  height: unset;
}
.wptitle *{
  display: inline-block;
}
.wptitle .title-pro-cat{
  color: #333;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0px;
  height: 50px;
  overflow: hidden;
  font-weight: normal;
}
.owl-next{
  position: absolute;
  right: 0px;
  top: calc( 50% - 10px );
  z-index: 100;
  font-size: 17px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: var(--mau1) !important;
  line-height: 30px;
  color: var(--mau2) !important;
  text-align: center;
}
.owl-prev{
  text-align: center;
  position: absolute;
  left: 0px;
  top: calc( 50% - 10px );
  z-index: 100;
  font-size: 17px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: var(--mau1) !important;
  line-height: 30px;
  color: var(--mau2) !important;
}
.owl-theme .disabled{
  display: none;
}

/*** chonct ***/
#chonct{
  margin-bottom: 30px;
}
.imgchonct{
  border-radius: 10px;
  margin-bottom: 20px;
}
.visao{
  margin-bottom: 15px;
  overflow: hidden;
}
.visao img{
  float: left;
  margin-right: 15px;
  max-width: 80px;
}
.visao p{
  color: #888;
}

/*** nhomsp ***/
.tilte-home{
  margin-bottom: 25px;
  text-align: center;
}
.nhomsp{
  position: relative;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.nhomsp img{
  transition: all 1s;
}
.nhomsp .name{
  position: absolute;
  top: calc( 50% - 13px );
  left: 0px;
  z-index: 3;
  width: 100%;
  color: white;
  font-size: 17px;
  font-weight: bold;
}
.nhomsp:before{
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.nhomsp:hover img{
  transform: scale(1.1);
}
.more{
  color: var(--mau2)
}
@media ( min-width: 768px ){
  .owlcat{
    padding-left: 50px;
    padding-right: 50px;
  }
  .more{
    float: right;
    margin-top: 7px;
  }
}

/*** title-home ***/
.title-home{
  margin-bottom: 25px;
}
.title-home .txt-main{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  color: var(--mau2);
  margin-bottom: 0px;
}
.title-home .txt-sub{
  color: #888;
}
.style2{
  text-align: left;
}
.banner, .banner img{
  transition: all 1s;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
  width: 100%;
}
.banner:hover, .banner:hover img{
  opacity: 0.85;
}

/*** news ***/
.box{
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 20px;
}
.chude{
  background-color: white;
  border-radius: 5px;
  padding:10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box .chude:last-child{
  margin: 0px;
}
.chude img{
  float: left;
  margin-right: 10px;
  width: 80px;
}
#news{
  padding: 30px 0px 15px 0px;
}
.postcol{
  margin-bottom: 15px;
  overflow: hidden;
}
.postcol img{
  width: 100%;
  aspect-ratio : 1 / 1;
  float: none;
  margin-bottom: 10px;
  border-radius: 7px;
}
.blog_inner img{
  margin-bottom: 10px;
  border-radius: 7px;
}
.postcol a{
  color: #333;
}
.title-news{
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 4px;
  color: #333;
}
.des_news{
  color: #888;
  font-size: 14px;
}
.blogsmall{
  margin-bottom: 10px;
}
.blogsmall img{
  float: left;
  margin: 0px 10px 0px 0px;
  max-width: 90px;
  border-radius: 5px;
}

/*** single pro ***/
.title-pro-sing {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0px;
}
.title-box {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.statuspro{
  margin-bottom: 10px;
  display: block;
}
.hotro .fa{
  background-color: red;
  color: white;
  font-size: 19px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.wpbtnsing .btn p {
  font-size: 15px;
  opacity: 0.95;
  font-weight: 300;
}
.uudai{
  margin-bottom: 10px;
}
.price-sing{
  margin-bottom: 10px;
}
.uudai img {
  display: inline-block
}
.uudai li {
  line-height: 23px
}
.uudai .head {
  margin-bottom: 2px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  display: block;
  font-weight: bold;
}
.uudai .nd{
  padding: 10px;
}
.uudai .maintxt {
  font-weight: 700
}
.uudai .sc {
  color: #555;
  font-size: 14px
}
.uudai li::before {
  color: green;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin-right: 8px;
  color: #4bda05
}
.uudai.dikem li {
  padding-left: 10px;
  position: relative
}
.uudai.dikem li img {
  position: absolute;
  top: 7px;
  left: 0
}
.uudai {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.ndkmsing {
  padding: 10px
}
.wpchon{
  margin-bottom: 10px;
}
.wpchon img{
  display: block;
  max-height: 40px;
}
.nopadding .itemc{
  padding: 0px;
}
.title-chon{
  font-weight: bold;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 5px;
  display: block;
}
.uppercase{
text-transform: uppercase;
}
.itemc{
  padding: 5px 7px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 7px;
  display: inline-block;
}
.itemc.active{
  color: red;
  border: 1px solid red;
  background: transparent url("images/check.png") bottom right no-repeat;
}
.choosecolor{
  padding: 0px;
}
.choosecolor.disable{
  border: 1px solid #e5e5e5 !important;
  cursor: not-allowed;
  overflow: hidden;
  position: relative;
}
.choosecolor.disable img{
  filter: grayscale(100%);
}
.choosecolor.disable::before {
  content: '';
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%) rotate(-45deg);
  height: 1px;
  z-index: 2;
  width: 200%;
}
.choosecolor.disable::after {
  content: '';
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%) rotate(45deg);
  height: 1px;
  z-index: 2;
  width: 200%;
}
.custom-buy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
}
.other-buy .quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cbcbcb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.other-buy .quantity .btn{
  color: #cbcbcb;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 0;
  font-size: 12px;
  line-height: 31px;
}
.other-buy .quantity .btn:hover{
  color: #fff;
  background: #cbcbcb;
}
.other-buy .txtNumPro{
  width: 40px;
  height: 31px;
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
  border: 0;
  padding: 7px 0;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.price-sing .price-old, .price-sing .price-old span, .price-sing .price del{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.price-sing .price-new, .price-sing .price > .amount, .price-sing .price ins{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: var(--mau2);
}
.price-sing del .price-new{
  font-size: 19px;
  font-weight: normal;
  color: #999;
}
.per{
  color: red;
}
.wpcontent {
  overflow: hidden;
  padding-bottom: 90px;
  position: relative;
  transition: all 1s;
  height: 400px;
}
.wpcontent:not(.show) {
  height: 400px;
}
.wp {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 100%);
  text-align: center;
  padding: 50px 0px 10px 0px;
  width: 100%;
}
.btnxemthem{
  box-shadow: 0 0 0 0 var(--do);
  display: inline-block;
  -webkit-animation: pulse 1.5s infinite;
	-moz-animation: pulse 1.5s infinite;
	-o-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

@-webkit-keyframes pulse {
	0% {
		@include transform(scale(.9));
	}

	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}

	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}
@-moz-keyframes pulse {
	0% {
		@include transform(scale(.9));
	}

	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}

	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}
@keyframes pulse {
	0% {
		@include transform(scale(.9));
	}

	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}

	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}

/*** page and single ***/
#breadcrumb{
  margin-bottom: 15px;
  padding: 10px 0px;
  background-color: #f5f5f5;
}
.comment-form-cookies-consent, .comment-form-url,#reply-title{
    display: none;
}
.comment-form-email{
    margin-bottom: 10px;
}
#comment{
    height: 150px;
}
.comment-form-author{
    float: left;
    width: 49%;
}
.comment-form-email{
    float: right;
    width: 49%;
}
#submit{
    margin-top: 10px;
}
#breadcrumbs{
  padding: 10px 0px;
}
#breadcrumbs a{
  color: #222;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
}
.content img{
    height: auto !important;
}
.content ol li{
  list-style: decimal;
  margin-left: 15px;
}
.content ul li{
  list-style: inside;
}
.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 iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.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;
}

/*** category ***/
.thumbnail-post-cat{
  max-width: 150px;
  height: auto;
  margin-right: 10px;
  float: left;
}
.post-edit-link{
  float: left;
}
.blog-img img{
  margin-bottom: 10px;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}
.poscat{
  margin-bottom: 15px;
}
.poscat a{
  color: #222;
}
.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(--mau2);
	border-color: var(--mau2);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #222;
}

/*** 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: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.sb .sp .thumbnail{
  margin:0px;
}
.sb .title{
  color: var(--mau1)
}
.sb .title h2{
  font-size: 15px;
  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;
}
.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;
}

/*** footer ***/
footer{
  background: var(--mau1);
  border-top: 2px solid var(--mau2);
  padding:20px 0px 10px 0px;
  font-size: 15px;
}
.w100 *{
  max-width: 100%;
}
footer a{
  color: #222;
}
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: 7px;
}
footer .content-info .fa{
  width: 25px;
}
footer .title-line{
  color: var(--mau1);
}
footer .fa{
  color: var(--mau1);
}
.listf li{
  padding: 5px 0px;
  border-bottom: 1px solid var(--mau1);
  list-style: none;
}
.listf li:last-child{
  border: none;
}
.line{
  background-color: #f0f0f0;
  height: 1px;
  margin: 15px 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;
}
.copyright{
  font-size: 13px;
  text-align: center;
  padding: 10px 0px;
  background-color: #444;
  color: #fff;
}
.copyright a{
  color: #e5e5e5;
}
#social_block li{
  display: inline-block;
  margin-right: 10px;
}
footer .contentf li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}

/*** responsive ***/
@media (min-width: 1025px) {
  .cot5{
    width: 20%;
  }
}
@media (max-width: 992px) {
  .hidden-mm{
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  .modal .wpcf7 input{
    min-width: 470px;
  }

}
@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{
    display: none;
  }
  body{
    padding-top:50px;
  }
  .row5pxmb{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row5pxmb [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .modal-body iframe{
    width: calc(100vw - 60px);
    min-height: 250px;
  }
  .row{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .price{
    font-size: 14px;
  }
  .sp{
    padding: 0px;
    background-color: transparent;
  }
  .dropdown-menu {
    padding: 0px;
    border: none;
    background-color: transparent !important;
    margin: 0px !important;
    display: block;
  }
  .dropdown-menu ul > li > a{
    padding-left: 45px;
  }
  nav .navbar-toggler {
    border-color: transparent;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
  .title-product{
      height: 85px;
      overflow: hidden;
  }
}
@media (max-width: 375px) {
  .price{
    font-size: 13px;
  }
}
