.wave-wrap {
  position: relative;
  width: 100%;
  height: 33px;
  overflow: hidden;
  margin-bottom: -1px;
}

.wave-wrap #wave {
  position: absolute;
  width: 150px;
  transform-origin: bottom;
  transform: scaleY(0.8);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.wave-wrap #wave .path {
  fill: white;
}

.list-wrap {
  display: flex;
  width: 100%;
  height: 60px;
  background: white;
  list-style: none;
  justify-content: space-around;
  padding: unset;
}

.list-wrap li {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.list-wrap li i {
  margin-bottom: 10px;
  position: relative;
  font-size: 1.5em;
  color: black;
  z-index: 5;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.list-wrap li:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  top: 2%;
  border-radius: 50%;
  z-index: 0;
  transform: scale(0);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.list-wrap li.active {
  margin-top: -10px;
}

.list-wrap li.active i,
.list-wrap li.active span {
  color: white;
}

.list-wrap li.active:before {
  transform: scale(1);
}

.list-wrap li:nth-child(1):before {
  background: #2ace5e;
}

.list-wrap li:nth-child(2):before {
  background: #007bff;
}

.list-wrap li:nth-child(3):before {
  background: #FFBA00;
}

.list-wrap li:nth-child(4):before {
  background: #ff6b81;
}

.list-wrap li:nth-child(5):before {
  background: #70a1ff;
}

.phone {
  display: none;
  position: fixed;
  bottom: 0px;
  height: 90px;
  width: 100%;
  min-width: 320px;
  background-color: transparent;
  margin: 0px auto;
  z-index: 102;
  will-change: transform;
}

@media (max-width: 768px) {
  #job .container .col-md-7{
    display: none;
  }
  .phone {
    display: block;
  }

  section #login nav {
    display: none;
  }
}

.btn-next {
  display: flex;
  justify-content: flex-end;
  margin: 10px 15px 10px 0px;
}

.btn-next .back {
  color: #2ace5e;
  background: white;
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  min-width: 107px;
  outline: 0;
  padding: 3px 10px;
  position: relative;
}

.btn-next .back::after {
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 14px 13px 14px 0;
  content: "";
  display: block;
  height: 0;
  left: -13px;
  position: absolute;
  top: 0;
  width: 0;
}

.btn-next .next {
  color: white;
  background: #2ace5e;
  border: 0;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  display: inline-block;
  min-width: 70px;
  outline: 0;
  padding: 3px 10px;
  position: relative;
}

.btn-next .next::after {
  border-color: transparent transparent transparent #2ace5e;
  border-style: solid;
  border-width: 15px 0 14px 13px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -13px;
  top: 0;
  width: 0;
}

.phone ul li span {
  color: black;
  margin-bottom: -35px;
  position: absolute;
  font-size: 0.625rem;
  line-height: initial;
  height: 16px;
}

header {
  margin-right: auto;
  margin-left: auto;
  display: block !important;
  background: white;
}

header.sticky .search {
  position: fixed;
  background: #fff;
  top: 50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin: 0 auto;
  display: block;
}

header.sticky .header {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin: 0 auto;
  transition: top .5s linear 0s;
  display: block;
}

header.scroll .navbar-brand,
header.scroll .navbar-toggler {
  display: none;
}

header .search {
  width: 100%;
  flex-basis: 100%;
  left: 0;
  z-index: 9;
  padding: 8px;
}

.search .form-wrap form .search_jobs label {
  display: none;
}

.search .jobscout_job_filters .search_jobs input {
  border-radius: 0;
  height: 40px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  font-weight: 400;
  padding: 10px 20px;
  color: #666;
  width: 100%;
}

.padding-top,
#login.padding-top {
  padding-top: 100px;
}

.search .jobscout_job_filters .search_jobs div.filter_first,
.search .jobscout_job_filters .search_jobs div.search_keywords,
.search .jobscout_job_filters .search_jobs div.filter_last,
.search .jobscout_job_filters .search_jobs div.search_location {
  float: none;
  width: auto;
  padding-right: 0;
  display: flex;
  flex: 1;
  padding-left: 0;
}

.search .jobscout_job_filters .search_jobs > div:first-child input {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #2ace5e;
}

