/**
* Template Name: Mamba - v4.5.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{
  overflow-x: hidden;
}
body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Roboto", sans-serif;
  color: #444;
  overflow-x: hidden;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  /*background: #428bca;*/
  background: #0f5390;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  /*background: #629fd3;*/
  background: #8dc342;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}
#topbar .contact-info a {
  line-height: 0;
  color: #444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #428bca;
}
#topbar .contact-info i {
  /*color: #428bca;*/
  color: #8dc342;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  /*color: #5c768d;*/
  color: #0f5390;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  /*color: #428bca;*/
  color: #8dc342;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

#header i.bi.bi-person-fill {
    font-size: 20px;
    margin-right: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  /*color: #5c768d;*/
  color: #0f5390;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
/*.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #428bca;
}*/
.navbar a:hover, .navbar .active:focus, .navbar li:hover > a {
  color: #8dc342;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  /*padding: 10px 0;*/
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  /*color: #428bca;*/
  color: #8dc342;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgba(31, 53, 72, 0.9);*/
  background: #8dc342c2;
  transition: 0.3s;
  z-index: 998;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}
/*.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #428bca;
}*/
.navbar-mobile a:hover, .navbar-mobile li:hover > a {
  color: #8dc342;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  /*padding: 10px 0;*/
  padding: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
/*.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #428bca;
}*/
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: calc(100vh - 110px);*/
  padding: 0;
  overflow: hidden;
  /*background: #000;*/
  height: auto;
  padding-top: 30px;
}
#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#hero .carousel-content {
  text-align: left;
}
@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    /*height: calc(100vh - 70px);*/
    height: auto;
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}
#hero h6 {
  color: #0f5390;
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: 900;
  z-index: 999;
  top: 70px;
}
/*#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}*/
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}
#hero .btn-get-started:hover {
  background: #1c5c93;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (max-height: 500px) {
  #hero, #hero .carousel-item {
    height: 120vh;
  }
}
@media (min-width: 1024px) {
  /*#hero p {
    width: 60%;
  }*/
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}


/*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#869791;fill-opacity:1;stroke:#869791;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.8;}
.jssorb031 .i:hover .b {fill:#8dc342;fill-opacity:1;stroke:#8dc342;stroke-opacity:1;}
.jssorb031 .iav .b {fill:#8dc342;stroke:#8dc342;stroke-width:1600;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  /*color: #5c768d;*/
  color: #0f5390;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 500;
  color: #0f5390;
  padding-right: 15px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}
.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  padding-top: 20px;
}
.about .video-box img {
  padding: 15px 0;
}
.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}
.about .about-content {
  padding: 40px;
}
.about .icon-box + .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #428bca;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #428bca;
}
.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  position: relative;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.about img{
  width: 100%;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}
.about-lists .row {
  overflow: hidden;
}
.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}
.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}
.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}
.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}
.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  /*color: #428bca;*/
  color: #0f5390;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.40);
  overflow: hidden;
}
.services .icon img {
    width: 80%;
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444;
  transition: 0.3s;
}
.services .title a:hover {
  /*color: #428bca;*/
  color: #0f5390;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  /*background: #428bca;*/
  background: #0f5390;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
.services a.btn-more {
    color: #0f5390;
    font-weight: bold;
    background: #fff;
    box-shadow: 0px 0 25px rgb(0 0 0 / 15%);
    padding: 13px 25px;
    border-radius: 10px;
}
.services a.btn-more:hover {
    box-shadow: 0px 0 30px rgb(66 139 202 / 50%);
}
.services .col-md-12.text-center{
  padding-top: 20px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  background-color: #f5f9fc;
}
.more-services.inner-page{
  background: #fff;
  padding-top: 20px;
}
.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card.over-time::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(236 167 134 / 55%);
}
.more-services a {
    width: 100%;
}
.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.more-services .card.over-time .card-body{
  background: rgba(255, 255, 255, 0.7);
}
.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.more-services .card-title {
  color: #222222;
}
.more-services .card-text {
  color: #5e5e5e;
  padding-top: 10px;
}
.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.more-services .read-more a:hover {
  text-decoration: underline;
}
.more-services .card:hover .card-body {
  /*background: #428bca;*/
  background: #0f5390e0;
}
.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}
.more-services .col-md-12.text-center {
    margin-top: 30px;
    padding-top: 20px;
}
.more-services a.btn-more {
    background: #fff;
    padding: 13px 25px;
    border: solid 2px #0f5390;
    border-radius: 8px;
    color: #0f5390;
    font-weight: bold;
}
.more-services a.btn-more:hover{
  background: #0f5390;
  color: #fff;
}

