.news-top {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}

.news-des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}

body {
    font-family: 'Kanit' !important;
    font-weight: normal;
    background: #fff;
    color: #333 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Kanit' !important;
}

.btn {
    font-family: 'Kanit' !important;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kanit' !important;
    font-weight: 700;
}

/******************  index *******************/
.title-foot {
    padding: 0px 60px;
    background: #fff;
    color: #333;
}

.title-foot h1 {
    font-size: 1.2em;
    margin: 0.3em 0;
}

.title-foot p {
    color: #fac827;
    margin-top: 7px;
}

.success {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.title-foot:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #fff;
}

.call-foot {
    background: #0a6ecd;
    color: #fff;
    padding: 0px 60px;
}

.call-foot h1 {
    color: #fff;
    margin: 0.3em 0;
    font-size: 1.2em;
}

.call-foot p i {
    color: #fac827;
}

.image_block_1 .image-box {
    position: relative;
    display: block;
    margin-right: 40px;
}

.image_block_1 .image-box .image-1 {
    position: relative;
    overflow: hidden;
}

.image_block_1 .image-box .image-2 {
    position: absolute;
    bottom: 0px;
    right: 80px;
    background: #fac827;
    padding: 5px;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.image_block_1 .image-box .image-content {
    border-left: 4px solid #fac827;
}

.image_block_1 .image-box .image-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: -80px;
    top: 100px;
    background: rgb(0, 74, 166);
    background: linear-gradient(270deg, rgba(0, 74, 166, 1) 0%, rgba(0, 53, 119, 1) 100%);
    width: 320px;
    padding: 17px 20px 23px 30px;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
}

.image_block_1 .image-box .image-content h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-right: 15px;
    color: #fff;
}

.image_block_1 .image-box .image-content h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
}


.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35;
    font-weight: 700;
    margin-bottom: 15px;
}


.title-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.title-inner .sec-title {
    padding-right: 25px;
    margin: 0px;
}

.title-inner .sec-title,
.project-section .title-inner .text {
    width: 50%;
    position: relative;
    text-align: right;
}

.title-inner .sec-title span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fac827;
    padding-left: 25px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.title-inner .sec-title h2 {
    position: relative;
    display: block;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 58px;
    font-weight: 700;
    margin: 0px;
    color: #fff;
}

.title-inner .text {
    padding-left: 25px;
    max-width: 450px;
}

.title-inner .text p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
}

.project-block-one .inner-box .lower-content {
    position: relative;
    margin: 0px 100px;
    opacity: 1;
    transition: all 500ms ease;
}

.project-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 32px;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);
    margin-top: -60px;
}

.project-block-one .inner-box .lower-content .inner h2 {

    font-size: 19px;
    max-width: 70%;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 23px;
}

.project-block-one .inner-box .lower-content .inner .btn-box {
    position: absolute;
    top: 50px;
    right: 40px;
}

.project-block-one .inner-box .lower-content .inner .link a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    /* left: 20px; */
    top: 22px;
}

.project-block-one .inner-box .lower-content .inner .link a:before {
    background-color: #6de5f2;
}

.link1 a {
    font-size: 11px;
    color: #fac827;
}

.title-inner1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.title-inner1 .sec-title {
    padding-right: 25px;
    margin: 0px;
}

.title-inner1 .sec-title,
.project-section .title-inner .text {
    width: 50%;
    position: relative;
    text-align: right;
}

.title-inner1 .sec-title span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fac827;
    padding-left: 25px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.title-inner1 .sec-title h2 {
    position: relative;
    display: block;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 58px;
    font-weight: 700;
    margin: 0px;
    color: #333;
}

.title-inner1 .text {
    padding-left: 25px;
    max-width: 450px;
}

.title-inner1 .text p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}


.post-slide13 .post-img {
    position: relative;
}

.post-slide13 .post-img>a {
    display: block;
}

.post-slide13 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide13 .post-img:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0a6ecde0;
}

.post-slide13 .post-img:after {
    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 17px;
    right: 20px;
    color: #fff;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s linear 0s;
}

.post-slide13 .post-img:hover:after {
    opacity: 1;
    transform: scale(1);
}

.post-slide13 .post-title {
    margin-top: 20px;
}

.post-slide13 .post-title>a {
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-slide13 .post-title>a:hover {
    text-decoration: none;
    color: #666;
}

.post-slide13 .post-bar {
    padding: 0;
    list-style: none;
}

.post-slide13 .post-bar>li {
    display: inline-block;
}

.post-slide13 .author,
.post-slide13 .author>a,
.post-slide13 .post-date {
    color: #8f8f8f;
    font-size: 12px;
    margin-right: 16px;
    text-transform: uppercase;
    font-style: italic;
}

.post-slide13 .author>i,
.post-slide13 .post-date>i {
    margin-right: 5px;
}

.post-slide13 .author>a:hover {
    color: #dc005a;
}

.post-slide13 .post-description {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
}

.post-slide13 .post-description:before {
    content: "";
    display: block;
    border-top: 4px solid #e9292c;
    padding-bottom: 12px;
    width: 50px;
}

.post-slide9 {
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide9 .post-img {
    overflow: hidden;
    position: relative;
}

.post-slide9 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all .3s ease 0s;
}

.post-slide9:hover .post-img img {
    transform: scale(1.2, 1.2);
}

.post-slide9 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(68, 67, 64, .9);
    transition: all .5s linear;
}

.post-slide9:hover .over-layer {
    opacity: 1
}

.post-slide9 .post-link {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 45%;
}

.post-slide9 .post-link li {
    display: inline-block;
    margin-right: 10px;
}