.search .jobscout_job_filters .search_jobs input[type="submit"] {
  border-radius: 0px 5px 5px 0px;
  padding: 0;
  width: 60px;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: 70px;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.search button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  background: #2ace5e;
  border: 1px solid #2ace5e;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease 0.35s;
}

.search .jobscout_job_filters .search_jobs {
  padding: 0;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
}

.navbar {
  justify-content: center !important;
  padding: unset !important;
}

.job_listings {
  width: 100%;
  max-width: 650px;
  font-size: 0.875rem;
  display: flex;
  margin: 0px auto 0px 0px;
  border-radius: 4px;
  position: relative;
  background: none;
}

.jobscout_job_filters {
  display: flex;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-left: 0px;
}

.search .search-filter-wrap {
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-expand-lg .navbar-nav {
  float: right;
}

nav.navbar-expand-lg {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  height: 50px;
}

nav.navbar-expand-lg .navbar-collapse {
  display: block !important;
}

@media (min-width: 769px) {
  nav.navbar-expand-lg .navbar-toggler {
    display: none !important;
  }

  nav.navbar-expand-lg {
    flex-flow: row nowrap !important;
  }

  nav.navbar-expand-lg .navbar-collapse {
    flex-basis: auto !important;
  }

  nav.navbar-expand-lg ul.navbar-nav {
    flex-direction: row !important;
  }

  nav.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  header.sticky .navbar-brand,
  header.sticky .navbar-toggler {
    display: block;
  }
}

@media (max-width: 768px) {
  header.sticky .search {
    z-index: 100 !important;
  }

  nav.navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .search .btn-outline-success {
    display: none;
  }

  header.scroll .search {
    top: 0px;
  }

  .copy-right {
    padding-bottom: 70px;
  }
}

.btn-outline-success {
  background: #2ace5e!important;
  color: #fff!important;
  border-color: #2ace5e!important;
}

@media (max-width: 577px) {
  .search .btn-login {
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: unset;
  }

  .copy-right {
    padding-bottom: 75px;
  }

  .btn-outline-danger {
    margin-right: 0px;
    z-index: 10;
  }

  #profile_form .image-box {
    margin: unset;
  }
}

.search .jobscout_job_filters .search_jobs input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  border: 2px solid #2ace5e;
}

.more .avatar img {
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.more .avatar {
  display: block;
  background-image: url("https://timviecnha.com/giupviec.png");
  background-size: 100% 100%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  float: left;
}

.more .info {
  float: left;
  margin-left: 8px;
  margin-top: 4px;
  width: calc(100% - 100px);
}

.more .info .name {
  display: block;
  color: #222222 !important;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more .info .view {
  color: #9B9B9B !important;
  display: block;
  font-size: 0.75rem;
  padding: 16px 0px;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: normal;
}

.more .info .point {
  border-top: 1px solid #E8E8E8;
  display: block;
  color: #9B9B9B;
  line-height: 20px;
  padding-top: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.more .icon {
  float: left;
  margin: 0px 8px;
}

.more .item.noti .image {
  float: left;
  margin: 0px 8px 0px 0px;
}

.more .icon img {
  min-width: 30px;
  max-width: 30px;
  vertical-align: middle;
}

.more .image img {
  min-width: 100px;
  max-width: 100px;
  vertical-align: middle;
}

.more .title {
  float: left;
  color: #222222;
}

.more .item.noti .title {
  font-weight: bold;
  height: 60px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.more .item {
  padding: 10px;
}

.more {
  width: 768px;
  padding: 0px 10px;
}

#more {
  margin-top: 55px;
  position: fixed;
  background: white;
  z-index: 101;
  height: 100vh;
  top: 0px;
}

#more.display {
  height: 86%;
  overflow-y: scroll;
}

#more .more .col-md-12 {
  padding: 10px 0px;
  margin-left: 0px;
}

#more .more .border-bottom {
  border: 0px;
  margin: 4px 0px;
  padding: 0px;
}

.display {
  display: block !important;
}

#more-z,
#noti-z {
  display: none;
  margin-top: 58px;
  position: absolute;
  width: 300px;
  right: 0px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 101;
}

#noti-z .more {
  margin-top: 10px;
}

#more-z .more {
  margin-top: 10px;
}

.sticky.scroll #more .more {
  margin-top: 60px;
}

