/*
Theme Name: netsa.vn
Theme URI: http://netsa.vn
Version:1.0
Author: Đinh Văn Tấn
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/

.mt-30 {
  margin-top:  30px;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mt-10{
  margin-top: 1rem;
}
.mb-10{
  margin-bottom: 1rem;
}
.dropdown-submenu{
  position: relative;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}
.backtotop {
  position: fixed;
  bottom: 8rem;
  right: 4rem;
  z-index: 100;
  transform: translateX(3rem);
  -webkit-transform: translateX(3rem);
  -moz-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  -o-transform: translateX(3rem);
  transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  opacity: 0;
  pointer-events: none;
}
.backtotop {
  right: 2rem;
}
.backtotop.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.backtotop-item {
  margin-top: 0.5rem;
}
.backtotop-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
  margin: auto;
  margin-top: 1.6rem;
}
.backtotop-btn:hover {
  opacity: 0.5;
}
.backtotop-btn img {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.backtotop-btn:hover img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.box-register  {
  align-items: center;
  display: flex;
  flex-flow: row;
  min-height: auto;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.align-items-center{ 
  align-items: center;
}
.box-register {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(254, 215, 0);
}
.box-register input[type="submit"]:hover, .box-register input[type="submit"]:active{
  color:#ffffff;
} 
.box-register .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.icon-box-left, .icon-box-right {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.text-left {
  text-align: left;
}
.icon-box .icon-box-img {
  margin-bottom: 1em;
  max-width: 100%;
  position: relative;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: 200px;
}
.icon-box-img img, .icon-box-img svg {
  padding-top: 0.2em;
  width: 100%;
  height: auto;
}
.icon-box-left .icon-box-text, .icon-box-right .icon-box-text {
  flex: 1 1 0px;
}
.box-align-center .icon-box-text {
  align-self: center;
}
.icon-box-left .icon-box-img+.icon-box-text {
  padding-left: 1em;
}
.box-align-center .icon-box-text h3{
  font-size: 17px;
}
.last-reset :last-child {
  margin-bottom: 0;
}
.btn-register {
  border-radius: 20px !important;
  color: #ffffff;
  background-color: #000;
  padding: 6px 20px !important;
  text-transform: none;
}
.input-wrapper input{
  margin-bottom: 0;
  height: 40px;
  box-shadow: none;
  border: 0;
  border-radius: 20px;
}
#khachnoigi{
  text-align: center;
  background: #fff;
  padding-bottom: 35px;
  position: relative;
  padding-top: 80px;
  background: url(images/bg-customer.png?v=2) no-repeat top center;
  /*margin-top: -280px;*/
  background-size: cover;
}

.block-img .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -65px;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.block-content {
  text-align: left;
}
.block-content p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  background: url(images/icon-ellipse2.png) no-repeat top left;
  padding-top: 45px;
  margin-top: 60px;
  padding-right: 50px;
  padding-left: 20px;
}
.block-content .view-detail {
  margin-bottom: 30px;
}
.block-content .cus {
  font-size: 16px;
  color: #AF242E;
  padding-left: 20px;
}
.block-content .cus .info {
  font-weight: 450;
}
#hautruong  .hautruong-heading{
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 65px 0;
}
#hautruong  .hautruong-heading h3 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 800px){
  .hautruong-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
/*
@media (max-width: 600px){
  .hautruong-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
  }
}
*/
.hautruong-wrapper .hautruong-item, .hautruong-wrapper .hautruong-item a, .hautruong-wrapper .hautruong-item img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.hautruong-wrapper .hautruong-item img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11,13,23,.6);
}
.hautruong-wrapper .hautruong-item:hover img::after  {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.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;
  transition: all 1s;
}
.mw100pc, iframe{
  max-width: 100%;
}
.btn-danger{
  color: white !important;
}
img{
  max-width: 100%;
  display: block;
}
.row5px{
  margin-left: -5px;
  margin-right: -5px;
}
.row5px [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}
.skiptranslate, #google_translate_element{
  display: none;
}
body{
  top: 0px !important;
}
.bgtrang{
  background-color: white;
}

