@font-face{
    font-family: Open-Sans-Bold;
    src:url('../fonts/fonts-family/OpenSans-Bold.ttf')format('truetype'),url('../fonts/fonts-family/OpenSans-Bold.eot#iefix')format('embedded-opentype'),url('../fonts/fonts-family/OpenSans-Bold.woff')format('woff');   
}
@font-face{
    font-family: Open-Sans-Regular;
    src:url('../fonts/fonts-family/OpenSans-Regular.ttf')format('truetype'),url('../fonts/fonts-family/OpenSans-Regular.eot#iefix')format('embedded-opentype'),url('../fonts/fonts-family/OpenSans-Regular.woff')format('woff');   
}
@font-face{
    font-family: Open-Sans-Italic;
    src:url('../fonts/fonts-family/OpenSans-Italic.ttf')format('truetype');   
}
@font-face{
    font-family: Open-Sans-BoldItalic;
    src:url('../fonts/fonts-family/OpenSans-BoldItalic.ttf')format('truetype');   
}
@font-face{
    font-family: Open-Sans-Regular;
    src:url('../fonts/fonts-family/OpenSans-Regular.ttf')format('truetype');   
}

*{
    margin: 0;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    list-style: none;
    font-family: 'Open Sans';
}
a:hover{
    text-decoration: none;
}
.container{
    max-width: 1050px;
}
#header-top{
    border-bottom: 1px solid rgba(183, 183, 183, 0.7);
}
/*#header-top  ul{
    height: 35px;
}*/
#header-top  li:last-child{
    margin-right: 0;
}
#header-top  li{
    margin: 0 10px;
}
#header-top a{
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
}
#header-top .vb-tel a{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #ffa522;
    color: #fff;
    border-radius: 4px;
    padding: 1.5px 15.5px;
}
.logo img{
    width: 160px;
}
#header-main >div{
    height: 70px;
}
#header-main a{
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
}
#header-main  li{
    margin: 0 10px;
}
#header-main  li:last-child{
    margin-right: 0;
}
#header-main .nav-main img{
    width: 18px;
    margin-top: -6px;
    margin-left: 2px;
}
#footer{
    border-top: 5px solid #ffa522;
    background-color: rgb(54, 54, 54);
}
.copyright{
    background-color: #5b5b5b;
}
#footer h2{
    color: #a7a7a7;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 30px;
}
.footer-link a{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: 0;
    line-height: 1;
    text-transform: none;
    text-align: left;
    margin-bottom: 7px;
    display: block;
    line-height: 1.3;
}
.footer-bootm{
    border-top: 1px solid rgba(255, 153, 0, 0.4);
    padding-bottom: 15px;
    padding-top: 20px;
}
.footer-bootm img{
    width: 160px;
}
.footer-bootm p{
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 0;
    line-height: 1;
    /*padding-bottom: 10px;
    padding-top: 22px;*/
}
.footer-bootm a{
    color: #fff;
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
}
.copyright img{
    width: 45px;
}
.copyright{
    color: rgba(255,255,255,0.5);
    font-size: .9em;
    padding: 9.5px;
}
.banner{
    background-image: url('../img/banner.jpg');
    height: 500px;
    background-size: cover;
    background-position: bottom center;
}
.banner >div{
    height: 100%;
    display: flex;
    align-items: center;
}
.banner  h1{
    font-family: 'UTM Erie';
    color: #ffa522;
    text-transform: uppercase;
    font-size: 50px;
}
.banner  h2{
    font-family: 'UTM Erie';
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 15px;
}
.banner p{
    color: #fff;
    font-size: 20px;
    width: 280px;
    margin: 0 auto;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-top: 30px;
    padding-bottom: 30px;
}
.banner  .text-box{
    display: inline-block;
    width: auto;
    text-align: center;
}
.text-box a{
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    width: 100px;
    display: inline-block;
    margin: 0 10px;
}
.text-box a:first-child{
    background: #f95702;
}
.text-box a:last-child{
    background: #ffa522;
}
.n__Pd--50{
    padding-top: 50px;;
}
.n__h1 {
    padding: 21px 20px;
    background: #f7941d;
    color: #fff;
    font-family: Open-Sans-Bold;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    font-size: 17px;
}
.n--bg{
    background: #f4f4f4;
    border-radius: 8px;
}
.content__menu{
    display: flex;
    padding: 15px 0px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.n--flex{
    flex-basis: 30%;
    text-align: center;
    position: relative;
    padding: 6px 0px 0px 0px;
}
    .n--flex::before {
        border-radius: 0px 2px 3px 3px;
        z-index: 1;
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0px;
        left: 0px;
        background-color:  #ffa522;
        -webkit-transform: skewX(-40deg);
        transform: skewX(-40deg);
    }
    .n--flex::after {
        border-radius: 3px 3px 2px 0px;
        z-index: 1;
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        top: 1px;
        left: 0px;
        background-color: #ffa522;
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg);
    }