.more-services p.p-hethan{
  color: red;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  height: 34px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}
.portfolio.pd-0{
  padding: 0;
}
.mg-home{
  margin-left: 38px;
  margin-right: 38px;
}
#portfolio-youtube .portfolio-container {
  padding-top: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}
.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.portfolio .portfolio-item figure {
  background: #000;
    overflow: hidden;
    height: 140px;
    position: relative;
    border-radius: 4px 0 0 4px;
    margin: 0;
    display: table-cell;
}
.img-fluid {
  max-width: unset;
  width: 300px;
  height: 200px;
}
.portfolio .portfolio-item figure:hover img {
  /*opacity: 0.4;*/
  transition: 0.4s;
}
.portfolio .portfolio-item figure .link-preview, .portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}
.portfolio .portfolio-item figure .link-preview i, .portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}
.portfolio .portfolio-item figure .link-preview:hover, .portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}
.portfolio .portfolio-item figure .link-preview:hover i, .portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}
.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}
.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}
.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}
.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}
.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: left;
  padding: 20px;
  height: 140px;
  display: table-cell;
  vertical-align: top;
}
.portfolio .portfolio-item .portfolio-info p.h4-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
  color: #333;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.portfolio .portfolio-wrap:hover h4{
  color: #0f5390;
}
.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}
.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}
.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  /*text-transform: uppercase;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.portfolio .portfolio-wrap:hover p{
  color: #3498db;
}

@media screen and (max-width: 667px) {
  .portfolio .portfolio-wrap{
    margin-left: 0;
    margin-right: 0;
  }

  .mg-home {
    margin-left: 0;
    margin-right: 0;
  }

  #hero .textcontainer {
    padding: 20px 0;
    text-align: center;
  }

  .img-fluid {
    max-width: unset;
    width: 225px;
    height: 150px;
  }

  .portfolio .portfolio-item{
    height: 150px;
  }

  .portfolio .portfolio-item .portfolio-info p.h4-title{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .portfolio .portfolio-item .portfolio-info{
    padding: 10px;
  }

  .portfolio .portfolio-item .portfolio-info p{
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
  border-top: solid 1px #ccc;
  padding-top: 5px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.team .member img {
  transition: all ease-in-out 0.4s;
}
.team .member:hover img {
  transform: scale(1.1);
}
.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  color: #9eccf4;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}
.faq .faq-item {
  margin-bottom: 40px;
}
.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}
.contact .info-box i {
  font-size: 32px;
  /*color: #428bca;*/
  color: #0f5390;
  border-radius: 50%;
  padding: 8px;
  /*border: 2px dotted #9eccf4;*/
  border: 2px dotted #8dc342;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=button] {
  /*background: #428bca;*/
  background: #0f5390;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=button]:hover {
  /*background: #629fd3;*/
  background: #8dc342;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  /*background: #587187;*/
  background: #fff;
  padding: 0 0 10px 0;
  /*color: #fff;*/
  color: #0f5390;
  font-size: 14px;
  border-top: solid 2px;
}
#footer .footer-top {
  /*background: #5c768d;*/
  border-top: 1px solid #768fa6;
  border-bottom: 1px solid #67839c;
  padding: 60px 0 30px 0;
  background-image: url(../img/banner-footer.jpg);
  background-position: center center;
  background-size: cover;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer img {
    background: #ffffffd4;
    padding: 5px;
    border-radius: 5px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  color: #fff;
}
#footer .footer-top .social-links a, #footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /*background: #768fa6;*/
  background: #0f5390;
  color: #fff;
  line-height: 1.2;
  padding: 6px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover, #footer .social-links a:hover {
  /*background: #428bca;*/
  background: #8dc342;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /*color: #9eccf4;*/
  color: #8dc342;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  /*color: #9eccf4;*/
  color: #8dc342;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5295ce;
}
#footer .copyright {
  text-align: left;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #9eccf4;
}