/*** header ***/
header{
  background: #333;
  color: white;
  padding: 0px 0px 90px 0px;
  border-bottom: 1px solid var(--xam);
  border-top: 1px solid var(--xam);
}
header a{
  color: white;
}
.socials a{
  font-size: 26px;
}
.socials img{
  display: inline-block;
  max-width: 22px;
}
.socials li{
  margin-right: 15px;
  display: inline-block;
}
.socials li:last-child{
  margin: 0px;
}
.wpslogan h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 10px;
  color: #fff;
}
.wpslogan .nd{
  margin-bottom: 40px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: justify;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.navbar-brand{
  height: unset;
}
.navbar-brand>img{
  height: 40px;
  margin-top: 13px;
  margin-left: 20px;
}
.owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 333;
}
.owl-dots.disabled{
  display: none;
}
@media ( min-width: 768px ){
  .navbar-brand{
    padding: 0px;
  }
  header{
    margin-top: -90px;
    height: calc( 100vh - 85px );
  }
  body:not(.home) header{
    display: none;
  }
}
@media ( max-width: 767px ){
  header{
    display: none;
  }
  .home header {
    height: calc( 60vh );
  }
  .input-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media ( max-width: 1160px ){
  .wpslogan{
    padding-top: 70px;
  }
  .home header {
    display: block;
    height: calc( 70vh );
    background-size: auto 100% !important;
  }
  .wpslogan h2{
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
    margin-left: 10px;
  }
  .wpslogan .nd{
    font-size: 15px;
  }
}


/*** menu ***/
.navbar{
  margin: 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;
}
#main-menu, #main-menu img{
  transition: all 1s;
}
.translation-links{
  float: right;
}
.translation-links li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.caret{
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline;
}
.caret:before{
  content: "\f078";
  font-size: 10px;
}
@media ( min-width: 768px ){
  .menuh{
    height: 90px;
  }
  #main-menu{
    position: relative;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 21px;
  }
  body:not(.home) #main-menu{
    background-color: var(--mau1);
  }
  #menu-main-menu{
    margin-top: 23px;
    transition: all 1s;
  }
  .translation-links{
    margin-top: 20px;
    margin-left: 10px;
    transition: all 1s;
  }
  .home .wpslogan{
    padding-top: 220px;
  }
  .truot#main-menu{
    background-color: var(--mau1);
    box-shadow: 0px 0px 4px #aaa;
    position: fixed;
  }
  .truot#main-menu .logo{
    height: 50px;
  }
  .truot#main-menu #menu-main-menu{
    margin-top: 0px;
  }
  .truot#main-menu .translation-links{
    margin-top: 9px;
  }
  .logged-in .truot{
    top: 32px;
  }
  .navbar-nav{
    float: right;
  }
  .navbar-nav>li{
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  .navbar-nav>li:last-child{
    margin-right: 0px;
    padding-right: 0px;
  }
  .navbar-nav>li:before{
    content: "";
    height: 18px;
    width: 1px;
    background-color: white;
    position: absolute;
    right: 0px;
    top: 6px;
  }
  .navbar-nav>li:nth-last-child(2):before, .navbar-nav>li:last-child:before{
    display: none;
  }
  .nav>li>a{
    padding: 6px 15px;
    color: #fff;
    font-weight:bold;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    margin-left: 10px;
  }
  .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{
    color: var(--mau1);
    background-color: #fff;
  }
  .dropdown-menu{
    padding: 0px;
    background-color: transparent;
    border: none;
  }
  .dropdown-menu a{
    background-color: white;
  }
  .dropdown-menu li:first-child a{
    border-radius: 5px 5px 0px 0px;
  }
  .dropdown-menu li:last-child a{
    border-radius: 0px 0px 5px 5px;
  }
  .dropdown-menu > li > a{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
  }
  .dropdown-menu > li a:hover{
    background: var(--mau1);
    color: white;
  }
}
@media ( max-width: 767px ){
  .logged-in{
    padding-top: 46px;
  }
  html{
    margin: 0px;
  }
  #main-menu{
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 444;
  }
  .navbar-brand{
    padding: 5px 0px 0px 10px;
  }
  .navbar-brand>img{
    height: 40px;
    margin: 0px;
  }
  #main-menu a{
    color: #222;
  }
  .dropdown-menu{
    padding: 0px;
  }
  .dropdown-menu>li>a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px;
  }

  #menu{
    position: absolute;
    z-index: 999;

  }
  #menu-main-menu{
    max-height: 330px;
    overflow-y: auto;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: #f5f5f5;
    -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;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-header{
    background: var(--mau1);
  }
  .navbar-header .translation-link{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }
  .navbar-header .translation-link img{
    height: 30px;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
  .dropdown-menu>li>a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .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;
  }
}