#otp_form input {
  text-align: center;
}

#otp_form .btn-success,
#forget_form .btn-success,
#change_form .btn-success {
  width: 100%;
}

section nav {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#modal-confirm {
  /* Set a style for all buttons */
  /* Float cancel and delete buttons and add an equal width */
  /* Add a color to the cancel button */
  /* Add a color to the delete button */
  /* Add padding and center-align text to the container */
  /* The Modal (background) */
  /* Modal Content/Box */
  /* Style the horizontal ruler */
  /* The Modal Close Button (x) */
  /* Clear floats */
  /* Change styles for cancel button and delete button on extra small screens */
}

#modal-confirm * {
  box-sizing: border-box;
}

#modal-confirm button {
  background-color: #2ace5e;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

#modal-confirm button:hover {
  opacity: 1;
}

#modal-confirm .cancelbtn,
#modal-confirm .deletebtn,
#modal-confirm .submitbtn {
  float: left;
  width: 50%;
}

#modal-confirm .hidden,
#modal-confirm .update {
  display: none;
}

#modal-confirm .cancelbtn {
  background-color: #ccc;
  color: black;
}

#modal-confirm .deletebtn {
  background-color: #f44336;
}

#modal-confirm .container {
  padding: 16px;
  text-align: center;
}

#modal-confirm .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

#modal-confirm .modal-content {
  background-color: #fefefe;
  margin: 20% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 100%;
  /* Could be more or less, depending on screen size */
  max-width: 450px;
}

#modal-confirm hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

#modal-confirm .close {
  font-size: 40px;
  font-weight: bold;
  color: black;
}

#modal-confirm .close:hover,
#modal-confirm .close:focus {
  color: #f44336;
  cursor: pointer;
}

#modal-confirm .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 300px) {
  #modal-confirm .cancelbtn,
  #modal-confirm .deletebtn {
    width: 100%;
  }
}

.list .item {
  padding: 8px 15px 8px 15px;
  width: 100%;
}

.tab-list {
  border: 1px solid #e9ebee;
}

.tab-list .tablink {
  background-color: #f8f9fa;
  color: #9b9b9b;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  width: 25%;
}

.tab-list .tablink.active {
  color: black;
}

#dialog .modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

#dialog .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

#dialog .fade.in {
  opacity: 1;
}

#dialog .modal-backdrop {
  height: 100vh;
}

#dialog .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

#dialog .fade {
  opacity: 0;
  transition: opacity .15s linear;
}

#dialog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

#dialog .modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

#dialog .modal,
#dialog .modal-open {
  overflow: hidden;
}

#dialog .modal.in .modal-dialog {
  transform: translate(0);
}

#dialog .modal.fade .modal-dialog {
  transition: transform .3s ease-out;
}

#dialog .adStatModal .modal-dialog {
  max-width: 360px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #dialog .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  }
}

#dialog .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

#dialog .modal-content {
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}

#dialog .ctAdStats {
  background: #f4f4f4;
}

#dialog .ctAdStats .ctAdStatsTitle {
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

#dialog .ctAdStats .ctAdStatsTitle .ctAdStatsTitleCloseIcon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: 10px;
  background: url(https://timviecnha.com/images/close.svg);
  background-size: 100% 100%;
  z-index: 1;
  cursor: pointer;
}

#dialog .ctAdStats .ctAdStatsTitle .ctAdStatsTitleReloadIcon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 10px;
  background: url(https://timviecnha.com/images/reload.svg);
  background-size: 100% 100%;
  z-index: 1;
  cursor: pointer;
}

#dialog .ctAdStatsItem {
  padding: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

#dialog .ctAdStatsItem .ctAdStatsImage {
  width: 110px;
  height: 80px;
  overflow: hidden;
  position: relative;
  background: url(https://timviecnha.com/images/giupviec.png);
  background-size: cover !important;
  background-position: 50%;
  background-repeat: no-repeat;
  float: left;
}

