/*
Theme Name: Đại lý Thế Giới Số
Description: Website Deverlop By Thế Giới Số
Author: Nguyên Khôi
Author URI: https://www.facebook.com/nguyenkhoi489/
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
Note:

+ Các class custom
- icon-speed-svg
- icon-create-svg
- icon-ddos-svg
- icon-security-svg
- icon-code-svg
- icon-settings-svg
- icon-server-svg
- icon-support-svg
- icon-refund-svg 
- icon-wordpress-svg
- icon-backup-svg

*/
/* Bizfone */

.block.element-scroll {
  display: flex;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
}
.block__list--span:hover {
  background: rgba(36, 169, 221, 0.07);
  border-bottom: 4px solid #0D548F;
}
.block__list--span {
  width: 20%;
  text-align: center;
  padding: 20px;
}

.card-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
  background: transparent;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.card-body{
padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  border-top: 1px solid #d9d9d9;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  flex: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.card-img {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-title {
  position: relative;
  font-weight: 600;
  color: #1C4072;
  line-height: 1.4;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 1.7em;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.decor {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.8em;
  color: #6c757d;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.wrap-service .card>.card-body>ul {
  margin-top: 10px;
  margin-bottom: -50px !important;
}
.card-body>ul>li {
  /* color: #1C4072; */
  padding-top: 10px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  list-style:  none;
}
.btn-orange {
  background: #F37820;
  color: #fff;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.list-card {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  cursor: pointer;
  height: 100%;
}
ul.list-unstyled.mb-0 {
  height: 460px;
}
.card-header img {
  margin: 0 auto;
}
.list-card {
  margin: 0 10px 0 10px;
}
.btn {
  color: white;
  display: block;
  font-weight: 400;
  color: white;
  width: 200px;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--color);
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*----------------------*/
.header-banner {
  background-image: url(/wp-content/uploads/2022/10/nen.png);
  position: relative;
  /* min-height: 372px; */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
}

ul.info li {
  font-size: 18px;
}

.item-ht {
  min-height: 290px;
  padding-top: 60px;
  border-radius: 12px;
  background-color: white;
  text-align: center;
}
.cenplus:hover{
  cursor: pointer;
}
.title-service {
  color: #000;
}

.item-ht:before {
  content: "";
  width: calc(100% - 40px);
  height: 15px;
  position: absolute;
  z-index: 0;
  background: #fff;
  box-shadow: 0 0 0 0 rgb(20 158 146 / 12%);
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .502;
}

.list-service__website {
  background-color: var(--color);
}

.list-service__website:after {
  background-image: url(/wp-content/uploads/2022/10/luon-song.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  content: '';
  /* background-repeat: repeat; */
  display: block;
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 1;
}

.item-ht .icon {
  width: 116px;
  height: 116px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgb(77 78 188 / 24%);
  margin-top: -120px;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.item-ht .tieu-de {
  font-size: 19px;
  color: #42464e;
  line-height: 24px;
  margin-top: 1.5rem !important;
}

.item-ht .desc-ht {
  color: #42464e;
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  padding: 20px;
  padding-top: 10px;
}

.item-ht .icon i {
  margin-top: 33px;
}

#cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url(/wp-content/uploads/2022/10/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
}

/*------------------*/
.blog-single .row.row-large {
	background-color: white;
	padding: 20px;
}
.blog-single .row.row-large .large-9 {
	border-right: 1px solid #dfdfdf;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
  color: var(--color) !important;
}
.nav-size-medium > li > a {
	font-size: 15px;
}
* {
  color: black;
}

:root {
  --color: #023EB0;
}

.icon-speed-svg {
  content: url(/wp-content/themes/vps/filter-icon/bandwidth.png);
  width: 110px;
  /* height: 50px; */
}

.icon-create-svg {
  content: url(/wp-content/themes/vps/filter-icon/khoi-tao.svg);
  width: 110px;
  /* height: 50px; */
}

.icon-settings-svg {
  content: url(/wp-content/themes/vps/filter-icon/settings.png);
  width: 110px;
  /* height: 50px; */
}

.icon-ddos-svg {
  content: url(/wp-content/themes/vps/filter-icon/desktop-computer.png);
  width: 110px;
  /* height: 50px; */
}

.icon-security-svg {
  content: url(/wp-content/themes/vps/filter-icon/cyber-security.png);
  width: 100px;
  /* height: 50px; */
}

.icon-code-svg {
  content: url(/wp-content/themes/vps/filter-icon/php-code.png);
  width: 100px;
  /* height: 50px; */
}

.icon-server-svg {
  content: url(/wp-content/themes/vps/filter-icon/cloud-computing.png);
  width: 100px;
  /* height: 50px; */
}

.icon-support-svg {
  content: url(/wp-content/themes/vps/filter-icon/support.gif);
  width: 100px;
  /* height: 50px; */
}

.icon-refund-svg {
  content: url(/wp-content/themes/vps/filter-icon/transaction.png);
  width: 100px;
  /* height: 50px; */
}

.icon-wordpress-svg {
  content: url(/wp-content/themes/vps/filter-icon/wordpress.png);
  width: 100px;
  /* height: 50px; */
}

.icon-backup-svg {
  content: url(/wp-content/themes/vps/filter-icon/file-backup.png);
  width: 110px;
  /* height: 50px; */
}

.icon-uptimes-svg {
  content: url(/wp-content/themes/vps/filter-icon/uptime.png);
  width: 110px;
}

.icon-per-svg {
  content: url(/wp-content/themes/vps/filter-icon/cong-nghe.png);
  width: 110px;
}

.icon-webmail-svg {
  content: url(/wp-content/themes/vps/filter-icon/web-mail.png);
  width: 110px;
}

.icon-full-svg {
  content: url(/wp-content/themes/vps/filter-icon/full-setting.png);
  width: 110px;
}

.icon-internet-svg {
  content: url(/wp-content/themes/vps/filter-icon/fast-access.png);
  width: 110px;
}

.icon-datacenter-svg {
  content: url(/wp-content/themes/vps/filter-icon/data-center.png);
  width: 110px;
}

#masthead {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06);
}

#content {
  background-color: #f5f7fb;
}