/*** doitac ***/
#doitac, #baochi{
  margin-bottom: 0px;
}
#doitac svg{
  position: absolute;
  top: -45px;
  left: calc( 50% - 100px );
  z-index: 10;
}
#doitac svg text{
  font-size: 19px;
  font-weight: bold;
}
.owl-prev{
  position: absolute;
  left: 10px;
  top: calc( 40% - 17px );
  background-color: #f5f5f5;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #ccc;
}
.owl-next{
  position: absolute;
  right: 10px;
  top: calc( 40% - 17px );
  background-color: #f5f5f5;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #ccc;
}
.owldt .owl-item, .owlbaochi .owl-item{
  padding: 20px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  vertical-align: middle;
}
div .owl-carousel .owl-item img{
  width: auto;
}
.owldt .owl-item img, .owlbaochi .owl-item img{
  max-height: 55px;
  display: inline-block;
}
.owldt .owl-nav{
  display: none;
}

/*** gioithieu ***/
#gioithieu{
  padding: 30px 0px 10px 0px;
  margin-bottom: 30px;
}
#gioithieu  .item{
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
  padding: 40px;
  background-image: url(https://diemtuavang.com/wp-content/uploads/2022/10/background-moi.jpg)
}
#gioithieu .main{
  margin-bottom: 20px;
  padding-bottom: 0px;
  position: relative;
}
#gioithieu .head1{
  color: 333;
  margin-bottom: 10px;
  display: block;
}
#gioithieu .head2{
  position: relative;
  font-size: 26px;
  line-height: 43px;
  margin-bottom: 2px;
  padding-bottom: 15px;
  display: block;
  color: #AF242E;
}
#gioithieu .head2:before{
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  background-color: var(--mau1);
}
@media (min-width: 768px) {
  #gioithieu .last{
    padding: 0px 0px 0px 20px;
  }
  .wpcontent{
    display: flex;
  }
}
@media (max-width: 767px) {
  #gioithieu{
    padding-top: 10px;
  }
  #gioithieu .wpcontent{
    margin-left: -10px;
    margin-right: -10px;
  }
  #gioithieu .main{
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  #gioithieu .item{
    box-shadow: none;
  }
}




/*** dichvu ***/
.wptab{
  margin-bottom: 30px;
}
.rowitem, .rowitemnews{
  display: none;
}
.rowitem.active, .rowitemnews.active{
  display: block;
}
.btntab, .btntabnews{
  background-color: #fff;
  color: #333;
  padding: 10px 15px;
  border-radius: 7px;
  font-weight: bold;
  margin: 0px 3px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
}

.btntab.active,.btntabnews.active{
  background-image: -webkit-linear-gradient(0deg,#c93540 8%,#be434c 89%);
  color: white;
}
#dichvu{
  padding: 30px 0px 15px 0px;
  background-image: url(https://diemtuavang.com/wp-content/uploads/2022/10/background-3.jpg);
}
.rowitem{
  margin-bottom: 15px;
}
#dichvu .item{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(https://diemtuavang.com/wp-content/uploads/2022/10/bg-1.jpg);
}
#dichvu .item img{
  display: inline-block;
  margin-bottom: 15px;
  height: 50px;
  transition: all 1s;
}

/*#dichvu .item:hover a{
  transform: translateY(8px);
}*/
#dichvu .item .title{
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

#dichvu .item p{
  padding: 0px 0px 10px 0px;
}
#dichvu .rowitem .item:nth-child(2),
#dichvu .rowitem .item:nth-child(4),
#dichvu .rowitem .item:nth-child(5),
#dichvu .rowitem .item:nth-child(7){
  background-image: url(https://diemtuavang.com/wp-content/uploads/2022/10/bg-2.jpg);
}
#dichvu .item a{
  color: inherit;
}
@media (min-width: 768px) {
  #dichvu .item{
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #dichvu .rowitem .item:nth-child(4n){
    border-right: none;
  }
  #dichvu .rowitem .item:nth-last-child(-n+4){
    border-bottom: none;
  }
  #dichvu .item:hover {
    background-color: #AF242E;
    color: #ffffff;
    background-image: none !important;
  }
  #dichvu .item:hover .title {
    color: #ffffff;
  }
}

