/*
Theme Name: Viettalents by RealDev
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.box-shadow,
.box-shadow-2,
.box-shadow-2-hover:hover,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover {
  box-shadow: 0px 16px 32px 0px
    rgba(0, 132.99999999999994, 228, 0.14901960784313725);
}
.flickity-slider > .row {
  top: 0 !important;
  bottom: 0 !important;
}
.home .section .image-cover,
.home .section img {
  border-radius: 10px;
  overflow: hidden;
}
.box-overlay:before {
  background-color: transparent;
  content: "";
  background-image: linear-gradient(179deg, #00266d00 31%, #00266d 100%);
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-sec-numbers .field-count {
  border-bottom: 1px solid #d3e3f3;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.home-sec-numbers p {
  margin-bottom: 0;
}
.home-row-programs-tab .nav {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #d3e3f3;
}

.home-row-programs-tab .nav li {
  flex: 1;
}
.home-sec-candidate .col-inner {
  border-bottom: 6px solid #0085e4;
}
.home-row-programs-tab .nav li a {
  line-height: 2rem;
  font-size: 24px;
  padding: 15px 35px;
  color: #607393;
}
.home-slider-train .flickity-viewport,
.home-slider-train .flickity-viewport iframe {
  border-radius: 10px;
  overflow: hidden;
}
.home-slider-train .slider-nav-outside.slider-nav-circle .next {
  margin-left: 60px;
}

.home-slider-train .slider-nav-light .flickity-prev-next-button {
  color: #00266d !important;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 99%;
  opacity: 1 !important;
  box-shadow: 0px 16px 32px 0px #0085e426;
  transition: fill 0.3s ease, background-color 0.3s ease;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  border: none;
  box-shadow: unset;
  margin: 0;
  padding-left: 0;
}

.contact-form-wrapper .form-item {
  border: 1px solid #c8d2da;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.form-submit .wpcf7-submit {
  display: block;
  width: 80%;
  margin: 0 auto;
  background: #0085e4;
  padding: 6px;
  border-radius: 30px;
  margin-top: 25px;
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
  color: #bbc7d7;
}
.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
  fill: #00266d !important;
}
.about-sec-partners .slider-wrapper {
  overflow: hidden;
}

.about-sec-partners .flickity-slider {
  animation: scroll-partners 25s linear infinite;
}

.about-sec-partners .slider:hover .flickity-slider {
  animation-play-state: paused;
}

@keyframes scroll-partners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about-sec-videos iframe,
.sec-videos iframe,
.partner-sec-videos iframe,
.media-sec iframe {
  border-radius: 30px;
  overflow: hidden;
}
.about-sec-videos p,
.sec-videos p,
.partner-sec-videos p,
.media-sec p {
  line-height: 0;
}
.gallery-sec img {
  border-radius: 10px;
}
.recruitment-row-step {
  justify-content: space-between !important;
}
.faq-sec .accordion-title {
  background: #fff;
  font-size: 24px;
  color: var(--fs-color-primary);
  padding: 0;
}

.faq-sec .accordion-inner {
  padding: 0;
  border: none;
  padding-top: 20px;
}
.faq-sec .accordion-item {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.faq-sec p {
  margin-bottom: 0;
}
.recruitment-row-step .col {
  margin-bottom: 100px;
}
@media screen and (min-width: 850px) {
  .recruitment-row-step .large-5 {
    flex-basis: 45%;
    max-width: 45%;
  }
}
.list-icon-list-item {
  list-style: none;
}
.list-icon-list-item {
  margin-left: 0 !important;
  display: flex;
  gap: 10px;
}
.absolute-footer {
  background-color: #00266d !important;
}
.row-footer {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 15px;
}
.absolute-footer * {
  color: #fff;
}

#footer section * {
  color: #fff;
}
.home-slider-train .slider-nav-outside.slider-nav-circle .previous {
  margin-right: 60px;
}
.flickity-slider > .row,
.flickity-slider .row .row:not(.row-collapse) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  background-color: var(--fs-color-secondary);
  height: 4px;
}

.nav > li.active > a {
  color: #000;
}
.box-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.box-overlay .box-text {
  z-index: 2;
}
.nav-spacing-xlarge > li {
  margin: 0 20px;
}
.header-main .nav-top-link {
  font-size: 12px;
  color: var(--heading-2);
}
i.icon-menu:before {
  content: "\f141";
  font-size: 18px;
}

.header-bottom-nav .nav-icon a.is-small {
  text-align: center;
}

.header-bottom-nav .nav-icon a.is-small:before {
  content: none;
}
a.button.secondary:hover {
  background-color: var(--primary);
  box-shadow: unset;
}
/* FORM */
.success-page {
  box-shadow: 0px 16px 32px 0px
    rgba(0, 132.99999999999994, 228, 0.14901960784313725);
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}

.success-page .col {
  padding: 0;
}

.section-title b {
  background: transparent;
}

.success-page .section-title-container {
  margin: 0;
}

.success-page .text p {
  margin: 0;
}

