  

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

html {
  padding: 0px;
  margin: 0px;
  font-family: 'Noto Sans', sans-serif;
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0em;
  color: #000;
  position: relative;
  background: #fff;
}
.color_fff {
  color: #fff !important;
}
img{
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

:focus,
:hover {
  outline: none !important;
}
.container{
  width: 100%;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
/* img {
  max-width: 100%;
} */
.landing_failover_hosting_new_2023{
  position: relative;
}
/*MENU MOBILE*/
#hamburger {
  width: 30px;
  height: 40px;
  position: fixed;
  margin: 20px auto;
  cursor: pointer;
  /* position: fixed; */
  top: 0;
  right: 17px;
  z-index: 9999999999;
  background-color: transparent;
}

#hamburger:hover span:nth-child(1) {
  top: 0px;
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
  top: 24Cpx;
  -webkit-transition: .16s ease-in-out;
  -moz-transition: .16s ease-in-out;
  -o-transition: .16s ease-in-out;
  transition: .16s ease-in-out;
}

#hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0066b2;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 12px;
}

#hamburger span:nth-child(3) {
  top: 24px;
}

#hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}

#hamburger.open span:nth-child(2) {
  top: 10px;
  opacity: 0;
  left: -30px;
  -webkit-transition: .16s ease-in-out;
  -moz-transition: .16s ease-in-out;
  -o-transition: .16s ease-in-out;
  transition: .16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}
