:root {
  --button-lg-text: 24px;
  --button-md-text: 19px;
  --button-sm-text: 16px;
}

.main-btt{
  position: absolute; top: 60%; z-index: 10;cursor: pointer;align-items: center;justify-content: center; right: -3%;
}

.er ,.ee{
  cursor: pointer;
  font-size: 25px; 
  font-weight: 500;
}

/* home */
#mainBannerWrap{
    position: relative;
}
.mainBanner{
    width: 100% !important;
}
.mainBanner .banner-swiper-pagination{
    left: 50% !important;
    bottom: 31px !important;
    width: auto !important;
    display: flex;
    padding: 8px 12px;
    z-index: 2;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}
.mainBanner .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background-color: #757575;
    opacity: 1;
}
.mySwiper .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
}
.mainBanner .swiper-pagination-bullet-active{
    background-color: #0D6FB8;
}
.mainBanner .banner-swiper-button-prev{
    left: calc(100vw/2 - 1440px/2 - 20px);
}
.mainBanner .banner-swiper-button-next{
    right: calc(100vw/2 - 1440px/2 - 20px);
}
.mainBanner .banner-swiper-button-prev, .mainBanner .banner-swiper-button-next{
    width: 79px;
    height: 79px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.mainBanner .banner-swiper-button-prev:after, .mainBanner .banner-swiper-button-next:after{
    content:"";
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.mainBanner .banner-swiper-button-prev:after{
    background-image: url("../images/button/icon-nav-left.svg");
}
.mainBanner .banner-swiper-button-next:after{
    background-image: url("../images/button/icon-nav-right.svg");
}
.home-short-cut{
    position: relative;
    z-index: 2;
    display: flex;
    column-gap: 40px;
    margin: 40px 0 80px 0;
}
.home-short-cut a{
    display: flex;
    text-align: center;
    height: 174px;
    position: relative;
    width: calc(100% - 20px);
}
.home-short-cut a img{
    border-radius: 16px 16px 0 0 ;
    height: 174px;
    object-fit: cover;
    width: 100%;
}
.home-short-cut a:before{
    content:"";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    border-radius: 0 0 16px 16px;
    background-color:#1B3D89;
}

.home-hot{
    background-color: #003875;
    padding: 40px 0 40px 0;
}
.home-hot .container{
    padding-bottom: 0;
}
.home-hot .container h2{
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: bold;
}
.home-hot .newsSwiper{
    width: 100%;
}
.home-hot .newsSwiper a{
    color: #fff;
    font-size: 20px;
}
.home-hot .newsSwiper a span{
    display: block;
    text-align: left;
    width: 100%;
}
.home-hot .newsSwiper a img{
    border-radius: 16px;
    margin-bottom: 24px;
}
.home-hot .news-swiper-button-wrap, .swiper-button-wrap{
    display: flex;
    justify-content: center;
    gap: 15px;
    /*padding-top: 48px;*/
}
.news-swiper-button-wrap > div[role="button"], .swiper-button-wrap > div[role="button"]{
    opacity: 0;
    transition: 0.2s all ease;
}
.newsSwiper:hover .news-swiper-button-wrap > div[role="button"], .news-swiper-button-wrap > div[role="button"]:focus, .swiper:hover .swiper-button-wrap > div[role="button"],  .swiper:hover .swiper-button-wrap > div[role="button"]:focus{
    opacity: 1 !important;
}
.home-hot .news-swiper-button-prev, .home-hot .news-swiper-button-next, .ads-swiper-button-prev, .ads-swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 8px 6px rgba(0,0,0,0.08);
    z-index: 2;
    position: absolute;
    top: 82px;
}
.ads-swiper-button-prev, .ads-swiper-button-next{
    top: 23px;
}
.home-hot .news-swiper-button-prev, .ads-swiper-button-prev{
    left: 5px;
}
.home-hot .news-swiper-button-next, .ads-swiper-button-next{
    right: 5px;
}
.home-hot .news-swiper-button-prev:after, .home-hot .news-swiper-button-next:after, .ads-swiper-button-prev:after, .ads-swiper-button-next:after{
    content:"";
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.home-hot .news-swiper-button-prev:after,
.ads-swiper-button-prev:after{
    background-image: url("../images/button/icon-nav-left.svg");
}
.home-hot .news-swiper-button-next:after,
.ads-swiper-button-next:after{
    background-image: url("../images/button/icon-nav-right.svg");
}

.features-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    align-items: start;
}
.features-wrap h2{
    text-align: center;
    color: #2761AD;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    width: 100%;
}
.features-wrap .features-item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.features-wrap div:nth-child(3){
    margin: 0 80px;
}
.features-wrap .features-item{
    width: calc(100%/3 - 60px);
}
html[lang="en"] .features-wrap .features-item h3{
    font-size: 65px;
    font-weight: bold;
}
html[lang="en"] .features-wrap .features-item p{
    font-size: 20px;
}
.features-wrap .features-item h3{
    width: 100%;
    text-align: center;
    font-size: 130px;
    color: #F6661E;
    font-weight: 500;
}
.features-wrap .features-item h3 span{
    font-size: 90px;
    padding-left: 15px;
}
html[lang="en"] .features-wrap .features-item h3 span{
    font-size: 50px;
}
html[lang="en"] .features-wrap .features-item h3 span span{
    font-size: 36px;
}
.features-wrap .features-item h3 span span{
    font-size: 49px;
}
.features-wrap .features-item p{
    padding-left: 73px;
    background: url("../images/icon/icon-bulet-blue-arrow.svg") no-repeat left top;
    min-height: 55px;
    padding-top: 6px;
    display: block;
    width: 100%;
    font-size: 28px;
    color: #555555;
    margin-bottom: 0;
}
.how-to-apply-wrap{
    display: flex;
    justify-content: end;
    position: relative;
}
.video-slider{
    width: 675px !important;
    position: absolute !important;
    top: 94px;
    left: 0;
    z-index: 5 !important;
    text-align: center;
    height: 490px !important;
}
.video-slider .swiper-slide{
    justify-content: start !important;
}
.video-slider img{
    max-width: 100%;
}
.video-slider .video-swiper-pagination{
    bottom: -5px !important;
    position: absolute;
    z-index: 9;
}
.video-slider .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.details-wrap{
    width: calc(100% - 547px);
    background-color: #CCE9EB;
    padding: 108px 5% 108px 208px;
    border-radius: 32px;
    z-index: 1;
}
.details-wrap h3{
    color: #2761AD;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
}
.details-wrap p{
    color: #555555;
    margin-bottom: 32px;
    font-size: 24px;
    text-align: justify;
}
.details-wrap ul{
    margin: 0;
    padding: 0;
}
.details-wrap ul li{
    font-size: 24px;
    font-weight: bold;
    color: #555555;
    list-style: none;
    margin-bottom: 30px;
    background: url("../images/icon/icon-bulet-arrow-down.svg") no-repeat left top;
    padding-left: 48px;
}
.mySwiper{
    width: 100% !important;
}
.news-swiper-pagination{
    margin-top: 30px;
    text-align: center;
}
.news-swiper-pagination .swiper-pagination-bullet{
    background-color: #66DECE !important;
    width: 12px;
    height: 12px;
}
.news-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ffffff !important;
}
.mySwiper .swiper-pagination{
    position: relative;
    bottom: unset !important;
    font-size: 0;
    margin-top: 30px;
}
#mainBannerWrap img{
    max-height: 530px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  /*padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(201, 199, 199); /* Fallback color */
  background-color: rgba(204, 202, 193, 0.5) /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 1200px;
  /*height: 500px;*/
  padding: 25px;
  border-color: transparent !important;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: var(--odp-cc-track-off);
  padding: 10px 0;
  height: 150px;
}