.section-scroll {
  animation: 1s ease-in-out moveLeft-500;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}

.section-scroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-collapse #header-nav {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: 0.3s ease-in-out;
}

.section-scroll ul li {
  padding: 12px 0 6px;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

.section-scroll ul li.active {
  border-bottom: 2px solid var(--color-df);
  font-weight: 500;
}

.btn-collapse {
  position: absolute;
  background-color: #f9fbfc;
  padding: 9px;
  right: 0;
  margin-top: -10px;
}

blockquote, dl, figure, form, ol, p, pre, ul {
  color: black;
}

.btn-collapse::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  width: 24px;
  z-index: 6;
  background-image: -webkit-gradient(linear, right top, left top, from(#f9fbfc), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #f9fbfc, rgba(255, 255, 255, 0));
}

.visible-xs {
  display: none;
}


.title {
  font-size: 2rem;
  color: var(--color);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.meta {
  -webkit-line-clamp: 3;
  text-align: justify;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.bang-so-sanh-tinh-nang {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-left: 20%;
  text-align: center;
}

.shostvn-so-sanh-check {
  color: #5bbf1b;
}

.bang-so-sanh-tinh-nang .shostvn-chuyen-muc {
  position: absolute;
  top: 76px;
  width: 20%;
  border-right: 0;
  border: 4px solid #fff;
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu {
  display: block;
  width: 100%;
  position: relative;
  /* border: 1px solid #fff; */
}

.bang-so-sanh-tinh-nang .shostvn-chuyen-muc .item-block {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #555;
  padding: 15px;
}

.bang-so-sanh-tinh-nang .shostvn-chuyen-muc .item-block:nth-child(2n+1) {
  background-color: rgb(239 239 239 / 55%);
  background: rgba(24, 155, 155, .06);
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu .item {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  border-right: 5px solid #fff;
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu .item-head {
  background: var(--color);
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu .item-head .item-block {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #555;
  padding: 13px 5px;
}

.bang-so-sanh-tinh-nang .shostvn-wp-hosting-function .item-head p, .bang-so-sanh-tinh-nang .shostvn-cloud-server-function .item-head p {
  margin-bottom: 0em;
  font-size: 14px;
  font-weight: 400;
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu .item-body .item-block {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #555;
  padding: 15px 5px;
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu .item .item-body .item-block:nth-child(2n+1) {
  background: rgba(24, 155, 155, .06);
}

.bang-so-sanh-tinh-nang .shostvn-goi-dich-vu .slick-track {
  padding-top: 0;
}

.list-ss {
  display: inline-block;
  width: 23%;
}
.list-ss.ss-for__number {
	width:19% !important;
}
.card-list__item {
  margin: 10px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(32.999999999999986, 139.0000000000003, 231, 0.21);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  height: 350px;
}

.card-list__header {
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-list__body {
  height: 120px;
  padding: 0px 10px 0px 10px;
  text-align: center;
}

.card-list__title {
  color: var(--color);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.card-list__meta {
  font-size: 15px;
  -webkit-line-clamp: 4;
  color: #000;
  text-align: justify;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-faq {
  background-image: url(/wp-content/themes/vps/img/mesh-img.png);
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}

.section-faq {
  text-align: center;
}

i.fa {
  margin-right: 10px;
}

.section-faq i.fa {
  font-size: 25px;
}

button.course-accordion {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #EFF3F4;
  text-transform: none;
}

/*When the button is active or mouse hovers*/
button.course-accordion.active,
button.course-accordion:hover {
  background-color: #F2F6FB;
  color: var(--color);
}

button.course-accordion.active i:before {
  color: var(--color);
}

/*button not active*/
button.course-accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* minus button */
button.course-accordion.active:after {
  content: "\2212";


}

div.course-panel {
  text-align: left;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, .88);
}

.section-ss, .section-blog, .section-about {
  background-color: white;

}

.header-sub__title {
  text-align: center;
  font-size: 1rem;
}

div.course-panel p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px 50px;
}

.slick-item.item {
  width: calc(33.3333% - 40px);
  margin: 0px 20px;
}

.slick-item__meta {
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 28px;
  position: relative;
  background: #fff;
  height: 200px;
}

.slick-item__meta::after {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 91px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #dadada transparent transparent transparent;
}

.slick-item__meta::before {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 92px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

.item-meta__content {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  font-style: italic;
  line-height: 23px;
  color: #484848;
  font-size: 13px;
  text-align: justify;
}

.item-meta__content svg {
  width: 17px;
  height: 17px;
  position: absolute;
  fill: var(--color);
}

svg.quotes-left {
  top: 12px;
  left: -13px;
  transform: rotate(180deg);
}

svg.quotes-right {
  bottom: 12px;
  right: -13px;
}

.slick-item__info {
  width: calc(100% - 110px);
  float: right;
  text-align: left;
  margin-top: 23px;
  line-height: 22px;
}

.user-review {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block !important;
  opacity: 1;
}

.info-name {
  color: var(--color);
  font-size: 18px;
  font-weight: 500;
}

.info-about {
  font-size: 15px;
  font-weight: 100;
  margin-top: 10px;
}

.box-list__services {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E1E1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 15px;
  background-color: #FFFFFF;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.list-content {
  margin: auto 0;
  padding: 50px;
}

.descriptions {
  text-align: justify;
}

.box-items {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E1E1;
  border-radius: 0px 10px 10px 0px;
  margin-bottom: 20px;
  padding: 15px;
  height: 240px;
}

.btn-readline {
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
  background-color: var(--color);
  color: white;
}

i {
  margin-left: 10px;
  margin-right: 10px;
}

a.icon-circle:hover, a.remove:hover, a:hover {
  color: white;
}

.img-hosting {
  width: 70%;
}


.cards {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: var(--color);
}

.card__time {
  font-size: 12px;
  color: var(--color);
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

}

.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;

}

.card {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  width: 33.3%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: #e4e2e3 8px 8px 0px;
}

.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.10, 1.10);
}

.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
  height: 200px;
}

.card__category {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}

.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: var(--color);
  -webkit-line-clamp: 2;
  text-align: justify;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: var(--color);
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}

.box, .featureboxes.box {
  background: #ffffff;
  float: left;
  height: 100%;
  padding: 0 0 20px 0;
  border: #e3e3e3 1px solid;
  margin: 0 2% 2% 0;
  position: relative;
  -webkit-box-shadow: #e4e2e3 8px 8px 0px;
  -moz-box-shadow: #e4e2e3 8px 8px 0px;
  box-shadow: #e4e2e3 8px 8px 0px;
}

.featureboxes.box {
  padding: 20px;
}

/* .popular {
  background: url(/wp-content/uploads/2022/04/popular-ribbon.png) left top no-repeat;
} */

.box .title {
  width: 100%;
}

.box h2 {
  font-size: 20px;
  text-align: left;
  padding: 15px 30px 15px 30px;
  line-height: 1.3em;
  text-align: center;
  font-weight: normal;
  margin: 0;
}

.box .extension .inner {
  width: 85%;
  margin: 0 auto;
  padding: 15px 0;
}

.box p {
  width: 85%;
  color: #777;
  line-height: 20px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.box .extension p {
  margin: 0 auto 15px auto;
}

.img-respond {
  width: 100%;
}

.box .extension img {
  max-width: 106px;
}

.box .pricing {
  padding: 15px 0 5px 0;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  font-size: 20px;
  color: #f04646;
}

.box .pricing em {
  font-style: normal;
  color: #f04646;
}

.btn-readline .fa, .btn-readline .fas, .btn-readline .far, .btn-readline .fal, .btn-readline .fad, .btn-readline .fab {
  color: white;
}

.box .pricing span {
  font-weight: normal;
  font-size: 0.5em;
  color: #777;
}

.box ul {
  width: 85%;
  margin: 10px auto 15px auto;
  padding: 15px 0 0 0;
}

.box ul li {
  list-style: none;
  background: url(/wp-content/themes/vps/filter-icon/checkmark.webp) left center no-repeat;
  line-height: 20px;
  padding: 6px 0;
  padding-left: 0px;
  padding-left: 25px;
  border-bottom: #ececec 1px solid;
  font-size: 15px;
}

.box .buttons {
  margin: 10px auto 0 auto;
}

.box .button1 {
  box-shadow: none;
  margin-bottom: 5px;
  font-size: 15px;
}

.color1 {
  color: #fff;
  background: #444444;
  text-shadow: #000 1px 1px;
}

.highlight .popular {
  width: 72px;
  height: 71px;
  position: absolute;
  top: -4px;
  right: 0;
}

.btn-reg, .btn-regdef {
  background-color: var(--color);
  color: white;
}

.box div.title {
  background-color: var(--color);
}

.box div.title h2 {
  color: white;
  font-weight: 700;
}

.item-value.text-center, .item-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.umix-price-input input {
  width: 80%;
}

.umix-price-input div {
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-bottom: 5px;
}

.umix-price-input .step {
  background: #eee;
  padding: 5px 15px;
  width: 70px;
  height: 35px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  box-shadow: inset 0px 1px 5px #bbb;
}

.umix-price-input .unit {
  width: 70px;
  height: 35px;
  background: #285494;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  text-align: center;
  /* float: right; */
  margin-right: 180px;
}

.umix-price-input .price {
  font-size: 15px;
  text-transform: capitalize;
  margin-right: 15px;
  text-transform: uppercase;
}

tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: sans-serif;
}

.umix_pts-form-data tr th {
  font-weight: 500;
  padding: 10px 10px;
  background: #afafaf;
  color: black;
  text-align: left;
  border-right: 1px solid rgba(204, 204, 204, 0.86);
}

.umix_pts-form-data thead tr td {
  height: 30px;
  text-align: center;
}

.umix_pts-form-data {
  border: 1px solid #ccc;
  margin-bottom: 0;
  border-top: 0;
}

.umix_price_form-box {
  background: #ebebeb;
  border: 0;
  position: relative;
}

.umix_pts-form-data tr:nth-child(2n) th {
  background: #fafafa;
}

.table-price-tr th {
  background: #fff !important;

  border: 1px solid rgba(204, 204, 204, 0.86);
  font-weight: 600;
  font-family: sans-serif;
  color: black !important;
  font-size: 12px;
  text-align: right !important;
}

.umix-price-input label {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  float: left;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin: 5px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.umix_price_form-box form input {
  width: 250px;
  height: 30px;
  font-family: UTM Avo;
  padding: 0 10px;
}

.umix_price_form-title {
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 20px;
  text-align: left;
}

.umix_price_form-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 3px solid #285494;
  display: inline-block;
  margin-bottom: -2px;
  width: unset;
}

span.input-group-addon {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 10%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  /* line-height: 1; */
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.form-horizontal .control-label {
  text-align: left;
  font-family: sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.mdh-number {
  border: 1px dashed #285494;
  padding: 4px 10px;
  color: #285494;
  margin-top: 5px;
  display: inline-block;
}

.form-group {
  display: flex;
}

.control-label {
  line-height: 55px;
}

#btn_order {
  background: #285494;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
  transition: 0.4s top;
  display: inline-block;
  margin: auto;
  border: 0;
  padding: 8px 24px;
  border-bottom: 3px solid #285494;
  color: white;
}

.umix-pt-row label {
  font-weight: 600;
  margin: 0;
  font-size: 13px;
}

.umix-pt-row {
  padding: 12px 15px;
  border-bottom: 1px dashed #eee;
}

.umix-price-total {
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 1px 1px #dcdcdc;
  border: 1px solid #285494;
}

.umix-pt-row:last-child {
  text-align: center;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.loading-m {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999992 !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.loading-m.in {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-m svg {
  width: 200px;
  height: 200px;
  margin: 20px;
  display: inline-block;
}

/*
-Slider cấu hình kéo thả

*/
.slidecontainer {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 80% !important;
  height: 23px;
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--color);
  cursor: pointer;
  border-radius: 5px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--color);
  cursor: pointer;
}

.box-text__name {
  width: 25%;
  color: black;
}

.box-text__input {
  width: 75%;
  background: #d3d3d3;
  height: 25px;
  display: flex;
}

.box-text__value {
  width: 20%;
  color: white;
  background: var(--color);
  padding-left: 10px;
  margin-right: 6px;
  font-size: 15px;
}

.box-text__value>span {
  color: white;
}

.separate-line-cloud {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 0 0 70px;
}

.separate-line-cloud::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.separate-line-cloud .or {
  padding: 15px 0;
  line-height: 20px;
  font-size: .75em;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  color: #696969;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  background: #fff;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}

.box-text__value::after {
  width: 11px;
  height: 25px;
  background-image: url(/wp-content/themes/vps/filter-icon/icon-slider.svg);
  background-size: cover;
  content: '';
  z-index: 1;
  position: absolute;
  left: 39%;
}

.box-btn {
  text-align: center;
  margin-top: 40px;
}

.umix_price {
  margin-top: 20px;
}

.box-tex__tilte, .box-text__content {
  margin-left: -15px;
  margin-right: -15px;
}

.meta-text {
  margin-bottom: 20px;
  color: black;
}

.meta-view {
  margin-left: 20px;
}

.item-title {
  margin-bottom: 15px;
  font-size: 30px;
  display: block;
  font-weight: 700;
  color: white;
}

.box-list__item li {
  font-size: 16px;
  padding: 2px 0;
  color: white;
  margin-left: 25px;
  list-style: disc;
}

.box-button a {
  min-width: 220px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  background: var(--color);
}

.item-upgrade {
  display: inline-block;
  width: 22%;
}

.box-item.upgrade {
  background-color: white;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(9, 135, 244, 0.21);
  text-align: center;
}

.item-upgrade i {
  color: var(--color);
}

.btn-view {
  padding: 10px 30px;
  border-radius: 15px;
}

.header-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

footer {
  background-color: var(--color);
  padding-top: 40px;
}

footer li {
  list-style: none;
  color: #FFFFFF;
  font-size: 15px;
}

footer i, .list-info i, .list-info li, .elementor-button-text, footer li a {
  color: #FFFFFF;
}

.footer-row>div {
  padding-bottom: 0;
}

.contact-page {
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 5px 15px 0px rgba(32.999999999999986, 139.0000000000003, 231, 0.21);
  margin-top: -150px;
  padding-bottom: 0;
}

.contact-page>div>div {
  padding: 20px;
}

.class-header {
  font-size: 18px;
}

.header-box ul li {
  font-size: 15px;
  margin-left: 10px;
  list-style: none;
}

.form__page-contact input {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
  border: 1px solid #e2e4e5;
}

.form__page-contact label {
  color: #727272;
  font-weight: 500;
}

.social i {
  color: white;
  border: 1px solid white;
  padding: 10px;
  border-radius: 100%;
}

.name::before {
  content: '';
  background-color: white;
  height: 1px;
  width: 40px;
  border-top: 1px solid white;
}

/*Cute Toast*/


.alert-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 auto;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
  background: rgb(0, 0, 0, 0.3);
  z-index: 999999;
}

@keyframes open-frame {

  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(0.97);
  }

  75% {
    transform: scale(0.93);
  }
}

.alert-frame {
  background: #fff;
  min-height: 200px;
  width: 300px;
  box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  animation: 0.3s linear open-frame;
}

.alert-header {
  display: flex;
  flex-direction: row;
  height: 120px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.alert-img {
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.alert-close,
.alert-close-circle {
  width: 30px;
  height: 30px;
  font-family: Dosis, sans-serif;
  line-height: 30px;
  margin-left: auto;
  display: flex;
  font-weight: 700;
}

.alert-close {
  color: rgb(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.5s;
  margin-right: 5px;
  margin-top: 5px;
}

.alert-button,
.alert-close-circle {
  cursor: pointer;
  transition: background 0.5s;
}

.alert-close-circle {
  background: #e4eae7;
  color: #222;
  align-items: center;
  justify-content: center;
  border-radius: 17.5px;
  margin-top: -15px;
  margin-right: -15px;
  font-size: 12px;
}

.alert-close:hover,
.toast-close:hover {
  color: rgb(0, 0, 0, 0.5);
}

.alert-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.alert-title {
  font-size: 18px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
  color: #222;
  align-self: center;
}

.alert-button,
.alert-message {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  align-self: center;
}

.alert-message {
  font-size: 15px !important;
  color: #666;
  margin-bottom: 35px;
  line-height: 1.6;
}

.alert-button {
  min-width: 140px;
  height: 35px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  border: none;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alert-button:focus,
.cancel-button:focus,
.confirm-button:focus {
  outline: 0;
}

.question-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cancel-button,
.confirm-button {
  height: 35px;
  font-weight: 400;
  font-size: 15px;
  padding: 0 15px;
  transition: background 0.5s;
  display: inline-flex;
  align-items: center;
  min-width: 100px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  cursor: pointer;
}

.confirm-button {
  border-radius: 20px;
  border: none;
  margin-right: 10px;
  justify-content: center;
}

.cancel-button {
  border-radius: 20px;
  border: none;
  line-height: 1.6;
  justify-content: center;
}

@keyframes open-toast {

  0%,
  100% {
    transform: scaleX(1) scaleY(1);
  }

  20%,
  45% {
    transform: scaleX(1.35) scaleY(0.1);
  }

  65% {
    transform: scaleX(0.8) scaleY(1.7);
  }

  80% {
    transform: scaleX(0.6) scaleY(0.85);
  }
}

.toast-container {
  top: 15px;
  right: 15px;
  overflow: hidden;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
  animation: 0.3s linear open-toast;
  z-index: 999999;
}

.toast-frame {
  padding: 5px 15px;
  display: flex;
  min-width: 100px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.toast-img {
  height: 40px;
}

.toast-message {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
}

.toast-close {
  color: rgb(0, 0, 0, 0.2);
  font-family: Dosis, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.5s;
  margin-left: 25px;
}

@keyframes timer {
  0% {
    width: 100%;
  }

  25% {
    width: 75%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 25%;
  }

  100% {
    width: 1%;
  }
}

.toast-timer {
  width: 1%;
  height: 5px;
}

.error-bg {
  background: #d85261;
}

.success-bg {
  background: #2dd284;
}

.warning-bg {
  background: #fada5e;
}

.question-bg {
  background: #779ecb;
}

.error-btn:hover,
.error-timer {
  background: #e5a4b4;
}

.success-btn:hover,
.success-timer {
  background: #6edaa4;
}

.warning-btn:hover,
.warning-timer {
  background: #fcecae;
}

.info-btn:hover,
.info-timer {
  background: #c3e6fb;
}

.question-btn:hover {
  background: #bacee4;
}

.info-bg {
  background: #88cef7;
}


#form-check-whois {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
}

#form-check-whois .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 34px;
  overflow: hidden;
}

#form-check-whois .inner-form .input-field {
  height: 68px;
}

#form-check-whois .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: white;
}

#form-check-whois .inner-form .input-field.second-wrap {
  min-width: 216px;
}

#form-check-whois .inner-form .input-field.first-wrap .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#form-check-whois .inner-form .input-field.first-wrap p {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-shadow: unset;
}

#form-check-whois .inner-form .input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #222;
}

#form-check-whois .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#form-check-whois .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

#form-check-whois .inner-form .input-field.second-wrap #checkdomain, #checkssl, .check {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff !important;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: var(--color) !important;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
}

.tabs.domain {
  width: 100%;
  background-color: var(--color);
  border-radius: 5px 5px 5px 5px;
}

.domain ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  text-align: center;
  overflow: auto;
}

.domain ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
  width: 49%;
}

.domain ul#tabs-nav li:hover a,
.domain ul#tabs-nav li.active a {
  border-bottom: 1px solid white;
  transition: 0.3s;
}

.domain #tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}

.domain .tab-content {
  border: 5px solid var(--color);
  background-color: #FFF;
}


.table-users {
  border: 1px solid #327a81;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.table-users table {
  width: 100%;
}

.table-users table td, table th {
  color: var(--color);
  padding: 10px;
}

.table-users table td {
  text-align: center;
  vertical-align: middle;
}

.table-users table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
}

.table-users table th {
  background-color: #daeff1;
  font-weight: 700;
  text-align: center;
}

.table-users table tr:nth-child(2n) {
  background-color: white;
}

.table-users table tr:nth-child(2n+1) {
  background-color: #edf7f8;
}

.section-home__list .card-list__header picture {
  width: 50%;
}

.card-list__button {
  position: relative;
  bottom: -40px;
  padding: 10px;
  padding-bottom: 0;
}

.card-list__button .box-button {
  margin-top: 10px;
  text-align: center;
}

.box-img__logo {
  border-radius: 0 !important;
  border: 1px solid black !important;
  background: white !important;
  height: 150px;
  margin: auto;
  text-align: center;
  align-items: center;
  display: flex;
	    justify-content: center;
}

.box-img__logo img {
  width: 80%;
  margin: 0 auto;
}

.backhotline {
  background: url(/wp-content/uploads/2022/10/soren-astrup-jorgensen-206084-unsplash.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: cover;
  padding: 30px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  color: #FFF;
}

.list_system_support.item .inner {
  border: 1px solid white;
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px;
}

.list_system_support.item .inner .item_logo {
  width: 45px;
  text-align: center;
}

.icon-menu::before {
  color: var(--color) !important;
}

@media screen and (max-width: 700px) {
  .table-users table, tr, td {
    display: block;
  }

  .table-users td:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }

  .table-users td:not(:first-child) {
    clear: both;
    margin-left: 100px;
    padding: 4px 20px 4px 90px;
    position: relative;
    text-align: left;
  }

  .table-users td:not(:first-child):before {
    color: #91ced4;
    content: "";
    display: block;
    left: 0;
    position: absolute;
  }

  .table-users td:nth-child(2):before {
    content: "Name:";
  }

  .table-users td:nth-child(3):before {
    content: "Email:";
  }

  .table-users td:nth-child(4):before {
    content: "Phone:";
  }

  .table-users td:nth-child(5):before {
    content: "Comments:";
  }

  .table-users tr {
    padding: 10px 0;
    position: relative;
  }

  .table-users tr:first-child {
    display: none;
  }
}

@media screen and (max-width: 500px) {

  .table-users td:first-child {
    background-color: #c8e7ea;
    border-bottom: 1px solid #91ced4;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }

  .table-users td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
  }

  .table-users td:not(:first-child):before {
    font-size: 0.8em;
    padding-top: 0.3em;
    position: relative;
  }

  .table-users td:last-child {
    padding-bottom: 1rem !important;
  }

  .table-users tr {
    background-color: white !important;
    border: 1px solid #6cbec6;
    border-radius: 10px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
    padding: 0;
  }

  .table-users {
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}


@media (max-width: 480px) {
	#cta .row > div {
		text-align: center;
	}
	.row-mobile {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
		.col-service {
		text-align: center;
	}
		.row-mobile > div {
		margin-top: 50px;
	}
	.box-content .info li {
		list-style: none;
	}
		.mobile-img {
		text-align: center;
	}
	.class-mobile {
		display: none;
	}
	.class-info-mb {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
  h1.title {
    font-size: 1.5em !important;
  }

  #form-check-whois .inner-form .input-field.second-wrap {
    min-width: 100px;
  }

  .icon-filter img {
    width: 20%;
  }

  .header-sub__title {
    font-size: 12px;
  }

  .title {
    font-size: 1.5em;
  }

  .box-img__logo {
    height: 60px;
  }

  .card {
    width: 45%;
    margin-right: 15px;
    margin-bottom: 20px;
    display: block;
    float: left;
  }

  footer .aboshu {
    text-align: center;
  }

  button.course-accordion {
    font-size: 15px;
  }

  .box-list__services {
    margin: 0;
  }

  .shostvn-chuyen-muc.\33 {
    left: 0 !important;
    width: 23%;
    top: 66px;
  }

  .shostvn-chuyen-muc.\34 {
    left: 0 !important;
    top: 67px;
  }

  .shostvn-goi-dich-vu.shostvn-cloud-server-function.\33>div {
    width: 29% !important;
  }

  .section-blog {
    display: none;
  }

  .item-name.text-center h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .slick-item__meta {
    height: 250px;
  }

  /* .section-about {
    height: 500px !important;
  } */

  .img-upgrade {
    display: none;
  }

  .cards {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
		.class-info-mb {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#cta .row > div {
		text-align: center;
	}
	.row-mobile {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.row-mobile > div {
		margin-top: 50px;
	}
	.col-service {
		text-align: center;
	}
		.box-content .info li {
		list-style: none;
	}
	.mobile-img {
		text-align: center;
	}
  h1.title {
    font-size: 2em !important;
  }

  #form-check-whois .inner-form .input-field.second-wrap {
    min-width: 100px;
  }

  .icon-filter img {
    width: 20%;
  }

  .header-sub__title {
    font-size: 12px;
  }

  .title {
    font-size: 1.5em;
  }

  .box-img__logo {
    height: 60px;
  }

  .card {
    width: 45%;
    margin-right: 15px;
    margin-bottom: 20px;
    display: block;
    float: left;
  }

  footer .aboshu {
    text-align: center;
  }

  button.course-accordion {
    font-size: 15px;
  }

  .box-list__services {
    margin: 0;
  }

  .shostvn-chuyen-muc.\33 {
    left: 0 !important;
    width: 23%;
    top: 66px;
  }

  .shostvn-chuyen-muc.\34 {
    left: 0 !important;
    top: 67px;
  }

  .shostvn-goi-dich-vu.shostvn-cloud-server-function.\33>div {
    width: 29% !important;
  }

  .section-blog {
    display: none;
  }

  .item-name.text-center h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .slick-item__meta {
    height: 250px;
  }

  /* .section-about {
    height: 500px !important;
  } */

  .img-upgrade {
    display: none;
  }
}



@media (min-width: 768px) and (max-width: 849px) {}

@media (min-width: 850px) and (max-width: 991px) {}

@media (min-width: 991px) and (max-width: 1280px) {}

@media (min-width: 1280px) {}