@media ( max-width: 767px ){
  .wptab{
    width: 200%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  #dichvu .par{
    overflow-x: auto;
  }
  #dichvu .rowitem > .col-md-12{
    padding: 0px;
  }
  #dichvu .item{
    background-color: transparent;
    padding-bottom: 0px;
  }
  #dichvu .inside{
    padding: 10px
  }
}

/*** title-home ***/
.title-home{
  margin-bottom: 20px;
  position: relative;
}
.title-home.linebottom{
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.title-home.linebottom:before{
  content: "";
  background-color: var(--mau1);
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0px;
  left: calc( 50% - 50px );
}
.title-home .txt-main{
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
  color: #AF242E;
}
.title-home .txt-sub{
  color: #888;
  margin-bottom: 10px;
}
.title-home .txt-subtop{
  color: #333;
}

/*** doingu ***/
#doingu{
  padding: 30px 0px;
  background: #fff;
}
.itemdoingu img{
  transition: all 1s;
  width: 100%;
}
.itemdoingu .wpimg{
  overflow: hidden;
}
.itemdoingu:hover img{
  transform: scale(1.1);
}
.itemdoingu .thongtin{
  background: #f5f5f5;
  padding: 10px;
  color: #555;
  transition: all 1s;
}
.itemdoingu .fa{
  width: 25px;
}
.itemdoingu strong{
  color: #AF242E;
  transition: all 1s;
}

/*** khachnoigi ***//*
#khachnoigi{
  padding: 30px 0px 10px 0px;
  background-image: url(https://diemtuavang.com/wp-content/uploads/2022/10/back-footer.jpg);
}
#khachnoigi .item{
  margin-bottom: 20px;
}
.itemkhach .thongtin{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: justify;
}
.itemkhach .thongtin:before{
  content: "";
  width: 15px;
  height: 15px;
  background-color: white;
  position: absolute;
  bottom: -7px;
  left: 39px;
  transform: rotate(45deg);
}
.itemkhach img{
  border-radius: 50%;
  max-height: 90px;
  float: left;
  margin-right: 20px;
}
.itemkhach b{
  color: var(--mau1);
  margin-bottom: 5px;
}
.colemail textarea{
  height: 100px;
}
*/
@media ( max-width: 767px ){
  #khachnoigi .owl-next, #khachnoigi .owl-prev{
    top: calc( 50% - 70px );
  }
}

/*** baochi ***/
#baochi{
  background-image: url(https://diemtuavang.com/wp-content/uploads/2022/10/back-brand.jpg);
}
#baochi img{
  max-height: 70px;
  width: auto;
}

/*** news ***/
#news{
  padding: 30px 0px 15px 0px;
  background: #fff;
}
.postcol{
  margin-bottom: 15px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
  border-radius: 5px;
}
.postcol a{
  color: #333;
}
.postcol img{
  width: 100%;
}
.postcol .title{
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 4px;
  color: #333;
  height: 50px;
  overflow: hidden;
}
.postcol p{
  max-height: 75px;
  overflow: hidden;
}
.ndcol{
  padding: 15px;
  background: #f5f5f5;
}

/*** page and single ***/
.title-page{
  font-size: 26px;
  line-height: 33px;
  margin-top: 5px;
}

.info-sing {
  margin-bottom: 15px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.single .author {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.single .author img {
  margin-bottom: 0px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-right: 10px;
  max-width: 30px;
  max-height: 30px;
  float: left;
}
.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: #af242e;
}
.content{
  font-size: 16px;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
  text-align: justify;
  line-height: 27px;
}
.content img{
  height: auto !important;
}
.content ol li{
  list-style: decimal;
  margin-left: 15px;
}
.content ul{
  padding-left: 20px;
}
.content ul li{
  list-style: inside;
  margin-bottom: 5px;
  text-align: justify;
}
.wp-caption{
  max-width: 100%;
}
.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: 1px solid #ddd;
}
.content table td, .content table th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.content table tr:nth-of-type(2n+1) > td {
  background-color: #f9f9f9;
}
.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: none;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc(100% - 0px);
}
.wp-caption.aligncenter, .content .wp-caption.aligncenter p, .content .aligncenter p{
  text-align: center;
}
.wp-caption img, .wp-caption p{
  margin-top: 3px;
  text-align: center;
}
a.thumbnail:hover, a.thumbnail:focus{
  color: var(--mau1);
}
@media ( max-width: 767px ){
  .title-page{
    font-size: 19px;
    line-height: 1.2;
  }
}

