
#home-carousel-001{max-height: 800px;}
.carousel-inner{height: 100%; max-height:800px;}
#home-carousel-0019 .carousel-inner9::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 4, 44, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
}

#home-carousel-0019 .carousel-inner::after{
    position: absolute;
    content: '';
    background-image: url(/assets/site/img/white-shape.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .carousel-item9, #home-carousel-0019 .carousel-caption9{
    z-index: 2;
  }
  @media only screen and (min-width: 900px) {
    .carousel-caption {
        bottom: 14.25rem;
        padding-bottom: 1.25rem;
    
    }
    .carousel-caption h2{ font-size: 70px; }
    .carousel-caption p{ font-size: 20px; }
  }
  @media only screen and (min-width: 1900px) {
    .carousel-caption {
        bottom: 20.25rem;
        padding-bottom: 1.25rem;
    
    }
    .carousel-caption h2{ font-size: 100px; }
    .carousel-caption p{ font-size: 30px; }
  }
  

/* .carousel-caption {
  position: relative;
  left: 0;
  top: 0;
} */

/* .carousel-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.carousel-caption{
  height: 0;
  opacity: 0;
  width: 0;
  transition: opacity 0.5s linear;
  /* transform: translateY(-50%);
  bottom: initial;
  top: 50%; */
}

.active.carousel-item .carousel-caption{
  height: auto;
  opacity: 1;
  width: auto;

  -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
  
}



@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



.top-sarch-bar{
    margin-bottom: 50px;
}
.top-sarch-bar.not-logged{
    border-radius: 5px;
    background-color: #00A79D;
    background-color: #00b3ff;
    padding: 16px;
    margin-top: -50px;
    z-index: 5;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    position: absolute;
    position: relative;
    margin-right: 14px;
   
}

@media screen and (min-width: 600px) {
    .top-sarch-bar{
        width: 807px;
    }
}

@media screen and (min-width: 900px) {
    .top-sarch-bar{
        width: 962px;
    }
}

.header-job-view{
    background-image: url('https://mdbcdn.b-cdn.net/img/new/slides/041.webp');
    background-image: url('https://homepage.mv/asset_1642454767676/Carousel/home_intro_bg_5.jpg');
    height: 400px;
    background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mask {
    position: absolute;
    top: 62px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    /* background-attachment: fixed; */
}
h4{    font-size: 16px;}
.jb-view .h5, .jb-view h5 {
    font-size: 14px;
}
.jb-view {font-size: 15px;}
.jb-view-row{ flex-direction: row-reverse; }

h2.detail-title {
    font-size: 18px;
    background: #9ad4ed0f;
    padding: 8px 20px;
    margin-bottom: 16px;
    line-height: 1.6;
    border-radius: 2px;
    color: #252d40;
    border: 1px solid rgb(0 179 255 / 28%);
    border-left: 3px solid #00B3FF;
    font-family: 'Muli',sans-serif;
    color: #066e9b;
}

.detail-txt{
    margin-bottom: 20px;
    
    padding: 0 20px;
}
.detail-txt, .detail-txt * {
    line-height: 1.9;
    font-size: 15px !important;
    font-family: 'Muli',sans-serif !important;
    color: #212529 !important;
}

.sidebar-widgets {
    margin-bottom: 30px;
}
.ur-detail-wrap {
    width: 100%;
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 2em 1.5em;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 2px rgb(0 179 255 / 14%);
}
.ur-detail-wrap-header {
    padding: 18px 0 10px;
    border-bottom: 1px solid #e0dfe6;
    margin-bottom: 1.5em;
}
ul.ove-detail-list {
    margin: 0;
    padding: 0;
}
ul.ove-detail-list li {
    list-style: none;
    margin-bottom: 1.5em;
    padding: 0;
}
ul.ove-detail-list li h5 {
    margin-bottom: 2px;
}
html body .full-width {
    width: 100%;
}
html body .mrg-bot-15 {
    margin-bottom: 15px!important;
}

.cpn-logo img{ border: #cfd0d2 solid 1px;
    margin-bottom: 18px; max-width: 200px; max-height: 200px;     padding: 5px;}

button.-btn-processing{
    /* background: repeating-linear-gradient( 45deg, transparent, transparent 10px, #f1f5f6 10px, #ccc 20px ), linear-gradient( to bottom, #cfeafb, #00B3FF ); */
    /* animation: btnAnimeProcessing 5s infinite; */
    /* -webkit-animation: btnAnimeProcessing 1s infinite; */
    /* animation: btnAnimeProcessing 1s infinite; */
    /* -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10; */
    background: repeating-linear-gradient( 45deg, transparent, transparent 10px, #00B3FF 10px, #00B3FF 20px ), linear-gradient( to bottom, #259ce8, #07a7eb );
    background-size: 800% 800%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 96%}
    50%{background-position:100% 5%}
    100%{background-position:0% 96%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 96%}
    50%{background-position:100% 5%}
    100%{background-position:0% 96%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 96%}
    50%{background-position:100% 5%}
    100%{background-position:0% 96%}
}
@keyframes AnimationName {
    0%{background-position:0% 96%}
    50%{background-position:100% 5%}
    100%{background-position:0% 96%}
}