.active::before {
    border-radius: 0px 2px 3px 3px;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    background: #f95802 !important;
}
.active::after {
    border-radius: 3px 3px 2px 0px;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 1px;
    left: 0px;
    background: #f95802 !important;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
}
.n--flex h3 {
    font-family: Open-Sans-Bold;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.font--bold{
    font-weight: bold;
}
.form-horizontal{
    display: flex;
}
.form-group{
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
input[type='text']{
  font-family: Open-Sans-Regular;
  font-size: 12px;
  padding-left: 10px;
}
.n--p{
    font-family: Open-Sans-Italic;
    font-size: 13px;
    line-height: 1;
    height: auto;
    margin-bottom: 10px;
}
.n__baner--right{
   
    justify-content: space-between;
}
.n__banner{
    flex-basis: 45%;
    padding-top: 96px;
    font-weight: 600;
}
.n__div--text{
    padding-top: 15px;
}
.n--clickme:hover{
    color:red;
}
.n__div--text>p{
    font-family: Open-Sans-Italic;
    color: #474747;
    font-size: 14px;
}
.n--clickme{
    font-family: Open-Sans-BoldItalic;
    color: #474747;
}
.n__bark{
    width: 100%;
    /*height: 290px;*/
}
.n__bark>p{
    color: #f95702;
    font-size: 17px;
    font-family: Open-Sans-Bold;
    margin-top: 50px;
}
.n__bark--img{
    width: 100%;
    height: 100%;
    /*background-image: url(../img/bank.jpg);*/
    background-repeat: no-repeat;
    background-size: 100%;
}
.n__h4{
color: #f95702;
font-size: 23px;
font-family: Open-Sans-Regular;
margin-bottom: 20px;
}
.n__group{
    display: block;
    /*padding-top: 47px;*/
}
.n__capcha{
    padding-top: 25px;
}
.n__capcha img{
    width: 75%;
}
.n__capcha--macapcha,.n__capcha--doicapcha{
    text-align: right;
}

img.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width:991px) and (max-width:1024px){
    .n__pd--group{
        padding-right: 0px;
    }
    .n__capcha {
        top: 17px;
    }
    .n--p {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        margin: 0px;
    }
}
@media screen and (min-width:768px) and (max-width:940px){
    .n__p--width{
        width: 100%;
    }
    .n--flex>h3 {
        font-size: 11px;
        margin-left: 10px;
    }
    .n__pd--group{
        padding-right: 0px;
    }
    .n__bark>p {
        font-size: 26px;
    }
    .n__baner--right {
        height: 582px;
    }
    .n__capcha {
        padding-top: 28px;
    }
    .n__capcha--macapcha {
        width: 80%;
    }
    .n--p {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        margin: 0px 0px 8px 0px;
    }
}
@media screen and (max-width:767px){
    .n__p--width{
        width: 100%;
    }
    .n--flex>h3 {
        font-size: 11px;
        margin-left: 10px;
    }
    .n__bark>p {
        font-size: 1rem;
    }
    .n__banner {
        border-radius: 10px;
    }
    .n__baner--right .n__banner:first-child{
        margin-top: 28px;
    }
    .n--p {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        margin: 0px 0px 8px 0px;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
.t-search {
  margin: 65px 0px 35px 0px;
}

.t-search .t-search-wrapper .row {
  padding: 0px;
}

.t-search .t-search-wrapper .t-search-box {
  padding: 0px;
  background-color: #f4f4f4;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.t-search .t-search-wrapper .t-search-box:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #a8a8a88c;
          box-shadow: 0px 0px 10px 1px #a8a8a88c;
}

.t-search .t-search-wrapper .t-search-box .t-box__header {
  background-color: #f7941d;
  padding: 35px 0px 15px 0px;
}

.t-search .t-search-wrapper .t-search-box .t-box__header h3 {
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body {
  padding: 30px 10%;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-weight: 49px;
  line-height: 18px;
  margin-bottom: 14px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step p {
  color: #444444;
  margin: 28px 0px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step span {
  font-weight: 600;
  color: #f95702;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step .t-search__input {
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  height: 40px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-step .t-search__input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 12px 2px #c2c2c2c4;
          box-shadow: 0px 0px 12px 2px #c2c2c2c4;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .i-step3 {
  width: 44%;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  width: 48%;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha #capcha {
  height: 40px;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha #recapcha {
  margin: auto 0px;
  height: 20px;
  line-height: 40px;
  cursor: pointer;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .step3 .d-flex .t-capcha #recapcha:hover {
  -webkit-animation: circle 1.5s linear infinite;
          animation: circle 1.5s linear infinite;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-btn__login {
  cursor: pointer;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin: 50px auto;
  background-color: #ffa522;
  border-radius: 5px;
  border: 1px solid #ffa522;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.t-search .t-search-wrapper .t-search-box .t-box__body .t-btn__login:hover {
  color: #888888;
  background-color: transparent;
  border: 1px solid #ffa522;
  -webkit-box-shadow: 0px 0px 12px 2px #c2c2c2;
          box-shadow: 0px 0px 12px 2px #c2c2c2;
}

.t-ads .t-ads__block {
  cursor: pointer;
  background-color: #d7d7d7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-ads .t-ads__block p {
  display: block;
  margin: auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 10px;
}

@media only screen and (max-width: 1024px) {
  .t-search .t-search-wrapper .t-search-box {
    -webkit-box-shadow: 0px 0px 10px 1px #a8a8a88c;
            box-shadow: 0px 0px 10px 1px #a8a8a88c;
  }
  .t-search .t-search-wrapper .t-search-box .t-box__body .t-step p {
    font-size: 19px;
    margin: 24px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .t-search .t-search-wrapper .t-search-box .t-box__body .t-step p {
    font-size: 17px;
    margin: 24px 0px;
  }
  .t-search .t-search-wrapper .t-search-box .t-box__body .t-step .t-search__input {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .t-search .t-ads {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .t-search .t-ads .t-ads__block {
    width: 48%;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=tuancss.css.map */
@media only screen and (max-width: 655px) {
  .t-header-nav__toggle {
    display: block !important;
  }
    .t-blur {
        position: fixed;
        width: 100vw;
        height: 100vh;
        /*z-index: 9;*/
        background-color: #000;
        opacity: 0.4;
        bottom: 0;
        left: 0;
        display: none;
    }
  .sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
  }
  #header {
    z-index: 3;
  }
  #header #header-main .logo {
    width: 70%;
  }
  /*#header #header-main .t-nav-side {
    width: 20%;
    margin-left: auto;
  }*/
  #header #header-main .t-nav-side .t-header-nav__toggle {
    width: 40px;
    height: 30px;
    margin-left: auto;
  }
    #header #header-main .t-nav-side .main {
        position: fixed;
        background-color: #fff;
        display: unset;
        z-index: 3;
        bottom: 0px;
        right: 0px;
        width: 40vw;
        height: calc(100vh - 90px);
        padding: 0px 20px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
  #header #header-main .t-nav-side ul li {
    height: 44px;
    line-height: 44px;
  }
  #header #header-main .t-nav-side .t-slide {
    -webkit-animation: sld 0.6s ease-in-out forwards;
            animation: sld 0.6s ease-in-out forwards;
  }
  @-webkit-keyframes sld {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @keyframes sld {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
}
/*# sourceMappingURL=tuan-menu.css.map */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
.text-underline {
  text-decoration: underline;
}

.t-client-list th {
  background-color: #f7941d;
}

.t-client-list th:nth-child(1) {
  border-right: 1px solid #f4f4f4;
}

.t-client-list td:nth-child(1) {
  border-right: 1px solid #f4f4f4;
}

.t-subscription {
  margin: 65px 0px 35px 0px;
}

.t-subscription .t-subscription-box {
  margin: 0px auto;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.t-subscription .t-subscription-box:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #7a7a7aa2;
          box-shadow: 0px 0px 10px 1px #7a7a7aa2;
}

.t-subscription .t-sub-wrapper .row {
  padding: 0px;
}

.t-subscription .t-sub-wrapper .t-box__header {
  background-color: #f7941d;
  padding: 35px 0px 15px 0px;
}

.t-subscription .t-sub-wrapper .t-box__header h3 {
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.t-subscription .t-sub-wrapper .t-box__body {
  padding: 30px 10%;
}

.t-subscription .t-sub-wrapper .t-box__body .t-client-info {
  margin-bottom: 20px;
}

.t-subscription .t-sub-wrapper .t-box__body .t-client-info span {
  line-height: 20px;
}

.t-subscription .t-sub-wrapper .t-box__body .t-client-info span:nth-child(1) {
  margin-right: 40px;
}

.t-subscription .t-sub-wrapper .t-box__body .t-client-list {
  background-color: #fff;
}

.t-subscription .t-sub-wrapper .t-subscription-list {
  margin-bottom: 60px;
}

.t-subscription .t-sub-wrapper .t-subscription-list h3 {
  text-align: left;
  color: #f95702;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.t-subscription .t-sub-wrapper .t-subscription-list th, .t-subscription .t-sub-wrapper .t-subscription-list .t-table-txt--mod {
  text-align: center;
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}

.t-subscription .t-sub-wrapper .t-subscription-list .mod2 {
  font-weight: 600;
  color: red;
}

@media only screen and (max-width: 1024px) {
  .t-subscription .t-subscription-box {
    -webkit-box-shadow: 0px 0px 10px 1px #7a7a7aa2;
            box-shadow: 0px 0px 10px 1px #7a7a7aa2;
    width: 75%;
  }
  .t-subscription .t-subscription-box .t-box__body {
    padding: 30px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .t-subscription .t-subscription-box {
    width: 85%;
  }
  .t-subscription .t-subscription-box .t-box__body {
    padding: 40px 50px 10px 50px;
  }
}

@media only screen and (max-width: 567px) {
  .t-subscription .t-subscription-box .t-box__body {
    padding: 40px 30px 10px 30px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-client-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .t-subscription .t-subscription-box .t-box__body .t-client-info p span {
    width: 50%;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list {
    margin-bottom: 60px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list h3 {
    text-align: left;
    color: #f95702;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list th, .t-subscription .t-subscription-box .t-box__body .t-subscription-list .t-table-txt--mod {
    text-align: center;
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 30px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list td, .t-subscription .t-subscription-box .t-box__body .t-subscription-list th {
    font-size: 15px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list .mod2 {
    font-weight: 600;
    color: red;
  }
}

@media only screen and (max-width: 420px) {
  .t-subscription .t-subscription-box .t-box__body {
    padding: 30px 30px 10px 30px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-client-info span {
    font-size: 14px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-client-info span:nth-child(1) {
    margin: 0px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list {
    margin-bottom: 60px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list h3 {
    font-size: 16px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list td, .t-subscription .t-subscription-box .t-box__body .t-subscription-list th {
    font-size: 15px;
  }
  .t-subscription .t-subscription-box .t-box__body .t-subscription-list .mod2 {
    font-weight: 600;
    color: red;
  }
}
/*# sourceMappingURL=tuan-thuebao.css.map */
/*Nam-POPUP*/
.n-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  display: none;
 }
 #xmas-popup .n-popup-content{
  width: 500px;
  height: 400px;
  top:10%;
  background: #fff;
  margin: 100px auto;
  position: relative;
  border-radius: 20px;
  /*padding: 20px;*/
 }
 
#happy-popup .n-popup-content {
    width: 500px;
    height: 400px;
    top: 10%;
    background: #fff;
    margin: 100px auto;
    position: relative;
    border-radius: 20px;
    padding: 20px;
}
#qr-popup .n-popup-content {
    width: 500px;
    height: 400px;
    top: 10%;
    background: #fff;
    margin: 100px auto;
    position: relative;
    border-radius: 20px;
    padding: 20px;
}
 .n-popup-content h3{
   font-size: 23px !important;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 20px;
 }
 .n-close {
  position: absolute;
    top: 18px;
    right: 6px;
    /*border: 3px solid #fff;*/
    color: #630;
    text-decoration: none;
    line-height: 0;
    padding: 9px 0 11px;
    width: 22px;
    font-size: 22px;
    text-align: center;
 }
   
 .n-popup:target {
   display: block;
 }
 .n-cach b{
   font-family: Open-Sans-Bold;
   font-size: 20px;
 }
 .n-cach p{
  font-family: Open-Sans-Regular;
  text-align: left;
 }
 .n-cach .firt{
   margin-top: 20px;
   margin-bottom: 2px !important;
 }
 .vb-thanhtoanthe a{
  color: #fff;
    background: #ffa522;
    padding: 50px 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 15px;
    width: 324px;
    text-align: center;
}
.vb-thanhtoan-smartlink a {
    color: #fff;
    background: #f95b09;
    padding: 50px 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 15px;
    width: 324px;
    text-align: center;
}
.vb-thanhtoan-onepay a {
    color: #fff;
    background: #f95b09;
    padding: 50px 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 15px;
    width: 324px;
    text-align: center;
}
.vb-thanhtoan-shopeepay a {
    color: #fff;
    background: #f95b09;
    padding: 50px 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 15px;
    width: 324px;
    text-align: center;
}
.vb-tt-khac-title p {
    font-size: 17px;
    font-weight: 700;
    background: #f7941d;
    /*background:#1D4177;*/
    padding: 15px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    color: #fff;
    padding: 21px 20px;
}
.vb-tt-khac-content img{
  width: 100%;
}
.vb-tt-khac-content  h3{
  font-size: 11px;
    font-weight: 700;
    color: #000;
}
.vb-tt-khac-content {
    /*background: linear-gradient(to top, #ffd98f, #fff);*/
    /*background: #DDDDDD;*/
    margin: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.vb-tt-khac-content > div{
  padding:10px;
}
#header {
    box-shadow: 0 0 3px #a0a0a0;
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 3;
}
.vb-nhaptc{
  display: block;
  width: 100%;
}
.vb-w-65{
  width: 65%;
}
.vb-w-35{
  width: 35%;
}
.vbn__div--text{

}
#gif {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid orange;
    background: white;
    width: 23%;
    text-align: center;
    padding-top: 15px;
    border-radius: 10px;
    box-shadow: -1px 0px 13px -2px rgba(255,165,34,1);
}
#gif img{
    width:100px;
}
.LBD_CaptchaDiv a img{
    width:100% !important;
}
table.dataTable.no-footer {
     border-bottom: unset !important;
}
/*PAGINATE*/
.dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
    margin-top: 10px;
}
 html .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color:white !important;
    background:orange !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none !important;
}
.info-customer {
    border: 1px solid orange;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}
.t-client-info{
    font-size:.9rem;
}
.error {
    font-size: 14px;
    position: relative;
    top: 10px;
    color: red;
}
#StbChipId-error, #SmcSerial-error {
    top: 14px;
}
#am_CardCode-error, #am_STB-error {
    top: 0px;
}
#am_STB-error {
    line-height: 20px;
}
    #Smartlink #am_STB-error {
        top: -31px;
    }
#Process select {
    padding: 10px;
    margin-top: 10px;
}
#Process #SelectedItem-error {
    top: -19px;
    left: 105%;
}
#InvoiceCaptcha_CaptchaImage, #SmartlinkCaptcha_CaptchaImage, #SmartlinkCaptchaInfor_CaptchaImage, #SmartlinkCaptchaProcess_CaptchaImage, #AvgCardCaptcha_CaptchaImage {
    height: 34px;
}
.list_logo img {
    width: 100%;
}

.width_logo {
    max-width: 15.666667%;
}
.sub-menu {
    width: 211px;
    padding: 10px;
    z-index: 10;
    top: 23px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    background-color: white;
    border-radius: 5px;
}
.text-popup {
    padding: 15px;
    background-color: orange;
    color: #fff !important;
    border-radius: 20px 20px 0 0;
}
#InvoiceCaptcha_CaptchaImageDiv #InvoiceCaptcha_CaptchaImage, #SmartlinkCaptchaInfor_CaptchaImageDiv #SmartlinkCaptchaInfor_CaptchaImage {
    height: 39px;
}
#AvgCardCaptcha_CaptchaImageDiv #AvgCardCaptcha_CaptchaImage{
    height:39px;
}
.icon-close {
    display: none;
}

/*==================HEADER SUBMENU====================================*/
.nav-dropdown {
    min-width: 232px;
    top: 34px;
    background: rgba(230, 230, 230, 0.95);
    z-index: 11;
    display: none;
}
.custom-width {
    min-width: 155px;
}
.nav-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 !important;
}
.nav-dropdown li a {
    padding: 10px 20px;
    display: block;
    color: #f95702 !important;
}
.nav-top-link, .nav-mid-link {
    position: relative;
    display: block;
    padding: 11px 0;
}
.nav-top-link:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #f95702;
    width: 0%;
    bottom: -2px;
    transition: all .3s;
}
.nav-top-link:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #f95702;
    width: 0%;
    top: 0px;
    transition: all .3s;
}
    .nav-mid-link:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background: #f95702;
        width: 0%;
        bottom: -18px;
        transition: all .3s;
    }

    .nav-mid-link:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background: #f95702;
        width: 0%;
        top: -18px;
        transition: all .3s;
    }
    .nav-top-link:hover {
        color: #f95702 !important;
    }
    .nav-mid-link:hover {
        color: #f95702 !important;
    }
    .nav-top-link:hover.nav-top-link:after, .nav-top-link:hover.nav-top-link:before {
        width: 100%;
    }
    .nav-mid-link:hover.nav-mid-link:after, .nav-mid-link:hover.nav-mid-link:before {
        width: 100%;
    }