.social-links i {
  font-size: 21px;
  color: #fff;
}
.footer-newsletter{
  padding-top: 30px;
  text-align: right;
}

/* Custom */

.more-services.inner-page .section-title{
  padding-bottom: 0;
}

.more-services.inner-page .section-title h2{
  margin-bottom: 0;
}

.select2-container[dir="ltr"]{
  width: 100% !important;
}

.select2-container .select2-selection--single{
  height: 38px !important;
  border: 1px solid #0f5390;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #0f5390;
}

.select2-dropdown{
  border: 1px solid #0f5390;
}

.select2-results__option{
  color: #0f5390;
}

.select2-search__field{
  outline: none;
}

button#btn_timviec {
    height: 38px;
    border: solid 2px #0f5390;
    border-radius: 5px;
    background: #fff;
    color: #0f5390;
    font-weight: bold;
    padding: 0 20px;
}

button#btn_timviec:hover {
    color: #fff;
    background: #0f5390;
}

#txt_ten{
  border: 1px solid #0f5390;
}

#txt_ten:focus{
  box-shadow: none;
}

.more-services.inner-page .find-job{
  padding-bottom:  20px;
}

.more-services.inner-page .find-job div{
  padding-bottom: 5px;
}

.job-paging {
    justify-content: center;
    display: flex;
    padding-top: 30px;
}

.job-paging ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0;
    padding: 0;
}

.job-paging ul li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    color: #0f5390;
    border: 1px solid #0f5390;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 4px;
}

.job-paging ul li a:hover{
  background: #0f5390;
  color: #fff;
}

/*.job-paging ul li a i::before{
  color: #0f5390;
  font-weight: bold !important;
}*/

.job-paging ul li a .fa-caret-right, .job-paging ul li a .fa-caret-left{
  font-size: 20px;
    line-height: 2.2;
}

.tuyendung-detail button.btn_apply.btn-small {
  width: 250px;
  height: 40px;
  margin-top: 30px;
  border: none;
  background: #0f5390;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.tuyendung-detail button.btn_apply.btn-small:hover{
  background: #8dc342;
}

.tuyendung-detail img.small-logo {
  width: 250px;
}

.tuyendung-detail .portfolio-info {
  font-size: 15px;
}

.portfolio-details.news {
  padding-top: 0;
  text-align: justify;
}

.portfolio-info.news .span-ngaynop{
  float: left;
}

.portfolio-info.news .span-mucluong{
  float: right;
}

.portfolio-details.news img {
  width: 100%;
}

.portfolio-details.news h5 {
  font-weight: 600;
}

.portfolio-details .portfolio-info.news {
  margin-bottom: 30px;
}

.portfolio-details .portfolio-info.news h3 {
    font-size: 20px;
}

.portfolio-details .portfolio-info.news h3 img {
  width: 45px;
  margin-right: 10px;
}

.portfolio-details .portfolio-info.news a {
  color: #0f5390;
  font-size: 15px;
}

.portfolio-details .portfolio-info.news a:hover{
  color: #8dc342;
}

.portfolio-info.login {
  background: #fff;
}

h3.title-login {
    text-align: center;
    margin-bottom: 10px !important;
}

