/******************************************************************************
* Header
*******************************************************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateY(-107px);
    transform: translateY(-107px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
}


/******************************************************************************
* Content
*******************************************************************************/


/** Banner slide **/

.banner-slide__item {
    height: 900px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner-slide.swiper-container .swiper-slide {
    height: auto;
}

.banner-slide__content {
    position: relative;
    margin-left: 15px;
    max-width: 1115px;
    overflow: hidden;
}

.banner-slide__content>div {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.banner-slide__subtitle {
    font-family: "Kanit", sans-serif;
    color: #28a3dd;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.17em;
    position: relative;
    margin-bottom: 10px;
}

.banner-slide .swiper-slide-active .banner-slide__subtitle {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.banner-slide__title {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: none;
    display: block;
}

.banner-slide .swiper-slide-active .banner-slide__title {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.banner-slide__action {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.banner-slide__action a {
    background-color: #002277;
    color: #fff;
}

.banner-slide__action a:hover {
    color: #16171a;
    background-color: #fff;
}

.banner-slide .swiper-slide-active .banner-slide__action {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.banner-slide__image {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}

.banner-slide .swiper-slide-active .banner-slide__image {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


/** About us **/

.about-us-section {
    padding: 70px 0 95px 0;
}

.intern .about-us-section {
    padding: 88px 0 98px 0;
}

.about-us__content .bloc-content .img-box {
    margin-right: 90px;
    max-width: 500px;
}

.about-us__content .bloc-content .img-box .bloc-image.image-1 {
    margin-right: -30px;
    position: relative;
    z-index: 2;
}

.about-us__content .bloc-content .img-box .bloc-image.image-2 {
    max-width: 312px;
    max-height: 573px;
    position: relative;
    overflow: hidden;
}

.about-us__content .bloc-content .img-box .bloc-image.image-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/** Company Benefits **/

.company-benefits-section {
    padding: 66px 0 88px 0;
}

.company-benefits-section .sect-title .bloc-title {
    margin-bottom: 50px;
}

.company-benefits__content ul li {
    display: flex;
    align-items: start;
}

.company-benefits__content ul li:not(:last-child) {
    margin-bottom: 28px;
}

.company-benefits__content ul li .benefit-ico {
    margin-right: 20px;
}

.company-benefits__content .benefit-title {
    font-family: "Kanit", sans-serif;
    color: #28a3dd;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.27em;
    padding-top: 6px;
}

.benefit-image {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    overflow: hidden;
}

.benefit-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: left;
}


/** Our services **/

.our-services-section {
    padding: 68px 0 152px 0;
    position: relative;
}

.intern .our-services-section {
    padding: 68px 0 170px 0;
}

.our-services-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 352px;
    background: rgb(40, 163, 221);
    background: -moz-linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#28a3dd", endColorstr="#002277", GradientType=1);
}

.our-service-slide.swiper-container .swiper-slide {
    height: auto;
}

.our-services-item {
    position: relative;
    overflow: hidden;
    transition: none;
}

.our-services-item__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    transition: all 800ms ease;
    background-color: #fff;
    z-index: 2;
    padding: 15px 18px 15px 25px;
    min-height: 83px;
    width: 275px;
}

.our-services-item__image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.our-services-item:hover .middle-shade:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.our-services-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.our-services-item__image img {
    transform: scale(1);
    transition: all 0.3s;
    transform-style: preserve-3d;
}

.our-services-item:hover .our-services-item__image img {
    transform: scale(1.2);
}

.our-services-item__cat {
    font-family: "Kanit", sans-serif;
    color: #28a3dd;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.17em;
    text-transform: uppercase;
}

.our-services-item__title {
    font-family: "Kanit", sans-serif;
    color: #16171a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
}

.our-services-item__more a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a3dd;
}

.our-services-item__more a:before {
    display: none;
}

.our-services-item__more a:hover {
    background-color: #2e4394;
}


/** cta area **/

.cta-content {
    padding: 90px 0 85px 0;
    min-height: 300px;
}

.cta-content .sect-title {
    margin-left: 60px;
}

.cta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cta-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/** Latest news **/

.latest-news-section {
    padding: 105px 0 122px 0;
}

.latest-news-section .sect-title .bloc-title {
    margin-bottom: 44px;
}

.actus-item__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 267px;
}

.actus-item:hover .middle-shade:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.actus-item__image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.6s;
}

.actus-item:hover .actus-item__image img {
    transform: scale(1.2);
}

.actus-item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 24%);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 24%);
}

.actus-item__content {
    padding: 50px 40px 33px 30px;
    position: relative;
}

.actus-item__date {
    font-family: "Kanit", sans-serif;
    color: #28a3dd;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.17em;
    text-align: center;
    padding: 12px 5px;
    position: absolute;
    top: -35px;
    right: 40px;
    width: 61px;
    height: 70px;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 24%);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 24%);
}

.actus-item__title {
    font-family: "Kanit", sans-serif;
    color: #16171a;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.24em;
    margin-bottom: 34px;
}