.nav-hover:hover .nav-dropdown{
    display:block;
}
.nav-dropdown li a{
    position:relative;
}
    .nav-dropdown li a:after {
        position: absolute;
        height: 2px !important;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #f95702;
        width: 0%;
        bottom: -1px;
        transition: all 1s;
    }
.nav-dropdown li:hover a:after {
    width: 100%;
}
.crurent-active {
    color: #f95702 !important;
}
.menu_bosanpham {
    left: 100%;
    top: 0;
    min-width: 180px;
    background: rgba(230, 230, 230, 0.95);
    z-index: 11;
    display: none;
}
.nav-hover-bosanpham:hover .menu_bosanpham{
    display:block;
}
.menu_bosanpham li a.sanpham:after{
    position: absolute;
    height: 2px !important;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #f95702;
    width: 0%;
    bottom: -1px;
    transition: all 1s;
}
.parent1:hover a.sanpham:after {
    width: 100%;
}
.mt-200{
    margin-top:200px;
}
.height-57{
   height:57%;
}
.bs-49 {
    flex-basis: 49%;
}
@media(max-width:700px){
    .fl-wrap{
        flex-wrap: wrap;
    }
    .margin-bt-mobile{
        margin-bottom:10px;
    }
    .none-mb{
        display:none !important;
    }
    .mt-0{
        margin-top:0 !important;
    }
    .w-mb-100{
       width:100% !important;
    }
    .mb-0{
        margin-bottom:0 !important;
    }
    .mt-mb-50{
        margin-top:50px;
    }
    .pl-mb-0{
        padding-left:0 !important;
    }
    .rela-top{
        top:11px;
    }
    #Smartlink #am_STB-error {
        top: 13px;
    }
    .pt-mb-0{
        padding-top:0 !important;
    }
    .font-size-mb{
        font-size:12px;
    }
    .flex-bs{
        flex-basis:100%;
    }
    .height-57 {
        height:unset;
    }
    html .t-content .LBD_CaptchaImageDiv {
        width: 213px !important;
    }
    .t-ads .t-ads__block {
       height :unset !important;
    }
    .ads__block1 {
      margin-bottom:unset !important;
    }
    .t-ads .t-ads__block p {
        font-size:12px !important;
    }
    .info-customer {
        border:unset;
    }
    .pd-mb-0{
        padding:0 !important;
    }
    .t-hd{
        margin-top:10px;
    }
    #gif {
        top: 54%;
        width: 80%;
    }
    .t-step p {
        line-height: 25px;
    }
    .jus-center{
        justify-content:center;
    }
    .mx-mb-auto{
        margin:auto;
    }
}
@media(max-width:571px){
    .none-mb-ft{
        display:none;
    }
}
.vb-tt-khac-content > div:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 0;
}
.vb-tt-khac-content > div:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
    padding-bottom: 0;
}
@media (min-width:768px ) and (max-width:942px){
    .n__bark{
        margin-top:29%;
    }
}
.search-number{
    display:none;
}
.left-menu{
    display:none;
}
@media only screen and (max-width: 655px) {
    .odd-menu-none{
        display:none !important;
    }
    .left-menu {
        top: 0;
        height: 100vh;
        left: 0;
        background-color: rgba(249, 87, 2, 0.9);
        width: 68%;
        padding-top:30px;
        z-index:9999;

    }
    .left-menu li a{
        color: white !important;
        font-weight: 600 !important;
    }
    .left-menu li {
        margin: 0 !important;
        padding-left:20px;
        border-bottom:1px solid white;
        height:unset !important;
        padding-right:20px;
    }
        .left-menu .fa-chevron-down {
            color: #fff;
        }
    .item-menu {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }
    .child-menu {
        padding-left: 10px;
    }
    .child-menu li {
        padding: 0 !important;
        border-bottom: unset !important;
    }
    .special-item .black-text {
        color: black !important;
    }
    .special-item ul{
        padding-left :15px;
    }
    .icon-close {
        display: block;
        font-size: 30px;
        position: fixed;
        right: 12px;
        color: white;
        top: 20px;
    }
    #header #header-main .logo {
        width: 39%;
    }
    .logo img {
        width: 112px !important;
    }
    .search-number {
        display: flex;
        align-items: center;
    }
    .fa-search {
        font-size: 20px;
        margin-right: 20px;
    }
    .sdt {
        padding: 10px 20px;
        background-color: orange;
        border-radius: 10px;
    }
    .sdt a{
        color:white !important;
    }
    .menu-small{
        display:flex;
    }
        .menu-small div.width-toggle {
            flex: 0 0 15%;
            max-width: 15%;
        }
    #header-main .juscontent {
        justify-content: space-between !important;
    }
    .box-search {
        display: flex;
        bottom: -100%;
        align-items: center;
    }
    .box-search input{
        padding:10px;
    }
        .box-search .fa-search {
            cursor: pointer;
            padding: 10px;
            background-color: orange;
            color:white;
        }
    .left-menu .item-left-menu:hover {
        background-color: rgba(0,0,0,0.05);
    }
    .child-menu li a:hover{
        color:black !important;
    }
    .n--flex h3 {
        font-size: 12px;
    }
    .rela-top {
        top: 1px;
    }
    pd-l{
        padding-left:0 !important;
    }
    .vb-tt-khac-content div:nth-child(1), .vb-tt-khac-content div:nth-child(3), .vb-tt-khac-content div:nth-child(5) {
        padding-right: 0 !important;
    }
    .vb-tt-khac-content div:nth-child(2), .vb-tt-khac-content div:nth-child(4), .vb-tt-khac-content div:nth-child(6) {
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 362px){
    .logo img {
        width: 99px !important;
    }
    #header #header-main .logo {
        width: 36%;
    }
    #header-main a {
        font-size: 11px !important;
    }
    .t-blur {
        height: 106vh;
        width: 106vw;
    }
    .left-menu {
        height: 106vh;
    }
    .logo img {
        width: 91px !important;
    }
    .rela-top {
        top: 6px;
    }
}