#dialog .ctAdStatsItem .ctAdStatsImage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#dialog .ctAdStatsItem .ctAdStatsInfo {
  width: calc(100% - 120px);
  float: right;
  position: relative;
  height: 80px;
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsTilte,
#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsTilteBold {
  font-size: 12px;
  color: #000;
  height: 30px;
  line-height: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  padding-right: 20px;
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsPrice {
  font-size: 12px;
  color: #d0021b;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  line-height: 17px;
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsPrice b {
  font-weight: 700;
  max-width: calc(100% - 80px);
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 5px;
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 15px;
  line-height: 15px;
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore .ctAdStatsMoreText {
  float: left;
  font-size: 10px;
  color: #000;
  opacity: .7;
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore .ctAdStatsIconPro {
  background-image: url(https://timviecnha.com/images/pro.png);
}

#dialog .ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore .ctAdStatsMoreIcon {
  float: right;
  height: 15px;
  width: 18px;
  position: relative;
  top: -3px;
  background-size: auto 15px;
  background-position: 100%;
  background-repeat: no-repeat;
  background-image: url(https://timviecnha.com/images/pro.png);
}

#dialog .ctAdStatsItem:after {
  clear: both;
  content: "";
  display: block;
}

#dialog .ctAdStats .clear8 {
  clear: both;
  height: 8px;
}

#dialog .ctAdStatsPosition {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-family: Helvetica !important;
}

#dialog .ctAdStats .ctAdStatsTilteBox {
  height: 40px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxFull,
#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxLeft {
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}

#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxFull .ctAdStatsTilteBoxLeftIconQuestion,
#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxLeft .ctAdStatsTilteBoxLeftIconQuestion {
  width: 17px;
  height: 17px;
  background-image: url(https://timviecnha.com/images/iconQuestion.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
  margin-left: 4px;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox {
  padding: 0 10px;
  margin-top: 10px;
  text-align: center;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox a {
  text-decoration: none;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo {
  position: relative;
  height: 34px;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper {
  width: 33%;
  position: absolute;
  left: 0;
  border: 1px solid #9b9b9b;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 5px;
  color: #589f39;
  position: relative;
  background-color: #fff;
  transition: all .6s ease-in-out;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper span {
  position: relative;
  z-index: 3;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper .ctAdPositionPageInfoArrowIcon {
  position: absolute;
  z-index: 2;
  content: "";
  width: 26px;
  height: 17px;
  background-image: url(https://timviecnha.com/images/arrowDown.svg);
  background-size: 26px 17px;
  background-repeat: no-repeat;
  bottom: -10px;
  left: 50px;
  transition: all .6s ease-in-out;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBar {
  height: 15px;
  margin-top: 15px;
  background: #41d103;
  background: -webkit-gradient(left top, right top, color-stop(0, #41d103), color-stop(21%, #fecb00), color-stop(100%, #b20217));
  background: linear-gradient(90deg, #41d103 0, #fecb00 21%, #b20217);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d103",endColorstr="#b20217",GradientType=1);
  border-radius: 15px;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment {
  height: 30px;
  line-height: 30px;
  font-size: 9px;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentLeft {
  float: left;
  width: 50%;
  text-align: left;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentLeft .ctAdPostionPageBarCommentIconGood {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #589f39;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentLeft span {
  margin-left: 5px;
  color: #333;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentRight {
  float: right;
  width: 50%;
  text-align: right;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentRight span {
  margin-right: 5px;
  color: #333;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentRight .ctAdPostionPageBarCommentIconBad {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0021b;
}

#dialog .ctAdStatsPosition .ctAdStatsPositionBox .ctAdStatsBoxDetailPosition {
  text-align: left;
  line-height: 20px;
  margin: 4px auto 8px;
  font-size: 12px;
}

#dialog .ctAdStatsPromotionBox {
  padding: 10px;
  background: #f4f4f4;
  font-size: 12px;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 10px;
}

#dialog .ctAdStatsPromotionBox .ctAdStatsPromotionBump {
  float: left;
  width: calc(100% - 120px);
  max-width: 210px;
}

#dialog .ctAdStatsPromotionBox .ctAdStatsPromotionBumpButton {
  width: 110px;
  height: 30px;
  border: 1px solid #589f39;
  border-radius: 5px;
  background: #eef5eb;
  float: right;
  line-height: 30px;
  text-align: center;
  color: #589f39;
  cursor: pointer;
  margin-top: 2px;
  box-sizing: border-box;
}

#dialog .clearfix:after,
#dialog .clearfix:before {
  content: " ";
  display: table;
}

#dialog .clearfix:after {
  clear: both;
}

#dialog .clearfix:after,
#dialog .clearfix:before {
  content: " ";
  display: table;
}

#dialog .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxRightSmallText {
  font-size: 10px;
}

#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxRight,
#dialog .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxRightSmallText {
  float: right;
  font-size: 11px;
  color: #000;
  opacity: .7;
  max-width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#dialog .ctAdStatsChartBox {
  background: #fff;
  position: relative;
}

#dialog .ctAdStatsChartBox .ctAdStatsChartImage {
  position: relative;
  z-index: 2;
}

#dialog .ctAdStatsEffectiveBox,
#dialog .ctAdStatsEffectiveBoxShop {
  padding: 0px 10px 10px;
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
}

#dialog .ctAdStatsEffectiveBoxShop ul,
#dialog .ctAdStatsEffectiveBox ul {
  display: block;
  height: 88px;
  position: relative;
  margin: auto;
  padding: 0;
}

#dialog .ctAdStatsEffectiveBoxShop ul li,
#dialog .ctAdStatsEffectiveBox ul li {
  float: left;
  width: 33%;
  height: 88px;
  list-style: none;
  text-align: center;
  padding-top: 15px;
  position: relative;
  font-family: Helvetica !important;
}

#dialog .ctAdStatsEffectiveBoxShop ul li .ctAdStatsEffectiveText,
#dialog .ctAdStatsEffectiveBox ul li .ctAdStatsEffectiveText {
  font-size: 14px;
  color: #000;
}

#dialog .ctAdStatsEffectiveBoxShop ul li .ctAdStatsEffectiveNumber,
#dialog .ctAdStatsEffectiveBox ul li .ctAdStatsEffectiveNumber {
  font-size: 30px;
  color: #fe9900;
}