/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


/* The Close Button */
.close {
  position: absolute;
  top: 25px;
  right: 40px;

  color: var(--odp-gray-light);
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: var(--odp-cc-track-off);
  text-decoration: none;
  cursor: pointer;
}
.monBouton:before{
     background-image : url(http://icons.iconarchive.com/icons/fatcow/farm-fresh/16/accept-icon.png);
}

.arrows-btn{
  background-color: var(--odp-blue) !important;
}
.donation-btn{
  background-color: var(--odp-orange6) !important;
}

.carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;

 }
 .carousel-indicators{
  position: relative !important; 
 }

 .carousel-control-next, .carousel-control-prev {
  width: 10% !important;
 }

 .cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}

.swiper {
    width: 80%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0D6FB8 !important;
}
.swiper-pagination-bullet{
    background-color: #757575 !important;
    opacity: 1 !important;
}
@media only screen and (max-width: 1440px){
    .mainBanner .banner-swiper-button-prev{
        left: calc(100vw/2 - 100vw / 2 + 20px);
    }
    .mainBanner .banner-swiper-button-next{
        right: calc(100vw/2 - 100vw / 2 + 20px);
    }
}
@media only screen and (max-width: 1300px){
    .features-wrap .features-item p br{
        display: none;
    }
}
@media only screen and (max-width:1280px) {
    .home-hot .news-swiper-button-prev, .home-hot .news-swiper-button-next{
        top:65px;
    }
    html[lang="en"] .home-highlight .highlight-item li a span{
        padding-top: 0;
    }
    .home-highlight .wrapper{
        flex-wrap: wrap;
        margin: 0 !important;
        background-size: auto 100%;
        background-position: left center;
        justify-content: center;
        height: auto;
        padding: 0 0 60px 0;
        max-width: calc(100% + 20px) !important;
    }

    .home-short-cut{
        margin-bottom: 80px;
    }
}
@media only screen and (max-width:1250px) {
    .features-wrap .features-item h3{
        font-size: 90px;
    }
    .features-wrap .features-item h3 span{
        font-size: 70px;
    }
    .video-slider{
        width: 575px !important;
        height: 420px !important;
    }
    .details-wrap{
        width: calc(100% - 415px);
    }
}
@media only screen and (max-width:1100px) {
    .how-to-apply-wrap{
        flex-wrap: wrap;
    }
    .home-short-cut a, .home-short-cut a img{
        height: 120px;
    }
    .video-slider{
        width: 100% !important;
        position: relative !important;
        height: calc(((100vw + 10px)/3)*2) !important;
        top: 0;
        margin-bottom: 20px;
    }

    .details-wrap{
        width: 100%;
        padding:32px;
        border-radius: 32px;
        height: auto;
    }

    .details-wrap ul > li:last-child{
        margin-bottom: 0;
    }

}
@media only screen and (max-width:992px){
    html[lang="en"] .features-wrap .features-item h3 span{
        font-size: 40px;
    }
    html[lang="en"] .features-wrap .features-item h3 span span{
        font-size: 30px;
    }
    html[lang="en"] .features-wrap .features-item h3{
        font-size: 50px;
    }
    html[lang="en"] .features-wrap .features-item p{
        font-size: 18px;
    }
    .news-swiper-pagination{
        margin-top: 14px;
    }
    .mySwiper .swiper-pagination-bullet, .news-swiper-pagination .swiper-pagination-bullet{
        width: 8px !important;
        height: 8px !important;
    }
    .home-hot .container h2, .features-wrap h2{
        font-size: 32px;
        margin-bottom: 32px;
    }
    .video-slider{
        height: calc(((100vw - 14px)/3)*2) !important;
    }
    .features-wrap .features-item h3 span{
        font-size: 61px;
        padding-left: 4px;
    }
    .features-wrap .features-item h3 span span{
        font-size: 21px;
    }
    .features-wrap{
        width: 704px;
        margin: 0 auto 56px auto;
    }
    .home-short-cut{
        width: 704px;
        margin: 40px auto 55px auto;
    }
    .home-hot .news-swiper-button-prev, .home-hot .news-swiper-button-next{
        top:95px;
    }

    .home-short-cut a, .home-short-cut a img{
        height: 83px;
    }
    .features-wrap .features-item {
        width: calc(100% / 3 - 40px);
    }
    .features-wrap div:nth-child(3){
        margin: 0 40px;
    }
    .features-wrap .features-item h3{
        font-size: 84px;
    }
    .features-wrap .features-item p{
        background-size: 40px;
        padding-left: 56px;
        padding-top: 6px;
        font-size: 22px;
    }
    /*html[lang="en"] .home-short-cut a{*/
    /*    padding:0 40px 6px 72px;*/
    /*    font-size: 14px !important;*/
    /*    line-height: 20px;*/
    /*}*/
    .home-short-cut a:before{
        height: 8px;
        bottom: -8px;
    }
    .mainBanner .banner-swiper-pagination {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 80px !important;
    }
    .mainBanner .banner-swiper-button-prev{
        left: 32px;
    }
    .mainBanner .banner-swiper-button-next{
        right: 32px;
    }
    .home-hot{
        padding: 56px 0 16px 0;
    }
    .home-hot .container{
        padding-bottom: 0;
    }
    .home-hot .newsSwiper a{
        font-size: 18px;
        width: 100%;
    }
    .home-hot .container{
        max-width: 768px !important;
    }

}
@media only screen and (min-width: 769px) {
/*.mySwiper .swiper-slide:first-child {*/
/*    transition: transform 100ms;*/
/*}*/

/*.mySwiper .swiper-slide:first-child img {*/
/*    transition: box-shadow 500ms;*/
/*}*/

/*    .mySwiper .swiper-slide.swiper-slide-active:first-child {*/
/*    transform: translateX(50%);*/
/*    z-index: 2;*/
/*}*/

    .mySwiper .swiper-slide.swiper-slide-active:first-child img {
    /*box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);*/
}

    .mySwiper .swiper-slide:nth-child(2) {
    transition: transform 100ms;
}

/*    .mySwiper .swiper-slide.swiper-slide-next:nth-child(2) {*/
/*    transform: translateX(55%);*/
/*    z-index: 1;*/
/*}*/

/*    .mySwiper .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {*/
/*    transform: translateX(-50%);*/
/*}*/

/*    .mySwiper .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {*/
/*    transform: translateX(-55%);*/
/*}*/
}
/* .ads-swiper-button-next:after{
padding-left: 20px !important;
}  */

