@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans:wght@400;500;600;700&display=swap");

html {
  padding: 0px;
  margin: 0px;
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0em;
  color: #002147;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none !important;
  /* color: #fff; */
  outline: none !important;
}
/*css loader + chat tenten + messenger*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  top: 35%;
  position: relative;
  left: 48%;
  z-index: 999999;
}
.fb_dialog_content iframe {
  left: 12px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jconfirm-holder {
  padding-top: 10px !important;
}
/*end css loader + chat tenten + messenger*/
img {
  max-width: 100%;
}
.thumbnail {
  padding: 0px;
  border: none;
  background: none;
  margin: 0px;
  overflow: hidden;
}
.scrolltop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 500;
  cursor: pointer;
  max-width: 40px;
  left: initial;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  width: 100%;
  max-width: 1386px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
/* MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  cursor: pointer;
  margin-left: auto !important;
}
.icon_mobile_click img {
}
.icon_mobile_click i.fa {
  font-size: 30px;
  color: #ff9e44;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_full_secure {
  position: fixed;
  top: 0;
  bottom: 100%;
  width: 100%;
  background-color: #04326d;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  padding: 0px 20px;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}
.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_full_secure .close_menu {
  font-size: 25px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  background: transparent;
  display: none;
  cursor: pointer;
  top: 20px;
  z-index: 999;
}
#menu_mobile_full_secure .close_menu img {
  max-width: 20px;

  width: 100%;
}
#menu_mobile_full_secure .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_full_secure .menu > li.active {
  padding: 15px 0px 10px 0px;
}

#menu_mobile_full_secure ul li {
  position: relative;
  padding: 15px 0px 15px 0px;
  font-size: 14px;
}
#menu_mobile_full_secure ul.menu > li {
  display: table;
}
#menu_mobile_full_secure ul li a {
  color: #fff;
  text-transform: uppercase;
}
#menu_mobile_full_secure ul.menu > li > a {
  font-weight: 600;
  font-size: 22px;
}
#menu_mobile_full_secure ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_full_secure li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_full_secure .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
}

#menu_mobile_full_secure .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_full_secure .sub-menu li a {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

/*.editBefore_mobile::before {
  content: "" !important;
}*/

#menu_mobile_full_secure li.menu-item-has-children::before {
  content: url(../../images/arrow-right-white.png);
  position: absolute;
  right: -30px;
  top: 16px;
  color: #fff;
  font-size: 20px;
}
#menu_mobile_full_secure .menu {
  margin: 0px 0px 20px 0px;
}
#menu_mobile_full_secure .menu > li.not-have-child {
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child > a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child:last-child > a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full_secure .menu > li.not-have-child > a {
  display: inline-block;
}

