/*
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;
  color: #666;
  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;
}
h1, h2, h3, h4, h5, h6{
  color: #222;
}
.container{
  max-width: 1000px;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
  display: block;
  margin: 0 auto;
}

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



/*** menu ***/
.navbar{
  margin: 0px 0px 15px 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 ){
  .navbar-nav{
    float: right;
  }
  #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(--mau1);
    color: white;
  }
  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;
  }

}
@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;
  }
  .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{
    color: white;
    background-color: var(--mau1);
  }
}


/*** title-home ***/
.title-home{
  margin-bottom: 35px;
}
.title-home.left{
  display: flex;
  align-items: self-end;
  justify-content: flex-start;
  gap: 15px;
}
.title-home .line{
  background-image: linear-gradient(159deg, rgb(255, 74, 165), rgb(255, 104, 96));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  height: 10px;
  flex: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.title-home.left svg{
  width: 59px;
  height: 78.8214px;
}
.title-home.left .lg{
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--mau1);
}
.title-home.center{
  display: flex;
  align-items: self-end;
  justify-content: center;
  gap: 15px;
}
.title-home.center .txt-main{
  margin-bottom: 0px;
}
.title-home .txt-main{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  color: #222;
}
.title-home .txt-main.sm{
  font-size: 25px;
}
.title-home.left .txt-main{
  line-height: 1.4;
  margin-bottom: 0px;
}
.title-home .txt-main b{
  color: var(--mau1);
}
.title-home .txt-sub{
  color: #888;
}
.mau1{
  color: var(--mau1) !important;
}
.white{
  color: #fff !important;
}
.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;
}

/* form-banner */
#form-banner{
  background-image: linear-gradient(rgb(230, 70, 70), rgb(232, 48, 140));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  color: #fff;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.content ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.content ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.content p{
  margin-bottom: 15px;
}
.content img{
  margin-bottom: 15px;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}


#about{
  padding-top: 20px;
  padding-bottom: 30px;
}
#about img{
  border-radius: 5px;
}

#order{
  padding: 50px 0px 30px 0px;
  background-color: #f5f5f5;
}
.item-order{
  border-radius: 5px;
  box-shadow: 0px 0px 10px #999;
  margin-bottom: 10px;
  background-color: #fff;
}
.item-order img{
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 6px;
}
.item-order .title-f{
  font-size: 18px;
  font-weight: 600;
}
.item-order .content-order{
  padding: 10px;
}
.title-order{
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

/* tintuong */
#tintuong{
  padding-top: 50px;
  padding-bottom: 30px;
}
.reverse{
  flex-direction: row-reverse;
}
#tintuong .item{
  margin-bottom: 20px;
}
.title-tintuong{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
.title-tintuong b{
  color: var(--mau1);
}
.title-tintuong + p{
  margin-bottom: 15px;
}
#tintuong .img{
  border-radius: 5px;
  margin: 0px auto;
}
.item-tintuong .noidung{
  font-size: 16px;
  line-height: 1.5;
}
.item-tintuong li{
  margin-bottom: 5px;
}

/* dang_ky */
.bg-xam{
  background-color: #f0f0f0;
}
.bg-mau1{
  background-color: var(--mau1);
  color: #fff;
}
#dang_ky .item{
  padding: 20px;
  margin-bottom: 30px;
}
#dang_ky .txt-main{
  font-size: 24px;
}
.box-price{
  position: relative;
  height: 100px;
}
.box-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 184.912px;
  height: 65.067px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(7, 58, 145);
  background-color: rgb(254, 116, 185);
  transform: rotate(-6deg) skewX(-5deg) translateX(-50%);
  width: 184.912px;
  height: 65.067px;
}
.box-price::after {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%) skewX(-10deg) translateY(-50%);
  border-width: 1px;
  border-style: solid;
  width: 211.825px;
  height: 65.067px;
  background-color: rgb(230, 27, 129);
}
.box-price b{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: calc(50% - 80px);
  top: calc(50% - 20px);
  animation-name: tada;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.title-dang_ky{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-shadow: rgb(250, 209, 230) 3px 4px 9px;
}
#dang_ky .btn{
  display: block;
  width: 100%;
}
#dang_ky li:before{
  content: "\f00c"
}
.btn{
  box-shadow: rgb(36, 36, 36) 15px 15px 20px -15px;
  background-image: radial-gradient(circle, rgb(255, 111, 183), rgb(228, 31, 129)) !important;
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  border-radius: 5px !important;
  border: none !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4;
  padding: 10px 20px !important;
  text-align: center !important;
}
.pulse{
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes pulse {
  0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }

  50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }

  100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}

@-webkit-keyframes tada {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
  }

  100% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }

  10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
  }

  100% {
      -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  }
}

/* khachhang */
#khachhang{
  padding-top: 50px;
  padding-bottom: 30px;
}
.bg-gradian{
  border-width: 3px;
  border-radius: 23px;
  border-style: dashed;
  border-color: rgb(230, 70, 70);
  background-image: linear-gradient(rgb(230, 69, 79), rgb(232, 49, 137));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
}
.bg-khachhang{
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.bg-khachhang .owl-khachhang{
  border: 2px dashed var(--mau1);
  border-radius: 20px;
  padding: 20px;
}
.item-khachhang{
  text-align: center;
}
.item-khachhang img{
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  margin: 0px auto 15px;
}
.item-khachhang b{
  font-size: 18px;
  font-weight: 600;
}
.item-khachhang .chucvu{
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}
.owl-prev, .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 44px !important;
  background: transparent !important;
  border: none;
  outline: none;
  padding: 10px !important;
  margin: 0px !important;
  line-height: 1;
}
.owl-prev{
  left: 0px;
}
.owl-next{
  right: 0px;
}
.item-khachhang .owl-next, .item-khachhang .owl-prev{
  opacity: 0.6;
}
.list-doitac{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.item-doitac{
  padding: 10px;
}
.item-doitac img{
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}

/* lotrinh */
#lotrinh{
  padding: 50px 0px 30px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
#bg2_lotrinh{
  position: absolute;
  top: 50%;
  right: 0px;
  max-height: 80%;
  transform: translateY(-50%);
}
.wrap-lotrinh{
  display: flex;
  position: relative;
  z-index: 10;
}
#corneror{
  position: absolute;
  bottom: calc(-107px);
  right: calc(-151px);
  transform: rotate(90deg);
  height: 120px;
  width: 239px;
}
.item-lotrinh{
  padding: 10px;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.item-lotrinh .number-lotrinh{
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0px;
}
.number-lotrinh{
  position: relative;
  color: #fff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.number-lotrinh.reverse{
  transform: rotate(180deg);
  margin-top: 114px;
}
.number-lotrinh.reverse .number{
  transform: rotate(-180deg);
  display: block;
}

/*** footer ***/
footer{
  padding:20px 0px 10px 0px;
  font-size: 15px;
  color: #fff;
}
.title-f{
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
}
footer .fa{
  width: 30px;
}
footer .line{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 15px 0px;
}
.infof p{
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer{
    padding: 120px 0px 10px 0px;
  }
}
@media (min-width: 768px) {
  footer{
    padding: 180px 0px 50px 0px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

/*** 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;
  }
  .title-home .txt-main.sm{
    font-size: 20px;
  }
  .title-home.left .lg{
    line-height: 1;
  }
  .wrap-lotrinh{
    flex-direction: column;
  }
  .item-lotrinh{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  #order .owl-prev, #order .owl-next{
    top: calc(50% - 80px);
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
  .title-product{
      height: 85px;
      overflow: hidden;
  }
}
@media (max-width: 480px) {
  
}
