/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-size: 16px;
}
img {
    margin-bottom: 0!important;
    transition: all 0.5s ease-in-out;
}
.hidden {
    display: none;
}
.row-join-team {
    background: url('assets/images/bg-in-footer-top.png') no-repeat top left;
    background-size: cover;
    padding: 67px 88px 46px 88px;
    margin-top: -120px;
    margin-bottom: 72px;
}
.row-join-team .col-left p {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    margin: 0;
}
.row-join-team .col-right p {
    margin: 0;
}
.row-join-team .col-right a {
    color: #002F5F;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 26px;
    line-height: 25px;
    display: inline-block;
    padding: 23px 68px 23px 26px;
    background: url('assets/images/next-34.png') no-repeat right 26px center #F3F6FB;
    margin-top: 15px;
}
.row-join-team .col-right a:hover {
    opacity: 0.8;
}
.info-company img {
    max-width: 225px;
    margin: 0 auto 60px auto!important;
}
.info-company ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 138px;
}
.info-company ul li {
    color: #fff;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding: 0 0 0 32px;
}
.info-company ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
.info-company ul li:nth-child(1) {
    background: url('assets/images/location.png') no-repeat left center;
}
.info-company ul li:nth-child(2) {
    background: url('assets/images/phone.png') no-repeat left center;
}
.info-company ul li:nth-child(3) {
    background: url('assets/images/mail.png') no-repeat left center;
}
.absolute-footer {
    display: none;
}
.footer-bottom {
    border-top: 1px #fff solid;
    padding: 16px 0!important;
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.footer-bottom ul li {
    list-style: none;
    margin: 0;
}
.footer-bottom ul li:hover img {
    transform: rotate(90deg);
}
.footer-bottom .col {
    padding-bottom: 0;
}
.bg-header {
    background-size: cover;
    min-height: 600px;
    position: relative;
}
.bg-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}
.bg-header-content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
    text-align: center;
    color: #fff;
    z-index: 90;
    width: 100%;
    max-width: 1280px;
}
.bg-header-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.bg-header-content p:first-child {
    font-weight: 700;
    font-size: 60px;
    line-height: 99px;
    color: #6BF0FF;
    margin: 0;
}
#footer {
    margin-top: 220px;
}
.home #footer {
    margin: 0;
}
.contact-info {
    padding: 80px 0 120px 0!important;
    position: relative;
}
.contact-info::after, section.posts::after, .post-single-page::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('assets/images/footer-bg-1-3.png') no-repeat bottom left;
    z-index: 10;
    width: 900px;
    height: 399px;
}
.contact-info::before, section.posts::before, .post-single-page::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('assets/images/footer-bg-1-2.png') no-repeat top right;
    z-index: 10;
    width: 900px;
    height: 399px;
}
.contact-info img {
    max-width: 200px;
}
.contact-info ul {
    padding: 0;
    margin: 30px 0 70px 0;
}
.contact-info ul li {
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0 0 0 30px;
    color: #fff;
}
.contact-info ul li:nth-child(1) {
    background: url('assets/images/location.png') no-repeat left center;
}
.contact-info ul li:nth-child(2) {
    background: url('assets/images/phone.png') no-repeat left center;
}
.contact-info ul li:nth-child(3) {
    background: url('assets/images/mail.png') no-repeat left center;
}
.form-contact-page .form-title p {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #fff;
}
.form-contact-page .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;;
}
.form-contact-page .form-row .form-name {
    width: calc(50% - 8.5px);
}
.form-contact-page .form-row .form-phone {
    width: calc(50% - 8.5px);
}
.form-contact-page label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 15px 0 8px 0;
}
.form-contact-page input {
    background: #fff;
    border-radius: 5px;
    min-height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6F6F6F;
}
.form-contact-page textarea {
    background: #fff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6F6F6F;
    min-height: 70px;
}
.form-contact-page input.wpcf7-submit {
    background: #6BF0FF;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #002F5F;
    text-transform: none;
    padding: 9px 27px;
    margin: 15px 0 0 0;
}
.contact-info iframe {
    width: 100%;
    height: 723px;
    border-radius: 10px;
}
.header {
    top: 100px;
    position: absolute;
    left: auto;
    right: auto;
}
.header .header-bg-color {
    background: transparent;
}
.header-main .nav > li > a {
    color: #fff;
}
.header-main .nav > li > a:hover, .header-main .nav > li.current-menu-item > a {
    color: #6BF0FF;
}
.header-main .nav > li {
    margin: 0 20px;
}
#logo {
    margin-right: 90px;
}
section.posts {
    position: relative;
    background: #002F5F;
    padding: 75px 0 120px 0;
    z-index: 5;
}
.post-item {
    margin: 30px 0 0 0;
    position: relative;
}
.post-item::after {
    content: '';
    background: url('assets/images/test-frame.png') no-repeat bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    z-index: 10;
}
.post-item .post-item-image {
    overflow: hidden;
}
.post-item:hover img {
    transform: scale(1.05);
}
.post-item .post-item-content {
    position: absolute;
    bottom: 30px;
    left: 52px;
    right: 52px;
    width: calc(100% - 104px);
    z-index: 90;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-item .post-item-content .post-title {
    width: calc(100% - 93px);
}
.post-item .post-item-content h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    color: #fff;
}
.post-item .post-item-content h3 a {
    color: #fff;
}
.post-item .post-item-content h3 a:hover {
    color: #f2f2f2;
}
.slider-posts {
    z-index: 30;
}
.slider-posts .slick-dots {
    bottom: -75px;
}
.slider-posts .slick-dots li {
    width: 18px;
    height: 18px;
}
.slider-posts .slick-dots li button::before {
    opacity: 1;
    font-size: 18px;
    color: #D9D9D9;
}
.slider-posts .slick-dots li.slick-active button::before {
    color: #808080;
}
.partners .partner-title, .related-posts .related-title p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #002F5F;
    text-transform: uppercase;
    margin: 100px 0 50px 0;
    text-align: center;
}
.partners .partner-item {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}
.slick-partners .slick-track {
    display: flex;
}
.slick-partners .slick-list {
    margin: 0 -25px;
}
.slick-partners .slick-prev:before, .slick-partners .slick-next:before {
    opacity: 1;
    color: #002F5F;
    font-size: 26px;
}
.slick-partners .slick-prev {
    left: -50px;
}
.slick-partners .slick-next {
    right: -50px;
}
.post-single-page {
    position: relative;
    background: #002F5F;
    padding: 80px 0 60px 0;
}
.post-single-page h1 {
    color: #fff;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
}
.post-single-page .s-content {
    color: #f5f5f5;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.post-single-page .s-content ul {
    padding-left: 20px;
}
.post-single-page .info-item {
    color: #fff;
    margin-bottom: 50px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.post-single-page .info-item p {
    line-height: 40px;
}
.post-single-page .info-item h5 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    position: relative;
    margin: 0 0 50px 0;
}
.post-single-page .info-item h5::before {
    content: '';
    position: absolute;
    width: 252px;
    height: 3px;
    background: #6BF0FF;
    bottom: -13px;
    left: 0;
}
.post-single-page .info-item ul {
    padding-left: 25px;
}
.post-single-page-top {
    margin-bottom: 100px;
}
.slider-content {
    margin-bottom: 35px;
}
.slider-content .slick-slide {
    height: 503px;
    overflow: hidden;
}
.slider-content .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slider-thumb .slick-slide {
    margin: 0 7px;
    height: 162px;
    overflow: hidden;
    cursor: pointer;
}
.slider-thumb .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slider-related-post .post-item .post-item-content {
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    gap: 5px;
}
.slider-related-post .post-item {
    margin: 0 15px;
}
.slider-related-post .slick-list {
    margin: 0 -15px;
}
.slider-related-post .post-item .post-item-content .post-title {
    width: calc(100% - 65px);
}
.slider-related-post .post-item .post-item-content .post-view-detail img {
    width: 60px;
}
.slider-related-post .slick-dots li, .slick-partners .slick-dots li {
    width: 16px;
    height: 16px;
}
.slider-related-post .slick-dots li button::before, .slick-partners .slick-dots li button::before {
    font-size: 16px;
    color: #002F5F;
    opacity: 1;
}
.slider-related-post .slick-dots {
    bottom: -60px;
}
.slider-related-post .slick-dots li.slick-active button::before, .slick-partners .slick-dots li.slick-active button::before {
    color: #7F7F7F;
}
.service-page {
    padding: 80px 0 0 0;
}
.tabs-wrapper {
    background: #0a3b6e;
}
.tabs {
    display: flex;
    margin: auto;
}
.tab {
    flex: 1;
    padding: 40px 30px;
    text-align: center;
    color: #fff;
    background: #002F5F;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}
.tab span {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
}
.tab .icon {
    display: none;
    font-size: 24px;
    margin-bottom: 21px;
}
.tab.active {
    background: #DDE6EF;
    color: #0B0B0B;
}
.tab.active .icon:nth-child(1), .tab:not(.active) .icon:nth-child(2) {
    display: block;
}
/* Mũi nhọn */
.tab.active::after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 33px solid #DDE6EF;
}
.tab-contents {
    margin: 120px 0 0 0;
    padding: 0 15px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content img {
    max-width: 100%;
}
.tab-content .tab-content-item .content {
    background: transparent;
    font-size: .9em;
    font-style: italic;
    padding: .4em;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #040404;
    margin: 30px auto 50px auto;
    max-width: 750px;
}
.single-post-top {
    margin-bottom: 100px;
}
.about-general {
    padding: 130px 0 130px 0!important;
    position: relative;
}
.about-general::before {
    content: '';
    width: 627px;
    height: 700px;
    position: absolute;
    top: 136px;
    left: 0;
    background: url('assets/images/about-general-bg-1.png') no-repeat top center;
    z-index: 5;
}
.about-general::after {
    content: '';
    width: 627px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('assets/images/about-general-bg-2.png') top right;
    z-index: 5;
}
.about-general .section-content {
    z-index: 10;
}
.about-general .col-right h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #002F5F;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.about-general .col-right p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
}
.about-general .about-img-1 {
    max-width: 460px;
}
.about-general .about-img-2 {
    position: absolute;
    top: 50%;
    right: 30px;
    max-width: 253px;
    transform: translateY(-50%);
    border: 9px #fff solid;
}
.core-values {
    padding: 82px 0!important;
}
.core-values .main-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
}
.core-values .box-vertical h4 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    margin: 0 0 20px 0;
}
.core-values .box-vertical p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.core-values .box-vertical .box-image, .core-values .box-vertical .box-image > div {
    height: 148px;
    overflow: hidden;
}
.core-values .box-vertical .box-image img {
    object-fit: cover;
    height: 100%;
}
.core-values .box-vertical .box-text {
    padding-left: 40px;
}
.core-values .col-margin {
    margin-bottom: 70px;
}
.core-values.method-work .col-margin {
    margin-bottom: 30px;
}
.we-design {
    padding: 55px 0!important;
}
.we-design .maint-title {
    max-width: 1035px;
    margin: 0 auto 40px auto;
}
.we-design .maint-title p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
}
.we-design .maint-title p:first-child {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #002F5F;
    margin: 0 0 22px 0;
}
.we-design .box-text-bottom .box-text {
    background: #002F5F;
    height: 80px;
    padding-top: 16px;
}
.we-design .box-text-bottom .box-image:hover img {
    transform: scale(1.05);
}
.we-design .box-text-bottom .box-text h4 {
    font-weight: 700;
    font-size: 20px;;
    line-height: 21px;
    text-transform: uppercase;
    color: #FEFEFF;
}
.we-design .box-text-bottom .box-text p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.html_topbar_left {
    display: flex!important;
    flex-wrap: nowrap;
    gap: 9px;
    width: 100%;
}
.html_topbar_left .start-project {
    width: calc(100% - 82px);
}
.html_topbar_left .start-project a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 21px 54px 21px 15px;
    background: url('assets/images/next-34-white.png') no-repeat right 15px center #115099;
}
.html_topbar_left .gtranslate_wrapper {
    width: 73px;
}
div.flex-col.flex-right {
    width: 311px;
}
.html_topbar_left .gt_selector {
    width: 80px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #115099;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 40px 15px 15px;
    border: none;
    cursor: pointer;
    outline: none;
    /* mũi tên */
    background-image:
        linear-gradient(45deg, transparent 50%, white 50%),
        linear-gradient(135deg, white 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 14px) 50%;
    background-size:
        8px 8px,
        8px 8px;
    background-repeat: no-repeat;
    height: 60px;
}
.html_topbar_left .gt_selector option {
    text-transform: uppercase;
}
.about-general .row-margin .col-inner {
    padding: 40px 0;
}
.about-general .row-margin {
    margin-top: -250px;
    margin-bottom: 130px;
}
.about-general .row-margin .box-image img {
    height: 85px;
    width: auto;
}
.about-general .row-margin .box-text {
    padding-bottom: 0;
    min-height: 80px;
}
.about-general .row-margin .box-text-inner p {
    margin: 16px 0 0 0;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #fff;
}
.about-general .row-margin .box-text-inner p:nth-child(2) {
    margin: 0;
}
.project-feature {
    padding: 75px 0 105px 0!important;
}
.project-feature .main-title p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin: 0 0 80px 0;
}
.project-feature .main-title p:first-child {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.project-feature .slider-related-post .slick-dots li button::before {
    color: #D9D9D9;
}
.project-feature .slider-related-post .slick-dots li.slick-active button::before {
    color: #808080;
}
.project-feature .slider-related-post .slick-dots {
    bottom: -75px;
}
.home-news {
    padding: 80px 0 200px 0!important;
}
.home-news .main-title p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin: 0 auto 50px auto;
    max-width: 1035px;
}
.home-news .main-title p:first-child {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #002F5F;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.home-news .news-item:not(.news-item-first) {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.home-news .news-item:not(.news-item-first) .news-item-image {
    width: 50%;
    position: relative;
}
.home-news .news-item:not(.news-item-first) .news-item-content {
    width: 50%;
    padding: 50px 30px;
}
.home-news .news-item:not(.news-item-first) .news-item-content .news-title h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 50px 0;
}
.home-news .news-item:not(.news-item-first) {
    margin: 0 0 27px 0;
}
.home-news .news-item-first .date {
    display: none;
}
.home-news .news-item:not(.news-item-first) .date {
    position: absolute;
    top: 28px;
    left: 30px;
    z-index: 10;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    background: #002F5F;
    padding: 14px;
    display: inline-block;
    color: #fff;
}
.home-news .news-item {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.home-news .news-item-first .news-item-image {
    overflow: hidden;
    height: 305px;
}
.home-news .news-item .news-item-image img {
    width: 100%;
    object-fit: cover;
}
.home-news .news-item .news-item-image:hover img {
    transform: scale(1.05);
}
.home-news .news-item-first .news-item-content {
    padding: 40px;
}
.home-news .news-item .news-item-content .news-title h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin: 0 0 11px 0;
}
.home-news .news-item .news-item-content .news-title h3 a {
    color: #000000;
}
.home-news .news-item .news-item-content .news-title h3 a:hover {
    color: #002F5F;
}
.home-news .news-item .news-description {
    display: none;
}
.home-news .news-item-first .news-description {
    display: block;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    text-align: justify;
    margin: 0 0 20px 0;
}
.home-news .news-item .news-view-detail a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #237DC7;
}
.home-news .news-item .news-view-detail a:hover {
    color: #000;
}
.header-wrapper.stuck .header-bg-color {
    background: rgba(0, 0, 0, 0.6);
}
.home-slider .flickity-slider h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: #6BF0FF;
    margin: 0 0 28px 0;
}
.home-slider .flickity-slider p {
    margin: 0 0 50px 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.home-slider .flickity-slider a.button {
    background-color: #115099!important;
    color: #fff!important;
    padding: 15px 150px 15px 76px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    background-image: url('assets/images/next-34-white-large.png');
    background-repeat: no-repeat;
    background-position: right 58px center;
}
.home-slider .flickity-page-dots {
    bottom: 175px;
}
.home-slider .flickity-page-dots .dot {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    border-color: #D9D9D9;
}
.home-slider .flickity-page-dots .dot.is-selected {
    background: #808080;
    border-color: #808080;
}
.fiducial-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.fiducial-tabs .tabs-left {
    width: 40%;
    background: #F3F6FB;
    padding: 100px 0 60px 0;
    position: relative;
}
.fiducial-tabs .tabs-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #002F5F;
    text-transform: uppercase;
    padding-right: 80px;
    text-align: right;
    margin: 0 0 50px 0;
}
.fiducial-tabs .tab-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fiducial-tabs .tab-menu li {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 40px 40px 80px;
    cursor: pointer;
    position: relative;
    margin: 0;
}
.fiducial-tabs .tab-menu li .text {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    padding-right: 35px;
}
.fiducial-tabs .tab-menu li .icon img {
    max-width: 110px;
}
.fiducial-tabs .tab-menu li .icon {
    background: #DDE6EF;
    padding: 20px 10px;
}
.fiducial-tabs .tab-menu li.active {
    background: #fff;
    font-weight: 600;
}
.fiducial-tabs .tab-menu li.active::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 50px solid #fff;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
}
.fiducial-tabs .tabs-right {
    width: 60%;
    background: url('assets/images/BG4.png') no-repeat top center #002F5F;
    padding: 105px;
    background-size: cover;
}
.fiducial-tabs .tab-content {
    display: none;
}
.fiducial-tabs .tab-content.active {
    display: block;
}
.fiducial-tabs .tab-content img {
    width: 100%;
    border-radius: 4px;
    max-height: 423px;
    margin: 0 auto;
}
.fiducial-tabs .tab-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    margin: 47px 0 0 0;
    color: #fff;
}
.fiducial-tabs .tab-content .slick-dots {
    bottom: -75px;
}
.fiducial-tabs .tab-content .slick-dots li {
    width: 16px;
    height: 16px;
}
.fiducial-tabs .tab-content .slick-dots li button::before {
    opacity: 1;
    font-size: 16px;
    color: #D9D9D9;
}
.fiducial-tabs .tab-content .slick-dots li.slick-active button::before {
    color: #808080;
}
.fixed-icon {
    position: fixed;
    bottom: 55px;
    right: 17px;
    z-index: 999;
}
.fixed-icon ul {
    list-style: none;
    margin: 0;
}
.fixed-icon ul li {
    margin: 15px 0;
}
.fixed-icon ul li img {
    max-width: 50px;
}
.feature-project-box {
    margin-top: 60px;
}
.feature-project-box .list-projects .post-item::after {
    height: 250px;
}
.feature-project-box .list-projects .post-item .post-item-image {
    height: 250px;
    overflow: hidden;
}
.feature-project-box .list-projects .post-item .post-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.feature-project-box .list-projects .post-item .post-item-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 20px);
    z-index: 90;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.feature-project-box .list-projects .post-item .post-item-content .post-title {
    width: 100%;
}
.feature-project-box .list-projects .post-item .post-item-content .post-title h3 {
    font-size: 18px;
}
.feature-project-box > h3, .feature-post-box > h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
.feature-post-box .list-posts .p-item .p-image {
    height: 200px;
}
.feature-post-box .list-posts .p-item .p-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.feature-post-box .list-posts .p-item {
    margin-top: 30px;
}
.feature-post-box .list-posts .p-item .p-title {
    margin: 15px 0 0 0;
}
.feature-post-box .list-posts .p-item .p-title a {
    color: #000;
    font-size: 17px;
    line-height: 26px;
}
.feature-post-box .list-posts .p-item .p-title a:hover {
  color: #002F5F;
}
.blog-single {
    padding: 50px 0;
}
.blog-single h1 {
    margin: 0;
    color: #000;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
div.flex-col.flex-right {
    width: auto;
}
.html_topbar_left .start-project a {
    padding: 10px;
    background: #115099;
    font-size: 11px;
}
#logo {
    margin-right: 20px;
    width: 135px!important;
}
.html_topbar_left .start-project {
    width: calc(100% - 70px);
}
.html_topbar_left .gt_selector {
    padding: 10px;
    font-size: 13px;
    height: 56px;
}
.about-general .row-margin {
    margin-top: 0;
    margin-bottom: 60px;
}
.about-general {
    padding: 0 0 60px 0 !important;
}
.about-general .col-right h3, .core-values .main-title, .we-design .maint-title p:first-child,
.project-feature .main-title p:first-child, .home-news .main-title p:first-child {
    font-size: 30px;
    line-height: 40px;
}
.core-values {
    padding: 50px 0 !important;
}
.core-values .main-title p {
    margin-bottom: 0;
}
.core-values .box-vertical .box-image img {
    width: auto;
}
.core-values .box-vertical .box-image, .core-values .box-vertical .box-image > div {
    text-align: center;
}
.core-values .box-vertical .box-text {
    padding-left: 10px;
}
.core-values .box-vertical h4 {
    margin: 10px 0 20px 0;
}
.core-values .col-margin {
    margin-bottom: 10px;
}
.project-feature .main-title p {
    margin: 0 0 40px 0;
}
.home-news .news-item-first .news-item-image {
    height: auto;
}
.header {
    top: 20px;
}
.home-slider .flickity-slider h3 {
    font-size: 25px;
    line-height: 34px;
}
.home-slider .flickity-slider p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px 0;
}
.home-slider .banner {
    padding-top: 600px!important;
}
.home-slider .banner .text-box {
    top: 60%!important;
}
.home-slider .flickity-slider a.button {
    padding: 15px;
    background-image: none;
    font-size: 20px;
    line-height: 26px;
}
.fiducial-tabs {
    display: block;
}
.fiducial-tabs .tabs-left {
    width: 100%;
    padding: 50px 0 30px 0;
}
.fiducial-tabs .tabs-title {
    padding: 0 15px;
    text-align: left;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}
