::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: linear-gradient(180deg, #fe2f05 0, #fe2f05 50%, #fe2f05 100%);
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: #c3c3c3;
}
::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background: linear-gradient(180deg, #fe2f05 0, #fe2f05 50%, #fe2f05 100%);
}
::-webkit-scrollbar-corner {
  background-color: #f5f5f5;
}
.label-package input[type="radio"]:checked ~ div {
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    box-shadow: 0px 0px 15px #ff0303;
    border-color: #ff0303 !important;
}
.nina-detail-content a{
  color: #1956ff
}
.nina-detail-content a:hover{
  color: #cb2504
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  overflow: hidden;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
.nina-image-top img{width: 100%;}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
}

.cursor-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background-color: #fe2f05;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}

.cursor-inner.cursor-hover:before {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background-color: #fe2f05;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -19px;
  margin-top: -19px;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer:before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid #fe2f05;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.nina-btn-cart {
  position: relative;
  border-radius: 0.375rem;
  background-color: rgb(23 121 3 / 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nina-btn-cart::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform-origin: 50%;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.04);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: "";
}
.nina-icon-btn-cart {
  position: absolute;
  top: 9px;
  left: 0.75rem;
  display: flex;
  height: 30px;
  width: 30px;
  transform: translateX(-100%);
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 1);
  color: rgb(23 121 3 / 1);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nina-btn-cart:hover {
  padding-left: 3.1rem;
}

.nina-btn-cart:hover .nina-icon-btn-cart {
  transform: translateX(0px);
  opacity: 1;
}

.nina-btn-priceQuote{
  position: relative;
  border-radius: 0.375rem;
  background-color: rgb(76 117 207 / 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.text-red{
  color: #ff0000
}
.btn-ani{
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
}
.btn-ani:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.04);
  transform: scaleX(0);
  transform-origin: 50%;
  transition: all 0.3s ease-out;
}
.btn-ani:hover:before {
  transform: scaleX(1);
}
.frame-info-domain table{
  width: 100%;
  border-collapse: collapse;
}
.frame-info-domain table th,
.frame-info-domain table td{
  padding: 5px 10px;
  font-size: 15px;
}
.justify-content-md-center{
  justify-content: center;
  display: flex;
}
.col-md-4{
  max-width: 720px;
}




.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fe2f05 0, #c5122a 100%);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container{
  max-width: 100% !important;
}
.content-detail *{
  line-height: 22px;
}
.content-detail h3{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #bd0019;
}
.content-detail h4{
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
.content-detail p{
  margin-bottom: 10px;
}
.content-detail ul{
  padding-left: 20px;
}
.content-detail ul li{
  margin-bottom: 10px;
}

.content-detail table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #f1f1f1;
	margin-bottom: 15px
}

.content-detail table td,
.content-detail table th {
	padding: 10px 10px
}

.content-detail table tr:nth-child(1) td {
	background: #c5122a;
	color: #FFF
}

.content-detail table tr:nth-child(odd) {
	background: #fafafa
}

.content-detail table.price-domain-list td:nth-child(2) {
	font-weight: 700;
	color: #c5122a
}

.content-detail table.price-domain-list td:not(:first-child) {
	text-align: center
}
.contact-detail p:not(:last-child){
  margin-bottom: 17px;
}

.contact-detail span:nth-child(1), .contact-detail span:nth-child(3){
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
.contact-detail span:nth-child(2), .contact-detail span:nth-child(4){
  font-size: 16px;
  color: #c5122a;
}
.contact-map iframe{
  width: 100%;
  display: block;
}
.error-flash p{
  margin-bottom: 10px;
}
.error-flash p:last-child{
  margin-bottom: 0px;
}
.alert {
  position: relative;
  padding: 0.75rem 0.75rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.nina-content-main ul{
  
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  list-style: disc;
}
.footer-collapse span{
  transition: all 0.3s;
}
.footer-collapse.active span{
  transform: rotate(90deg)
}

.menu-mobile-fixed{
  transform: translateX(-100%);
  transition: all 0.3s;
}
.menu-mobile-fixed.open{
  transform: translateX(0%);
}

.pa-contact{
  padding: 15px 15px;
  background: #fb5a2736;
  margin: 0px 18px;
  color: #fb5a27;
  border-radius: 5px;
}
.modal-form-contact{
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.btn-katy{
  display: inline-block;
  /* padding: 5px 10px; */
  background: #fb5a2736;
  color: #fff;
  /* width: 130px; */
  text-align: center;
  border-radius: 4px;
  background-color: rgb(197 17 42);
}
.btn-lss{
  background: rgb(1 88 170);
  color: #FFFFFF;
  padding: 0px 5px;
  border-radius: 15px
}
.btn-ls{
  background: rgba(23,121,3,1);
  color: #FFFFFF;
}
.radio-category input[type="radio"]:hover ~ label > .category-item {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}
.main-title{
    filter: drop-shadow(1px 1px black);
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.desc-title{font-size: 40px;}
.name-why{font-size: 17px;line-height: 28px;margin-bottom: 0px;}
.slogan-why{letter-spacing: 2px;}

.bg-quytrinh{background: #ebf3fe;}
.box-quytrinh{cursor: pointer;position: relative;height: 50px;margin-top: 50px;}
.box-quytrinh img{margin-top: -85px;}
.box-quytrinh:before{
  content: '';
  position: absolute;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  bottom: -30px;
  width: 40px;
  left: 40px;
  margin: auto;
}
.box-quytrinh .name-why{margin-top: -12px;}
.box-quytrinh.active .name-why{color: #fff;}
.content-quytrinh{display: block;line-height: 28px;font-size: 16px;}
.content-quytrinh.active{display: block;}

.box-sosanh{font-size: 17px;}
.title-sosanh{font-size: 20px;}
.title-sub{font-size: 15px;margin-top: 8px;}
.title-tinhnang{font-size: 20px;}
.font-16{font-size: 16px;}
.font-16 ul{list-style: disc;}
/* Transition All */
.transition, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 100%;
}

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgb(103 7 7 / 80%);
  opacity: 0.1;
  border-color: #fc1111;
  opacity: 0.5;
}

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgb(103 7 7 / 35%);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out
}

/* Zalo */
.btn-csw {
  bottom: 30px;
  z-index: 999;
}
@media only screen and (min-width: 992px) { 
  .no-border:nth-last-child(-n+3){
    border-bottom: 0px !important;
  }
  .no-border:nth-child(3n){
    border-right: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .no-border:nth-last-child(-n+2){
    border-bottom: 0px !important;
  }
  .no-border:nth-child(2n){
    border-right: 0px !important;
  }
}
@media only screen and (max-width: 767px) { 
  .no-border:last-child{
    border-bottom: 0px !important;
  }
  .no-border{
    border-right: 0px !important;
  }
  .title-sosanh{font-size: 15px;}
  .title-sub{font-size: 12px;}
  .title-tinhnang{font-size: 15px;}
}


