/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  
}

/* Floating Zalo Button */
.zalo-float-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #0068FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 104, 255, 0.4);
  z-index: 1000;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}

.zalo-float-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 104, 255, 0.6);
}

.zalo-float-button img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

@media (min-width: 1200px) {


  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }

}

.blog-main {
  margin-top: 30px;
}

.fixed-top {
  background: transparent;
  box-shadow: none;
  padding: 0 0;
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
}

.fixed-top.scrolled {
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
}

.fixed-top #navbar-logo {
  height: 150px;
  transition: height 0.3s;
}

.fixed-top.scrolled #navbar-logo {
  height: 50px;
}

.logohead {
  height: 100px;
  transition: height 0.3s;
  border-radius: 5px;
}
/* Transparent navbar - white text */
.fixed-top .navbar-nav .nav-link {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  transition: color 0.3s;
}

.fixed-top .navbar-nav .nav-link:hover {
  color: #ddd;
}

.fixed-top .navbar-nav .active>.nav-link,
.fixed-top .navbar-nav .nav-link.active,
.fixed-top .navbar-nav .nav-link.show,
.fixed-top .navbar-nav .show>.nav-link {
  color: #fff;
  font-weight: bold;
}

/* Scrolled navbar - dark text */
.fixed-top.scrolled .navbar-nav .nav-link {
  color: #000;
  text-shadow: none;
}

.fixed-top.scrolled .navbar-nav .nav-link:hover {
  color: #666;
}

.fixed-top.scrolled .navbar-nav .active>.nav-link,
.fixed-top.scrolled .navbar-nav .nav-link.active,
.fixed-top.scrolled .navbar-nav .nav-link.show,
.fixed-top.scrolled .navbar-nav .show>.nav-link {
  color: #000;
  font-weight: bold;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: .3125rem;

  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.jumbotron {
  padding: 5rem 5rem;
  margin-bottom: 2rem;
  background-color: #343a40;
  border-radius: 0rem;
  color: #fff;
  height: 300px;
}

.session-footer {
  background: #f5f5fa;
  padding: 50px 0px;

  color: rgba(9, 9, 16, .7);
  font-size: 12px;

}

.copyright {
  opacity: 0.4;
}

.navbar-collapse {
  flex-grow: initial;
}

.navbar .container {
  align-items: flex-start !important;
}

#menu-menu-1 {
  padding-top: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.benefits {
  margin-left: -20px;
  font-size: 15px;
  font-family: initial;
}

.mr-t-search-button {
  margin-top: 32px;
}


.main-body {
  background-color: #fff !important;
}

.job-row {
  padding: 2px 0px;
}

.job-detail-card {
  border: 1px solid rgba(18, 113, 169, 0.185)
}

.job-detail-card:hover {
  border: 1px solid rgba(18, 113, 169, 0.185);

}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #fff;
  border-bottom: 2px solid #000;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f8f9fa;
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-color: #fff;
  border-bottom: 2px solid #000;
}

.nav-tabs .nav-link {
  border: none;
  color: #708294;
  font-weight: lighter;
  ;
}

.tab-content {
  margin-top: 15px;
}

.card-link {
  border: none !important;
  border-bottom: 1px solid rgba(128, 124, 124, 0.125) !important;
  border-radius: 0px !important;
}