.float-r{
    float: right !important;
}

.float-l{
    float: left !important;
}

.content-more-blue{
  cursor: pointer
}
.main-page-btn{
    height: 67px !important; 
    width: 400px !important;
    border-radius: 25px !important;
}

.main-page-btn-orange{
  background-color: var(--odp-orange6);
  box-shadow: 0px 5px var(--odp-orange8);
  border-color: var(--odp-orange6);
}

 .main-page-btn-orange:hover,.main-page-btn-orange:active,.main-page-btn-orange:focus{
  background-color: var(--odp-orange7);
  box-shadow: 0px 5px var(--odp-orange8);
  border-color: var(--odp-orange7);


}

.main-page-btn-blue{
  background-color: var(--swiper-theme-color);
  box-shadow: 0px 5px var(--odp-blue-dark2);
  border-color: var(--swiper-theme-color);
}


.main-page-btn-blue:hover, .main-page-btn-blue:active,.main-page-btn-blue:focus{
  background-color: var(--odp-blue-dark3);
  box-shadow: 0px 5px var(--odp-blue-dark2);
  border-color: var(--odp-blue-dark3);

}

.main-page-btn-orange .bi-chevron-right,.main-page-btn-blue .bi-chevron-right{
  padding-right: 10px;
}

.main-page-btn-orange:hover  .bi-chevron-right, .main-page-btn-blue:hover  .bi-chevron-right{
  padding-right: 0px;
  animation-name: btnmove;
  animation-duration: 0.2s;
}
.body-p{
  padding-top: 40px;
  padding-bottom: 20px;
}