.post-slide9 .post-link li a {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    background: #333;
    font-size: 20px;
    transform: scale(1, 1);
    transition: all .2s linear;
}

.post-slide9 .post-link li a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
}

.post-slide9 .post-review {
    padding: 15px 0;
    overflow: hidden;
}

.post-slide9 .post-title {
    margin-top: 0;
}

.post-slide9 .post-title a {
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}

.post-slide9 .post-title a:hover {
    text-decoration: none;
    color: #1f80bb;
}

.post-slide9 .post-info {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3;
}

.post-slide9 .post-info li {
    display: block;
}

.post-slide9 .tag-info {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}

.post-slide9 .tag-info li {
    list-style: none;
    display: inline-block;
}

.post-slide9 .tag-info li a {
    color: grey;
    text-transform: capitalize;
}

.post-slide9 .tag-info li a:hover {
    color: #1f80bb;
    text-decoration: none;
}

.post-slide9 .post-description {
    color: #828282;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 25px;
}

.post-slide9 .read-more {
    color: #333;
    float: right;
    font-weight: 700;
    margin-right: 25px;
    text-transform: capitalize;
}

.post-slide9 .read-more:hover {
    color: #1f80bb;
    text-decoration: none;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
    background-color: #0a6ecd;
    color: white;
    text-align: center;
}

.img-product {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 0px;
    line-height: 63px;
}

.img-product img {
    width: 80%;
}

.name-product {
    font-size: 15px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 100%;
}

/*************************academic_information*************************/
.accordion {
    margin: 0 auto;
}

.accordion__title {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion__item {
    border-bottom: 1px solid #0000;
    visibility: hidden;
    margin-bottom: 5px;
}

.accordion__item:last-child {
    border-bottom: 0;
}

.accordion__item.is-active .accordion__itemTitleWrap::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__item.is-active .accordion__itemIconWrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__itemTitleWrap {
    display: flex;
    height: 2.5em;
    align-items: center;
    padding: 0 1em;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.accordion__itemTitleWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: #3bade3;
    background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #0a6ecd 51%, #3da7e3 100%);
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.accordion__itemTitleWrap.is-active::after,
.accordion__itemTitleWrap:hover::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__itemIconWrap {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.accordion__itemTitle {
    margin: 0;
    font-family: 'industry', sans-serif;
    font-weight: 300;
    font-size: 1em;
    position: relative;
    z-index: 10;
}

.accordion__itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0 1.25em;
}

.accordion__itemContent p {
    margin: 2em 0;
}





/******************contact************************/
.side-border {
    text-transform: uppercase;
    border-left: 4px solid #ffd452;
    padding-left: 15px;
}

.wpb_wrapper h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: inherit;
    text-transform: none;
    color: #232323;
}

.btn-secondary {
    color: #fff;
    border: solid 2px #0a6ecd;
    padding: 1rem 2rem;
    background: #0a6ecd;
    transition: .4s ease-in-out;
}

/*********footer*******************/
.kilimanjaro_area {
    position: relative;
    z-index: 1;
}

.foo_top_header_one {
    background-color: #f2f2f2;
    color: #333;
}

.section_padding_100_70 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.foo_top_header_one {
    color: #333;
}

.kilimanjaro_part {
    margin-bottom: 30px;
}

.foo_top_header_one .kilimanjaro_part>h5 {
    color: #333;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
    margin-bottom: 30px;
}

.kilimanjaro_single_contact_info>p,
.kilimanjaro_single_contact_info>h5,
.kilimanjaro_blog_area>a,
.foo_top_header_one .kilimanjaro_part>p {
    color: rgb(0 0 0 / 50%);
}

p,
ul li,
ol li {
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_bottom_header_one {
    background: #0a6ecd;
}

.section_padding_50 {
    padding: 30px 0;
}

.kilimanjaro_bottom_header_one p {
    color: #fff;
    margin: 0;
}

.kilimanjaro_bottom_header_one a {
    color: inherit;
    font-size: 14px;
}

.m-top-15 {
    margin-top: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_widget>li {
    display: inline-block;
}

p,
ul li,
ol li {
    font-weight: 300;
}

ol li,
ul li {
    list-style: outside none none;
}

.kilimanjaro_widget a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px 12px;
}

ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_links a {
    border-bottom: 1px solid #333;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.kilimanjaro_links a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

oo_top_header_one .kilimanjaro_part>h5 {
    color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
    margin-bottom: 30px;
}

.kilimanjaro_social_links>li {
    display: inline-block;
}

p,
ul li,
ol li {
    font-weight: 300;
}

.kilimanjaro_social_links a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px;
}

.kilimanjaro_blog_area .kilimanjaro_date {
    color: #27ae60;
    font-size: 13px;
    margin-bottom: 5px;
}

.kilimanjaro_blog_area>p {
    color: rgba(255, 255, 255, .5);
    line-height: 1.3;
    margin-bottom: 0;
}

.kilimanjaro_works>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.33333333%;
    z-index: 1;
}

.kilimanjaro_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}

.kilimanjaro_links a i {
    padding-right: 10px;
}

/* :: 18.0 Footer Area CSS */

.footer_area {
    position: relative;
    z-index: 1;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
    color: #27ae60;
}

.social_links_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.social_links_area>a:hover {
    color: #27ae60;
}

.inline-style .social_links_area>a:hover {
    background-color: transparent;
    color: #27ae60;
    border: 0px solid transparent;
}

.single_feature:hover .feature_text h4 {
    color: #27ae60;
}

.kilimanjaro_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 90px;
    position: relative;
    z-index: 1;
}

.kilimanjaro_links a {
    border-bottom: 1px solid #333;
    color: rgb(0 0 0 / 50%);
    ;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}