.card-link:hover {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.job-detail-text-title {
  color: #999;
  font-style: normal;
  font-size: 14px;
  font-weight: lighter;
}

.job-detail-text-sub {
  margin-left: 22px;

}


.card-hot {
  border: 1px solid #ff050521 !important;
}

.company-logo-card {
  height: 100px;

}

.company-card {
  height: 160px;
  margin: 15px 0px;
}

.company-card-title {
  font-size: 16px;
}

.text-search {

  font-size: 16px;
  margin: 15px 0px;

}

.job_head_link_other {
  margin-top: 10px;
  padding: 10px 0px;
}

.list-unstyled li {
  padding: 4px 0px;
}

.list-unstyled li a {
  color: #000;
}

.btn-tag {
  margin-bottom: 5px;
}

.user-dasboard {
  padding: 5rem 5rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0rem;
  color: #000;

}

.user-nav-border {
  border-bottom: 1px solid #f5f5fa !important;
}

.user-nav {

  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-right {
  float: right;
  position: absolute;
  right: 5px;
  top: 15px;
}

.nav-right-account {
  float: right;
  position: absolute;
  right: 60px;
  top: 19px;
}

.nav-right-language {
  float: right;
  position: absolute;
  right: 90px;
  top: 19px;
}

.masthead-followup-icon {
  padding: .75rem;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  border-radius: .75rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}


.partner-container {
  padding: 6px 0px;
}

.company-left-row .col-md-2 {
  width: 20% !important;
  padding-right: 6px;
  padding-left: 6px;
}

.company-left-row .col-md-2 .card {
  border-radius: 0px;
}

.company-left-row .col-md-2 .card .card-body {

  min-height: 110px;
}

.features.reasons .icon {
  max-width: 120px;
}

img.icon {
  max-width: 300px;
}

.icon {
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

pre {
  padding: 1em;
  margin: .5em 0 2em;
  display: block;
  font-size: .8rem;
  background-color: #fbfbfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
  color: #090910;
}

.mt-xl-0 {
  border-left: 1px solid #e5e5e5;
}

.site_margin-top {
  margin-top: 1em;
}

.site_margin-bottom {
  margin-bottom: 1em;
}

.company-left-logo-card img {
  max-height: 50px;
}

.tag a {
  margin-bottom: 5px;

}

.btn-white {
  color: #fff !important;
  border-color: #fff !important;

  font-size: .675rem !important;
}

.btn-white .domain-price {
  color: #000 !important;
  font-size: 12px;
  font-weight: 600;
}



.blog-single-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 100px;
}

@media (max-width: 768px) {
    .blog-single-container {
        padding: 0;
        padding-top: 0px;
    }
}


/*start mobile */

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .navbar.fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1030 !important;
  }

  .fixed-top.scrolled {
    padding: 0 !important;
  }

  .navbar-brand {
    margin-left: 16px;
  }

  .fixed-top #navbar-logo {
    height: 60px !important;
  }

  .logohead {
    height: 50px !important;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 0;
    padding: 10px;
    border-radius: 5px;
  }

  .hero-search-section {
    padding: 20px 0 !important;
    margin-top: 0px !important;
  }

  .hero-subtitle {
    display: none;
  }

  .fixed-top .navbar-nav .nav-link {
    color: #000 !important;
    text-shadow: none;
  }
}

@media (max-width: 380px) {


  .user-dasboard {
    padding: 0;
  }

  .jumbotron {
    padding: 2rem 0rem;
  }

  .jumbotron h2 {
    font-size: 140%;

  }

  .mr-t-search-button {
    margin-top: 0px;
  }

  .mobile-card-title {
    font-size: 24px;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }


  .nav-link {
    display: block;
    padding: .5rem 0.5rem;
  }

}


/*table price*/

#title {
  text-align: center;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;

}

.hover-table-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 auto;
}

.listing-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  background: #fff;
  border-radius: 10px;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);

}

.active figure.image figcaption {
  background: rgba(195, 39, 43, 0.6);


}

.listing-item:hover,
.listing-item.active {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;

}

.listing-item .listing {
  padding: 20px;
  position: relative;
}

.listing-item .listing:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -o-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

figure.image img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

figure.image {
  position: relative;
  margin: 0;
  padding: 0;
}

figure.image figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

