/*
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=Montserrat: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.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{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  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: 1.5;
  margin-bottom: 8px;
}
h2 {
  font-size: 27px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 7px;
}
h3 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
}
h4 {
  font-size: 19px;
  line-height: 1.5;
  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;
}
.btn-primary{
  background-color: var(--mau1);
  border-color: var(--mau1);
  color: #fff;
  padding: 10px 20px;
}
.btn-primary:hover, .btn-primary:focus{
  background-color: var(--mau1);
  border-color: var(--mau1);
  color: #fff;
}
.btn-radius{
  border-radius: 20px;
}
.dark-bg{
  color: white;
  position: relative;
}
.dark-bg .row{
  position: relative;
  z-index: 1;
}
#section-1::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
#navbarScroll a{
  text-transform: uppercase;
}

/*** section-1 ***/
#section-1{
  padding: 100px 0;
}
.title-lg{
  font-size: 48px;
  font-weight: 500;
}


/*** responsive ***/
@media (min-width: 768px) {
  .wpfixed{
    height: 86px;
  }
  #navbarScroll{
    gap: 100px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 20px;
    padding-right: 20px;
  }
}