.portfolio-info.login .form-group label {
  font-size: 16px;
  font-weight: 600;
  margin: 14px 0 5px 0;
  color: #0f5390;
}

button#btn_login, button#btn_saveregis {
  border: none;
  padding: 8px 20px;
  background: #0f5390;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

button#btn_login:hover {
  background: #0f5390eb;
}

label.label-regis {
  font-size: 0.9rem;
  color: #555;
}

button#btn_regis {
  border: none;
  padding: 8px 20px;
  background: #8dc342;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
}

button#btn_regis:hover{
  background: #8dc342e6;
}

@media screen and (max-width: 768px) {
  .more-services.inner-page .find-job div:nth-child(4){
    text-align: center;
  }
}


/* profile custom */
#left-profile {
  background: #0f5390;
}

#left-profile .nav-menu {
  padding: 30px 0 0 0;
}

#left-profile .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #8dc342;
}
#left-profile .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}
#left-profile .profile h1 a, #left-profile .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#left-profile .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #8dc342;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#left-profile .profile .social-links a:hover {
  background: #fff;
  color: #8dc342;
  text-decoration: none;
}

#left-profile .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left-profile .nav-menu ul {
  display: block;
  width: 100%;
}

#left-profile .nav-menu ul li a {
  display: inline-flex;
}

#left-profile .nav-menu ul li a i{
  margin-right: 10px;
}

#left-profile .nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

#left-profile .nav-menu a:hover, #left-profile .nav-menu .active, #left-profile .nav-menu .active:focus, #left-profile .nav-menu li:hover > a {
  text-decoration: none;
  color: #8dc342;
}

#left-profile .nav-menu a, #left-profile .nav-menu a:focus {
  /*display: flex;*/
  align-items: center;
  color: #fff;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

#left-profile .nav-menu a:hover i, #left-profile .nav-menu .active i, #left-profile .nav-menu .active:focus i, #left-profile .nav-menu li:hover > a i {
  color: #8dc342;
}

#left-profile .nav-menu a i, #left-profile .nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #fff;
}

#profile-gioithieu h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
  color: #555;
}

#profile-gioithieu .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
}

#profile-gioithieu .text-center {
  text-align: center!important;
}

#profile-gioithieu .mt-3 {
  margin-top: 1rem!important;
}

#profile-gioithieu .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #8dc342;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: solid 1px #8dc342;
}

#profile-gioithieu .social-links a:hover {
  background: #fff;
  color: #8dc342;
  text-decoration: none;
}

#profile-main .section{
  padding-bottom: 100px;
}

#profile-main .section:last-child{
  padding-bottom: 40px;
}

/* Custom slider list news */
.main-carousel .owl-dots {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 100%;
  height: 20px;
  text-align: right;
}

.main-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: #fff !important;
  transition: .5s;
}

.main-carousel .owl-dot.active {
  width: 40px;
  background: #fc0 !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom,rgba(255,255,255,0),#1e2024);
  z-index: 1;
}

.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}

.m-0 {
  margin: 0!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.font-weight-bold {
  font-weight: 700!important;
  font-size: 1rem;
}

.text-white {
  color: #fff!important;
}

#portfolio-list .slider-category .media:first-child {
  padding-top: 0;
}
#portfolio-list .portfolio .media, .portfolio .media-body {
  overflow: hidden;
  zoom: 1;
}
#portfolio-list .portfolio .media {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #888;
}
#portfolio-list .portfolio .media-left, .portfolio .media>.pull-left {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 130px;
  height: 65px;
}
#portfolio-list .portfolio .media-body, .portfolio .media-left, .portfolio .media-right {
  display: table-cell;
  vertical-align: top;
}
#portfolio-list .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
#portfolio-list img {
  vertical-align: middle;
  border-style: none;
}
#portfolio-list .portfolio .media-body {
  /* flex: unset; */
  padding-left: 10px;
  min-height: 65px;
}