.btn-go-home-page {
  width: 100%;
  font-size: 24px;
  border-radius: 40px;
  box-shadow: 0px 4px 8px 4px rgba(0, 132.99999999999994, 228, 0.4) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #2575fc;
  color: #fff;
  padding: 16px;
  margin-top: 30px;
  font-weight: 800;
}
.btn-go-home-page:hover {
  color: #fff;
}
.page-id-7271 main#main {
  background: #f2f9ff;
}
/* BLOG */
.taxonomy-description,
.term-intro-content {
  margin: 1rem auto 2rem;
  font-size: 18px;
  color: #000;
}
.term-intro-content {
  max-width: 780px !important;
}
.term-intro-content .col-inner {
  text-align: center;
}
.archive-page-header .page-title {
  color: #00266d;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.archive-page-header .col {
  padding-bottom: 0;
}
main#main {
  background-color: #f2f9ff !important;
}

.image-cover {
  padding-top: 75% !important;
}

.category .post-info,
.category .is-divider,
.box-blog-post .is-divider {
  display: none;
}

.box-blog-post {
  box-shadow: 0px 10px 20px 0px #0000001a;
  border-radius: 16px;
  overflow: hidden;
}

.blog-post-inner {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.box-blog-post .box-text {
  padding: 20px;
}
.realdev-cat-box,
.realdev-topcat-nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

.realdev-cat-box a,
.realdev-topcat-nav a {
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #0c121d;
}

.realdev-cat-box a:hover,
.realdev-topcat-nav a:hover,
.realdev-cat-box .active a {
  background-color: #0085e4;
  border: 1px solid #0085e4;
  color: #fff;
}

.realdev-topcat-nav a {
  padding: 13px 31px;
  border: 1.5px solid #000;
}

.related-category-title {
  color: #00266d;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.realdev-cat-box-wrap {
  margin-top: 60px;
}
.article-inner {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px
    rgba(0, 132.99999999999994, 228, 0.14901960784313725);
  border: 1px solid #d3e3f3;
  border-radius: 16px;
  padding: 40px;
}
a.post__read-more {
  color: #00266d;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.related-post .related-title {
  color: #000;
  font-size: 26px;
  font-weight: 800;
}
.blog-post-inner .post-title a {
  color: #000;
}
.comment-form > div,
.comment-form > p {
  padding: 0;
}
input#submit {
  width: 100%;
  background-color: #0085e4;
  padding: 10px;
  border-radius: 99px;
  box-shadow: 1px 2px 7px 0px #0085e4;
  margin: 0;
}
#comments .comment-respond {
  padding: 0;
}

.comment-form {
  margin: 0;
}

#comments .comment-respond {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.comment-form {
  display: flex;
  flex-direction: column;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
  align-items: center;
  border: 1px solid #c8d2da;
  border-radius: 7px;
  margin-bottom: 10px;
}

.comment-form input,
.comment-form label {
  margin: 0;
}
.comment-form input:focus {
  outline: none;
  box-shadow: none;
}
.comment-form label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  width: 185px;
  padding: 16px;
  margin: 0;
}

.comment-form label .required {
  color: red;
  margin-left: 6px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  color: #8da1bc;
  border: none;
  box-shadow: unset;
}

.comment-form-cookies-consent label {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  flex: 1;
}

.comment-form-cookies-consent {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.comment-form-comment {
  border: 1px solid #c8d2da;
  border-radius: 7px;
}
.comment-form textarea {
  padding: 16px;
  border: none;
  border-top: 1px solid #e9f4fc;
  border-radius: 0;
  box-shadow: unset;
}
button#submit {
  margin: 2rem 0 0;
  width: 100%;
  background-color: #0085e4;
  padding: 13px;
  border-radius: 99px;
  box-shadow: 1px 2px 7px 0px #0085e4;
  color: #fff;
}
.comment-reply-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.article-share {
  gap: 50px;
  border-top: 1px solid #0085e4;
  padding-top: 20px;
}

.article-share-title p {
  margin: 0;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}

.article-share-title p i {
  margin-right: 15px;
  font-size: 28px;
}

.article-share .button.icon {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons i {
  top: 0;
}

.button.icon.print.circle,
.icon.button.circle.savelink {
  border-color: #aec4f4 !important;
}
.kksr-stars {
  order: 2;
}

.kk-star-ratings .kksr-muted {
  color: #000;
  opacity: 1 !important;
  font-size: 16px;
}
.blog-author-image {
  flex-basis: 150px;
  max-width: 150px;
}
.article-author-box {
  gap: 20px;
  margin: 40px 0;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
}
.article-author-box .author-name {
  text-transform: capitalize;
}
.author-detail {
  flex: 1;
}

.author-detail .author-desc {
  color: #46587e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.author-link a {
  color: #00266d;
  font-size: 14px;
  font-weight: bold;
}
.post-meta {
  margin-top: 20px;
  gap: 30px;
}
.post-meta,
.post-meta span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.post-meta span {
  gap: 5px;
}
.post-meta svg {
  fill: #0aadeb;
  width: 20px;
  height: 20px;
}
.list-action-404 ul,
.list-action-404 ul a {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.list-action-404 ul a {
  gap: 10px;
  font-size: 18px;
  text-transform: none;
  fill: #000;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 15px;
  padding: 12px 16px;
}

.list-action-404 ul li {
  min-width: 253px;
}

.list-action-404 ul li:first-child a {
  background: #0085e4;
  color: #fff;
  border-color: #0085e4;
}

.list-action-404 {
  margin-top: 50px;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
