.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-image: url(../images/pattern.png);
    content: "";
    padding: 50px 0 100px 0;
}

.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 100px 0;
}

.call-to-action h3 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}

.call-to-action .heading-subtitle {
    line-height: 1.2em;
    color: #222222;
}

.call-to-action .wow-outer {
    color: #222222;
}

.block-partner {
    background-image: linear-gradient(0deg, rgba(232, 231, 231, 0.9), rgba(232, 231, 231, 0.9)), url(../images/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.rounded-circle {
    border-radius: 50% !important;
}

.hr-service{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
    color: #eeeeee;;
}
.block-partner .thumbnail-light-media {
    width: 85%
}

.featured-project {
    color: #222222;
}

.featured-project h3 {
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 700;
}
.mdi-map-marker{
    margin-top: 5px;
}
.youtube {
    position: fixed;
    left: 20px;
    bottom: 40px;
    z-index: 9999;
    background-color: red;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.zalo {
    position: fixed;
    left: 20px;
    bottom: 180px;
    z-index: 9999;
    background-color: #0091ff;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.hotline {
    position: fixed;
    left: 20px;
    bottom: 110px;
    z-index: 9999;
    background-color: #f9690e;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.link-header {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
}

.link-footer {
    color: #ffffff !important;
    ;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}

.link-footer:hover {
    color: #007bff !important;
    ;
}

.projects-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/***
====================================================================
                        Services Section
====================================================================
***/

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0 130px;
}

.services-carousel {
    position: relative;
    padding-bottom: 70px;
}

.service-block {
    position: relative;
}

.service-block .inner-box {
    position: relative;
}

.service-block .image-box {
    position: relative;
    height: auto;
    overflow: hidden
}

.service-block .image {
    position: relative;
    overflow: hidden;
}

.service-block .image a {
    display: block;
}

.service-block .image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: fill;
    aspect-ratio: 1.5/1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block .lower-content  {
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0px solid #dddddd;
    border-top: 0;
    height: 50px
}

.service-block .lower-content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    width: 100%;
    content: "";
    border-radius: 0 0 10px 10px;
    background: rgba(255, 159, 20, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .lower-content-product:before {
    border-radius:0 !important;
}

.service-block .inner-box:hover .lower-content:before {
    height: 100%;
}

.service-block .lower-content h4 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
}

.service-block .lower-content h4 a {
    color: #222222;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block:hover a{
    color: #ffffff !important;
}

.service-block .lower-content h4 a {
    color: #222222;
    -webkit-transition: all 300msease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300msease;
}

.thumbnail-light-media-project {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 10px 10px 0 0;
}

.thumbnail-light-media-product {
	position: relative;
	overflow: hidden;
	display: block;
}

.section-title-has-line:after {
    content: '';
    width: 25.2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/line_stars.svg");
    display: block;
    margin: 0.2rem auto 0 auto;
}

/*=== Main Menu Header Start ===*/

/* .rd-nav-item ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
} */

.rd-nav-item > ul >li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    list-style-type: none;
}
.rd-navbar-nav-wrap > ul{
    margin: 0px;
}

.rd-navbar-nav-wrap .rd-navbar-nav > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


.rd-navbar-main .rd-navbar-nav>li {
    position: relative;
    float: left;
}
.rd-navbar-main .rd-navbar-nav>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222222;
    line-height: 25px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    padding: 25px 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.rd-navbar-main .rd-navbar-nav>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.rd-navbar-main .rd-navbar-nav>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.rd-navbar-main .rd-navbar-nav>li:last-child {
    margin-right: 0px;
}
.rd-navbar-main .rd-navbar-nav>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222222;
    line-height: 25px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    padding: 25px 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.rd-navbar-main .rd-navbar-nav>li.current>a {
    padding-right: 20px;
}

.rd-navbar-main .rd-navbar-nav>li>ul>li:hover>a {
    color: #ffffff;
    background: #ff9f14;
}
.rd-navbar-main .rd-navbar-nav li>ul>li.dropdown:hover>ul {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.rd-navbar-main .rd-navbar-nav>li.current>a:after {
    position: absolute;
    right: 0;
    top: 22px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    content: "\f149";
    font-family: "FontAwesome";
}

.rd-navbar-main .rd-navbar-nav>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


.rd-navbar-main .rd-navbar-nav>li>ul>li:last-child {
    border-bottom: none;
}

.rd-navbar-main .rd-navbar-nav>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #2b2b2b;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.rd-navbar-main .rd-navbar-nav>li>ul>li:hover>a {
    color: #ffffff;
    background: #ff9f14;
}

.rd-navbar-main .rd-navbar-nav>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    font-weight: 900;
}

.rd-navbar-main .rd-navbar-nav>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 2px solid #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.rd-navbar-main .rd-navbar-nav .rd-nav-item:hover>ul{
    display: block;
}
/*
.rd-navbar-main .rd-navbar-nav .rd-nav-item:hover>a{
    color: #ff9f14;
    height: 1px;
    width: 30px;
} */

.rd-navbar-corporate .rd-navbar-static .rd-navbar-main{
    padding: 0px;
}
/*=== Main Menu Header End ===*/
.unit-left span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-widget .widget-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-widget .post {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sidebar-widget .post-thumb {
    flex-shrink: 0;
}

.sidebar-widget .post-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-widget .post h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.sidebar-widget .post h3 a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.sidebar-widget .post h3 a:hover {
    color: #ff9f14;
}
.content-recruiment-sidebar{
    padding-top: 20px;
    border-top: 2px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
    h3.wow-outer {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-right: -1px;
    }
    .thumbnail-light {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .thumbnail-light .thumbnail-light-media {
        display: block;
    }
    .name-company {
        text-align: center;
    }
    .introduce .div-content h4{
        text-align: center;
    }
    .introduce .div-content{
        padding: 10px;
    }
    .introduce .div-content span {
        padding: 0;
        font-size: 20px;
    }
}
