@font-face {
  font-family: kanit_light;
  src: url(../font/Kanit_Light.ttf);
}

@font-face {
  font-family: gantari;
  src: url(../font/Gantari_Thin.ttf);
}

@font-face {
  font-family: play;
  src: url(../font/Play_Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
li,
body {
  font-family: play;
}

html,
body {
  height: 100%;
  background-color: #FEFAF6;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

p {
  margin-bottom: 0.5rem;
}

/* VPS ADMIN PAGE */
.add_vps {
  padding: 20px;
  border: 1px solid black;
  margin: 20px;
}

/* TOOL NRO VIEW PAGE */
.tool_carousel {
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tool_source {
  max-height: 490px;
  max-width: 100%;
  height: auto;
}

.tool_option>* {
  margin: 5px;
}

.tool_option>#buy_tool_btn {
  width: 100%;
}

.tool_descript {
  padding-top: 50px;
}

.tool_option {
  padding-bottom: 50px;
}

#modal_video_demo .modal-content {
  padding: 0 !important;
}

#modal_video_demo .modal-body>* {
  margin: 0;
}

#modal_video_demo iframe {
  display: none;
}

/* CAPTCHA VIEW PAGE */
.btn-danger {
  border: none;
}

.navbar {
  background-color: #FEFAF6;
}

.navbar a {
  color: #FEFAF6;
}

.navbar .btn-danger {
  background-color: red;
}

.navbar-brand>img {
  max-height: 40px;
  width: auto;
}

button.navbar-toggler {
  background-color: #68758d;
}

.box-item {
  background-color: #EADBC8;
  border: 2px solid #DAC0A3;
  padding: 30px 15px;
  transform: scale(0.98);
  border-radius: 20px;
  margin: 0px 0px 15px 0px;
}

.box-item button {
  background-color: #31b2fb;
}

.box-item {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-item {
  width: 100%;
  margin: 3px 0px 7px 5px;
  font-size: 13px;
}

.c-line-center {
  background-color: #1ca823;
  height: 3px;
  margin: 0 auto 20px auto;
  width: 80px;
}

.bg {
  background-image: url("https://tinohost.com/wp-content/uploads/2018/10/Web-server-hosting.jpg");
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
}

.p-title {
  text-align: center;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}

.brand-graph {
  color: #FEFAF6;
  margin: auto 0;
}

.overlay {
  background-color: rgba(42, 50, 61, 0.76);
  width: 100%;
  height: 200px;
}

#brand-img {
  max-height: 125px;
  width: auto;
}

.brand {
  margin: 0 auto;
  width: 80%;
  height: 200px;
}

#brand-text {
  margin: auto 0 0 0;
}

.item-name {
  font-weight: bold;
}

.item-price {
  font-weight: bold;
  font-size: 35px;
  color: rgb(0, 0, 0) !important;
}

.item-icon {
  color: rgb(0, 0, 0);
}

.item-introduce {
  color: red;
  animation: introduce-color 3s infinite;
}

@keyframes introduce-color {
  0% {
    color: red;
  }

  33% {
    color: orange;
  }

  66% {
    color: rgb(194, 178, 41);
  }

  100% {
    color: red;
  }
}

.content {
  margin: 15px 0 0 0;
}

.btn-login {
  font-size: inherit !important;
  font-weight: 600 !important;
  border-width: 0px !important;
}

.form-login .modal-header {
  border-bottom: none !important;
}

.modal-title {
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.modal-body>* {
  margin-bottom: 15px;
}

.modal-header>span {
  display: block;
}

.modal-body input {}

.modal-content {
  background-color: rgb(204, 204, 204) !important;
  padding: 20px;
}

.u-name {
  font-weight: bold;
}

.hello {
  font-size: 13px !important;
}

.left-menu {
  margin-right: 15px;
}

.box-item>i:not(.u-descript) {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 8vh;
  color: rgba(0, 0, 0, 0.295);
  transition: 0.2s;
}

.box-item>i:hover {
  font-size: 9vh;
}

.u-service>.item-name {
  color: rgba(0, 0, 0, 0.712) !important;
}

.box-item.u-service {
  border: none !important;
}

.u-service {
  margin: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-content {
  display: flex;
  flex-direction: column;
}

.service-content>.item-name {
  color: rgba(0, 0, 0, 0.712) !important;
}

.box-item>input {
  width: 60% !important;
}

.box-item>img {
  border-radius: 10px;
  margin: -15px 0px 10px 0px;
}

.box-item>ul {
  margin-bottom: 10px;
}

.box-item.pay-service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#APIDungPham.modal-body:first-child {
  text-align: center;
}

#buy .row h4 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 818px) {
  #brand-img {
    display: none;
  }
}

@media only screen and (max-width: 977px) {
  .left-menu {
    margin: 0px;
  }
}

a {
  text-decoration: none !important;
}

a:hover(:not(.btn-login)) {
  text-decoration: underline !important;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.full-in-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}