#portfolio-list .portfolio .media, .portfolio .media-body {
  overflow: hidden;
  zoom: 1;
}
#portfolio-list .portfolio .media-body, .portfolio .media-left, .portfolio .media-right {
  display: table-cell;
  vertical-align: top;
}
#portfolio-list .media-body {
  -ms-flex: 1;
  flex: 1;
}
#portfolio-list .portfolio .media .media-body a {
  font: 600 15px/26px "Roboto", sans-serif;
  color: #555555;
  display: block;
  margin-top: -7px;
}
#portfolio-list .portfolio .media .media-body h6 {
  font: 400 12px/26px "Roboto", sans-serif;
  color: #888;
  margin: 0;
}
#slide_news_right{
  padding: 0;
}

#slide_news_right img.media-object {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#portfolio-list .avatar {
  width: 100%;
  padding: 40px 0;
  background: url(../img/minion.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

/*div#list_news_main {
  padding-top: 40px;
}*/

#portfolio-list .category .icon-box {
  padding: 0;
}

#portfolio-list .services .icon-box {
  text-align: left;
  border: 1px solid #e2eefd;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

#portfolio-list .services .icon-box img {
  width: 100%;
  margin-bottom: 10px;
}

#portfolio-list .portfolio-category .icon-box h6 {
  padding: 0 20px;
}

#portfolio-list .portfolio-category .icon-box h4 {
  padding: 0 20px;
  margin-bottom: 10px;
}

#portfolio-list .services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

#portfolio-list .services .icon-box h4 a {
  color: #555;
  transition: ease-in-out 0.3s;
}

#portfolio-list .portfolio-category .icon-box p {
  padding: 0 20px;
}

#portfolio-list .services .icon-box p, .category .portfolio-item .media-body p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category .portfolio-item .media-body p{
  -webkit-line-clamp: 2;
}

#portfolio-list .category .portfolio .media {
  border: 0;
  padding: 20px 0.5px 0;
}

#portfolio-list .portfolio .media:last-child {
  border-bottom: none;
}
#portfolio-list .portfolio .media, .portfolio .media-body {
  overflow: hidden;
  zoom: 1;
}
#portfolio-list .portfolio .media {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #888;
}
#portfolio-list .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
#portfolio-list .category .portfolio .media-left {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 180px;
  height: 120px;
}
#portfolio-list .portfolio .media-left, .portfolio .media>.pull-left {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 130px;
  height: 65px;
}
#portfolio-list .portfolio .media-body, .portfolio .media-left, .portfolio .media-right {
  display: table-cell;
  vertical-align: top;
}
#portfolio-list .category .portfolio .media-object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#portfolio-list .category .portfolio .media-body {
  padding: 5px 10px;
  border: solid 1px #e2eefd;
  border-left: 0;
}

#portfolio-list .portfolio.portfolio-item .media-body {
  /* flex: unset; */
  padding-left: 10px;
  min-height: 120px;
}
#portfolio-list .portfolio .media-body {
  /* flex: unset; */
  padding-left: 10px;
  min-height: 65px;
}
#portfolio-list .portfolio .media, .portfolio .media-body {
  overflow: hidden;
  zoom: 1;
}
#portfolio-list .portfolio .media-body, .portfolio .media-left, .portfolio .media-right {
  display: table-cell;
  vertical-align: top;
}
#portfolio-list .media-body {
  -ms-flex: 1;
  flex: 1;
}