.actus-item__title a:hover {
    color: #16171a;
}

.latest-news__view-all {
    margin-top: 24px;
}


/** Blk certification **/

.blk-certification__content {
    background-color: #3c3c3b;
    min-height: 123px;
    padding: 30px;
}

.blk-certification__content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blk-certification__content ul li {
    display: flex;
    align-items: center;
    color: #fff;
}

.blk-certification__content ul li:first-child {
    margin-right: 50px;
}

.blk-certification__content ul li>div {
    margin-right: 13px;
}


/** Contact infos **/

.contact-infos-section {
    padding: 113px 0 71px 0;
}

.contact__list {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
}

ul.contact__list li .contact-ico {
    background-color: #52af54;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -48px;
    background: rgb(40, 163, 221);
    background: -moz-linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#28a3dd", endColorstr="#002277", GradientType=1);
}

ul.contact__list li {
    margin-bottom: 30px;
    width: 100%;
    max-width: 460px;
    flex: 0 0 50%;
}

ul.contact__list li .contact-content {
    font-family: "Kanit", sans-serif;
    display: flex;
    align-items: center;
    color: #16171a;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3em;
    background-color: #ededf5;
    padding: 29px 30px 29px 75px;
    position: relative;
    margin-left: 48px;
    height: 100%;
    min-height: 151px;
}

ul.contact__list li .contact-title {
    color: #28a3dd;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.17em;
    text-transform: uppercase;
    margin-bottom: 4px;
    position: relative;
}

ul.contact__list li a:hover {
    color: #28a3dd;
}


/** Bloctel **/

.bloctel-section {
    padding: 0 0 103px 0;
}

.blk-bloctel {
    background-color: #ededf5;
    padding: 35px 50px 35px 33px;
    overflow: hidden;
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    text-align: justify;
}

.blk-bloctel .logo-bloctel {
    padding: 7px 35px 7px 0;
    margin-right: 33px;
    border-right: 2px solid #7f7f7f;
}

.blk-bloctel a {
    color: #28a3dd;
}


/** Map **/

.blk-map {
    width: 100%;
    height: 502px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.map-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.blk-map .map-content img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}


/******************************************************************************
* Footer
*******************************************************************************/


/** Footer column **/

.footer-column {
    padding: 68px 0 45px 0;
}

.footer-column__item {
    position: relative;
}

.footer-column__item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    border-right: 1px solid #727272;
    width: 1px;
    height: calc(100% - 13px);
}

.footer-column__item:nth-child(2):after {
    right: 39px;
}


/** Footer services **/

.footer-services ul li {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.54em;
    color: #737373;
}

.footer-services ul li a:hover {
    color: #28a3dd;
}


/** Footer contact **/

.footer-contact ul li {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.54em;
    color: #737373;
}

.footer-contact ul li a:hover {
    color: #28a3dd;
}


/** Footer newsletter **/

.footer-newsletter {
    font-size: 17px;
    font-weight: 400;
    color: #737373;
    line-height: 1.3em;
}

.footer-newsletter .footer-title {
    margin-bottom: 17px;
}

.newsletter-form__note {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #737373;
    margin-top: 20px;
}

.footer-newsletter {
    max-width: 410px;
}

.newsletter-form {
    margin-top: 13px;
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0px;
}

.newsletter-form .form-group input[type="email"] {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    color: #737373;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    text-transform: none;
    width: 100%;
    padding: 10px 66px 10px 20px;
    height: 46px;
    display: inline-block;
    background: #2e2e2d;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group button {
    position: absolute;
    width: 46px;
    height: 46px;
    background-color: #28a3dd;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
}

.newsletter-form .form-group button svg {
    margin: 0;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #737373 !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #737373 !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #737373 !important;
}


/** Footer seo **/

.footer-seo__inner {
    border-top: 1px solid #727272;
    padding: 40px 0 46px 0;
}

.footer-seo .footer-title {
    margin-bottom: 27px;
}

.seo-links,
.seo-links a {
    color: #737373;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.54em;
    position: relative;
}

.seo-links a:hover {
    color: #28a3dd;
}


/** Footer bottom **/

.copyright {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.54em;
    color: #fff;
    background-color: #3c3c3b;
    padding: 22px 0 22px 0;
}

.img-arobiz {
    margin-bottom: 10px;
}

.copyright a {
    text-decoration: underline;
}

.copyright a:hover,
.copyright a:focus {
    text-decoration: none;
}


/******************************************************************************
* Intern Page
*******************************************************************************/


/** Banner **/

.intern .banner-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 450px;
}

.banner-title {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
}

ul.breadcrumbs {
    margin-bottom: 5px;
}

ul.breadcrumbs li {
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.17em;
    position: relative;
    display: inline-block;
}

ul.breadcrumbs li a:hover {
    color: #28a3dd;
}

ul.breadcrumbs li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 0px 0 5px;
}


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/

.contact-us-section {
    padding: 0 0 85px 0;
}