.fiducial-tabs .tab-menu li {
    padding: 20px 15px;
    gap: 20px;
}
.fiducial-tabs .tab-menu li .text {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
}
.fiducial-tabs .tabs-right {
    width: 100%;
    padding: 30px;
}
.fiducial-tabs .tab-content img {
    max-height: 250px;
}
.fiducial-tabs .tab-content .slick-dots {
    bottom: -40px;
}
.fiducial-tabs .tab-content p {
    margin: 20px 0 0 0;
}
.we-design .maint-title {
    margin: 0 auto 0 auto;
}
.home-news .news-item-first .news-item-content {
    padding: 30px;
}
.home-news .news-item:not(.news-item-first) .news-item-image, .home-news .news-item:not(.news-item-first) .news-item-content {
    width: 100%;
}
.home-news .news-item:not(.news-item-first) .news-item-content {
    padding: 30px;
}
.home-news {
    padding: 80px 0 50px 0 !important;
}
.row-join-team {
    margin-top: 0;
    padding: 40px 20px 20px 20px;
}
.row-join-team .col-left p {
    font-size: 26px;
    line-height: 35px;
}
.info-company img {
    display: block;
}
.info-company ul {
    gap: 20px;
}
.bg-header-content p:first-child {
    font-size: 40px;
    line-height: 59px;
    margin-bottom: 15px;
}
.bg-header-content p {
    font-size: 20px;
    line-height: 26px;
}
.about-general::before, .tab.active::after {
    display: none;
}
.partners .partner-title, .related-posts .related-title p {
    font-size: 28px;
    line-height: 38px;
    margin: 50px 0 30px 0;
}
#footer {
    margin-top: 50px;
}
.tabs {
    display: block;
}
.post-item .post-item-content {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
}
.post-item .post-item-content .post-view-detail img {
    max-width: 70px;
}
.post-item .post-item-content .post-title {
    width: calc(100% - 70px);
}
.slick-partners .slick-dots {
    bottom: -58px;
}
section.posts {
    padding: 50px 0 50px 0;
}
.slider-posts .slick-dots {
  bottom: -40px;
}
.post-single-page h1 {
  font-size: 40px;
  line-height: 55px;
}
.post-single-page .info-item h5 {
    font-size: 26px;
    line-height: 30px;
}
.slider-related-post .slick-dots {
    bottom: -36px;
}
.form-contact-page .form-title p {
    font-size: 26px;
    line-height: 37px;
}
.contact-info {
    padding: 50px 0 40px 0 !important;
}
.home-slider .flickity-page-dots {
    bottom: 15px;
}
.feature-post-box .list-posts .p-item .p-image {
    height: auto;
}
.feature-post-box .list-posts .p-item .p-image img {
    height: auto;
}
.page-template-page-about .about-img-1 {
    margin-top: 60px;
}
}