@keyframes btnmove {
  0%   {padding-right: 10px;}
  25%  {padding-right: 7.5px;}
  50%  {padding-right: 5px;}
  75%  {padding-right: 2.5px;}
  100% {padding-right: 0px;}
}

.content-text{
  text-align: justify;
}

.main-btn-space{
    width: 50px;
}

.employer-image-width{
    width:300px
}
.employee-image-width{
    width:250px
}

.btn-image-width{
    width: 30px;
    margin: 0px 10px;
}

.carousel-style{
    background-color:var(--odp-white--green); 
    width:100%;
    height:200px; 
    position: relative;

}
.carousel-box{
  background-color:#EDF7F7;
  width:100%;
}
#carousel{
    padding: 48px 0 0 0;
}
.carousel-btn-right{
    right: 5% !important;
}
.carousel-btn-left{
    left: 5% !important;
}

.model-content{
  width: 95%;  
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
#img01{
	cursor: pointer;
}


.ani{
  width: 350px;
  height: 350px;
}

.list-group-width{
  width: 350px;
}

.list-group li a:hover{
  text-decoration: underline;
}

.banner-w100{
  width: 100%;
}

.main-btn-text-width{
  width: 75%; 
  padding: 5px 5px;
}
.main-btn-right-icon-width{
  width: 10%;
}
.main-btn-left-icon-width{
  width: 15%;
}