#dialog .ctAdStatsEffectiveBoxShop ul li .ctAdStatsEffectiveIcon,
#dialog .ctAdStatsEffectiveBox ul li .ctAdStatsEffectiveIcon {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(https://timviecnha.com/images/iconQuestion.svg);
  background-size: 17px 17px;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
}

#dialog .ctAdStatsEffectiveBoxShop ul li:nth-child(2) .ctAdStatsEffectiveNumber,
#dialog .ctAdStatsEffectiveBox ul li:nth-child(2) .ctAdStatsEffectiveNumber {
  color: #4a90e2;
}

.statistic span {
  color: red;
}
#cv,#cv1,#cv2,#cv3 {
  background-size: 100% auto;
  background-repeat: repeat,no-repeat;
}
#cv .col-md-4, #cv .col-md-8,#cv1 .col-md-4, #cv .col-md-8,#cv2 .col-md-4, #cv .col-md-8,#cv3 .col-md-4, #cv .col-md-8 {
    padding-top: 20px;
}
.cv .col-md-4 {
  text-align: center;
  border-right: dashed 2px #050505;
}
#cv1 .post-image {
  border-radius: unset;
  margin-left: unset;
  border: 3px solid #ff9900;
}
#cv1 i {
  color: #ff9900;
}
#cv1 i.bi-heart-fill, #cv i.bi-heart-fill {
  color: red;
}
#cv1 .tit-num  {
  width: 85px;
}
.txt-edit {
  font-size: 50px;
  color: #ff9900;
  font-weight: 900;
}
#cv1 .vh-profile-model {
  padding-top: 50px;
  margin-left: 8px;
  font-size: 16px;
}
#cv .vh-profile-model {
  padding: 10px;
  margin-left: 8px;
}
#cv, #cv1 {
  font-family: Verdana;
  font-size: x-large;
}
#cv1 .vh-exp-model, #cv1 .vh-exp-model .col-md-4, #cv1 .vh-exp-model .col-md-8 {
  padding-right: unset;
}
#cv .post-image, #cv1 .post-image {
  max-width: 200px;
  position: relative;
  top: 5px;
  background-color: white;
  padding: 5px;
  margin-left: 22px;
  margin-bottom: 20px;
}
#cv .post-image {
  border: 3px solid #020202;
}
#cv .cv-icon {
  text-align: center;
}
#cv .cv-icon img {
  height: 90px;
}