/*** category ***/
.post-nav{
  text-align: center;
}
.thumbnail-post-cat{
  max-width: 150px;
  height: auto;
  margin-right: 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;
  margin-top: 15px;
}
.title-sb, .woocommerce-order-details__title, .woocommerce-column__title{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #AF242E;
}
#scrollbn {
  max-width: 100%;
  z-index: 100;
  width: 100%;
}
.w100pc {
  width: 100%;
}
.bntruot{
  position: fixed;
  top: 10px;
}
.static {
  position: static !important;
  padding: 30px;
}
.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: 15px;
  color: #222;
  line-height: 25px;
  margin: 0px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
}
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: #f0f0f0;
  color:#555;
  padding:20px 0px 10px 0px;
  background-position: center center;
}
.w100 *{
  max-width: 100%;
}
footer .menu a{
  color: #444;
}
footer li{
  list-style: inside;
  transition: all 1s;
  margin-bottom: 7px;
}
footer .fa{
  font: normal normal normal 14px/1 FontAwesome;
}
footer .content li:hover{
  margin-left: 10px;
}
footer li:hover a{
  color: var(--mau1);
}
footer p{
  margin-bottom: 7px;
  color: #545454;
}
footer .content-info .fa{
  width: 25px;
}
footer .title-line{
  color: var(--mau1);
}
.listf li{
  padding: 5px 0px;
  border-bottom: 1px solid var(--mau1);
  list-style: none;
}
.listf li:last-child{
  border: none;
}
.title-f{
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  color: var(--mau1);
}
.line{
  background-color: var(--xam);
  height: 1px;
  margin: 15px 0px;
}
#copyright{
  font-size: 12px;
  padding: 0px 0px;
  background-color: #E9EAF0;
  color: #7d7d7d;
  text-align: center;
  border-top: solid 1px #dfdfdf;
}

/* footer social icons */
.social-circle a.icoRss {
  background-color: #F56505;
}
.social-circle a.icoFacebook {
  background-color:#3B5998;
}
.social-circle a.icoTwitter {
  background-color:#33ccff;
}
.social-circle a.icoGoogle {
  background-color:#BD3518;
}
.social-circle a.icoVimeo {
  background-color:#0590B8;
}
.social-circle a.icoLinkedin {
  background-color:#007bb7;
}
.social-circle a.icoInstagram {
  background-color:#b3378f;
}
.social-circle a.icozalo {
  background-color:#019fff;
}
.social-circle a.icoRss:hover i, .social-circle a.icoFacebook:hover i, .social-circle a.icoTwitter:hover i,
.social-circle a.icoGoogle:hover i, .social-circle a.icoVimeo:hover i, .social-circle a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 30px;
  height: 30px;
  font-size:17px;
  color: white;
}
.social-circle li{
  display: inline-block;
  line-height: 30px;
  margin-right: 7px;
  margin-top: 5px;
  height: 30px;
  float: left;
}
.social-circle li i {
  margin:0;
  line-height:30px;
  text-align: center;
}
.social-circle li img {
  border-radius: 50%;
  display: inline;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-circle a {
  background-color: #D3D3D3;
}
.wpbct img{
  display: inline-block;
  max-height: 45px;
  margin-top: 10px;
}
.title-f{
  color: #AF242E;
}
footer .content li {
  padding: 0 0 0px 15px;
  position: relative;
  list-style: none;
}
footer .content li a{
  color: #333;
}
footer .content li::before {
  content: "\f0da";
  left: 5px;
  top: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
}

/*** 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;
  }
  .row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sidebar{
    display: none;
  }
}
@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 !important;
  }
  .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) {

}
div .owl-carousel .owl-item .block-img > img{
  width:100%;
}
@media ( max-width: 767px ){
  .hautruong-wrapper .hautruong-item, .hautruong-wrapper .hautruong-item a, .hautruong-wrapper .hautruong-item img {
    width: 100%;
    height: auto;
  }
}