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

}
.btn-custom-1:hover {
  text-decoration: none;
  background-color: #a10c2a;
  color: #fff;
}

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

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

  background-color: var(--mau3);
  color: white;
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}
.row-20px{
  margin-left: -20px;
  margin-right: -20px;
}
.row-20px [class*="col-"]{
  padding-left: 20px;
  padding-right: 20px;
}
.wpcf7 form .wpcf7-response-output{
  margin: 10px 0px;
}

/*** header ***/
.owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 333;
}
.owl-dots.disabled{
  display: none;
}
.owl-prev, .owl-next{
  background: none !important;
  font-size: 30px !important;
  color: #111 !important;
}
.nav-middle .owl-prev, .nav-middle .owl-next{
  position: absolute;
  z-index: 333;
  top: calc(50% - 20px);
  margin: 0px !important;
  padding: 0px 10px !important;
}
.nav-middle .owl-prev{
  left: -20px;
}
.nav-middle .owl-next{
  right: -20px;
}
.nav-middle .owl-nav, .nav-style2 .owl-nav{
  margin-top: 0px !important;
}
.nav-style2 .owl-prev, .nav-style2 .owl-next{
  position: absolute;
  z-index: 333;
  top: calc(( ( 100% - 118px ) / 2 ) - 20px );
  border-radius: 50% !important;
  color: white !important;
  padding: 0px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px !important;
  background: var(--xam) !important;
  margin: 0px !important;
}
.nav-style2.bt .owl-prev, .nav-style2.bt .owl-next{
  top: calc(50% - 25px);
}
.nav-bottom .owl-prev, .nav-bottom .owl-next{
  position: static;
  margin: 0px 10px !important;
}
.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);}   
}
@keyframes spin {
  0%  {transform: rotate(0deg);}
  100% {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;
}

/*** menu ***/
.wpfixed{
  display: block;
}
.navbar{
  margin: 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
#menuh ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
#menuh  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
#menuh  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.navbar-brand{
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

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

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

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

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

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

@media ( min-width: 768px ){
  nav{
    padding: 15px 0px;
    background-color: #fff;
  }
  .nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
    font-size: 16px;
    padding: 15px 20px;
    position: relative;
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
  }
  .navbar-brand{
    height: 100%;
  }
  .navbar-nav > li > a{
    padding: 32px 15px !important;
    color: var(--mau2) ;
  }
  span.dropdown-toggle{
    color: var(--mau2) ;
    margin-left: -10px;
  }
  .nav>li:hover>ul{
    display: block;
  }
  .nav>li:last-child>a:before{
    background: none;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav > .current-menu-item > a{
    color: var(--mau1) !important;
  }
  .navbar-nav > li{
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .navbar-nav > .current-menu-item:not(.megamenu)::before, .navbar-nav > li:hover:before{
    width: 100%;
    height: 4px;
    background-color: var(--mau1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
  }
  .navbar-nav > li.dacbiet > a{
    padding: 0px 10px !important;
    font-weight: bold;
    line-height: 1.1;
  }
  .dropdown-menu{
    padding: 0px;
  }
  li:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .dropdown-menu > li > a{
    padding: 3px 12px;
  }
  .dropdown-menu > li:last-child > a{
    border: none;
  }
  .wp-contain-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .wp-contain-menu > .menu-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media ( min-width: 1440px ){
  .navbar-nav > li > a{
    padding: 32px 22px !important
  }
}

/* section_1 */
.section, section{
  padding: 50px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#section_1{
  text-align: center;
}
.title-home{
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: normal;
  font-weight: 700;
}
.title-home.lg{
  font-size: 68px !important;
}
.title-home.md{
  font-size: 48px !important;
}
.title-home span {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(355.12deg, #ff0051 38.92%, #79003d 77.48%, #13002d 98.13%);
  background-image: -moz-linear-gradient(355.12deg,#ff0051 38.92%,#79003d 77.48%,#13002d 98.13%);
  background-image: linear-gradient(94.88deg, #ff0051 38.92%, #79003d 77.48%, #13002d 98.13%);
  color: transparent;
}
.title-home.reverse span {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(355.12deg, #13002d 38.92%, #79003d 77.48%, #ff0051 98.13%);
  background-image: -moz-linear-gradient(355.12deg,#13002d 38.92%,#79003d 77.48%,#ff0051 98.13%);
  background-image: linear-gradient(94.88deg, #13002d 38.92%, #79003d 77.48%, #ff0051 98.13%);
  color: transparent;
}
@media (min-width: 768px) {
  #section_1{
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .title-home{
    font-size: 22px;
  }
  .title-home.lg{
    font-size: 42px !important;
  }
  .title-home.md{
    font-size: 30px !important;
  }
  .section, section{
    padding: 30px 0px;
  }
}

/* section_2 */
.video-wrapper {
  background: hsla(0, 0%, 71%, .2);
  border: 1px solid #fff;
  border-radius: 38px;
  padding: 17px;
  background-color: rgba(0, 0, 0, 0.2);
}
#video-home {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (min-width: 768px) {
  #section_2{
    margin-top: -100px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .video-wrapper{
    padding: 0px;
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
  }
  #video-home{
    border-radius: 0px;
  }
}

/* section_3 */

.logo-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.logo-marquee {
  width: 100%;
  overflow: hidden;
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.logo-track:hover {
  animation-play-state: paused;
}
.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-item img {
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo-track {
      gap: 40px;
      animation-duration: 20s;
  }
  .logo-item img {
      max-width: 180px;
  }
}

/* section_4 */
#section_4{
  background-color: #fff;
}
.item-tai-sao {
  background-color: #2023230D;
  padding: 30px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.item-tai-sao .title{
  font-size: 27px;
}
.item-tai-sao .content{
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .item-tai-sao{
    padding: 15px;
    border-radius:17px;
  }
  .item-tai-sao .title{
    font-size: 20px;
  }
  .item-tai-sao .content{
    /* Styles can be added here if needed */
  }
}

/* section_5 */
.row-tai-sao .title_1{
  color: var(--mau1);
  font-size: 35px;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  &::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: var(--mau1);
  }
}
.row-tai-sao .title_2{
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}
.row-tai-sao .content{
  font-size: 17px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: justify;
}
.content p, .content img{
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .row-tai-sao .title_1{
    font-size: 25px;
  }
  .row-tai-sao .title_2{
    font-size: 25px;
  }
}

/* section_6 */
#section_6{
  background-color: #fff;
}
.item-con-so{
  margin-bottom: 20px;
  text-align: center;
}
.item-con-so .number{
  color: var(--mau1);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.item-con-so .description{
  font-size: 20px;
}
.item-logo-lk{
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  &:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }
}
.item-logo-lk img{
  max-width: 100%;
  height: 50px;
  margin: 0px auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .item-con-so{
    margin-bottom: 30px;
  }
  .item-con-so .number{
    font-size: 75px;
  }
  .item-con-so .description{
    font-size: 17px;
  }
}

/* section_7 */
#section_7{
  background-color: #fff;
}
.item-ds{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.item-ds img{
  height: 100px;
}
.item-ds .title{
  font-size: 27px;
}

/* section_9 */
/* CSS chung cho marquee slider */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  white-space: nowrap;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.marquee-item {
  flex-shrink: 0;
}
/* CSS riêng cho logo marquee */
.logo-wrapper {
  padding: 40px 0;
}

.logo-wrapper .marquee-track {
  gap: 60px;
  animation-name: marquee;
  animation-duration: 30s;
}

.logo-wrapper .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  flex-shrink: 0;
}

.logo-wrapper .logo-item img {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.logo-wrapper .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* CSS riêng cho y-kien marquee */
.wp-y-kien {
  padding: 40px 0;
}

.wp-y-kien .marquee-track {
  gap: 30px;
  animation-name: marquee;
  animation-duration: 40s;
}

.wp-y-kien .item-y-kien {
  max-width: 600px;
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .logo-wrapper .marquee-track {
      gap: 20px;
      animation-duration: 20s;
  }
  .wp-y-kien .marquee-track {
      gap: 20px;
      animation-duration: 30s;
  }
  .wp-y-kien .item-y-kien {
      max-width: 250px;
  }
  .item-danh-gia{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
  }
}
.item-y-kien{
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-height: 300px;
}

.item-y-kien:hover{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.item-y-kien .item-ds-img{
  flex: 0 0 42%;
  max-width: 42%;
  overflow: hidden;
  background-color: #f5f5f5;
}

.item-y-kien .item-ds-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-y-kien .main-content{
  flex: 1;
  padding: 70px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #fff;
}

.item-y-kien .quote-icon{
  font-size: 120px;
  line-height: 1;
  color: #D3D3D3;
  font-weight: 300;
  font-family: Georgia, serif;
  margin-bottom: 15px;
  position: absolute;
  top: 20px;
  left: 35px;
  opacity: 0.4;
}

.item-y-kien .description{
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.item-y-kien .name{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.item-y-kien .position{
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.item-y-kien .company{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .item-y-kien{
    flex-direction: column;
    min-height: auto;
  }
  
  .item-y-kien .item-ds-img{
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
  
  .item-y-kien .main-content{
    padding: 15px 10px;
  }
  
  .item-y-kien .quote-icon{
    font-size: 80px;
    top: 15px;
    left: 25px;
  }
  
  .item-y-kien .description{
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .item-y-kien .name{
    font-size: 18px;
  }
  
  .item-y-kien .position,
  .item-y-kien .company{
    font-size: 14px;
  }
}

/* footer */
footer{
  background-color: #262626;
  padding: 50px 0;
  color: #fff;
}
footer .item{
  margin-bottom: 10px;
}
footer .item .title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.copyright{
  font-size: 14px;
  border-top: 1px solid #555555;
  padding-top: 15px;
  padding-top: 20px;
}

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

  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .nav-middle .owl-next{
    right: 10px;
  }
  .nav-middle .owl-prev{
    left: 10px;
  }
  .modal-body iframe{
    width: calc(100vw - 60px);
    min-height: 250px;
  }
  .title-home .txt-main, .title-single-post{
    font-size: 20px;
    line-height: 1.1;
  }
  .single #content{
    padding-top: 0px;
  }
  .nav-style2 .owl-prev, .nav-style2 .owl-next{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px !important;
  }
  .navbar-toggler{
    color: #000;
    padding-left: 10px;
  }
  .nav-link{
    padding-left: 15px;
    padding-right: 15px;
    color: var(--mau3);
    font-size: 17px;
  }
  .content h2{
    font-size: 20px;
    line-height: 1.1;
  }
  .filter-form{
    flex-direction: column;
  }
  nav .cart-count{
    font-size: 13px;
    top: -2px;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  
}
@media (max-width: 480px) {
  
}