figcaption .caption {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

figcaption h1 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

figcaption p {
  color: white;
  font-size: 12px;
}

.listing h4 {

  font-size: 13px;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
}

.listing h4:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.listing-item:hover figure.image figcaption {
  background: rgba(195, 39, 43, 0.6);
}

.pricing .pricing-title {
  font-family: "Open Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  display: block;
}

.pricing p {
  line-height: 1.5em;
}

.pricing p[class*="bg-"] {
  padding: 0 5px;
}

.pricing .pricing-plan {
  padding: 30px 15px;
  border: 1px solid #D8E1E5;
  border-radius: 3px;
  margin-bottom: 30px;
}

.pricing .best-value {
  border: 1px solid #1B99B9;
}

.pricing .pricing-details {
  margin-top: 30px;
}

.pricing .pricing-value {
  font-family: "Open Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 52px;
}

.pricing .pricing-value sup,
.pricing .pricing-value .price:before,
.pricing .pricing-value .price:after {
  font-size: 0.35em;
  font-weight: 300;
  font-style: italic;
}

.pricing .pricing-value .price {
  position: relative;
}

.pricing .pricing-value .price>div {
  float: left;
}

.pricing .pricing-value .price:before {
  position: absolute;
  content: 'đ';
  top: 10px;
  left: -15px;
}

.pricing .pricing-value .price:after {
  position: relative;
  content: '/Tháng';
}

.pricing .pricing-value .price.annual:after {
  content: '/yr';
}

.pricing .icon {
  font-size: 52px;
}

.pricing .pricing-heading {
  padding: 50px 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.pricing .list-features {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing .list-features li:before {
  display: inline-block;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 1rem;
}

.pricing .list-features .strike:before {
  content: "";
  color: #767676;
}

.pricing .list-features .strike.ondark:before {
  color: #d9d9d9;
}

.pricing .slider-price {
  margin: 30px 0;
}

.pricing .slider-price p {
  margin: 10px 0 0;
}

.pricing .slider-price .slider-track {
  height: 5px;
}

.pricing .slider-price .slider-handle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  background-image: none;
}

.pricing .slider-price .slider-selection {
  background: #1B99B9;
}

.pricing .slider-price .slider-track-low {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.pricing .list-striped li,
.pricing .list-bordered li {
  margin: 0 -15px;
}

/* 7.2 Pricing heading ======================================================= */

.pricing.heading .pricing-plan {
  padding: 0;
}

.pricing.heading .pricing-plan .pricing-details {
  padding: 15px;
}


.single-post .yoast-table-of-contents {
  margin-top: 20px;
  width: 100%;
  border: none;
  border-radius: 20px;
  background: #FAFBFF !important;
 
  padding: 50px;
}



/* ez-toc-container */
#ez-toc-container {
  padding: 50px !important;
}

#toc_container,
#ez-toc-container {
  margin-top: 20px;
  width: 100%;
  border: none;
  border-radius: 20px;
  background: #FAFBFF !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

#ez-toc-container {
 
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
}
#ez-toc-container li, #ez-toc-container ul {
  padding: 10px 0px;
}

#ez-toc-container nav ul li a:not(.custom) {
  font-weight: 800!important;
  line-height: 24px!important;
  color: #e42600!important;
  font-size: 16px;
  position: relative;
  display: block;
}
.wp-block-quote {
  overflow-wrap: break-word;
  background: aliceblue;
  padding: 50px;
  border-radius: 10px;
}

.author-section {
  background-color: #FAFBFF;
  padding:50px;
  border-radius: 10px;
}

.author-section .author-info {
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.author-section .author-name {
  font-size: 44px!important;
    font-weight: 800!important;
    line-height: 53px!important;
    text-align: center;
    margin: 0!important;
    padding-bottom: 0px!important;
    color: cornflowerblue;

}
.author-section .author-about {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #36344D;
  letter-spacing: .3px;
  text-align: justify;
}

.btn-link-tag {
  align-items: center;
  background-color: #badff1;
  border-radius: 100px;
  box-sizing: border-box;
  
  max-height: none;
  min-height: 48px;
  padding:4px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  
}


/*mobile */
@media only screen and (min-width:540px) {
  .listing-item {
    display: block;
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
  .wp-block-quote {
    overflow-wrap: break-word;
    background: aliceblue;
    padding: 10px;
    border-radius: 10px;
  }
}

@media only screen and (min-width:1024px) {
  .hover-table-layout {}
}