#portfolio-list .portfolio .media .media-body a {
  font: 600 15px/26px "Roboto", sans-serif;
  color: #555555;
  display: block;
  margin-top: -7px;
}
#portfolio-list .category .portfolio .media .media-body h6 {
  margin: 0;
}
#portfolio-list .portfolio .media .media-body h6 {
  font: 400 12px/26px "Roboto", sans-serif;
  color: #888;
  margin: 0;
}
#portfolio-list .portfolio.portfolio-item {
  position: relative;
  height: 140px;
  overflow: hidden;
  padding: 0;
}
#portfolio-list .category.services {
  padding-bottom: 0px;
}
#portfolio-list .portfolio .media-full .media-left {
  padding: 0;
  height: 127px;
  width: 254px;
}
#portfolio-list .portfolio .media-full .media-object {
  display: block;
  width: 254px;
  height: 127px;
}
#portfolio-list .portfolio .media-full .media-body {
  border: solid 1px #e2eefd;
  border-left: 0;
  padding-left: 10px;
  height: 127px;
}
#portfolio-list .portfolio .media .media-body a, #portfolio-list .category .portfolio .media .media-body a {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 43px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
#portfolio-list .portfolio .media.media-full .media-body a {
  font: 700 24px/34px "Roboto", sans-serif;
  height: auto;
  display: block;
  margin-top: 0;
}
#portfolio-list .portfolio .media-full .media-body p {
  color: #444;
  margin-bottom: 5px;
  display: -webkit-box;
  max-width: 100%;
  max-height: 22px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* End */


/* profile-main*/
#profile-main .input-profile, #profile-main .select-profile {
  border: dotted 1px #fff;
  width: 100%;
  max-width: 100%;
  color: #555;
  margin-bottom: 5px;
}

#profile-gioithieu .input-profile, #profile-gioithieu .select-profile{
  max-width: 200px;
  margin-bottom: 0;
}

#profile-main .input-profile:hover, #profile-main .select-profile:hover{
  border-color: #ccc;
}

#profile-main .input-profile:focus-visible, #profile-main .select-profile:focus-visible{
  outline: none;
  border-color: #ccc;
}

#profile-main .select-profile{
  height: 26px;
}

#profile-main .select2-container .select2-selection--single {
  height: 26px !important;
  border: 1px dotted #fff;
}

#profile-main .select2-container .select2-selection--single:hover {
  border-color: #ccc;
}

#profile-main .select2-container[dir="ltr"] {
  max-width: 200px !important;
}

#profile-main .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px !important;
}

#profile-main .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
}

#profile-main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px !important;
}

#profile-main .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #797979;
}

#profile-main  ::-webkit-input-placeholder { /* Edge */
  color: #797979;
}

#profile-main :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #797979;
}

#profile-main ::placeholder {
  color: #797979;
}

#profile-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 0 4px 5px 4px;
}

.profile-gioithieu .select2-dropdown {
  border: 1px dotted #ccc;
}

.select2-container--default.profile-gioithieu .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}

.profile-gioithieu .select2-results__option {
  color: #555;
}

#profile-main textarea.input-profile {
  border: dotted 1px #fff;
}

#profile-main textarea.input-profile:hover {
  border-color: #ccc;
}

#profile-main textarea.input-profile:focus-visible {
  border-color: #ccc;
  outline: none;
}

#profile-muctieu #textarea_muctieu{
  max-height: 200px;
}

#profile-main .input-profile.input-bold{
  font-weight: 600;
}

#profile-main .input-profile.input-italic{
  font-style: italic;
}

#profile-main .input-profile.input-title{
  font-size: 1.1rem;
}

#profile-main .input-profile.input-45 {
  max-width: 45%;
}

#profile-main .input-profile.input-50px {
  max-width: 50px;
}

#profile-main .input-profile.input-100-50px {
  max-width: calc(100% - 70px);
}

#profile-main .input-profile.input-left{
  text-align: left;
}

#profile-main .input-profile.input-right{
  text-align: right;
}

#profile-main .input-profile.input-center{
  text-align: center;
}

#profile-main .bt-profile {
  border: none;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 4px;
  border: solid 1px #0f5390;
  background: #fff;
  color: #0f5390;
}

#profile-main .bt-profile:hover{
  color: #fff;
  background: #0f5390;
}

#profile-main .bt-profile.bt-profile-lg {
  height: 50px;
  font-size: 1.2rem;
}

#bt_luuhoso i{
  margin-right: 10px;
}

