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

/*** header ***/
header{
  padding: 10px 0px;
}
header form{
  margin-top: 7px;
}
.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;
}
@media ( min-width: 768px ){
  .socials{
    margin-top: 10px;
  }
  .logohead img{
    margin-right: 10px;
  }
}
@media ( max-width: 767px ){
  header{
    display: none;
  }
  .logohead span{
    display: none;
  }
}


/*** menu ***/
.wpfixed{
  margin-bottom: 15px;
}
.navbar{
  margin: 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
  padding: 0px;
}
#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;
    margin-bottom: 10px;
  }
  #main-menu{
    display: block !important;
    position: relative;
  }
  .navbar{
    background-color: #fff;
  }
  .nav-link{
    padding: 15px 20px;
    color: #111;
    position: relative;
  }
  .home .wpfixed{
    margin-bottom: 0px;
  }
  .navbar-nav{
    float: right;
  }
  .navbar-nav > li > a{
    padding: 7px 15px !important;
    color: #111;
  }
  .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: #fff;
    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(--mau1);
    color: white;
  }
  li > .dropdown-menu:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: var(--mau1);
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    left: 17px;
    z-index: 2;
  }

}
@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;
    border: none;
  }
  .navbar-brand{
    padding: 5px 0px 0px 10px;
  }
  .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;
    display: block;
  }
  .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{
    color: white;
    background-color: var(--mau1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 2s infinite;
}


.slider{
  margin-bottom: 40px;
}
.uu_diem{
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.uu_diem img{
  height: 50px;
  display: block;
  margin: 0px auto 10px;
}
.uu_diem h3{
  font-size: 18px;
  font-weight: bold;
  color: var(--mau1);
}
.uu_diem p{
  font-size: 16px;
  color: #333;
}

#thungo{
  padding-top: 40px;
  padding-bottom: 40px;
}
#thungo .item{
  margin-bottom: 20px;
}
#thungo .item img{
  border-radius: 7px;
  margin-bottom: 10px;
}
#thungo h3, #thungo h4{
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

/* dichvu */
#dichvu{
  padding: 40px 0px 20px 0px;
  background-color: #f5f5f5;
}
.item_dv{
  margin-bottom: 20px;
  color: #222;
  display: block;
}
.item_dv img{
  border-radius: 7px;
  margin-bottom: 10px;
}
.item_dv h4{
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
  color: white;
}
.item_dv .wp-img{
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.title-dv img{
  transition: all 1s;
}
.item_dv:hover .title-dv img{
  transform: scale(1.1);
}
.item_dv .wp-img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7px;
  height: 100px;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.title-dv{
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
}


/* quytrinh */
#quytrinh{
  padding: 40px 0px 20px 0px;
}
.item_quytrinh{
  margin-bottom: 20px;
  color: #222;
  display: block;
}
.item_quytrinh img{
  display: block;
  height: 45px;
  margin-bottom: 10px;
}
.item_quytrinh b{
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
.title-quytrinh{
  margin-bottom: 3px;
}

/* album */
.home #album{
  padding: 40px 0px 20px 0px;
  background-color: #f5f5f5;
}
.item_album{
  margin-bottom: 20px;
}
.item_album img{
  border-radius: 7px;
}
.owl-next, .owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background-color: var(--mau1);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}
.owl-next{
  right: 0;
}
.owl-prev{
  left: 0;
}

/*** 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 ***/
.chude{
  background-color: white;
  border-radius: 5px;
  padding:10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.thumbnail-post-cat img{
  border-radius: 7px;
}
.poscat p{
  color: #888;
}
.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, .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;
}
.postcol img{
  float: left;
  width: 90px;
  margin-right: 10px;
}
.des_news{
  color: #888;
  font-size: 14px;
}

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

/*** sidebar ***/
.sb{
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border-radius: 7px;
}
.title-sb{
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 10px;
  border-radius: 7px 7px 0px 0px;
  background-color: #087CC6;
  color: white;
}
.content-sb{
  position: relative;
  padding: 10px;
}
.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: 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: #222;
  border-top: 2px solid var(--mau1);
  padding: 50px 0px 10px 0px;
  font-size: 15px;
  color: #fff;
}
.w100 *{
  max-width: 100%;
}
.contact-buttons{
  display: none;
}
.list-phone, .list-phone a{
  color: var(--mau2);
}
.list-phone .item{
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.list-phone .name{
  font-size: 16px;
}
.list-phone i{
  font-size: 50px;
}
.chi_nhanh{
  margin-bottom: 15px;
  display: flex;
  align-items: left;
  gap: 10px;
  line-height: 1;
}
.cot5 .chi_nhanh:last-child{
  margin-bottom: 0px;
}
.chi_nhanh i{
  padding-top: 5px;
  font-size: 19px;
}
.chi_nhanh b{
  margin-bottom: 5px;
  text-transform: uppercase;
}
.social_block{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 15px;
}
.social_block a{
  color: #111;
  background: var(--mau2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
}

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 i{
  color: var(--mau1);
}
.wp-bct{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.listf li{
  padding: 5px 0px;
  border-bottom: 1px solid var(--mau1);
  list-style: none;
}
.listf li:last-child{
  border: none;
}
.line{
  background-color: #2f2f2f;
  height: 1px;
  margin: 25px 0px;
}
.box-f .menu a{
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.box-f .menu li:before{
  content: "\f105";
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}
.box-f .menu a:hover{
  padding-left: 10px;
  color: var(--xanh);
}
.box-f iframe{
  max-height: 220px;
}
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);
  font-weight: bold;
  text-transform: uppercase;
}
.copyright{
  font-size: 13px;
  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;
}
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: var(--mau1);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 99;
  transition: all 0.3s ease;
}
#back-to-top:hover {
  background: var(--mau2);
}
#icons{
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 999;
  width: 50px;
  left: auto;
  padding-left: 0px;
}
#icons li{
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
  list-style: none;
}

/*** 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;
  }
  .logged-in .truot{
    top: 32px;
  }
}
@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;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
  .title-product{
      height: 85px;
      overflow: hidden;
  }
}
@media (max-width: 480px) {
  
}