#menu_mobile_full_secure .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}
.menu_show nav ul.menu > li {
  animation: fadeInRight 0.5s ease forwards;
  opacity: 0;
}
.menu_show nav ul.menu > li:nth-child(1) {
  animation-delay: 0.35s;
}
.menu_show nav ul.menu > li:nth-child(2) {
  animation-delay: 0.4s;
}
.menu_show nav ul.menu > li:nth-child(3) {
  animation-delay: 0.45s;
}
.menu_show nav ul.menu > li:nth-child(4) {
  animation-delay: 0.5s;
}
.menu_show nav ul.menu > li:nth-child(5) {
  animation-delay: 0.55s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* END MENU MOBILE*/
/* BUTTON SLIDE */
.slick-prev:before {
  content: "\f104" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 40px !important;
  display: inline-block;
  line-height: 45px !important;
  color: #fff !important;
  border-radius: 50%;
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next:before {
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 40px !important;
  position: absolute;
  width: 11px;
  height: 20px;
  display: inline-block;
  line-height: 45px !important;
  color: #fff !important;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-prev:hover:before,
.slick-next:hover:before {
}
.slick-prev {
  left: 0px !important;
  top: 50%;
  margin-top: 10px;
}
.slick-next {
  right: 0px !important;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff !important;
}
.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  margin: -22.5px 0px 0px 0px;
  top: 50%;
  background: rgb(0 102 178 / 30%);
  border-radius: 50%;
}
.slick-prev:hover,
.slick-next:hover {
  background: #145eab;
}
.profesional .slick-slide img {
  display: table;
  margin: 0px auto;
  box-shadow: 0px 20px 80px rgba(0, 102, 178, 0.15);
  border-radius: 10px;
}
.banner_general {
  padding: 69px 0px 25px 0px;
}
.top_header {
  padding: 25px 0px;
  position: fixed;
  width: 100%;
  transition: all 0.3s;
}
.top_header .container {
  display: flex;
  align-items: center;
}
.top_header.fixed_header {
  padding: 20px 0px;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 20px 80px rgba(0, 102, 178, 0.15);
}
.top_header .menu_header_18102021 {
  margin-left: auto;
}
.top_header .menu_header_18102021 nav > ul {
  display: flex;
  align-items: center;
}
.top_header .menu_header_18102021 nav > ul > li {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px 30px;
}
.top_header .menu_header_18102021 nav > ul > li:nth-child(1) {
  margin: 0px 30px 0px 0px;
}
.top_header .menu_header_18102021 nav > ul > li:last-child {
  margin: 0px 0px 0px 30px;
}
.top_header .menu_header_18102021 nav > ul > li > a {
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
.top_header .menu_header_18102021 nav > ul > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -15px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.top_header .menu_header_18102021 nav > ul > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.top_header.fixed_header .menu_header_18102021 nav > ul > li > a:hover:before {
  background: #132639;
  opacity: 1;
  visibility: visible;
}
.top_header.fixed_header .menu_header_18102021 nav > ul > li > a {
  color: #132639;
}
.top_header.fixed_header .logo_header_18102021 .defauilt_logo,
.top_header .logo_header_18102021 .hover_logo {
  display: none;
}
.top_header.fixed_header .logo_header_18102021 .hover_logo {
  display: block;
}
.qb_secure_title {
  display: table;
  margin: 0px auto 50px auto;
  text-align: center;
  font-weight: 700;
}
.qb_secure_title strong {
  color: #07bd45;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
.qb_secure_title h2 {
  font-size: 44px;
  line-height: 52px;
  color: #434f5b;
  margin: 10px 0px 0px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.qb_price_secure {
  padding: 100px 0px 300px 0px;
  background: url("../../images/back_ground_table.png")
    no-repeat;
  background-size: cover;
  width: 100%;
}
.qb_price_secure .nt_content_title {
  text-align: center;
  color: #fff;
}
.qb_price_secure .qb_secure_title {
  margin: 0px auto 50px auto;
}
.qb_price_secure .price_secure_ct {
  background: #fff;
  box-shadow: 0px 20px 80px rgba(0, 102, 178, 0.15);
  border-radius: 30px;
  padding: 40px 50px 60px 50px;
  position: relative;
  transition: all 0.3s;
  transform: scale(0.9);
}
.qb_price_secure .slick-center .price_secure_ct .secu_xtn img.nt_images5_12_hv {
  display: none;
}
.qb_price_secure .slick-center .price_secure_ct .nt_images5_12_hv {
  display: inline-block !important;
}
.qb_price_secure .slick-center .price_secure_ct .nt_images5_12 {
  display: none !important;
}
.qb_price_secure .slick-center .price_secure_ct li,
.qb_price_secure .slick-center .price_secure_ct span,
.qb_price_secure .slick-center .price_secure_ct .secu_name,
.qb_price_secure .slick-center .price_secure_ct .secu_price {
  color: #fff !important;
}

.qb_price_secure .slick-center .price_secure_ct {
  border-radius: 30px;
  border: 2px solid #fff;
  background: linear-gradient(174deg, #0567ce 64.74%, #3125e3 106.57%);
  transform: scale(1);
}

.qb_price_secure .price_secure_ct .secu_name {
  font-size: 24px;
  line-height: 32px;
  display: table;
  margin: 0px auto 16px auto;
  color: #145eab;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
}
.qb_price_secure .price_secure_ct:hover .secu_name {
  color: #04326d;
}
.qb_price_secure .price_secure_ct .secu_price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  line-height: 52px;
  font-family: "DM Sans", sans-serif;
  color: #04326d;
  font-weight: 700;
  margin: 0px 0px 40px 0px;
  position: relative;
}
.qb_price_secure .price_secure_ct .secu_price span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.3s;
  color: #6f8295;
  margin: 0px 0px 0px 5px;
}
.qb_price_secure .price_secure_ct:hover .secu_price span {
  color: #04326d;
}
.qb_price_secure .price_secure_ct ul {
  position: relative;
}
.qb_price_secure .price_secure_ct ul li {
  position: relative;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 26px;
}
.qb_price_secure .price_secure_ct ul > li:last-child {
  margin: 0px;
}
.qb_price_secure .price_secure_ct ul li:before {
  position: absolute;
  content: "";
  background: url(../../images/images-qb-check-icon-banggia-1204.svg);
  width: 26px;
  height: 27px;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
  background-repeat: no-repeat;
}
.qb_price_secure .slick-center .price_secure_ct ul li:before {
  background: url(../../images/images-qb-check-icon-banggia-hover-1204.svg);
}
.qb_price_secure .price_secure_ct ul li.li_info_hidden {
  display: none;
}
.qb_price_secure .price_secure_ct .secu_xtn {
  position: relative;
  cursor: pointer;
  display: table;
  margin: 50px auto 30px auto;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.qb_price_secure .price_secure_ct .secu_xtn em i,
.qb_price_secure .price_secure_ct .secu_xtn em {
  font-style: normal;
}

.qb_price_secure .price_secure_ct .secu_xtn em i + i {
  display: none;
}

.qb_price_secure .price_secure_ct .secu_xtn.secu_reverse i:first-child {
  display: none;
}

.qb_price_secure .price_secure_ct .secu_xtn.secu_reverse em i + i {
  display: inline-block;
}

.qb_price_secure .price_secure_ct .secu_xtn img {
  margin: 0px 0px 0px 5px;
  display: inline-block;
}

.qb_price_secure .price_secure_ct img.nt_images5_12_hv {
  display: none;
}

.qb_price_secure .price_secure_ct .secu_xtn.secu_reverse .nt_images5_12 {
  transform: rotate(180deg);
}

.qb_price_secure .slick-center .price_secure_ct .secu_xtn img.nt_images5_12_hv {
  display: none;
}
.qb_price_secure
  .slick-center
  .price_secure_ct
  .secu_xtn.secu_reverse
  img.nt_images5_12_hv {
  transform: rotate(180deg);
  display: block;
}

.qb_price_secure .price_secure_ct .secu_price_btn {
  background: #201985;
  display: table;
  margin: 0px auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border-radius: 60px;
  font-weight: 500;
  padding: 14px 73px;
  position: relative;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
}
.qb_price_secure
  .slick-slide.slick-current.slick-active
  .price_secure_ct
  .secu_price_btn {
  border-radius: 60px;
  padding: 14px 73px;
  border: none;
}
.qb_price_secure .slick-center .price_secure_ct .secu_price_btn {
  background: #ffffff !important;
  border: 1.5px solid #ffffff !important;
  color: #0066b2;
}

.qb_price_secure .slick-center .price_secure_ct .secu_price_btn:hover{
  background: #201985 !important;
  color:#fff !important;
}

.qb_price_secure .price_secure_ct {
  position: relative;
}
.qb_price_secure .row > .col-sm-4:nth-child(2) .price_secure_ct:after {
  /* position: absolute;
  content: "";
  background: url(../../images/images-qb-bestseller-1204.png) no-repeat;
  width: 88px;
  height: 114px;
  top: -50px;
  right: 10px; */
}
.qb_price_secure .row {
  margin: 0px -20px;
}
.qb_price_secure .row .col-sm-4 {
  padding: 0px 20px;
}
.qb_coupon_secure {
  padding: 100px 0px 0px 0px;
  border-radius: 200px 0px 0px 0px;
  background: #fff;
  position: relative;
  margin: -200px 0px 0px 0px;
}
.qb_coupon_secure .coupon_secure_detailds {
  background: #fff;
  display: flex;
  align-items: center;
}
.qb_coupon_secure .coupon_secure_detailds .ct_left {
  position: relative;
}
.qb_coupon_secure .coupon_secure_detailds .ct_left .coupon_secure_absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.qb_coupon_secure .coupon_secure_detailds .coupon_secure_absolute strong {
  display: table;
  margin: 0px auto 10px auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}
.qb_coupon_secure .coupon_secure_detailds .coupon_secure_absolute span {
  font-size: 89px;
  line-height: 97px;
  color: #fff;
  display: table;
  margin: 0px auto;
  font-family: "Lobster", cursive;
}
.qb_coupon_secure .coupon_secure_detailds .coupon_secure_absolute span sup {
  display: inline-block;
  margin: 0px 0px 0px -9px;
  font-size: 60px;
  position: relative;
}
.qb_coupon_secure .coupon_secure_detailds .ct_right {
  box-shadow: 0px 20px 80px rgba(0, 102, 178, 0.15);
  min-height: 255px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qb_coupon_secure .coupon_secure_detailds .ct_right span {
}
.qb_coupon_secure .coupon_secure_detailds .ct_right .code_cup {
  font-size: 36px;
  line-height: 44px;
  color: #0066b2;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  margin: 0px auto 20px auto;
  text-align: center;
  background: #eff8ff;
  border: 1px dashed #71c3e2;
  padding: 5px 20px;
}
.qb_coupon_secure .coupon_secure_detailds .ct_right .code_title {
  font-size: 20px;
  line-height: 28px;
  display: table;
  margin: 0px auto 20px auto;
  text-align: center;
}
.qb_coupon_secure .coupon_secure_detailds .ct_right .copy_coupon {
  color: #fff;
  border-radius: 60px;
  display: table;
  margin: 0px auto;
  text-align: center;
  background: #201985;
  padding: 11px 38px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
}
.qb_expiry_secure {
  padding: 100px 0px 0px 0px;
}
.qb_expiry_secure .expiry_secure_detailds {
  box-shadow: 0px 20px 80px rgba(0, 102, 178, 0.15);
  border-radius: 10px;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 15px 24px 15px;
  background: #fff;
  transition: all 0.3s;
  margin: 0px 0px 24px 0px;
}
.qb_expiry_secure .expiry_secure_detailds:hover {
  border: 3px solid #5fa4d8;
}
.qb_expiry_secure .expiry_secure_detailds figure {
  display: table;
  margin: 0px auto 20px auto;
}
.qb_expiry_secure .expiry_secure_detailds .expiry_gift {
  font-size: 19px;
  line-height: 28px;
  width: 50%;
}
.qb_expiry_secure .expiry_secure_detailds .expiry_gift strong {
}
.qb_expiry_secure .expiry_secure_detailds .copycp {
  display: flex;
  align-items: center;
  background: #eff8ff;
  border-radius: 60px;
  width: 50%;
}
.nt_time_title {
  margin: 0px 0px 32px 0px;
}
.qb_expiry_secure .expiry_secure_detailds .copycp a {
  margin-left: auto;
  background: #201985;
  border-radius: 60px;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 60%;
  text-align: center;
}
.qb_expiry_secure .expiry_secure_detailds .copycp span {
  font-size: 24px;
  line-height: 52px;
  color: #0066b2;
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}
.qb_secure_super_bg {
  background: linear-gradient(264.55deg, #e8f4ff -25.24%, #feffff 54.35%);
}
.slide_index .slick-prev:before {
  content: url(../../images/images-qb-arr-left-slide-1204.png) !important;
}
.slide_index .slick-next:before {
  content: url(../../images/images-qb-arr-right-slide-1204.png) !important;
}
.slide_index .slick-prev:before,
.slide_index .slick-next:before {
  line-height: 37px !important;
}
.slick-slider {
  margin: 0px;
}
.qb_price_note {
  display: flex;
  justify-content: center;
  margin: 20px auto 0px auto;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
}
.qb_price_note i {
  font-style: normal;
}
/*END CSS CONTENT*/
/* GIANG CSS */
.banner {
  position: relative;
  padding: 0px 0px 464px 0px;
  /* padding: 319px; */
}
.banner:before {
  position: absolute;
  content: "";
  background: url(../../images/images-qb-tp-bg-1204.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.banner .row > .col-sm-6:nth-child(1) {
}

.banner .row > .col-sm-6:nth-child(2) figure {
  margin: 40px 0px 0px 0px;
}
.logo {
  margin: 60px 0px 60px 0px;
}
.logo h1 {
  margin: 40px 0px 0px 0px;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.nt_color_02E8F6 {
  color: #02e8f6;
}
.logo span p {
  margin: 0px;
}
.regis_now {
  display: table;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  padding: 20px;
  max-width: 300px;
  width: 100%;

  font-size: 20px;
  text-align: center;
  border-radius: 90px;
  color: #fff;
  font-weight: 700;
  margin: 60px 0px 0px 0px;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.regis_now:hover {
  border: 1px solid #04336b;
  background: #fff;
  color: #0066b2;
}
.nt_secureweb_what {
  padding: 100px 0px 0px 0px;
  margin: -356px 0px 0px 0px;
  background: #fff;
  border-radius: 200px 0px 0px 0px;
  position: relative;
}
.nt_secureweb_what::before {
  content: "";
  width: 100%;
  max-width: 880px;
  height: 1345px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../../images/tg_before_what_sc_2812.png) center right no-repeat;
  background-size: contain;
}
.nt_secureweb_what .container {
  z-index: 1;
}
.nt_content_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 0px 0px;
}
.nt_secureweb_what .nt_secureweb_text:nth-child(2) {
  padding-top: 33px !important;
}
.nt_secureweb_what .nt_secureweb_text {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 40px 0px;
}

.banner .textwidget ul li {
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  font-weight: 600;
  padding: 0px 0px 30px 0px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.banner .textwidget ul li:last-child {
  padding: 0px;
}
.banner .textwidget ul li > p {
  margin: 0px 0px 0px 0px;
}

.nt_images_ac {
  margin: 0px 15px 0px 0px;
}
/* .banner .textwidget ul li::before {
  content: "";
  background: url("../../images/images-qb-check-icon-tp-1204.svg");
  position: absolute;
  top: -1px;
  left: 0px;
} */
.countdown {
  display: table;
  margin: 25px auto 20px auto;
  max-width: 260px;
  width: 100%;
}
.countdown h2 {
  font-size: 33px;
  line-height: 40px;
  color: #0d0208;
  font-weight: 700;
  text-align: center;
  margin: 18px 20px 0px 0px;
  float: left;
  display: inline-block;
}
#show_tab1 h2 strong {
  color: #ff0000;
}

.profesional {
}
div#show_tab2 {
}
.profesional .item p {
  color: #fff;
  background: #ff9900;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  max-width: 430px;
  width: 100%;
  margin: 0px auto 30px auto;
  position: relative;
  border-radius: 6px;
}
.profesional .item p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fe9800;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -10px;
  border-radius: 1px;
}
.profesional .item p span {
  display: none;
}
.secure_web .textwidget h3 {
  position: relative;
  font-size: 44px;
  font-weight: 700;
  line-height: 41px;
  margin: 30px 0px 40px 0px;
  color: #434f5b;
  display: flex;
  align-items: center;
}
.secure_web .textwidget h3 strong {
  margin: 0px 0px 0px 16px;
  position: relative;
  top: 10px;
}
.secure_web .textwidget p {
  font-size: 18px;
  text-align: justify;
  line-height: 28px;
}
.secure_web {
  padding: 100px 0px 100px 0px;
}
.specials {
  padding: 100px 0px;
  background: #fff;
}
.secure_web {
}
.specials .qb_secure_title {
}
.specials .row .bo_sha_veteran {
  background: #fff;
  box-shadow: 0px 20px 80px rgba(0, 102, 178, 0.15);
  border-radius: 10px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.specials h2 {
  color: #0d0208;
  text-align: center;
  font-weight: 700;
  margin: 0px;
}
.specials h2 p {
  display: none;
}
.specials ul li figure {
  height: 168px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  border-radius: 10px 10px 0px 0px;
}
.specials ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.specials ul li .texwidget h4 {
  font-size: 16px;
  line-height: 23px;
  color: #04326d;
  font-weight: 700;
}
.specials ul li .texwidget {
  padding: 0px 16px;
}
.specials ul li .texwidget p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.specials ul li .texwidget p span {
  display: none;
}

ul.tabs_special li {
  background: transparent;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
  text-align: center;
}
ul.tabs_special li:hover {
  color: #07bd45;
}
ul.tabs_special {
  display: table;
  margin: 0px auto 40px auto;
}
.tab-content {
  display: none;
  padding: 0px;
}
.tab-content.current {
  display: inherit;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
.tab-content.current li {
  animation: none;
}
/**/
ul.tab_secure_web li {
  background: transparent;
  display: inline-block;
  cursor: pointer;
  margin: 0px 13px 0px 13px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
ul.tab_secure_web li a,
ul.tabs_special li a {
  color: #434f5b;
  display: inline-block;
  padding: 9px 20px;
  border-radius: 5px;
}
ul.tab_secure_web li a:hover,
ul.tabs_special li a:hover {
  color: #0066b2;
}
ul.tab_secure_web {
  display: table;
  margin: 0px auto 60px auto;
}
ul.tab_secure_web li.current a,
ul.tabs_special li.current a {
  color: #0066b2;
  box-shadow: 0px 2px 0px #0066b2;
}
.qb_secure_super_bg .slick-slide.slick-current.slick-active a {
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 9px 0px 9px 0px;
}
.slick-prev:before,
.slick-next:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-contents {
  display: none;
  padding: 0px;
}
.tabs-contents.currents {
  display: inherit;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
.tabs-contents.currents li {
  animation: none;
}

/* CSS FOOTER*/

.footer {
  margin-top: 0px !important;
  padding: 20px 0px !important;
}
.fb {
  padding: 20px 0px;
}

/*mau website*/
.gd-sale {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.gd-sale ul li {
  width: 30%;
  margin-right: 5%;
  float: left;
  list-style: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.finish {
  margin-right: 0 !important;
}
.img-temp {
  border: 3px solid #fff;
  width: 100%;
}
.img_view {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.button_view {
  background: #69b945;
  border: 1px dashed #8bc34a;
  padding: 7px 30px;
  color: #fff;
  text-decoration: none;
  margin: 0px auto 50px auto;
  font-size: 16px;
  border-radius: 5px;
}
.button_view:hover {
  background: #88c541;
  color: #fff;
  text-decoration: none;
}
.button {
  text-align: center;
  margin: 40px 0px;
}
a.view_demo {
  color: rgb(255, 255, 255);
  font-size: 16px;
  background: rgb(105, 185, 69);
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(139, 195, 74);
  border-image: initial;
  padding: 7px 30px;
  text-decoration: none;
  margin: 0px auto 50px;
  border-radius: 5px;
}
a.view_demo:hover {
  background: #88c541;
  color: #fff;
  text-decoration: none;
}
.tab1 {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0px 0px 35px 0px;
  display: table;
}
.tab1 li {
  display: inline;
  margin: 0 5px;
}
.tab1 li a {
  color: #000;
  background: #dfdfdf;
  padding: 10px 30px;
  font: 16px roboto;
  position: relative;
  border: solid 1px #ccc;
  display: inline-block;
}
.tab1 li a:hover:after,
.tab1 li a.active1:after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #ffa101;
  font-size: 25px;
}
.tab1 li a:hover,
.tab1 .active1 {
  background: #ffa101 !important;
  color: #000;
  text-decoration: none;
  border: solid 1px #fab650;
}
.slick-slide {
  height: initial;
}
/*end mau website*/

.tg_table_gen_hosting_sc5_27122023 {
  display: block;
  overflow: auto;
  margin: 0px auto;
  width: 1100px;
  padding: 0px;
  background: none;
  position: relative;
  border-radius: 20px;
}

.tg_table_gen_hosting_sc5_27122023 table {
  background: #fff;
  box-shadow: 0 0 20px rgb(29 96 198 / 20%);
  transition: all 0.4s;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 1100px;
}

.tg_table_gen_hosting_sc5_27122023 table tr {
  border-bottom: 1px solid #bbbaba;
}

.tg_table_gen_hosting_sc5_27122023 table tr td:nth-child(1) {
  color: #000;
  text-align: left;
  font-weight: 400;
  background: #f8fbfc;
  padding: 15px;
}

.tg_table_gen_hosting_sc5_27122023
  table
  tbody
  > tr:nth-child(1)
  > td:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  width: 20%;
}

.tg_table_gen_hosting_sc5_27122023 table tr td:nth-child(4) {
}

.tg_table_gen_hosting_sc5_27122023 table tr td {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  position: relative;
  color: #000;
  width: 15%;
}

.tg_table_gen_hosting_sc5_27122023
  table
  tr:nth-child(1)
  td:nth-child(3)::before {
  content: url(../../images/Best_Seller_1512.svg);
  position: absolute;
  top: -40px;
  right: -30px;
}

.tg_table_gen_hosting_sc5_27122023
  table
  tr.tinhnangthem
  td:nth-child(3)::before {
  display: none;
}

.tg_table_gen_hosting_sc5_27122023 table tr td h5 {
  color: #0567ce;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0px;
}

.tg_table_gen_hosting_sc5_27122023 table tr td h3 {
  font-size: 26px;
  line-height: 34px;
  color: #d1333f;
  margin: 0px;
  text-align: center;
  font-weight: 700;
}

.tg_table_gen_hosting_sc5_27122023 table tr td span {
  color: #d1333f;
}

.tg_table_gen_hosting_sc5_27122023 table tr td u {
  text-decoration: none;
}

.tg_table_gen_hosting_sc5_27122023 table tr td u i {
  color: #034ec0;
}

.tg_table_gen_hosting_sc5_27122023 table tr td i {
  font-style: initial;
  color: #f7773e;
}

.tg_table_gen_hosting_sc5_27122023 table tr td i.fa-check {
  color: #547c30;
}

.tg_table_gen_hosting_sc5_27122023 table tr td a {
  display: block;
  padding: 10px 10px;
  border-radius: 90px;
  color: #fff;
  background: #201985;
  font-weight: 600;
  margin: 0px auto;
  max-width: 160px;
  font-size: 16px;
}

.tg_table_gen_hosting_sc5_27122023 table tr td a:hover {
  background: #0567ce;
}

.tg_table_gen_hosting_sc5_27122023 .tinhnangthem {
  display: none;
}

.tg_table_gen_hosting_sc5_27122023 .ssd_noborder {
  border-bottom: none;
}

.tg_table_gen_hosting_sc5_27122023 table tr.tinhnangthem > td > table {
  box-shadow: none;
}

.xemtinhnang {
  display: table;
  margin: 20px auto 0px auto;
  text-align: center;
  cursor: pointer;
}

.tg_table_gen_hosting_sc5_27122023 .xemtinhnang i,
.tg_table_gen_hosting_sc5_27122023 .xemtinhnang p {
  color: #547c30;
}

.tg_table_gen_hosting_sc5_27122023 table tr:last-child td .xemtinhnang i {
  color: #547c30;
  position: absolute;
  top: 3px;
  right: -15px;
}

.tg_table_gen_hosting_sc5_27122023 table tr:last-child td .xemtinhnang {
  position: relative;
  display: table;
  cursor: pointer;
  margin: 0px 0px 0px 0px;
  height: 0px;
}

.qb_price_secure .tg_list_price {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  justify-content: center;
  min-height: 530px;
}

.qb_price_secure .tg_list_price .slick-list {
  margin: 0px -10px;
}

.qb_price_secure .tg_list_price .slick-track > .slick-slide {
  padding: 0px 10px;
}

.qb_price_secure .tg_list_price .tg_item {
  width: 32%;
}

.price_secure_general {
  margin: 0px 0px 100px 0px;
}

.price_secure_general .slick-dots li button {
  background: rgba(184, 210, 255, 0.5);
  width: 8px;
  height: 8px;
}

.price_secure_general .slick-dots li.slick-active button {
  width: 40px;
  height: 8px;
  background: #fff;
}

.tg_km_price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 30px;
  border-radius: 20px;
  border: 2px dashed #02e8f6;
  background: rgba(22, 64, 161, 0.3);
  gap: 90px;
  max-width: 1250px;
  margin: 0px auto 50px auto;
  position: relative;
}

.tg_km_price::before{
  content:"";
  width: 118px;
  height: 110px;
  position: absolute;
  top: -22px;
  left: -28px;
  background: url(../../images/tg_km_28122023.png) center center no-repeat;
  background-size: contain;
}

.tg_km_price .tg_item_price {
}

.tg_km_price .tg_item_price p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}

.tg_km_price .tg_item_price em {
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg_km_price .tg_item_price em span {
  color: #262424;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px;
  display: inline-block;
  width: 50%;
}

.tg_km_price .tg_item_price em strong {
  color: #02e8f6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 30px;
  background: #0567ce;
  width: 50%;
  text-align: center;
  padding: 6px;
  position: relative;
  right: -2px;
}
.qb_secure_super_bg .secure_web .col-sm-6 {
  position: relative;
  z-index: ;
}

.qb_secure_super_bg .tg_website_builder .col-sm-6 .tg_button_link {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.qb_secure_super_bg .tg_website_builder .col-sm-6 .tg_button_link a {
  color: var(--Main-Blue, #0066b2);
  font-size: 21.978px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border: none;
  border-radius: 30px;
  margin: 0px;
  padding: 12px 36px;
  text-align: center;
}

.qb_secure_super_bg .tg_website_builder .col-sm-6 .tg_button_link a::before {
}

.qb_secure_super_bg .tg_website_builder .wrap_figure img {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.qb_secure_super_bg .tg_website_builder .wrap_figure {
  position: relative;
}

.qb_secure_super_bg .tg_website_builder .wrap_figure::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border-radius: 10px;
}

.qb_secure_super_bg .tg_website_builder .col-sm-6:hover .wrap_figure::before {
  opacity: 1;
  visibility: visible;
}

.qb_secure_super_bg .tg_website_builder .col-sm-6:hover .tg_button_link {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.qb_secure_super_bg .tg_tabwbd {
  gap: 20px;
}

.qb_secure_super_bg .tg_tabwbd li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  background: none;
  color: #434f5b;
  border-radius: 100px;
  border: 1px solid #bdd0fb;
  background: #fff;
  padding: 10px 25px;
}

.qb_secure_super_bg .tg_tabwbd li a::before {
}
.qb_secure_super_bg .tg_tabwbd li a:hover:after,
.qb_secure_super_bg .tg_tabwbd li a.tg_active:after {
  content: "" !important;
}
.qb_secure_super_bg .tg_tabwbd li a.tg_active {
  background: #0567ce;
  color: #fff;
}

.qb_secure_super_bg .tg_tabwbd li a:hover,
.qb_secure_super_bg .tg_website_builder .col-sm-6 .tg_button_link a:hover,
.qb_expiry_secure .expiry_secure_detailds .copycp a:hover {
  background: #0567ce;
  color: #fff;
}
.qb_secure_super_bg .specials {
  position: relative;
  z-index: 1;
  background: none;
}

.qb_coupon_secure .coupon_secure_detailds .ct_right .copy_coupon:hover , .qb_price_secure .price_secure_ct .secu_price_btn:hover {
  background: #0567ce;
}

.qb_secure_super_bg .secure_web {
  position: relative;
}

.qb_secure_super_bg .secure_web .container,
.qb_expiry_secure {
  position: relative;
  z-index: 1;
}

.qb_secure_super_bg .secure_web::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../../images/tg_bf_sc_theme_28122023.png) left center no-repeat;
  width: 80%;
  height: 1500px;
  background-size: contain;
}
.tg_ss_bgia_29122023{
  padding:100px 0px;
}

.tg_sosanh_bg{
  display: table;
  margin: 0px auto 40px auto;
}

.tg_sosanh_bg p{
  margin: 0px;
  color: #fff;
  padding: 10px 30px;
  background: #0567ce;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.tg_sosanh_bg p::before{
  content:"\f0ec";
  font:normal normal normal 14px/1 FontAwesome;
  color:#fff;
  margin: 0px 10px 0px 0px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0,0,0,0.7);
  font-size: 15px;
  display: none;
}
.popup .content_popup {
  position: relative;
  margin: 100px auto 100px auto;
  z-index: 9;
  width: 80%;
  text-align: center;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  max-width: 300px;
  background: #fff;
  padding: 0px;
  max-width: 600px;
  width: 100%;
  border-radius: 5px;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.popup .content_popup .title {
  font-size: 18px;
  background: url(images/icon_noice.png) top center no-repeat;
  padding-top: 70px;
  margin-bottom: 15px;
}
.popup .close_popup {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  /* background: #ddba76;
    */
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  clear: both;
  position: absolute;
  top: -32px;
  right: 0px;
  font-size: 20px;
}
.commit_popup{
  background: #ffe6e6;
  border: dashed 1px #ffa7a7;
  padding: 15px;
  text-align: center;
  margin: 15px;
  display: none;
}
.commit_popup h3{
  font-size: 20px;
  margin: 0px;
}
.commit_popup span{
  color: red;
  font-size: 20px;
}
.commit_popup p{
  margin: 10px 0px 0px 0px;
  font-style: italic;
  font-size: 18px;
}
.content_popup h1{
  font-size: 22px;
  text-transform: uppercase;
  background: #1eaab8;
  padding: 12px 0px 10px 0px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
}
.popup label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
}
.popup .form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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;
}
.popup .list_group{
  padding:0px 15px;
}
.popup .form-group{
  margin:15px 0px 0px 0px;
}
.mabaove .img_mabv{
  float:left;
}
.mabaove input[type="text"]{
  float: left;
  width: initial;
  min-width: 185px;
  line-height: 10px;
  height: 30px;
  margin: 5px 10px 0px 0px;
}
.mabaove a.refresh{
  float: left;
  margin: 5px 0px 0px 20px;
}
.img_mabv img{
  border:solid 1px #ccc;
  border-radius: 5px;
}
.mabaove{
  display: table;
  width: 100%;
}
.popup .security{
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 15px 0px;
}
.popup button[type*="submit"]{
  color: #fff;
  background-color: #d9534f;
  border: none;
  border-radius: 20px;
  padding: 13px 30px;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
  cursor:pointer;
}
.popup button[type*="submit"]:hover{
  background:#1eaab8;
}
.encrypt .container h4{
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}
.encrypt .container h4 a{
  padding: 15px 30px;
  margin: 30px auto 0px auto;
  display: table;
  color: #fff;
  background: #f78d03;
  border-radius: 10px;
}
.show_popup:hover{
  color: #fff;
  box-shadow: 3px 3px 10px #918383 
}
.popup_bgia_2912  h3.title_pop{
  font-size: 20px;
  text-transform: uppercase;
  background: #0567ce;
  margin: 0px;
  color: #fff;
  padding: 15px 10px;
  border-radius: 5px 5px 0px 0px;
}
.popup_bgia_2912 .wrap_ct_popup{
  padding:0px 15px;
}
/*end rau*/

@media(min-width:1600px){
  .qb_price_secure .tg_list_price{
    min-height: 590px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .banner_general{
    padding:49px 0px 25px 0px;
  }
  .logo > img {
    width: 80%;
  }
  .qb_price_secure .price_secure_ct:hover:before {
    transform: unset;
  }
  .specials {
    padding: 59px 0px;
  }
  .qb_coupon_secure {
    padding: 60px 0px 0px 0px;
    border-radius: 200px 0px 0px 0px;
  }
  .regis_now {
    margin: 25px 0px 0px 0px;
  }
  .nt_secureweb_what .nt_secureweb_text {
    margin: 0px 0px 24px 0px;
  }
  .nt_secureweb_what .nt_secureweb_text:nth-child(2) {
    padding-top: 23px !important;
  }
  .nt_secureweb_what .nt_secureweb_text .logo {
    margin: 21px 0px 45px 0px;
  }
  .nt_content_title {
    font-size: 28px;
  }
  .nt_secureweb_what {
  }
  .logo h1 {
    max-width: unset;
    font-size: 29px;
  }
  .banner .textwidget ul li {
    font-size: 21px;
    padding: 0px 0px 20px 0px;
  }
  .qb_price_secure .price_secure_ct .secu_price_btn {
    padding: 10px 20px;
  }
  .qb_price_secure .price_secure_ct {
    padding: 20px 30px;
  }
  .banner:before {
  }
  .banner .row > .col-sm-6:nth-child(2) .textwidget figure {
    display: table;
    margin: 0px auto;
  }
  .banner .row > .col-sm-6:nth-child(2) .textwidget {
    display: table;
    margin: 0px auto;
  }
  .top_header .menu_header_18102021 nav > ul > li {
    margin: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qb_secure_super_bg .tg_tabwbd{
    gap: 10px;
  }
  .qb_secure_super_bg .tg_tabwbd li a{
    font-size: 15px;
    padding: 10px 15px;
  }
  .tg_website_builder .wrap_figure img{
    height: 400px;
  }
  .coupon_secure_general .row > .col-sm-6:last-child {
    margin: 0px;
  }
  .coupon_secure_general .row .col-sm-6 {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .specials [id*="tab-"] .row .col-sm-3 {
    width: 50%;
    margin: 0px 0px 20px 0px;
  }
  .qb_expiry_secure .slick-dots {
    bottom: 10px;
  }
  .qb_expiry_secure .slick-list {
    padding: 0px 0px 70px 0px;
  }
  .qb_coupon_secure .slick-dots {
    bottom: 30px;
  }
  .qb_coupon_secure .slick-list {
    padding: 0px 0px 70px 0px;
  }
  .banner {
    padding: 0px 0px 50px 0px;
  }
  .footer {
    padding: 15px !important;
  }
   .tg_km_price {
    flex-direction: column;
    padding: 20px;
    gap: 35px;
  }
}
@media (max-width: 1024px) {
  .qb_price_note {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
  }
  .nt_content_title {
    font-size: 27px;
    line-height: 45px;
  }
  .logo > img {
    max-width: 350px;
  }

  .banner .textwidget ul li {
    font-size: 21px;
    line-height: 27px;
  }
  .logo h1 {
    margin: 34px 0px 0px 0px;
    font-size: 24px;
    line-height: 33px;
  }
  .nt_secureweb_what {
    margin: 0px 0px 0px 0px;
  }
  .profesional .slick-slide img {
    box-shadow: none;
  }
  .profesional .slick-slide {
    padding: 0px 10px;
  }
  .regis_now {
    margin: 30px 0px 0px 0px;
  }
  .specials .qb_secure_title {
    margin: 0px auto 10px auto;
  }
  ul.tabs_special .slick-slide li {
    margin: 0px 0px 30px 0px;
  }
  ul.tabs_special {
    display: block;
    margin: 0px auto 40px auto;
  }
  ul.tabs_special .slick-dots {
    bottom: -10px;
  }
  ul.tabs_special .slick-slide li a {
    color: #434f5b !important;
  }
  /* ul.tabs_special .slick-current li a {
    color: #07bd45 !important;
    box-shadow: 0px 2px 0px #07bd45 !important;
  } */
  ul.tabs_special li.current a {
    color: transparent;
    box-shadow: none;
  }
  .qb_expiry_secure .slick-list {
    padding: 0px 0px 50px 0px;
  }
  .secure_web #tabs-1 .row > .col-sm-6:nth-child(1) figure {
    display: table;
    margin: 0px auto;
  }
  .secure_web #tabs-1 .row > .col-sm-6:nth-child(1) {
    margin: 0px 0px 20px 0px;
  }
  .secure_web #tabs-1 .row .col-sm-6 {
    width: 100%;
  }
  .banner .row > .col-sm-6:nth-child(1) {
    margin: 0px 0px 40px 0px;
  }
  .logo {
    margin: 0px 0px 20px 0px;
  }
  .banner .row > .col-sm-6:nth-child(2) .textwidget figure {
    display: table;
    margin: 0px auto;
  }
  .banner .row > .col-sm-6 {
    width: 100%;
  }
  .banner .row > .col-sm-6:nth-child(2) .textwidget {
    display: table;
    margin: 0px auto;
  }
  .specials {
    padding: 40px 0px;
  }
  .secure_web {
    padding: 40px 0px;
  }
  .qb_expiry_secure .expiry_secure_detailds {
    padding: 40px 20px;
    border: 1px solid #04326d;
    box-shadow: none;
  }
  .qb_expiry_secure .expiry_secure_detailds .copycp {
    width: 100%;
  }
  .qb_expiry_secure .expiry_secure_detailds .expiry_gift {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
  .qb_secure_super_bg {
    background: no-repeat;
    overflow: hidden;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_right .code_cup {
    font-size: 25px;
    line-height: 33px;
  }
  .qb_expiry_secure {
    padding: 40px 0px 0px 0px;
  }
  .qb_secure_title {
    margin: 0px auto 20px auto;
  }
  .qb_coupon_secure {
    padding: 60px 0px 0px 0px;
    margin: 0px;
  }
  .qb_price_secure .price_secure_ct .secu_price_btn {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .qb_price_secure .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgb(67 79 91 / 20%);
    border-radius: 50%;
    margin: 0px;
  }
  .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0px;
  }
  .slick-dots li.slick-active button {
    background: #0364a0;
  }
  .qb_price_secure .price_secure_ct .secu_price_btn {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 20px;
  }
  .qb_price_secure .price_secure_ct .secu_xtn {
    margin: 20px auto 20px auto;
  }
  .qb_price_secure .price_secure_ct .secu_price span {
    font-size: 16px;
    line-height: 24px;
  }
  .qb_price_secure .price_secure_ct .secu_price {
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0px 20px 0px;
  }
  .qb_price_secure .price_secure_ct .secu_name {
    font-size: 20px;
    line-height: 28px;
  }
  .qb_price_secure .price_secure_ct {
    padding: 40px 30px;
  }
  .qb_price_secure .slick-list {
    padding: 30px 0px 70px 0px;
  }
  .qb_price_secure .qb_secure_title {
    margin: 0px auto 50px auto;
  }
  .qb_secure_title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .qb_secure_title strong {
    font-size: 20px;
    line-height: 28px;
  }
  .qb_price_secure {
    padding: 40px 0px 0px 0px;
  }
  .logo span p {
    display: none;
  }
  .logo span {
    margin: 20px 0px 0px 0px;
    font-size: 25px;
    line-height: 33px;
  }
  .banner:before {
    background-size: cover;
  }
  .icon_mobile_click {
    display: block;
  }
  .top_header.fixed_header .icon_mobile_click .burger {
    background: #04326d;
  }
  .icon_mobile_click .burger {
    width: 27px;
    height: 2px;
    background: #fff;
    margin: 6px 0px;
  }
  .logo_header_18102021 figure {
    max-width: 220px;
    width: 100%;
  }
  .top_header .menu_header_18102021 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tg_table_gen_hosting_sc5_27122023 table tr td{
    padding: 5px 10px!important;
  }
  .popup .content_popup{
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    display: block;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_right .code_title {
    font-size: 16px;
    line-height: 25px;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_right .copy_coupon {
    font-size: 16px;
    line-height: 25px;
  }
  .qb_secure_super_bg .tg_website_builder .wrap_figure {
    margin: 0px 0px 10px 0px;
  }
  .qb_secure_super_bg .tg_website_builder .col-sm-6 .tg_button_link a {
    background: var(--Main-Blue, #0066b2);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
  }
  .qb_secure_super_bg .tg_website_builder .col-sm-6 .tg_button_link {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .tg_km_price .tg_item_price p {
    margin: 0px 0px 10px 0px;
  }
  .qb_secure_super_bg .tg_tabwbd li {
    width: 48% !important;
    margin: 0px !important;
  }
  .qb_price_secure .tg_list_price {
    min-height: 500px;
  }
  .tg_km_price {
    flex-direction: column;
    padding: 20px;
    gap: 35px;
  }
  .price_secure_general .slick-dots li.slick-active button {
    background: #fff !important;
    border-radius: 5px;
  }
  .nt_secureweb_what::before {
    background: none;
    pointer-events: none;
  }
  .qb_secure_super_bg .tg_tabwbd li a {
    margin: 0px;
    min-width: initial;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    padding: 10px 5px;
  }
  .tg_table_gen_hosting_sc5_27122023 {
  width: 100%;
  }
  .qb_price_secure .qb_secure_title {
    margin: 0px auto 40px auto;
  }
  #menu_mobile_full_secure .menu > li.not-have-child > a {
    font-size: 21px;
  }
  #menu_mobile_full_secure ul li {
    padding: 8px 0px 8px 0px;
  }
  .logo > img {
  }
  .qb_expiry_secure .expiry_secure_detailds:hover {
    border: 1px solid #04326d;
  }
  .qb_coupon_secure {
  }
  .cnt.cnt_tab.cnt2 {
    margin: 40px 0px 0px 0px;
  }
  .qb_expiry_secure .expiry_secure_detailds {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
  }
  .tg_tabwbd li a {
    min-width: 194px;
    width: 80%;
    margin: 10px 0px;
  }
  .tg_tabwbd {
    gap: 15px 2% !important;
    flex-wrap: wrap;
    margin: 0px 0px 15px 0px;
  }
  .qb_expiry_secure .expiry_secure_detailds .copycp a {
    font-size: 15px;
    width: 40%;
  }
  .qb_expiry_secure .expiry_secure_detailds .copycp span {
    font-size: 15px;
  }
  .qb_price_secure .slick-slide.slick-current.slick-active a {
    width: 100%;
    display: block;
    border-radius: 20px;
    border: none;
  }
  .qb_price_secure {
    background: #1f1a85;
  }
  .specials ul li figure img {
    position: unset;
    transform: unset;
    object-fit: initial;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .specials ul li figure {
    height: auto;
  }
  .nt_content_title {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }
  .nt_secureweb_what .nt_secureweb_text {
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    text-align: justify;
  }
  .nt_secureweb_what .nt_secureweb_text:nth-child(2) {
    padding-top: 11px !important;
  }
  .banner_general .container .row {
    display: flex;
    flex-direction: column;
  }
  .mobile_grow {
    order: -1;
  }
  h1 {
    font-size: 19px;
    line-height: 30px;
  }
  .mobile_grow .textwidget img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .specials h2 p {
    display: table;
    margin: 0px auto;
  }

  ul.tabs_special .slick-list,
  ul.tab_secure_web .slick-list {
    padding: 0px 30% 0px 0px;
  }
  .profesional {
    padding: 0px 0px 60px 0px;
  }
  ul.tab_secure_web {
    display: block;
    margin: 0px auto 40px auto;
  }
  ul.tab_secure_web .slick-dots {
    bottom: -35px;
  }
  ul.tab_secure_web .slick-slide li a {
    color: #434f5b !important;
  }
  ul.tab_secure_web .slick-current li a {
    color: #07bd45 !important;
    box-shadow: 0px 2px 0px #07bd45 !important;
  }
  ul.tab_secure_web li.current a {
    color: transparent;
    box-shadow: none;
  }
  .secure_web .row .col-sm-6 {
    margin: 0px 0px 35px 0px !important;
    clear: both;
  }
  .qb_price_secure .price_secure_ct:hover:before {
    transform: initial;
  }
  .qb_expiry_secure .slick-dots {
    bottom: 15px;
  }
  .qb_coupon_secure .slick-dots {
    bottom: 30px;
  }
  .qb_coupon_secure .slick-list {
    padding: 0px 0px 50px 0px;
  }
  .specials .row .bo_sha_veteran {
    min-height: initial;
    padding: 0px 0px 20px 0px;
  }
  .secure_web .textwidget h3 strong {
    margin: 0px;
  }
  .qb_coupon_secure .coupon_secure_detailds .coupon_secure_absolute span sup {
    font-size: 50px;
  }
  .coupon_secure_general .row > .col-sm-6:last-child {
    margin: 0px;
  }
  .coupon_secure_general .row .col-sm-6 {
    margin: 0px 0px 20px 0px;
  }
  .coupon_secure_general .row .col-sm-6 {
    margin: 0px 0px 30px 0px;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_right {
    width: 100%;
    min-height: inherit;
    padding: 40px 20px;
    border: 1px solid #04326d;
    border-radius: 0px 0px 10px 10px;
  }
  .qb_coupon_secure .coupon_secure_detailds .coupon_secure_absolute strong {
    display: initial;
    margin: 0px 10px 0px 0px;
    font-size: 35px;
    line-height: 43px;
  }
  .qb_coupon_secure .coupon_secure_detailds .coupon_secure_absolute span {
    display: initial;
    margin: initial;
    font-size: 70px;
    line-height: 78px;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_left figure {
    display: none;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_left {
    background: linear-gradient(231.55deg, #006fae 28.56%, #074b81 104.34%);
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
  }
  .qb_coupon_secure .coupon_secure_detailds .ct_left .coupon_secure_absolute {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qb_coupon_secure .coupon_secure_detailds {
    flex-direction: column;
    border-radius: 10px;
  }
  .specials ul li .texwidget h4 {
  }
  .specials ul li .texwidget p span {
    display: block;
    margin: 0px;
  }
  .specials ul li .texwidget p {
  }
  #liveChatPopup {
    width: 285px !important;
  }
  .lv4 {
    font-size: 12px !important;
  }
  .chat1 {
    font-size: 14px !important;
  }
  ul.tab_secure_web li {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin: 0px;
  }
  .tab1 li {
    margin: 0px 0px 10px 0px;
    float: left;
    width: 50%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .profesional .item p {
    font-size: 16px;
    line-height: 26px;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    min-height: 98px;
  }
  .regis_now {
    padding: 10px 15px;
    font-size: 20px;
    margin: 20px auto 0px auto;
    max-width: 375px;
  }
  .secure_web {
    padding: 0px !important;
  }
  .secure_web .textwidget h3 {
    font-size: 22px;
    flex-direction: column;
    margin: 20px 0px;
  }
  .banner .row > .col-sm-6 {
    width: 100% !important;
  }
  .logo {
    margin: 30px 0px;
  }
  .logo p {
    font-size: 22px;
    line-height: 33px;
  }
  .banner .textwidget ul li {
    font-size: 16px;
    line-height: 27px;
    padding: 0px 0px 10px 0px;
  }
  .banner .textwidget ul li img {
    width: 30px;
    height: 30px;
  }
  .banner {
    padding: 0px 0px 30px 0px;
  }
  .footer {
    padding: 15px !important;
  }
  [class*="khung"] {
    width: 100%;
    margin: 0px auto 30px auto;
    /* max-width: 300px; */
    padding: 0px;
    display: table;
    float: none;
  }
  .ram,
  .cpu,
  .website,
  .iconphp,
  .ssl,
  .icondns,
  .web-builder,
  .i-php,
  .icondns,
  .i-dns,
  .inode,
  .tinhnangthem li,
  .ocung,
  .backup,
  .core {
    width: 100%;
    padding: 10px;
  }
  .specials h2 {
    font-size: 20px;
    line-height: 33px;
  }
  #show_tab1 h2 {
    font-size: 22px;
    line-height: 33px;
    margin: 0px 0px 20px 0px;
    float: none;
    display: block;
  }
  .specials .tab-content ul li {
    margin: 0px 0px 30px 0px;
  }
  .specials .tab-content ul > li:last-child {
    margin: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .specials .tab-content ul li {
    width: 50%;
    float: left;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-webkit-keyframes color-change {
  0% {
    background: #ff0000;
  }
  50% {
    background: #69b945;
  }
  100% {
    background: #ff0000;
  }
}
@-moz-keyframes color-change {
  0% {
    background: #ff0000;
  }
  50% {
    background: #69b945;
  }
  100% {
    background: #ff0000;
  }
}
@-ms-keyframes color-change {
  0% {
    background: #ff0000;
  }
  50% {
    background: #69b945;
  }
  100% {
    background: #ff0000;
  }
}
@-o-keyframes color-change {
  0% {
    background: #ff0000;
  }
  50% {
    background: #69b945;
  }
  100% {
    background: #ff0000;
  }
}
@keyframes color-change {
  0% {
    background: #ff0000;
  }
  50% {
    background: #69b945;
  }
  100% {
    background: #ff0000;
  }
}
.fixed_zalo_cell_sop_ft {
  position: fixed;
  left: 30px;
  bottom: 30px;
}
.fixed_zalo_cell_sop_ft ul li {
  margin: 0px 0px 15px 0px;
  position: relative;
  cursor: pointer;
}
.fixed_zalo_cell_sop_ft ul li:hover .expand_ft {
  top: 12px;
  visibility: visible;
  opacity: 1;
}
.fixed_zalo_cell_sop_ft ul li .expand_ft {
  position: absolute;
  width: 190px;
  top: 114px;
  right: -200px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0px 5px;
  z-index: 999;
  background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
  border-radius: 5px;
  height: initial;
  line-height: initial;
}
.fixed_zalo_cell_sop_ft ul li .expand_ft p {
  color: #fff;
  margin: 0px;
  padding: 8px;
  text-align: center;
}

.fixed_zalo_cell_sop_ft ul li:hover .expand_zalo_ft {
  top: 12px;
  visibility: visible;
  opacity: 1;
}
.fixed_zalo_cell_sop_ft ul li .expand_zalo_ft {
  position: absolute;
  width: 190px;
  top: 114px;
  right: -200px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0px 5px;
  z-index: 999;
  background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
  border-radius: 5px;
}
.fixed_zalo_cell_sop_ft ul li .expand_zalo_ft p {
  color: #fff;
  margin: 0px;
  padding: 8px;
  text-align: center;
}
.fixed_zalo_cell_sop_ft .chat_vschungtoi_pa {
  width: 55px;
  height: 55px;
  text-align: center;
  background: #32a22d;
  line-height: 54px;
  border-radius: 50%;
}
.fixed_zalo_cell_sop_ft .chat_vschungtoi_pa img {
  max-width: 75%;
}
#liveChatPopup {
  display: none;
}
.tooltips {
  position: relative;
  display: inline-block;
  font-style: normal;
}
.tooltips::before {
  content: "\f059";
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  color: #8a7c7c;
  font-size: 15px;
}
.khung2 .tooltips::before {
  color: #fff;
}
.tooltips .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #656565;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: -41px;
  left: -140px;
}
.tooltips:hover .tooltiptext {
  visibility: visible;
}
p.tg_note_price_nd {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: red;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 50px 0px;
}