#profile-taptin button {
  padding: 5px 15px;
  border: solid 1px #ccc;
  width: 100%;
}

#profile-taptin button:hover {
  border-color: #0f5390;
  background: #fff;
  color: #0f5390;
}

#profile-taptin label{
  padding: 5px 0;
}

#profile-taptin #label_filename, #profile-taptin #bt_upload{
  display: none;
}

#profile-main .row.div-close {
  justify-content: flex-end;
}

#profile-main .bt-profile.bt-close {
  padding: 2px 5px 0px;
  color: red;
  font-size: 1.1rem;
  border-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  position: absolute;
}

#profile-main .bt-profile.bt-close:hover{
  color: #fff;
  background: red;
}
/* end */

/* regis */
.portfolio-regis input[type="text"], .portfolio-regis input[type="password"]{
  border-color: #0f5390;
}
p.p_error {
  color: red;
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
}
/* end regis */

/*Banner quang cao*/
div#div-left-banner {
  width: 120px;
  height: 600px;
  position: fixed;
  left: calc(((100vw - 1320px)/2) - 110px);
  bottom: 10vh;
  z-index: 9;
  display: none;
}

div#div-right-banner {
  width: 120px;
  height: 600px;
  position: fixed;
  right: calc(((100vw - 1320px)/2) - 110px);
  bottom: 10vh;
  z-index: 9;
  display: none;
}

div#div-popup-banner {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  position: fixed;
  z-index: 9;
  top: 25vh;
  left: calc((100vw / 2) - 250px);
  display: none;
}

button#bt-close-popup {
  border: none;
  border-radius: 50%;
  position: absolute;
  right: -22px;
  top: -22px;
  background: #ea2a06;
  color: #fff;
}

div#div-left-banner img, div#div-right-banner img, div#div-popup-banner img{
width: 100%;
}

@media (max-width:  1366px){
  #div-right-banner{
    width: 100px !important;
    right: calc(((100vw - 1320px)/2) - 80px) !important
  }

  #div-left-banner{
    width: 100px !important;
    left: calc(((100vw - 1320px)/2) - 80px) !important
  }
}

@media (max-width: 375px){
  div#div-popup-banner {
    width: 90%;
    left: calc((100vw / 2) - 175px);
  }
}

@media (max-width: 360px){
  div#div-popup-banner {
    left: calc((100vw / 2) - 210px);
  }
}

@media (max-width: 320px){
  div#div-popup-banner {
    width: 85%;
    left: calc((100vw / 2) - 140px);
  }
}
/* End Banner quang cao */

.bg-main{
  background: #e9fdfe;
}

#hero .container .row div.pd-5 {
  padding: 0 5px;
}

#hero img {
  width: 70%;
}

/*custom timeline */
#portfolio-timeline .portfolio-container .col{
  position: relative;
  max-width: max-content;
}

#portfolio-timeline .timeline-content {
  width: 90px;
  height: 90px;
  background: #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-radius: 50%;
  border: solid 2px #ccc;
  box-shadow: inset 0 0 0 2px #fff;
}
#portfolio-timeline .timeline-content:hover {
  cursor: pointer;
}
#portfolio-timeline .timeline-content h5.timeline-h5-title{
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #fff;
  padding-top: 5px;
  text-transform: uppercase;
}

#portfolio-timeline .timeline-content h6.timeline-h6-time{
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

#portfolio-timeline .col {
  padding: 5px 10px;
}

#portfolio-timeline .portfolio-container{
  align-items: center;
  position: relative;
  z-index: 0;
  justify-content: center;
  height: auto !important;
}

#portfolio-timeline .portfolio-container .timeline-content::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8dc342;
  background-image: linear-gradient(to right, #8dc342, #0f5390);
  width: 4vw;
  height: 5px;
  max-width: 50px;
}

#portfolio-timeline .portfolio-container .timeline-content::before{
  left: calc(-3vw + 15.5px);
}

