@font-face {
    font-family: "m-Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "m-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "m-Bold";
    src: url("../fonts/Montserrat-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "m-Medium";
    src: url("../fonts/Montserrat-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "tuv-montserrat";
    src: url("../fonts/TUV-Montserrat-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "SVN-XBold";
    src: url("../fonts/SVN-Gilroy-XBold.otf");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "m-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
    position: relative;
}

body.disable {
    overflow: hidden;
}

a {
    color: #ffffff;
    text-decoration: none;
}

input,
select,
textarea {
    font-family: "m-Regular", sans-serif;
}

b,
strong,
button {
    font-family: "m-SemiBold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 12px 0;
    font-family: "m-SemiBold";
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

p {
    margin-bottom: 9px;
    line-height: 21px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.owl-carousel,
.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

body.loading .owl-carousel,
body.loading .sub-menu {
    opacity: 1;
    visibility: visible;
}

.slideshow {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    margin-top: 0;
    padding-top: 225px;
    padding-bottom: 130px;
    -webkit-transform-origin: 50% 85%;
    -ms-transform-origin: 50% 85%;
    transform-origin: 50% 85%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

body.page-template .slideshow {
    padding-bottom: 65px;
}

body.page-template .slideshow .banner-top .container {
    display: flex;
    align-items: center
}

.background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(90deg, #000070 0%, #470290 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.slideshow h2,
.slideshow strong {
    font-size: 26px;
}

.banner-top {
    position: relative;
    z-index: 1;
}

.jet-button__plane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: all .3s cubic-bezier(.5, .12, .46, .88);
}

.jet-button__label {
    position: relative;
    z-index: 1;
}

.jet-button__plane-normal {
    opacity: 1;
    background-image: linear-gradient(90deg, #1a83ff 21%, #3152ff 100%);
}

.jet-button__plane-hover {
    opacity: 0;
    background-image: linear-gradient(90deg, #3152ff 21%, #1a83ff 100%);
}

.top_box {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

.top_box h1 {
    font-family: "m-SemiBold";
    font-size: 32px;
    color: #0c0272;
    line-height: 1.6;
    min-height: 50px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.top_box p {
    font-family: "m-Regular";
    font-size: 14px;
    color: #333;
    margin-bottom: 9px;
}

.search-home form {
    width: 300px;
    display: block;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#mod-search-searchword {
    background: #fff;
    background-image: none;
    color: #333;
    padding: 0 12px;
    margin: 0;
    outline: 0;
    font-size: 14px;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border: solid 1px #ccc;
    border-right: 0;
    width: 300px;
    -webkit-appearance: none;
    border-radius: 20px 0 0 20px;
    text-indent: 3px;
    color: #555;
    font-family: arial;
}

#mod-search-searchword:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

.search-home .is-search-submit {
    border: 1px solid #ccc;
    border-left: 0;
    background: 0;
    outline: 0;
    border-radius: 0 20px 20px 0;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.is-search-submit .is-search-icon {
    overflow: hidden;
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid;
    border-color: #ccc;
}

.is-search-icon path {
    fill: #555;
}

.service-content {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: space-between;
}

.service-content .service {
    width: 32%;
    padding: 1.2% 1.2%;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 8px 60px 0 #6797ff1c, 0 12px 90px 0 #6797ff1c;
    box-shadow: 0 8px 60px 0 #6797ff1c, 0 12px 90px 0 #6797ff1c;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}


/* .service-content .service:hover {
    -webkit-box-shadow: 0 8px 60px 0 #6797ff1c, 0 12px 90px 0 #6797ff1c;
    box-shadow: 0 8px 60px 0 #6797ff1c, 0 12px 90px 0 #6797ff1c;
} */

.colum_top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.jet-services__header {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

.jet-services__cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.4;
}

.jet-services__cover img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
    aspect-ratio: 1.4;
}


/* .jet-services__cover:hover img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

.jet-services__cover .bg-icon {
    position: relative;
}

.jet-services__cover .bg-icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.jet-services__cover .bg-icon .cls-1 {
    fill: #f7f8ff;
    transition: .5s;
}

.jet-services__cover .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service:nth-child(1) .jet-services__cover .icon {
    width: 40px;
    height: 40px;
}

.jet-services__cover .icon .cls-1 {
    fill: #0d0373;
    transition: .5s
}

.service:hover .jet-services__cover .bg-icon .cls-1 {
    fill: #0c0272;
}

.service:hover .jet-services__cover .icon .cls-1 {
    fill: #fff;
}

.jet-services__header {
    margin-bottom: 0
}

.service h3.widgettitle {
    font-family: 'm-SemiBold';
    font-size: 18px;
    margin: 20px 0 20px;
    text-align: left;
    font-weight: 500;
}

.service ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.service ul li {
    padding: 2px 0;
}

.service ul li h3 {
    line-height: 1;
    margin: 0;
}

.service ul li a {
    color: #14191d;
    font-family: m-SemiBold;
    font-size: 14px;
    padding-left: 10px;
    line-height: 25px;
    background: url("../images/iconplus.svg") no-repeat scroll left center transparent;
    background-size: 5px;
}

.service ul li ul {
    display: none;
}

.service ul li:hover ul {
    display: block;
}

.service ul li a:hover {
    color: #2574ff;
}

#project_home {
    padding: 30px 0;
}

.showProject {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemproduct {
    width: 32.75%;
    min-height: 246px;
    margin-bottom: 0.875%;
}

.eng-project {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
}

.eng-project::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
    content: "";
}

.eng-project:hover::after {
    opacity: 1;
}

.eng-project:hover .eng-desc-projects {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 65%, 0);
    transform: translate3d(0, 65%, 0);
    bottom: 50%;
}

.eng-project:hover .thumbnailprhome img {
    -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
    transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
}

.itemproduct .itemproductchil .thumbnailprhome {
    position: relative;
}

.thumbnailprhome img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.eng-desc-projects {
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 10;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 170%, 0);
    text-align: center;
}

.itemproduct .titprhome {
    text-transform: initial;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    font-family: "m-SemiBold";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0px auto 0;
}

.itemproduct .eng-desc-projects span {
    color: #fff;
    display: block;
    text-transform: initial;
    font-size: 12px;
    font-weight: normal;
    font-family: 'm-Regular'
}

.xemthem {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    height: 115px;
}

.btn-primary {
    font-family: "m-Bold";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 15px;
    padding: 12px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 0;
    background: -o-linear-gradient(330deg, rgba(55, 118, 255, 0) 0, #1e65ff 100%);
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0, #1e65ff 100%);
    background-color: #379eff;
    margin-bottom: 16px;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-block;
}

.btn-primary:hover {
    box-shadow: 0 12px 24px -6px rgb(55 118 255 / 20%);
    background-color: #46afff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

#khachhang {
    padding-top: 50px;
    background-color: #efeff0;
}

#khachhang .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#khachhang .showKhach {
    width: 68%;
}

.imgKhachhang img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.intro_khachHang {
    width: 100%;
    overflow: hidden;
    padding: 30px 100px;
    text-align: center;
}

.intro_khachHang h4 {
    font-size: 16px;
    color: #0073ab;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.intro_khachHang p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

#khnoiveus button[role="presentation"] {
    width: 17px;
    height: 31px;
    position: absolute;
    top: 20%;
    z-index: 10;
    color: transparent;
    border: none;
}

#khnoiveus .owl2-prev {
    left: 35%;
    background: url("../images/prev.png") no-repeat center;
}

#khnoiveus .owl2-next {
    right: 35%;
    background: url("../images/next.png") no-repeat center;
}

.blog_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon_left {
    width: 28px;
    height: 28px;
    fill: #ccc;
    margin-right: 10px;
}

.icon_right {
    width: 28px;
    height: 28px;
    fill: #ccc;
    margin-left: 10px;
}

.icon_left svg,
.icon_right svg {
    color: #ccc;
    width: 28px;
    height: 28px;
}

#khachhang .textwidget {
    width: 30%;
}

#khachhang .textwidget p iframe {
    width: 100% !important;
    overflow: hidden;
}

#khachhang .textwidget p:nth-child(2) iframe {
    height: 198px;
}

#partner {
    padding: 50px 0px 70px 0px;
}

#breadcrumb-title {
    position: relative;
    background: linear-gradient(135deg, #000151 0%, #8416ee 100%);
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 5px;
    -webkit-transform-origin: 50% 85%;
    transform-origin: 50% 85%;
    margin-bottom: 0px;
}

#breadcrumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#breadcrumb h1,
#breadcrumb a,
#breadcrumb strong,
#breadcrumb span {
    color: #fff;
    font-weight: 600;
}

.color-form {
    background: #FFF3D5;
    border-radius: 10px;
}

section#form {
    margin: 20px 0 0 0;
}

#form .guiyeucau {
    width: 100%;
    margin-top: 30px;
}

#form .content {
    width: 80%;
    margin: auto;
    padding: 20px 0;
    text-align: center;
}

#form .guiyeucau textarea,
#form .guiyeucau input {
    color: #7a7a7a;
    background: #fff;
}

#form .guiyeucau .input_submit {
    background: linear-gradient(90deg, #0000B8 0%, #7300E9 100%);
    margin: 20px auto 0;
}

#form .widgettitle {
    display: none;
}

#form .content .p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'm-SemiBold';
    color: #000;
}

#form .content p {
    text-align: center;
    width: 100%;
}

#form .content p {
    color: #E01E1E;
    font-size: 15px;
}

#singles {
    margin: 0 0 30px;
}

.detailpage .meta-post {
    display: flex;
    gap: 10px;
}

.search-form {
    margin-bottom: 20px;
}

.search-form form {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-form input[type=text] {
    padding: 0 16.6666666667px;
    margin: 0;
    border: 0;
    display: inline-block;
    background: #eceeef;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    color: #7a7a7a;
    outline: none;
    height: 50px;
    width: 100%;
}

.search-form button[type=submit] {
    min-width: 50px;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #54595f;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}

.image-slideshow {
    position: relative;
    width: auto;
    height: 250px;
    overflow: hidden;
    margin: 15px 0 25px;
}

.image-slideshow .owl-stage {
    display: flex;
    overflow: hidden;
}

.image-slideshow img {
    width: 330px;
    max-height: 250px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
}

.owl-dots div {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 5px;
    border-radius: 100%;
    transition: 0.3s;
}

.owl-dots div.active {
    width: 22px;
    border-radius: 5px;
    background: #f79949;
}

#projectnb {
    margin-top: 52px;
}

.sidebar .showProject {
    display: inherit;
    display: inherit;
    flex-wrap: wrap;
}

.sidebar .itemproduct {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
}

button[role="presentation"],
button[owl-dot],
.owl-dots .owl-dot {
    cursor: pointer;
}

#newss button[role="presentation"],
#partner .owl-dots {
    display: none;
}

.owl-dots .owl-dot {
    width: 20px;
    height: 8px;
    background: #ffff;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    transition: .3s ease-in-out;
}

.owl-dots .owl-dot.active {
    background: #2271ff;
    width: 30px;
}

@media (max-width: 1199px) {
    .itemproduct {
        min-height: auto;
    }
}