#menu-mobile{
 
  position: relative;
  height: 50vh;
  z-index: 99999999;
  left: 0px;
  top: 0px;
  width: 100%;
  display: none;
}
.tung_menu{
  display: none;
}
#bg-menu-mobile{
  position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    z-index: 999;
    height: 100vh;
}
  .tung_menu ul{
  background: linear-gradient(94deg, #4089E4 3.12%, #47C0F4 100%);
  position: FIXED;
  height: 100%;
  z-index: 99999;
  left: 0px; 
  width: 100%;
  padding: 8px 0px 0px 20px;
  /* display: none; */
}

#menu-mobile ul li >a{
  display: block;
    padding: 8px 0px 8px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.tung_menu ul img{
  max-width: 200px;
  margin: 2px 10px 30px 0px;
  height: 40px;
    object-fit: contain;
}

/* END MENU MOBILE*/
/* CSS CONTENT */
header{
  padding: 22px 0px;
      position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(87, 147, 206, 0.2);
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_cloud_server ul{
  display: flex;
  align-items: center;
  gap: 64px;
}
.menu_cloud_server ul li{
font-size: 16px;
font-weight: 700;
line-height: 24px;
text-align: left;
padding: 7px 0px;
cursor: pointer;
text-transform: uppercase;
}
.menu_cloud_server ul li:hover{
  color:#0066B2;
}
/*----------------------------------------------------------- banner-nt */
.banner-nt{
  background: url('../images/baner_nt.png')no-repeat;
  background-size: cover;
  width: 100%;
 
}
.banner-nt .banner-text .name-landing{
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  color: #0066B2;
  margin: 0px 0px 0px 0px;
}
.banner-nt .banner-text .title-banner{
font-size: 56px;
font-weight: 600;
line-height: 62px;
text-align: left;
color: #1A1919;
margin: 19px 0px 0px 0px;

}
.banner-page{
  display: flex;
  align-items: center;
  gap: 58px;
  padding: 143px 0px;
}
.banner-nt .banner-text{
max-width: 642px;
}
.banner-btn-nt{
  display: flex;
  margin: 38px 0px 0px 0px;
  gap: 20px;
}
.banner-btn-nt .btn-view-price{
  background: linear-gradient(94deg, #4089E4 3.12%, #47C0F4 100%);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  width: fit-content;
  padding: 16px 47px;
  color: #fff;
  display: block;
  min-width: 221px;
  cursor: pointer;
  text-transform: uppercase;
}
.banner-btn-nt .btn-contact-info{
  background: transparent;
  border-radius: 10px;
  border: 1px solid #0066B2;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  width: fit-content;
  padding: 16px 47px;
  color: #0066B2;
  display: block;
  min-width: 221px;
  cursor: pointer;
  text-transform: uppercase;
}
/* end----------------------------------------------------------- banner-nt */
.backgr_section-nt{
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(250, 250, 250, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
/* .application-render-nt */
.application-render-nt{
  padding: 120px 0px 120px 0px;
  position: relative;
}
.nt-bf:before{
  position: absolute;
    content: url(../images/bf-nt-tron.png);
    left: 0px;
    top: -7%;
}
.application-render-main{
  display: flex;
  gap: 100px;
  margin: 50px 0px 0px 0px;
  align-items: center;
}
.application-render-imaes{
  width: 50%;
}
.text-render-nt{
  width: 50%;
}
.text-render-nt p{

font-size: 17px;
font-weight: 400;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
margin: 0px 0px 30px 0px;
}
.text-render-nt p span{
  font-weight: 600;
}
.text-render-nt p:last-child{
  margin: 0px 0px 0px 0px;
}
.btn-white-cloud{
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(94deg, #4089E4 3.12%, #47C0F4 100%);
  border-radius: 10px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  color: #fff;
  padding: 16.5px 80px;
  margin: 120px auto;
}
/* end .application-render-nt */
/* ---------------------------------------------------------------advantage_page */
.what-name-nt{
  position: relative;
  z-index: 1;
  display: flex;
  gap: 70px;
  align-items:center ;

}
.what-name-nt .name-page-text .title-what-name{
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  color: #fff;
  text-align: left;
  margin: 0px 0px 0px 0px;
}
.what-name-nt .text-what-name{
  margin: 32px 0px 0px 0px;
}
.what-name-nt .text-what-name p{
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0px 0px 24px 0px;
  color: #fff;
}
.what-name-nt .text-what-name p:last-child{
  margin-bottom: 0px;
}
.what-name-nt .name-page-text{
max-width: 632px;
}
/*  end-----------------------------------------------------------advantage_page */

/* --------------------------------------------------------------- table-price-nt */
.table-price-nt{
  padding: 120px 0px 0px 0px;
  position: relative;
}
.table-price-nt::after{
  position: absolute;
  content: url(../images/ft3.png);
  right: 0px;
  bottom: 0%;
}
.table-price-nt .show_hide_tab{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0px 32px 0px ;

}
.table-price-nt .show_hide_tab li{
  padding: 12px 30px;
  background: #1A19191A;
  color:#1A1919;
  cursor: pointer;
  font-size: 18px;
}
.table-price-nt .show_hide_tab li:nth-child(1){
  border-radius: 5px 0px 0px 5px;
}
.table-price-nt .show_hide_tab li:last-child{
  border-radius: 0px 5px 5px 0px;
}
.table-price-nt .show_hide_tab li.active{
  background: linear-gradient(0deg, #0066B2, #0066B2),
linear-gradient(0deg, rgba(26, 25, 25, 0.2), rgba(26, 25, 25, 0.2));
color: #fff;
}
.box-table-nt{
  box-shadow: 0px 10px 20px 0px #001A2E1A;
  padding: 45px 20px 40px 20px;
  border-radius: 20px;
  background: #fff;
  max-width: 410px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 60px auto;
  position: relative;
}
.khuyen-mai-nt{
  position: absolute;
  top: -18px;
    right: 29px;
}
.table-price-content .plan-active{
  background: #0066B2;
  color: #fff;
}
.table-price-content .plan-active .plan-nt,
.table-price-content .plan-active .price-num,
.table-price-content .plan-active .price-month,
.table-price-content .plan-active .parameter-table-name,
.table-price-content .plan-active .parameter-table-text{
  color: #fff !important;
}
.box-table-nt .plan-nt{
  color: #404040;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.box-table-nt .price-num{
  color: #0066B2;
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
}
.box-table-nt .price-month{
  color:#404040;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center; 
  padding: 0px 0px 0px 5px;
}
.box-table-nt .parameter-table-nt .parameter-table-name{
  color: #0066B2;
font-size: 18px;
font-weight: 700;
line-height: 27px;
letter-spacing: 0em;
text-align: center;
}
.box-table-nt .parameter-table-nt .parameter-table-text{
  color: #404040;
font-size: 18px;
font-weight: 400;
line-height: 27px;
letter-spacing: 0em;
text-align: center;
padding: 0px 0px 0px 4px;
}
.box-table-nt .parameter-table-nt{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 24px 0px;
}
.box-table-nt .parameter-table-nt:last-child{
  padding: 0px 0px 0px 0px;
}
.box-table-nt  .price-box{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 0px 32px 0px;
  position: relative;
}
.box-table-nt  .price-box::before{
  position: absolute;
  content: "";
  width: 234px;
  height: 1.5px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 228, 239, 0.5) 0%, #DEE4EF 50%, rgba(222, 228, 239, 0.5) 100%);
  bottom: 0px;
}
.box-table-nt .lits-parameter{
padding: 32px 0px 0px 0px; 
}
.plan-active .btn-sing-up{
  background: #fff !important;
  color: #02528D !important;
}
.box-table-nt .btn-sing-up{
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(94deg, #4089E4 3.12%, #47C0F4 100%);
  padding: 18px 62px;
  color: #fff;
  width: fit-content;
  margin: 45px 0px 0px 0px;
  text-transform: uppercase;
}
.table-price-nt .slick-next:before{
  content: url(../images/right-nt1.svg);
}
.table-price-nt .slick-prev:before{
  content: url(../images/left-nt2.svg);
}
.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
@-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);
  }
}
.des-price{
  color:#404040;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  margin: -49px 0px 0px 0px;
}
/* end -------------------------------------------------------------table-price-nt */
/* -------------------------------------------------------------ram-sleact-nt */
.ram-sleact-nt{
  padding: 120px 0px 0px 0px;
}
.ram-sleact-nt .ram-sleact-info{
  margin: 86px 0px 0px 0px;
  display: flex;
  gap: 87px;
  align-items: center;
  justify-content: center;
}
.ram-sleact-nt .ram-left-info{
  width: 50%;
  max-width: 520px;
}
.ram-sleact-nt .data-ram{
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
}
.ram-sleact-nt .box-price-month{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.ram-sleact-nt .box-price-tex1{
  color: #404040;
font-size: 44px;
font-weight: 400;
line-height: 66px;
letter-spacing: 0px;
text-align: center;
}
.ram-sleact-nt .box-price-tex2{
  color: #0066B2;
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0px;
  text-align: center;
}
.ram-sleact-nt .box-price-tex3{
  color: #404040;
font-size: 20px;
font-weight: 400;
line-height: 44px;
letter-spacing: 0px;
text-align: center;
}
.ram-sleact-nt .btn-initialization-now{
  background: linear-gradient(94deg, #4089E4 3.12%, #47C0F4 100%);
  padding: 16px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 27px;
display: block;
text-align: center;
margin: 40px 0px 32px 0px;
}
.ram-sleact-nt .text-ram{
  color: #404040;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.02em;
text-align: left;
margin: 0px 0px 16px 0px;
text-align: center;
}
.ram-sleact-nt .text-ram a{
  font-weight: bold;
}
/* CSS custtom input */
.range-container {
  position: relative;
  width: 100%;
}

input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  background: #F1FAFF;

}

input[type="range"]:focus {
  outline: none;
}

input[type="range"] + label {
  background-color: #fff;
  position: absolute;
  top: -44px;
  border-radius: 99px;
  padding: 5px 20px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #00000026;
  font-size: 18px;
  display: block;
  white-space: nowrap;
font-weight: 500;
}
.box-range:nth-child(1) input[type="range"] + label{

  left: 110px;
}
.box-range:nth-child(2) input[type="range"] + label{
  left: 0px;
}
.box-range:nth-child(3) input[type="range"] + label{
  left: 110px;
}
.box-range:nth-child(4) input[type="range"] + label{
  left: 110px;
}
.box-range:nth-child(5) input[type="range"] + label{
  left: 110px;
}
.box-range:nth-child(6) input[type="range"] + label{
  left: 110px;
}
input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
 overflow: hidden;
  border-radius: 16px;
}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  /* background: #F1FAFF; */
  border-radius: 16px;
}



/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 10px;
  width: 10px;
  background-color: #0066B2;
  border-radius: 0% 50% 50% 0%;
  border: 3px solid #0066B2;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #0066B2;
}


/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 10px;
  width: 55px;
  /* background-color: #fff; */
  border-radius: 50%;
  border: 1px solid #f50;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #f50;
}
.ram-right-info{
  max-width: 603px;
  width: 50%;
}

.box-range{
  margin: 0px 0px 80px 0px;
}
.box-range:last-child{
  margin: 0px 0px 0px 0px;
}
.box-range span{
  color: #404040;
font-size: 18px;
font-weight: 500;
line-height: 27px;
letter-spacing: 0px;
text-align: center;
}

/* end CSS custtom input */
/* end -------------------------------------------------------------ram-sleact-nt */
/*  -------------------------------------------------------------support-application */

/* end -------------------------------------------------------------support-application */
/* contact-nt */
.contact-nt{
  padding: 120px 0px;
  position: relative;
}
.nt-ft::after{
  position: absolute;
  content: url(../images/ft3.png);
  right: 0px;
  top: 6px;
}
.contact-form-nt .title_page{
  text-align: left;
}
.contact-content-nt{
  display: flex;
  gap: 98px;
}
.contact-form-nt{
  max-width: 543px;
  width: 100%;
}
.contact-form-nt form{
  margin: 33px 0px 0px 0px;
}
.form-group-nt{
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  margin: 0px 0px 24px 0px;
  padding: 15px 20px;
}
.form-group-nt input{
width: 100%;
border: none;
}
.form-group-nt select{
  width: 100%;
  border: none;
font-size: 15px;
font-weight: 400;
line-height: 23px;
text-align: left;
}
.btn-singup-nt{
  background: linear-gradient(94deg, #4089E4 3.12%, #47C0F4 100%);
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 10px;
  border: none;
  padding: 15.5px ;
  width: 100%;
  color: #fff;
}
/* end------------------------------------------------------------- contact-nt */

.advantage_page{
  /* background: url('../images/advantage_page.png')no-repeat; */
  width: 100%;
  background-size: 100% 100%;
  padding: 140px 0px ;
  position: relative;
  z-index: 2;
}
.video_bgr{
  position: absolute;
  width: 100%;
  z-index: 1;
  max-height: 954px;
  top: 0px;
  object-fit: unset;
  height: 100%;
}
.title_page{
  background: radial-gradient(170.97% 3615.28% at 3.77% 0.81%, #01C4F6 0%, #2199E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.37400001287460327px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.advantage_nt .title_page{
  color: #fff;
  -webkit-background-clip: unset;
  background: unset;
  -webkit-text-fill-color: unset;
  text-align: left;
}

.advantage_nt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.advantage_left{
  max-width: 538px;
}


.commitment_page{
 padding: 120px 0px;
 position: relative;
}
.commitment_page::before{
  position: absolute;
  content: url('../images/semo.png');

  left: 0px;
  top: 0px;
}
.list_advantage{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.see_more{
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.see_more span{
  color: #0066B2;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}
.product_nt{
  max-width: 1110px;
  margin: 0 auto;

}


/* end ab-content*/
/* câu hỏi thường gặp */


/* câu hỏi thường gặp */
.fixed{
}
.question_section-wrap{
  width: 50%;
  min-width: 450px;
  text-align: center;
}
.slick-initialized .slick-slide{
  margin: 0px 10px;
}
.table-price-nt .slick-prev{
  left: -35px;
}
.table-price-nt .slick-next{
  right: -30px;
}
.intro_text{
  overflow: unset !important;
  -webkit-line-clamp: unset !important;
  -webkit-line-clamp:unset !important;
}
.table-price-content  .slick-dots{ 
  display: none !important;
}
.title_page-form{ font-size: 20px; line-height: 28px; }
/* END CSS CONTENT */
/*CSS RESPONSIVE*/
@media (min-width: 1025px) and (max-width: 1600px) {
 
  .nt-bf:before{
    display: none;
  }
  
  .table-price-nt .show_hide_tab li{
    font-size: 16px;
  }
  .question_usl_item{
    padding: 15px 0px;
  }
  .support-application .box-application{
    /* max-width: 366px; */
    min-height: 350px;
    padding: 30px 21px 25px 21px;
    justify-content: flex-start;
  }
  .slick-initialized .slick-slide{
    margin: 0px 10px;
  }
  .question_usl_list{
    width: 60%;
  }
  .question_section-wrap{
    width: 40%;
    min-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {  
  .video_bgr{
    max-height: unset;
  }
  .advantage_nt{
    gap: 40px;
    flex-direction: column;
  }
  .advantage_left{
    max-width: 702px;
  }
  .feature-nt::before{
    display: none;
  }
  .table-price-nt::after{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-nt{
    padding: 100px 0px 80px 0px;
  }
  .ram-sleact-nt .text-ram{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .des-price{
    margin: -22px 0px 0px 0px;
  }
  .what-name-nt{
    gap: 30px;
  }
  .banner-nt .banner-text .name-landing{
    font-size: 22px;
    line-height: 30px;
  }
   
  
  .text_tille_question{
    font-size: 16px;
  }
  .question_contenP_hide{
    font-size: 14px;

    line-height: 18px;
  }
  .question_contenP_hide p{
    margin-bottom: 0px;
  }
  .question_usl_item{
    padding: 14px 0px;
  }
  .ram-sleact-nt .ram-sleact-info{
    gap: 30px;
  }
  .box-range{
    margin: 0px 0px 65px 0px;
  }
  .box-table-nt{
    margin: 18px auto 60px auto;
  }
  .feature-nt,
  .table-price-nt,
  .ram-sleact-nt,
  .support-application{
    padding: 80px 0px 0px 0px;
  }
  .ram-sleact-nt .box-price-tex2,
  .ram-sleact-nt .box-price-tex1{
    font-size: 32px;
    line-height: 52px;
  }
  .box-range span{
    font-size: 14px;
  }
  .ram-right-info{
    max-width: unset;
  }
  .ram-sleact-nt .ram-left-info{
    max-width: unset;
  }
  .ram-sleact-nt .btn-initialization-now{
    max-width: 50%;
    margin: 20px auto;
  }
  .question_usl_list{
    width: 100%;
    max-width: unset;
  }
  .support-application .box-application{
    min-height: 333px;
    padding: 20px 14px;
    justify-content: flex-start;
  }
  .text-box-application{
    font-size: 15px;
  }
  .list_advantage{
    flex-direction: row;
  }
  .advantage_right{
    max-width: unset;
  }
  .advantage_right .box_list_advantage{
    width: 33%;
  }
  .advantage_right .list_advantage .box_list_advantage{
    width: 50%;
  }
  .advantage_page{
    padding: 80px 0px;
  }
  .commitment_right{
    width: 60%;
  }
  .commitment_page{
    padding: 80px 0px;
  }
  .use_case_page{
    padding: 80px 0px;
  }
  .question_section{
    padding: 80px 0px 0px 0px;
  }
  .banner-nt .banner-text{
    width: 50%;
  }
  .banner-nt .banner-text .title-banner{
    font-size: 36px;
    line-height: 46px;
  }
  .banner-page{
    padding: 100px 0px;
  }
  .name-page-wrap{
    width: 50%;
  }
  .what-name-nt .name-page-text{
    width: 60%;
  }
  .question_section-wrap{
    width: 40%;
    min-width: 310px;
    margin: 0 auto;
  }
  .contact-content-nt{
    align-items: center;
    gap: 30px;
  }
  .box-table-nt .parameter-table-nt{
    padding: 0px 0px 15px 0px;
    flex-wrap: wrap;
  }
  .what-name-nt .text-what-name p{
    font-size: 14px;
    line-height: 24px;
  }
  .feature-nt .title-feature-nt{
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 15px 0px;
  }
  .feature-nt .text-feature-nt{
    font-size: 14px;
    line-height: 24px;
  }
  .xem-them-nt{
    font-size: 16px;
    display: none;
  }
  .feature-nt .box-feature-nt{
    width: 40%;
    min-height: 280px;
    padding: 20px 20px;
    max-width: unset;
  }
  .table-price-content  .slick-next{
    right: 12px ;
  }
  .table-price-nt .slick-prev{
    left: 12px;
  }

}

@media (max-width: 1024px) {
  .nt-ft::after{
    display: none;
  }
  .nt-bf:before{
    display: none;
  }
  .application-render-main{
    gap: 30px;
  }
  .btn-white-cloud{
    margin: 80px auto;
  }
  .application-render-nt{
    padding: 80px 0px 80px 0px;
  }
  .text-render-nt p{
    font-size: 14px;
    line-height: 21px;
  }
  .table-price-content  .slick-dots{
    display: block !important;
  }
  input[type="range"] + label{
    font-size: 12px;
  }
  .table-price-nt::after{
    display: none;
  }
  .feature-nt::before{
    display: none;
  }
  .video_bgr{
    max-height: unset;
  }
  .login_cmc,
  .registe_cmc{
    width: 45%;
    max-width: 200px;
  }
  .register_login_mobile{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    margin: 40px 0px 0px 0px;
  }
  .advantage_right .box_textadvantage{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .commitment_page::before{
    display: none;
  }
  .menu_cloud_server{
    display: none;
  }
  .register_login_cloud{
    display: none;
  }
  .tung_menu{
    display: block;
  }
  header{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0px;
  }
  .baner_cloud{
    padding: 40px 0px 0px 0px;
  }
  .baner_cloud_content .slick-dots li button{
    width: 35px;
    height: 4px;
    background: transparent !important;
  }
  .baner_cloud_content .slick-dots li.slick-active button{
    background: transparent !important;
  }
  .baner_cloud_content .title_bn{
    font-size: 38px;
    line-height: 46px;
  }
  .advantage_nt{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
   
/* slide  */
  
}
@media (max-width: 767px) {
  .application-render-main{
    flex-direction: column;
    margin: 30px 0px 0px 0px;

  }
  .title_page-form{ font-size: 18px; line-height: 24px; 
  text-align: center;}
  .btn-white-cloud{
    margin: 50px auto;
    padding: 16px;
    font-size: 16px;
  }
  .text-render-nt p{
    margin: 0px 0px 20px;
  }
  .application-render-nt{
    padding: 60px 0px 60px 0px;
  }
  .application-render-imaes{
    width: 100%;
  }
  .text-render-nt{
    width: 100%;
  }
  .form-group-nt{
    padding: 12px ;
    margin: 0px 0px 12px 0px;
  }
  .table-price-nt .show_hide_tab li{
    font-size: 13px;
  }
  .question_usl_list{
    width: 100%;
  }
  .contact-images-nt figure{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-form-nt{
    max-width: unset;
  }
  .table-price-content .slick-dots{
    bottom: 0px !important;
  }
   /* slide */
   .feature-nt .slick-dots li button:before {
    content: "" !important;
  }
  .feature-nt  .slick-track{
    margin: 0px 0px 40px 0px;
  }
  .feature-nt .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0px 10px;
  }
  
  .feature-nt .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid #CCCCCC
  }
  
  .feature-nt li.slick-active button::before {
    border: 1px solid #0066B2 !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    top: -3px !important;
    padding: 0px !important;
    background: none !important;
    position: absolute;
    left: -3px !important;
  }
  .feature-nt li.slick-active button {
    position: relative;
    background:  #0066B2 !important;
  }
  .feature-nt .slick-dots{
    bottom: 19px;
  }
  /* slide  */
  input[type="range"] + label{
    white-space: unset;top: -35px;
  }
 
 
.question_section-wrap{
  min-width: unset;
  width: 100%;
  margin: 0 auto;
}
.question_contenP_hide{
  font-size: 16px;
  line-height: 24px;
}
.feature-nt .list-feature-nt{
  margin: 0px 0px 0px 0px;
}
  .banner-btn-nt .btn-view-price,
  .banner-btn-nt .btn-contact-info{
    padding: 10px 20px;
    min-height: 49px;
    min-width: unset;
  }
  .xem-them-nt{
    font-size: 16px;
    line-height: 24px;
  }
  .what-name-nt .text-what-name p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }
  .feature-nt .box-feature-nt{
    /* border: 1px solid #0066b2; */
    /* box-shadow: unset; */
    min-height: 340px;
    display: block !important;
    margin:  20px auto;
    max-width: unset;
  }
  .feature-nt .title-feature-nt{
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0px;
  }
  .feature-nt .text-feature-nt{
    font-size: 16px;
    line-height: 24px;
  }
  .feature-nt{
    padding: 60px 0px 0px 0px;
  }
  .advantage_page {
    padding: 60px 0px;
    /* background: url('https://img.tenten.vn/t/new-2023/ldp_cloud_server_10082023/images/mobile-video.png')no-repeat; */
    background: #000523;
    background-size: 100% 100%;
    width: 100%;
  }
  .video_bgr{
    display: none;
  }
  .what-name-nt{
    flex-direction: column;
    gap: 30px;
  }
  .what-name-nt .name-page-text .title-what-name{
    font-size: 26px;
    line-height: 32px;
  }
 
  .banner-nt .banner-text .title-banner
 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin: 4px 0px 0px 0px;
  }
  .banner-nt .banner-text .name-landing{
    text-align: center;
    font-size: 22px;
  }
  .ram-sleact-nt .ram-sleact-info{
    flex-direction: column;
    margin: 30px 0px 0px 0px;
    gap: 60px;
  }


  .question_content_box{
    flex-direction: column;
    margin: 30px 0px 0px 0px;
    gap: 30px;
  }
  .question_content_wrap{
    min-width: unset;
  }
  ul.list_task_pri li{
    padding: 12px 25px;
 
  }
  .banner-btn-nt{
    flex-wrap: wrap;
    margin: 24px 0px 0px 0px;
    justify-content: center;
    gap: 12px;
  }
  .banner-page{
    flex-direction: column;
    padding: 50px 0px 60px 0px;
    gap: 40px;

  }
  .table-price-nt .show_hide_tab li{
    padding: 10px 10px;
  }

  .commitment_page {
    padding: 60px 0px;
  }

  .title_page{
    font-size: 26px;
    line-height: 36px;
  }
  .commitment_text{
    margin: 30px 0px 21px 0px;
    font-size: 16px;
  }
  .product_list{
    margin: 32px 0px 0px 0px;
  }
  .product_list .item_product_text{
    margin: 15px 0px;
  }
  .use_case_page{
    padding: 60px 0px;
  }
  .question_section{
    padding: 60px 0px 0px 0px;
  }
  .text_tille_question{
    font-size: 16px;
  }
  .question_contenP_hide ul{
    margin: 0px 0px 10px 0px;
  }
  ul.list_task_pri{
    margin: 30px 0px 20px 0px;
  }
  .table-price-nt{
    padding: 60px 0px 0px 0px;
  }
  .box-table-nt{
    /* box-shadow: unset;
    border: 1px solid #0066b2; */
    margin: 30px auto 30px auto;
    padding: 24px 15px;
  }
  .table-price-nt .show_hide_tab{
    margin: 30px 0px 0px 0px;
  }
  .box-table-nt .plan-nt{
    margin: 0px 0px 15px 0px;
  }
  .box-table-nt .price-num{
    font-size: 34px;
    line-height: 36px;
  }
  .box-table-nt .price-month{
    font-size: 18px;
    margin: 0px 0px 0px 5px;
  }
  .box-table-nt .price-box{
    padding: 0px 0px 20px 0px;
  }
  .box-table-nt .parameter-table-nt{
    padding: 0px 0px 10px 0px;
    flex-wrap: wrap;
  }
  .slick-slide .khuyen-mai-nt{
    width: 50%;
    max-width: 70px;
  }
  .box-table-nt .parameter-table-nt .parameter-table-name{
    font-size: 16px;
    line-height: 24px;
  }
  .box-table-nt .parameter-table-nt .parameter-table-text{
    font-size: 16px;
    line-height: 24px;
    padding-left: 4px;
  }
  .box-table-nt .btn-sing-up{
    padding: 10px  60px;
    font-size:16px ;
  }
  .des-price{
    margin: -12px 0px 0px 0px;
    font-size: 13px;
    line-height: 21px;
  }
  .ram-sleact-nt{
    padding: 60px 0px 0px 0px;
  }
  .ram-sleact-nt .ram-left-info{
    width: 100%;
    max-width: unset;
  }
  .ram-sleact-nt .data-ram{
    font-size: 14px;
    line-height: 22px;
  }
  .ram-sleact-nt .box-price-tex1,
  .ram-sleact-nt .box-price-tex2{
    font-size: 30px;
    line-height: 38px;
  }
  .ram-sleact-nt .box-price-tex3{
    font-size: 18px;
    line-height: 36px;
  }
  .ram-sleact-nt .btn-initialization-now{
    padding: 10px;
    font-size: 16px;
    margin: 20px 0px 20px 0px;
  }
  .ram-right-info{
    width: 100%;
    max-width: unset;
  }
  .ram-sleact-nt .text-ram{
    margin-bottom: 10px;
  }
  
  .box-range{
    margin: 0px 0px 50px 0px;
  }
  .box-range span{
    font-size: 12px;
    line-height: 18px;
  }
  .support-application{
    padding: 60px 0px 0px 0px;
  }
  .list-application{
    margin: 30px 0px 0px 0px;
  }
  .support-application .box-application{
    padding: 30px 20px;
    margin:  auto;
  }
  .contact-nt{
    padding: 60px 0px;
  }
  .contact-content-nt{
    flex-direction: column;
    gap: 30px;
  }
  .btn-singup-nt{
    padding: 10px;
    margin-top: 12px;
  }
  .name-page-wrap{
    width: 100%;
  }
  .what-name-nt .name-page-text{
    width: 100%;
    max-width: unset;
  }
  .question_usl_item{
    padding: 10px 0px;
  }
  .banner-nt .banner-text{
    width: 100%;
    max-width: unset;
  }

}
/* end CSS RESPONSIVE*/