.mySwiper .swiper-slide{
    display: block;
}

/* Mobile / Table size */



@media only screen and (max-width: 769px) {
    /*html[lang="en"] .home-short-cut a{*/
    /*    padding: 0 15px 6px 72px;*/
    /*}*/
    html[lang="en"] header .mainLogo{
        width: 276px;
    }
  .btn-image-width{
    width: 25px;
    margin: 0px 10px;
  }
  .main-btn-text-width{
    width: 70%; 
    padding: 7px 7px;
  }
  .main-btn-right-icon-width{
    width: 10%;
  }
  .main-btn-left-icon-width{
    width: 20%;
  }

}

/* button font-size in DT|mobile|Tablet */

@media screen and (max-width:767px) {

    html[lang="en"] .features-wrap .features-item h3 span{
        font-size: 50px;
    }
    html[lang="en"] .features-wrap .features-item h3{
        font-size: 65px;
    }
    .features-item{
        margin-bottom: 32px !important;
    }

    .features-wrap > *:last-child, .features-item p{
        margin-bottom: 0 !important;
    }
    .home-hot .newsSwiper{
        padding-bottom: 0;
    }
    .home-hot .container h2, .features-wrap h2{
        font-size: 24px;
    }
    .home-hot{
        padding: 32px 25px;
    }
    .home-hot .news-swiper-button-prev, .home-hot .news-swiper-button-next{
        top: 32%;
    }
    .mainBanner .banner-swiper-button-prev, .mainBanner .banner-swiper-button-next, .mainBanner .banner-swiper-pagination{
        display: none;
    }
    html[lang="en"] .home-highlight .highlight-item li a span{
        padding: 0 !important;
    }
    .home-short-cut{
        flex-wrap: wrap;
        flex-direction: column;
        column-gap: 0;
        align-items: center;
        row-gap: 24px;
        width: 100%;
    }
    .home-short-cut a, .home-short-cut a img{
        height: 20vw;
    }
    .home-short-cut > div{
        width: 100%;
    }
    .features-wrap{
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }
    .features-wrap .features-item{
        width: 100%;
    }
    .features-wrap .features-item h3{
        font-size: 103px;
    }
    .features-wrap div:nth-child(3){
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .features-wrap .features-item p{
        width: auto;
        font-size: 20px;
    }
    .features-wrap .features-item p br{
        display: inline-block;
    }
    .features-wrap .features-item h3 span{
        font-size: 76px;
        font-weight: bold;
    }
    .features-wrap .features-item h3 span span{
        font-size: 27px;
    }
    .details-wrap h3{
        font-size: 32px;
        margin-bottom: 32px;
    }
    .details-wrap p{
        font-size: 18px;
    }
    .details-wrap ul li{
        font-size: 18px;
    }
    .video-slider .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .mainBanner .banner-swiper-pagination {
        right: 24px;
    }
  .close {
    top: 0px;
    right: 15px;

  }
  .button-container button {
    font-size: var(--button-sm-text);
  }
  .carousel-btn-right{
    right: 2% !important;
}
.carousel-btn-left{
    left: 2% !important;
}
.modal-content{
  padding: 10px !important;
}
.main-btn{
  display: inline !important;
  width: 100%;
}
.main-page-btn{
  width: 100% !important;
  margin-top: 15px !important;
}

}
@media screen and (min-width:768px) {
  .button-container button {
    font-size: var(--button-md-text);
  }
}
@media screen and (min-width:1024px) {
  .button-container button {
    font-size: var(--button-lg-text);
  }
}
@media only screen and (max-width: 1500px) {

  .modal-content {
    margin: auto;
    display: block;
    width: 90%;
    height: auto;
    padding: 25px;
    border-color: transparent !important;
  }
}

