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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
h1, h2, h3, h4, h5 body, p {
  text-wrap: inherit!important;
}
@font-face {
    font-family: SVN-Have;
    src: url(/wp-content/themes/edison/fonts/SVN-Have.ttf) format("truetype");
    font-weight: 400;
}
.header-main .nav > li > ul {
  padding: 5px;
}
.header-main .nav > li > ul > li > a {
  color: #000;
}
.header-top {
  background: transparent!important;
  margin-bottom: -40px;
  font-size: 120%;
}
.header-top::before {
  content: '';
  height: 40px;
  width: 70%;
  background: #faaf28!important;
  border-radius: 0 0 0 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.hometitle {
  font-size: 32px;
  font-weight: 700!important;
  text-transform: uppercase;
}
.edisonbtn {
      transition: .3s;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, right top, from(#ffd500), to(#feaa00));
    background: linear-gradient(90deg, #ffd500, #feaa00);
    color: #143c4d;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 99px;
    padding: 5px 30px;
}
.homeslider .flickity-page-dots {
  bottom:30px;
}
.homeslider .dot {
  background: #fff;
  width: 40px;
  height: 3px;
  border: none!important;
  border-radius: 0!important;
  opacity: 1;
}
.homeslider .dot.is-selected {
  background: #faaf28!important;
}
.homeslider img {
  margin-bottom: 0!important;
}
.homequicklinks {
  background: #a7ba5d;
  padding-top: 10px;
  padding-bottom: 0px;
}
.homelink {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homelink a {
  font-weight: bold;
}
.homelink a:hover {
  color: #1e6482;
}
.homelink .linkico {
  background: #1e6482;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
}
.homechandung {
  background: #1e6482;
  padding-top: 60px;
}
.homechandung .hometitle span {
  color: #faaf28; 
}
.chandungdesk {
  padding-top: 100px;
}
.chandungdesk .hometitle {
  margin-bottom: -70px!important;
}
.chandungdesk .title {
  margin-top: 100px;
}
.chandungdesk .content {
  padding-right: 70px;
}
.deskslider {
  margin-bottom: -40px!important;
}
.homechandung h2, .chandungslider {
  margin: auto!important;
  max-width: 1270px!important;
  padding: 0 15px;
}
.chandungslider .col-inner {
  background-size: 95%!important;
  background-position: 2px 50%!important;
}
.chandungslider .col-inner img {
  margin-bottom: 0!important;
}
.chandungslider .title {
    color: #faaf28;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.36px;

}
.chandungslider strong {
  color:#faaf28;
}
.chandungslider .title::after {
    content: "";
    background-image: url(/wp-content/themes/edison/images/decor-label-bottom.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 258px;
    height: 7.3px;
    display: block;
}
.chandungslider .subtitle {
    font-size: 48px;
    line-height: 1em;
    font-weight: 400;
    font-family: SVN-Have, sans-serif;
    margin-bottom: -20px;
}
.deskslider .flickity-button {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  opacity: 1;
}
.deskslider .flickity-button svg {
  width: 75%;
}
.deskslider .next {
  right: 10px;
  top: 20px!important;
  bottom: auto;
}
.deskslider .previous {
  right: 55px;
  left: auto!important;
  top: 20px!important;
  bottom: auto;
}
.homechandung .flickity-page-dots {
  left: 10px;
  right: auto;
  text-align: left;
  bottom: 40px
}
.homechandung .flickity-page-dots .dot {
  border: none;
  background: transparent!important;
  width: 22px;
}
.homechandung .flickity-page-dots .dot:nth-child(1)::before {
  content:'E.';
  display: inline-block;
  font-weight: bold;
  color: #56b1d4;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot.is-selected:nth-child(1)::before {
  content:'E.';
  display: inline-block;
  font-weight: bold;
  color: #faaf28;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot:nth-child(2)::before {
  content:'D.';
  display: inline-block;
  font-weight: bold;
  color: #56b1d4;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot.is-selected:nth-child(2)::before {
  content:'D.';
  display: inline-block;
  font-weight: bold;
  color: #faaf28;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot:nth-child(3)::before {
  content:'I.';
  display: inline-block;
  font-weight: bold;
  color: #56b1d4;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot.is-selected:nth-child(3)::before {
  content:'I.';
  display: inline-block;
  font-weight: bold;
  color: #faaf28;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot:nth-child(4)::before {
  content:'S.';
  display: inline-block;
  font-weight: bold;
  color: #56b1d4;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot.is-selected:nth-child(4)::before {
  content:'S.';
  display: inline-block;
  font-weight: bold;
  color: #faaf28;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot:nth-child(5)::before {
  content:'O.';
  display: inline-block;
  font-weight: bold;
  color: #56b1d4;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot.is-selected:nth-child(5)::before {
  content:'O.';
  display: inline-block;
  font-weight: bold;
  color: #faaf28;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot:nth-child(6)::before {
  content:'N';
  display: inline-block;
  font-weight: bold;
  color: #56b1d4;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .flickity-page-dots .dot.is-selected:nth-child(6)::before {
  content:'N';
  display: inline-block;
  font-weight: bold;
  color: #faaf28;
  font-size: 20px;
  letter-spacing: 8px;
}
.homechandung .decor {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}
.homechandung .decor1 {
    bottom: 0;
}
.homechandung .decor2 {
    bottom: 30%;
}
.homechandung .decor3 {
    bottom: 60%;
}
.homechandung .decor4 {
    bottom: 80%;
}
.homelevels .level:nth-child(1) {
  background: #a7ba5d;
}
.homelevels .level:nth-child(2) {
  background: #faaf28;
}
.homelevels .level:nth-child(3) {
  background: #277999;
}
.homelevels .contenttop {
  padding: 80px 0px 60px 0;
  position: relative;
  z-index: 1;
}
.homelevels .contenttop::after {
    content:'';
    background: url(/wp-content/themes/edison/images/bottombg.png) bottom center no-repeat;
    background-size: 100%;
    height: 0px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.homelevels .inner {
  height: 750px;
}
.homelevels .inner .title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}
.homelevels .inner .subtitle {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.homelevels .level:nth-child(1):hover .subtitle {
  color: #a7ba5d;
}
.homelevels .level:nth-child(2):hover .subtitle {
  color: #faaf28;
}
.homelevels .level:nth-child(3):hover .subtitle {
  color: #277999;
}
.homelevels .subtitle::before {
  content: '';
  width: 47px;
  height: 52px;
  background: url(/wp-content/themes/edison/images/file.svg) center center no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  margin-top: -30px;
  left: 12%;
}
.homelevels .contentinner::before {
  content:'';
  height: 78px!important;
  width: 53px!important;
  background: url(/wp-content/themes/edison/images/dashed-arrow.svg) center center no-repeat;
  background-size: 100%!important;
  display: inline-block;
  position: absolute;
  left: 12%;
  bottom: 60px;
}
.homelevels .contentinner::after {
  content:'';
  height: 78px!important;
  width: 65px!important;
  background: url(/wp-content/themes/edison/images/sent-arrow.svg) center center no-repeat;
  background-size: 100%!important;
  display: inline-block;
  position: absolute;
  right: 12%;
  bottom: 60px;
}
.homelevels .inner:hover .contenttop::after {
  height: 330px;
  transition: .3s;
}
.homelevels .inner:hover .title {
  color: #1e6482;
}
.homelevels .inner img {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: auto;
  left: 10%;
}
.homelogotruot {
  background: #1e6482;
  padding-top: 10px;
  padding-bottom: 2px;
  font-family: "Raleway", sans-serif!important;
}
.homelogotruot .marquee {
    overflow: hidden;
    white-space: nowrap;
}
.homelogotruot .marquee .item {
    padding: 0 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-animation: marquee 12.5s linear infinite;
    animation: marquee 12.5s linear infinite;
}
.homelogotruot .marquee .item img {
  margin-bottom: 0!important;
}
.homelogotruot .marquee .item span {
  margin-left: 70px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.page-wrapper {
  padding: 0!important;
}
.cateheader {
  margin-bottom: 60px;
}
.cateheader .overlay {
  background: linear-gradient(0deg, #1b283bc7, transparent 75%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(27, 40, 59, 0.78), transparent 75%);
}
.cateheader .box-text-inner {
  margin: auto;
  max-width: 1270px;
  padding: 50px 15px;
}
.cateheader .page-title {
  text-transform: uppercase;
  font-weight: normal;
}
.postslist .image-cover {
  border-radius: 15px;
}
.postinfo {
  color: #329ac3;
  font-size: 90%;
  font-style: italic;
}
.postinfo i {
  padding-right: 5px;
}
.postslist .relatedtitlea {
  font-size: 17px;
  font-weight: 600;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.homeexpert {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 95%;
}
.pagenavi .page-numbers {
  border: 1px solid;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
}
.pagenavi .page-numbers.current, .pagenavi .page-numbers:hover {
  background: #1e6482;
  color: #fff;
}
.careeritem {
  padding: 20px 20px 1px 20px;
  border-radius: 10px;
  border:1px solid #fff;
}
.careeritem:hover, .faceslist:hover  {
  background: #f3f7fc;
  border:1px solid #faaf28;
}
.careeritem h2 {
  margin-bottom: 0px;
}
.careeritem h2 a {
  font-size: 18px;
  color: #000;
}
.careeritem .button {
  margin-bottom: 0;
  text-transform: none;
  color: #000!important;
}
.careeritem .button i {
  color: #000!important;
}
.careeritem i {
  padding-right: 5px;
  color:#faaf28;
}
#job-filter {
  display: flex; 
  background: #faaf28!important; 
  padding: 15px 15px 0 15px; 
  gap: 15px; 
  border-radius: 8px; 
  margin-bottom: 20px
}
.catesdesc {
    padding-bottom: 40px;
    background: url(/wp-content/themes/edison/images/ss2-bg.png) bottom center no-repeat;
    background-repeat: no-repeat;
    background-size: 100%!important;
    position: relative;
    margin-bottom: 40px;
}
.catesdesc .decor1 {
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catesdesc .decor2 {
    line-height: 0;
    position: absolute;
    right: left;
    bottom: 20px;
}
.faceslist {
  border-radius: 15px;
}
.faceslist .image-cover {
  border-radius: 15px;
}
.faceslist:hover .image-cover {
}
.faceslist:hover .overlay {
  border: 10px solid #1e6482;
  border-radius: 15px;
  transition: .5s;
}
.faceslist .col-inner {
  padding: 30px;
}
.faceslist .name {
  border-bottom: 1px dashed #56b1d4;
  display: block;
  padding-bottom: 10px;
}
.onlinegallery {
  background: #f3f7fc;
  border-radius: 15px;
}
.onlinegallery:hover {
  background: #f4f6eb;
}
.onlinegallery:hover .overlay {
  border: 10px solid #9baf4b;
  border-radius: 15px;
  transition: .5s;
}
.onlinegallery .image-cover {
  border-radius: 15px;
}
.onlinegallery .box-text {
  padding: 15px;
}
.onlinegallery .box-text span {
  background: #9baf4b;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
}
.onlinegallery .col-inner {
  padding: 30px;
}
.onlinegallery .button {
  display: inline-block;
  margin-top: 20px;;
}
.eventslist {
  border:1px solid #277999;
  border-radius: 15px;
  padding: 20px 10px 1px 10px;
  background: #fff;
}
.eventslist::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd500), to(#feaa00));
  background: linear-gradient(90deg, #ffd500, #feaa00);
  border-radius: 99px 99px 0 0;
}
.eventslist .image-cover {
  border-radius: 10px;
}
.eventslist .box-text {
  padding: 10px;
}
.eventslist .datebox {
    background: url(/wp-content/themes/edison/images/subtract-bg.svg) top center no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    width: 64px;
    height: 80px;
    padding: 6px;
    text-align: center;
}
.eventslist span {
  display: block;
}
.eventslist .month {
  font-weight: bold;
  color:#fff;
}
.eventslist .day {
  font-size: 24px;
  padding-top: 5px;
  font-weight: bold;
}
.event-status {
  text-transform: uppercase;
  font-size: 90%;
}
.event-status i {
  color: #277999;
  padding-right: 5px;
}
.eventslist h2 {
  line-height: 0.8;
  max-height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.eventslist .title {
  font-size: 15px;
  line-height: 1;
}
.eventslist .eventinfo {
  font-size: 90%;
  margin-bottom: 0;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  border-top:1px dashed #277999;
  padding-top: 8px
}
.eventslist .eventinfo i {
  color:#faaf28;
  padding-right: 5px;
}
.rightevents .subtitle {
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.postheader {
  margin-top: 15px;
}
.postheader .image-cover {
  border-radius: 15px;
}
.postheader .box-text {
  padding: 20px;
}
.postmeta {
  color: #1e6482;
  border-bottom: 1px dashed #1e6482;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 90%;
}
.postmeta i {
  padding-right: 5px;
}
.contentinner ul {
  margin-left: 18px;
}
.contentinner img {
  border-radius: 15px;
}
.post, .entry-content, .entry-header-text {
  padding: 0!important;
  margin: 0;
}
.careerinfo {
  padding: 15px 15px 1px 15px;
  border-radius: 10px;
  border:1px dashed #faaf28;
  font-size: 90%;
  margin-bottom: 20px;
}
.careerinfo .col {
  padding-bottom: 10px;
}
.careerinfo i {
  color: #faaf28;
  padding-right: 5px;
}
.careerinfo .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.careerform  .col {
  padding-bottom: 0;
}
.careerform  .title {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px dashed #1e6482;
  padding-top: 20px;
}
.faceline {
  border-top: 1px dashed #1e6482;
  padding-top: 20px;
  margin-top: 20px;
}
.faceline .image-cover {
  border-radius: 15px;
}
.faceline.fulldesc div {
  display: block;
  margin-bottom: 20px;
  text-align: justify;
}
.faceline.fulldesc img {
  border-radius: 15px;
  display: block;
  margin: auto;
}
.homefaces .swiper {
  min-height: 550px;
}
.guongmat-swiper .swiper-slide {
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
  transform-origin: center bottom;
  opacity: 0.5;
  transform: scale(0.9) rotate(0deg);
  filter: blur(2px);
}

.guongmat-swiper .swiper-slide.gm-active {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
}

.guongmat-swiper .swiper-slide.gm-prev {
  transform: scale(0.9) rotate(-15deg);
  opacity: 0.9;
  filter: blur(0);
  z-index: 2;
}

.guongmat-swiper .swiper-slide.gm-next {
  transform: scale(0.9) rotate(15deg);
  opacity: 0.9;
  filter: blur(0);
  z-index: 2;
}

/* Mobile: không xoay, không blur */
@media (max-width: 767px) {
  .guongmat-swiper .swiper-slide {
    transform: scale(0.95) rotate(0) !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

.guongmat-card {
  background: #fff;
  padding: 0px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  text-align: center;
  max-width: 420px;
  margin: auto;
}
.guongmat-card .image-cover {
  border-radius: 15px 15px 0 0;
}
.gm-info {
  padding: 20px;
}
.hometabs .nav {
  margin-bottom: 20px;
}
.hometabs .nav > li {
  background: #f3f7fc;
  margin: 0 2px;
  padding: 0px 35px;
  border-radius: 99px;
  font-size: 120%;
}
.hometabs .nav > li > a {
  color: #1e6482;
}
.hometabs .nav > li:hover, .hometabs .nav > li.active {
  background: #1e6482;
}
.hometabs .nav > li:hover a, .hometabs .nav > li.active a {
  color: #fff;
}
.homefaces {
  padding-top: 60px;
  padding-bottom: 40px;
}
.hometuvan {
  background: #1e6482;
}
.hometuvan .leftcol {
  background: url(/wp-content/themes/edison/images/college-union.svg) left top no-repeat, url(/wp-content/themes/edison/images/college-union-2.svg) left bottom no-repeat ;
  background-size: 80%, 25%!important;
}
.hometuvan .hometitle {
  font-size: 40px;
  font-weight: 600!important;
}
.hometuvan .leftcol .col-inner {
  max-width: 650px;
  float: right;
  padding: 60px 30px 50px 30px;
}
.homestats {
  margin-top: 40px;
}
.homestats .number {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}
.homestats p {
  margin-bottom: 0;
}
.hometuvan .subtitle {
  font-style: italic;
  font-size: 90%;
  margin-bottom: 10px;
}
.hometuvan .rightcol {
  background: url(/wp-content/themes/edison/images/college-union-bg.svg) left center no-repeat;
  display: flex;
  align-items: center;
}
.hometuvan .rightcol:after {
    content: "";
    width: 600px;
    height: 100%;
    background-color: #fef2db;
    position: absolute;
    right: 0;
    z-index: 0;
}
.hometuvan .rightcol .col-inner {
  float: left;
  max-width: 750px;
  padding: 60px 30px 50px 50px;
}
.homeschools {
  position: relative;
  z-index: 9;
}
.homeschools .flickity-page-dots {
  bottom: -10px;
}
.homeschools .dot {
  height: 3px;
  width: 30px;
  border: none;
  border-radius: 0;
  background: #abd8e9;
  opacity: 1;
}
.homeschools .dot.is-selected {
  background: #1e6482!important;
}
.homenews {
  padding-top: 70px;
  padding-bottom: 50px;
}
.deskflex {
  margin-bottom: -40px;
}
.newsbox {
  background: #1e6482;
  border-radius: 15px;
}
.newsbox:hover {
  background: #faaf28;
}
.newsbox .image-cover {
  border-radius: 15px;
}
.newsbox .box-text {
  min-height: 200px;
  padding: 25px;
  background: url(/wp-content/themes/edison/images/news-union-1.svg) no-repeat, url(/wp-content/themes/edison/images/news-union-2.svg) no-repeat;
  transition: .5s;
  background-position: 0 100%, 100% 100%;
}
.newsbox:hover .box-text {
  background-position: -15% 100%, 115% 100%!important;
  transition: .5s;
}
.newsbox .postdate i {
  margin-right: 5px;
}
.newsbox .subtitle {
  max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.newsbox .button {
  margin-bottom: 0;
}
.eventinner {
  display: flex;
  align-items: center;
}
.eventinner .datebox {
  margin-right: 10px;
  width: 83px;
}
.homeevents {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f7fc));
    background: linear-gradient(180deg, #fff, #f3f7fc);
    position: relative;
    overflow: hidden;
}
.homeevents .tab-panels {
  position: relative;
  z-index: 2;
}
.homeevents .union {
    position: absolute;
    z-index: 0;
}
.homeevents .union.union-1 {
    width: 233px;
    height: 131px;
    left: 48px;
    top: 147px;
    animation: cloud-sky 25s 
linear infinite, cloud-up-down 10s 
ease-in-out infinite;
    -webkit-animation: cloud-sky 25s 
linear infinite, cloud-up-down 10s 
ease-in-out infinite;
}
.homeevents .union.union-2 {
    width: 427px;
    height: 239px;
    left: -50px;
    bottom: -33px;
    animation: cloud-sky 40s 
linear infinite, cloud-up-down 13s 
ease-in-out infinite;
    -webkit-animation: cloud-sky 40s 
linear infinite, cloud-up-down 13s 
ease-in-out infinite;
}
.homeevents .union.union-3 {
    width: 141px;
    height: 79px;
    left: 1278px;
    bottom: 69px;
    animation: cloud-sky 23s 
linear infinite, cloud-up-down 8s 
ease-in-out infinite;
    -webkit-animation: cloud-sky 23s 
linear infinite, cloud-up-down 8s 
ease-in-out infinite;
}
@-webkit-keyframes cloud-sky{0%{margin-left:100%}to{margin-left:-100%}}@keyframes cloud-sky{0%{margin-left:100%}to{margin-left:-100%}}
@-webkit-keyframes cloud-up-down{0%{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}50%{-webkit-transform:translateY(20px);transform:translateY(20px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes cloud-up-down{0%{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}50%{-webkit-transform:translateY(20px);transform:translateY(20px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}
.homevideos {
  padding-top: 60px;
  padding-bottom: 50px;
}
.homevideos .image-cover {
  border-radius: 15px;
  border:2px solid #fff;
}
.homevideos .image-cover:hover {
  border:2px solid #faaf28;
}
.homevideos .video-button-wrapper i {
  color: #1e6482;
  font-size: 25px;
}
.homevideos .image-cover:hover i {
  color: #faaf28!important;
}
.homevideos .video-button-wrapper a {
  background: rgb(255,255,255,0.8);
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.homethamquan {
  background: url(/wp-content/themes/edison/images/360-union.svg) no-repeat, url(/wp-content/themes/edison/images/360-union-2.svg) no-repeat #1e6482;
  background-position: 0 0, 100% 100%!important;
  padding-top: 60px;
  padding-bottom: 50px;
}
.homethamquan .hometabs .nav > li.active, .homethamquan .hometabs .nav > li:hover {
  background: #faaf28;
} 
.homethamquan iframe {
  border:2px solid #fff;
  border-radius: 15px;
}
.aboutpage {
  padding-bottom: 30px;
}
.aboutpage ul {
  margin-left: 18px;
}
.aboutedison .image-cover {
  border-radius: 15px;
}
.aboutedison .box-text {
  padding: 10px;
}
.aboutedison .box-text-inner {
  background: rgb(249,244,238,0.8);
  border-radius: 5px;
  padding: 10px;
}
.aboutedison .box-text p {
  margin-bottom: 5px;
}
.aboutedison .box-text .title {
  font-size: 110%;
  color: #0a5a4b;
}
.thanhviensanglap {
  margin-bottom: 25px;
  border-radius: 15px;
  background: #f3f7fc;
  border:1px solid #f4f6eb;
}
.thanhviensanglap:hover {
  background: #f4f6eb;
}
.thanhviensanglap .col-inner {
  padding: 30px;
}
.thanhviensanglap ul {
  margin-left: 0;
  border-bottom: 1px dashed #faaf28;
  padding-bottom: 10px;
}
.thanhviensanglap ul li, .thanhviensanglap p {
  font-size: 95%;
  margin-bottom: 5px;
}
.thanhviensanglap .overlay {
  border: 10px solid #1e6482;
  border-radius: 15px;
}
.thanhviensanglap:hover .overlay {
  border:10px solid #faaf28;
}
.tamnhinsumenh .custommenu {
  padding-bottom: 20px;
}
.tamnhinsumenh .image-cover, .tamnhinsumenh img {
  border-radius: 15px;
}
.tamnhinsumenh .image-cover {
  margin-top: 25px;
  padding-top: 100%;
}
.tamnhinsumenh .muctieu.sangtao .image-cover {
  padding-top: 69%;
}
.tamnhinsumenh .muctieu.coimo .image-cover {
  padding-top: 113%;
}
.deskcover {
  margin-top: 0!important;
  margin-bottom: 20px!important;
}
.tamnhinsumenh .muctieu {
  background: #277999;
  border-radius: 15px;
  padding: 20px;
}
.tamnhinsumenh .muctieu.sangtao {
  background: #9baf4b;
}
.tamnhinsumenh .muctieu.damme {
  background: #9baf4b;
}
.tamnhinsumenh .muctieu.coimo {
  background: #ec9a05;
}
.tamnhinsumenh .muctieu.trachnhiem {
  background: #277999;
}
.tamnhinsumenh .muctieu .subtitle {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.tamnhinsumenh .muctieu .subtitle img {
  margin-right: 10px;
}
.tamnhinsumenh .muctieu p {
  margin-bottom: 0;
}
.tamnhinsumenh .title span {
  color: #faaf28;
  display: inline-block;
  padding-right: 10px
}
.giatricotloi .giatri {
  background: #fcfcfc;
  padding: 20px 20px 1px 20px;
  border-radius: 15px;
  border:1px solid #f3f7fc;
}
.giatricotloi .giatri:hover {
  background: #f3f7fc;
}
.giatricotloi .giatri .image-cover {
  border-radius: 15px;
  padding-top: 56.25%;
}
.giatricotloi .giatri .title {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.giatricotloi .giatri ul {
  margin-left: 0;
}
.tab-menu {
  gap: 10px;
  display: inline-block !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  padding-bottom: 22px;
  width: 100%;
}
.tab-menu a {
  display: inline-block;
  border: none!important;
  background: #f3f7fc;
  padding: 8px 40px;
  border-radius: 99px;
  transition: .5s;
}
.tab-menu a.active, .tab-menu a:hover {
  background: #1e6482;
  color: #fff;
  transition: .5s;
}
.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}
.tab-content.active {
  display: block;
}

/* Hiệu ứng mượt */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.relatedtitle {
		text-transform: uppercase;
		font-size: 140%;
		border-bottom: 1px dotted;
		margin-bottom:15px;
    font-weight: bold;
}
.relatedpost .box-image {
		border-radius: 6px;
}
.relatedpost .box-text {
		padding: 15px;
}
.postslist .overlay, .postheader .overlay {
		background: linear-gradient(0deg, #1b283bc7, transparent 75%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(27, 40, 59, 0.78), transparent 75%);
}
.rightpost {
		display: flex;
		align-items:center;
		padding-top: 8px;
		margin-bottom: 8px;
		width: 100%;
    border-top: 1px dashed #9baf4b;
}
.rightpost .box {
		width: 150px!important;
}
.rightpost .box-image {
		border-radius: 5px;
}
.rightpost .title {
		width: 100%;
		margin-bottom:0;
		margin-left: 10px;
		color: #414141;
		font-size: 90%;
    line-height: 1.2;
}
.widget {
		border-top: 0;
}
.widget-title {
		display: block;
		color: #143c4d;
		font-weight: bold!important;
    margin-bottom: 10px;
    font-size: 20px;
}
.widget .is-divider {
		display: none;
}
.widget .product-categories li {
		padding: 0 15px;
}

.widget .product-categories li a {
		font-size: 95%;
		color: #414141;
}
.widget .product-categories li ul {
		border-left: 0;
		margin-left:0;
}
.widget .product-categories li ul li {
		list-style-type: circle;
		padding-left:0;
		padding-right:0;
}
.custommenu ul {
  gap: 10px;
  display: inline-block !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  padding-bottom: 2px;
  width: 100%;
}
.custommenu ul li {
  display: inline-block;
  border: none!important;
  background: #f3f7fc;
  padding: 2px 20px;
  border-radius: 99px;
}
.custommenu ul li.current-menu-item, .custommenu ul li:hover {
  background: #1e6482;
}
.custommenu ul li.current-menu-item a, .custommenu ul li:hover a {
  color: #fff;
}
.footercta {

}
.footercta .row img {
  filter: brightness(0) invert(1);
  width: 40%;
  max-width: 250px;
  height: auto!important;
  margin-bottom: 0px;
}
.footercta .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  font-family: Raleway, sans-serif
}
#quickform {
  max-width: 800px;
  padding: 40px;
  border-radius: 10px;
  background: url(/wp-content/themes/edison/images/Popup.png) bottom center no-repeat #fff!important;
  background-size: cover!important;
}
#quickform .mfp-close {
  display: block!important;
}
.footerform .col {
  padding-bottom: 0;
}
.footerform .title {
  font-size: 32px;
  font-weight: bold;
  color:#1e6482;
}
.footerform .subtitle {
  margin-bottom: 20px;
}
.footerform .wpcf7-submit, .footerform form {
  margin-bottom: 0;
  margin-right: 0;
}
.button.mainbtn, .wpcf7-submit {
  padding: 12px 32px;
  border-radius: 32px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -.36px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#ffd500), to(#feaa00));
  background: linear-gradient(90deg, #ffd500, #feaa00);
  color: #143c4d;
  font-weight: 700;
  cursor: pointer;
  border: none!important;
  text-transform: none!important;
}
.button.whitebtn, .button.whitebtn:hover {
  padding: 12px 32px;
  border-radius: 32px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -.36px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: nowrap;
  color: #143c4d!important;
  font-weight: 700;
  cursor: pointer;
  border: none!important;
  text-transform: none!important;
  background: #fff!important;
  opacity: 1!important;
}
.wpcf7-text, .wpcf7-textarea {
  box-shadow: none!important;
  border-bottom: 1px solid #faaf28!important;
  border-top:none!important;
  border-left: none!important;
  border-right: none!important;
  padding: 0!important;
  background: transparent!important;
}
.wpcf7-text::placeholder, .wpcf7-textarea::placeholder {
  color:#143c4d!important;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-submit {
  color:#1e6482!important;
  border-radius: 99px!important;
  text-transform: none!important;
  padding: 5px 40px!important;
}
.mfp-ready .mfp-close {
  display: none;
}
.customfooter {
  padding-top: 60px!important;
  padding-bottom: 40px!important;
  background: url(/wp-content/themes/edison/images/ft-union.svg) left center no-repeat;
  background-size: 40%!important;
}
.customfooter p {
  margin-bottom: 10px;
  font-size: 80%;
}
.customfooter .title {
  color: #faaf28;
  margin-bottom: 15px;
}
.customfooter .quicklinks a {
  width: 50%;
  float: left;
}
.customfooter .quicklinks br {
  display: none;
}
.customfooter .brands img {
  margin-bottom: 10px!important;
}
.customfooter .brands i {
  color: #faaf28;
  padding-right: 5px;
}
@media only screen and (max-width: 767.9px) {
  .homelink {
    display: inherit!important;
    text-align: center;
  }
  .homelink a {
    display: block;
    text-align: center;
    font-size: 80%;
  }
  .homelink .linkico img {
    height: 20px;
    width: auto;
  }
  .homelink .linkico {
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .cateheader .box-text-inner {
    margin: auto;
    max-width: 1270px;
    padding: 0;
  }
  .careeritem h2 {
    margin-bottom: 20px;
  } 
  .selectedbox, #job-filter select {
    width: 100%!important;
    display: block;
  }
  #job-filter {
    display: block!important;
    padding: 15px 15px 1px 15px!important;
  }
  .tamnhinsumenh .muctieu.sangtao .image-cover {
    padding-top: 100%;
  }
  .tamnhinsumenh .muctieu.coimo .image-cover {
    padding-top: 100%;
  }
  .customfooter {
    background: #1e6482!important;
  }
}