#cv .cv-header {
  text-align: center;
  font-weight: bolder;
}
#cv .cv-title {
  font-weight: bold;
}
#cv .cv-header b {
  border: 3px solid;
  display: inline;
  font-weight: 400;
  border-radius: 1px;
  padding: 5px 15px;
  font-size: 15px!important;
  line-height: 37.5px;
}
#bgcolor {
  width: 100%;
}
#bgcolor option[value="1"] {
  background: rgb(0 123 255 / 50%);
}
#bgcolor option[value="2"] {
  background: #adb5bd;
}
#bgcolor option[value="3"] {
  background: #d513a185;
}
#bgcolor option[value="4"] {
  background:  beige;
}
.div-green .cv-header, .div-green .cv-header b, .div-green .cv-title, .div-green i, #cv.div-green .post-image,
#cv1.div-green .post-image,
#cv2.div-green .post-image,
#cv3.div-green .post-image,
.div-green .col-md-4 H3 {
  color: #04a08c;
}
#cv.div-green .post-image, #cv1.div-green .post-image {
  border: 3px solid #04a08c;
}
#cv.div-green .col-md-4 {
  border-right: dashed 2px #04a08c;
}
.div-black .cv-header, .div-black .cv-header b, .div-black .cv-title, .div-black i, #cv.div-black .post-image,
#cv1.div-black .post-image,
#cv2.div-black .post-image,
#cv3.div-black .post-image,
.div-black .col-md-4 H3 {
  color: #020202;
}
#cv.div-black .post-image, #cv1.div-black .post-image {
  border: 3px solid #020202;
}
#cv.div-black .col-md-4 {
  border-right: dashed 2px #020202;
}
.div-red .cv-header, .div-red .cv-header b, .div-red .cv-title, .div-red i, #cv.div-red .post-image,
#cv1.div-red .post-image,
#cv2.div-red .post-image,
#cv3.div-red .post-image,
.div-red .col-md-4 H3 {
  color: #f10707;
}
#cv.div-red .post-image, #cv1.div-red .post-image {
  border: 3px solid #f10707;
}
#cv.div-red .col-md-4 {
  border-right: dashed 2px #f10707;
}
.div-blue .cv-header, .div-blue .cv-header b, .div-blue .cv-title, .div-blue i, #cv.div-blue .post-image,
#cv1.div-blue .post-image,
#cv2.div-blue .post-image,
#cv3.div-blue .post-image,
.div-blue .col-md-4 H3 {
  color: #0798f8;
}
#cv.div-blue .post-image, #cv1.div-blue .post-image {
  border: 3px solid #0798f8;
}
#cv.div-blue .col-md-4 {
  border-right: dashed 2px #0798f8;
}
.div-pink .cv-header, .div-pink .cv-header b, .div-pink .cv-title, .div-pink i, #cv.div-pink .post-image,
#cv1.div-pink .post-image,
#cv2.div-pink .post-image,
#cv3.div-pink .post-image,
.div-pink .col-md-4 H3{
  color: #f807d0;
}
#cv.div-pink .post-image, #cv1.div-pink .post-image  {
  border: 3px solid #f807d0;
}
#cv.div-pink .col-md-4 {
  border-right: dashed 2px #f807d0;
}
.div-yellow .cv-header, .div-yellow .cv-header b, .div-yellow .cv-title, .div-yellow i, #cv.div-yellow .post-image,
#cv1.div-yellow .post-image,
#cv2.div-yellow .post-image,
#cv3.div-yellow .post-image,
.div-yellow .col-md-4 H3 {
  color: #ff9900;
}
#cv.div-yellow .post-image, #cv1.div-yellow .post-image {
  border: 3px solid #ff9900;
}
#cv.div-yellow .col-md-4 {
  border-right: dashed 2px #ff9900;
}
#divcolor option[value="1"] {
  background: #2ace5e;
}
#divcolor option[value="2"] {
  background: #0798f8;
}
#divcolor option[value="3"] {
  background: #ff9900;
}
#divcolor option[value="4"] {
  background:  #f5593d;
}
#divcolor option[value="5"] {
  background:  #f807d0;
}
#cv2 .txt-edit {
  font-size: 24px;
}
#cv2 .post-image {
  width: 430px;
}