#portfolio-timeline .portfolio-container .timeline-content.timeline-start::before{
  display: none;
}

@media screen and (max-width: 768px) {
  #portfolio-timeline .portfolio-container .timeline-content::before {
    left: calc(-4vw + 15.5px);
  }
}

@media screen and (max-width: 520px) {
  #portfolio-timeline .portfolio-container .timeline-content::before {
    left: calc(-5vw + 15.5px);
  }
}

@media screen and (max-width: 420px) {
  #portfolio-timeline .portfolio-container .timeline-content::before {
    left: calc(-6vw + 15.5px);
    width: 5vw;
  }
}

@media screen and (max-width: 320px) {
  #portfolio-timeline .portfolio-container .timeline-content::before {
    left: calc(-8vw + 15.5px);
    width: 7vw;
  }
}
/*end custom timeline */

/* youtube responsive */
.portfolio-youtube .portfolio-container {
  position:relative;
  padding-bottom:50.65%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
 
.portfolio-youtube .portfolio-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.portfolio-youtube .portfolio-container iframe{
  padding: 0;
}

/* end youtube responsive */

@media screen and (min-width: 576px){
  .modal-dialog {
      max-width: 800px;
  }
}
.div-moibantrainghiem {
  text-align: center;
}
/*.div-moibantrainghiem img {
  transform: scaleX(-1);
}*/
.div-moibantrainghiem button {
  border: solid 1px #0f5390;
  border-radius: 15px;
  padding: 3px 15px;
  color: #fff;
  font-weight: 600;
  background: #0f5390;
}

.modal-header {
  border: none;
  padding: 0;
}
.modal-content{
  border-radius: 25px;
}

#modalStart img.logoevent {
  width: 100%;
}

#modalStart img.minion {
  width: 60%;
}

#modalGiaiDoan .modal-body, #modalChuongTrinh .modal-body {
  height: 80vh;
  overflow: auto;
}

.modal-header .btn-close{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9
}

.bt-guiloiyeuthuong {
  position: fixed;
  opacity: 1;
  right: 15px;
  bottom: 100px;
  z-index: 99999;
  background: #8dc342;
  border-radius: 10px;
  transition: all 0.4s;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

.bt-guiloiyeuthuong:hover{
  background: #7bad37;
  color: #fff;
}

.portfolio-info.news .portfolio-wrap {
  margin: 0;
  box-shadow: none;
}

.portfolio-info.news .portfolio-wrap figure {
  height: auto;
  display: block;
  margin-bottom: 5px;
}

.portfolio-info.news .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-info.news .portfolio-info{
  padding: 0;
  box-shadow: none;
}

.portfolio-info.news .portfolio-info h6{
  font-size: 15px;
}

.portfolio-info.news .portfolio-info h6.h6-b {
  font-weight: 600;
}

.portfolio-info.news .portfolio-wrap img.img-fluid {
  width: 100%;
  height: auto;
}

.portfolio-info.news .portfolio-info p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}

#modalStart .pd-5 {
  padding: 0 5px;
}

.modal-footer {
  border: none;
  justify-content: center;
}

#bt_next_timeline {
  border: solid 1px #0f5390;
  border-radius: 15px;
  padding: 3px 15px;
  color: #fff;
  font-weight: 600;
  background: #0f5390;
}

/*Right triangle, placed bottom right side slightly in*/

.tri-right.btm-right-in:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 11px;
  bottom: -20px;
  border: 12px solid;
  border-color: #8dc342 #8dc342 transparent transparent;
}

.talk-bubble.tri-right.border.btm-right-in {
  position: fixed;
  bottom: 100px;
  right: 20px;
  border: none !important;
  background: #8dc342;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}

.talk-bubble.tri-right.border.btm-right-in p{
  margin-bottom: 0;
}

#modalGuiYeuThuong .modal-header h4 {
  padding-left: 20px;
  padding-top: 5px;
  color: #0f5390;
  font-size: 20px;
  font-weight: 600;
}