/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
width: 5px;
border: none;
background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
display: none;
}

::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: #521d91;
}

::-webkit-scrollbar-track {
background-repeat: repeat-y;
background-size: 1px;
background-position: center top;
}

::selection {
background: #B2263A;
color: #fff;
text-shadow: none;
}
* {
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;
}

.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: var(--e-global-color-accent);
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%;
}

.service-content .service {
padding: 3.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 rgb(202 32 39 / 10%), 0 12px 90px 0 rgb(202 32 39 / 10%);
    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: var(--e-global-color-accent);
}

.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: 10%;
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;
}
}

@media (max-width: 991px) {

.showProject {
display: flex;
}

.itemproduct {
min-height: auto;
height: auto;
}

#breadcrumb {
margin-top: 45px;
padding-bottom: 50px;
}

#mod-search-searchword {
width: 100%;
}
}

@media (max-width: 768px) {
#breadcrumb {
margin-top: 30px;
}

.slideshow {
padding-top: 100px;
}

.slideshow {
padding-bottom: 50px;
background: radial-gradient(29.03% 57.89% at 82.85% -12.05%, #831ca3 0%, rgba(15, 23, 42, 0) 100%),
radial-gradient(47.94% 77.56% at 12.47% 113.71%, var(--e-global-color-accent) 0%, rgba(15, 23, 42, 0) 100%), var(--e-global-color-accent);
}

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

.banner-top-left {
padding: 30px 0;
}

.banner-top-right {
min-height: 225px;
}

.robot-vi img {
margin-top: 30px;
}

.banner-top .type-wrap {
height: 51px;
}

.type-wrap .word {
font-size: 34px;
line-height: 42px;
height: 35px;
}

.branding p {
font-size: 14px;
}

.main-body {
min-height: 1450px;
}

.top_box h2 {
font-size: 18px;
min-height: 28px;
}

#aboutus {
padding-top: 20px;
}

.gioiThieu h2 {
font-size: 22px;
}

.gioiThieu p {
text-align: left;
}

#project_home {
padding: 15px 0;
}

#project_home h3.titlecategory {
font-size: 18px;
}

.itemproduct .titprhome {
font-size: 11px;
}

#project_home .xemthem {
height: auto;
z-index: 999;
}

#project_home .btn-primary {
margin-top: 15px;
}

#camket1 .type-wrap h2 {
font-size: 24px !important;
}

#khnoiveus .owl-buttons>div {
top: 15%;
}

#khnoiveus .owl-next {
right: 20%;
}

#khnoiveus .owl-prev {
left: 20%;
}

.banner-top-left,
.banner-top-right,
.gioiThieu,
.img_about,
.itemCamKet,
.showKhach,
#khachhang .container .textwidget,
.footer,
.guiyeucau {
width: 100% !important;
}

.service-content .service {
padding: 15px;
}

.item-experience {
width: 50% !important;
}

.intro_khachHang {
padding: 0;
}

#experience .item-experience h2 {
font-size: 36px !important;
}

.xemthem {
padding: 0;
margin: 0;
}
}

@media (max-width: 639px) {
.showProject {
justify-content: space-around;
}

.itemproduct {
width: 47.5%;
}
}

@media (max-width: 575px) {

.slideshow .container {
max-width: 95%;
}

.slideshow h2,
.slideshow strong {
font-size: 16px;
margin: 0;
}

.branding p {
font-size: 12px;
}

#form .content {
width: 90%;
}

.main-content p strong {
font-size: 14px;
}

.main-content ul li span {
font-size: 14px !important;
}

.eng-project:hover .eng-desc-projects {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
}

@media (max-width: 479px) {
.eng-project:hover .eng-desc-projects {
padding-left: 5px;
padding-right: 5px;
}
}

@media (max-width: 425px) {
.box_part {
width: 100%;
}

.message {
top: 50%;
width: 80%;
padding: 15px;
font-size: 16px;
}
}

@media (max-width: 375px) {
.type-wrap .word {
font-size: 30px;
line-height: 36px;
}

.banner-top .type-wrap {
height: 44px;
}
}
@media screen and (max-width: 1600px) {

#partner h2,
.main-body h2,
#commit h2,
#testimonial h2,
#typical h2,
#relate p {
font-size: 30px;
line-height: 38px;
}

#commit p {
font-size: 14px;
line-height: 22px;
}
}

@media screen and (max-width: 1439px) {
#partner h2 {
margin-bottom: 30px;
}

.data_wrap .count {
font-size: 30px;
line-height: 38px;
}

.data_wrap .count {
font-size: 40px;
line-height: 48px;
}

.data_wrap .text {
font-size: 14px;
line-height: 22px;
}
}

@media screen and (max-width: 1199px) {

#partner {
padding: 30px 0;
}

#partner h2 {
margin-bottom: 30px;
}

#slider_partner {
padding-bottom: 55px;
}

#partner .slick-arrow {
width: 40px;
height: 40px;
left: 40%;
}

.service-content .service {
padding: 1.3%;
position: relative;
}

.service h3.widgettitle {
margin: 15px 0 10px;
letter-spacing: -1.4px;
}

.colum_top .cate a {
padding: 5px 0;
width: 100%;
}

.service .btn a {
margin-top: 15px;
}

#choose_ibrand .choose_ibrand-bg>div {
max-width: 970px;
}

#choose_ibrand,
#typical,
#commit,
#form-lienhe {
margin-bottom: 30px;
}

#testimonial .owl-carousel {
padding: 55px 0 55px;
}

#relate p {
margin-bottom: 30px;
}

.container {
max-width: 970px;
}

#testimonial .owl-item {
padding: 0 15px;
}

#testimonial .content-ttmna {
margin-bottom: 10px;
font-size: 12px;
line-height: 18px;
height: 72px;
}

#testimonial p {
font-size: 12px;
line-height: 1;
margin-bottom: 10px;
}

#testimonial .item-ttmna:after {
box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.service_item_item h3.widgettitle {
margin: 0px 0 8px 0px;
font-size: 15px;
}

.service_item_content {
padding: 10px;
}

#partner button.slick-prev.slick-arrow,
#partner button.slick-next.slick-arrow {
display: none;
}
}

@media screen and (max-width: 1024px) {

#partner h2,
#testimonial h2,
.main-body h2 {
font-size: 26px;
line-height: 34px;
margin-bottom: 5px;
}

#typical h2 {
font-size: 26px;
line-height: 34px;
}

#relate .container-rlt {
grid-template-columns: 48% 48%;
gap: 4%;
row-gap: 20px;
}

#relate .cate-rlt {
padding-top: 0;
padding-bottom: 0;
height: 20px;
}

#relate .title-rlt {
font-size: 14px;
line-height: 24px;
}

#partner button.slick-prev.slick-arrow,
#partner button.slick-next.slick-arrow {
display: none !important;
}
}

@media screen and (max-width: 991px) {

.container,
#choose_ibrand .choose_ibrand-bg>div {
max-width: 740px;
}

#partner h2 {
width: 70%;
}

#typical h2 {
font-size: 22px;
line-height: 30px;
}

.trust_slide_image::before,
.trust_slide_image::after {
display: none;
}

.trust_slide_image {
padding: 0;
}

.colum_top .cate a {
width: 100%;
}

.choose_ibrand-bg {
padding: 40px 0;
}

.data_wrap .item_data img {
width: 40px;
}


.data_wrap .count {
font-size: 22px;
line-height: 30px;
margin: 5px 0;
}

.data_wrap .text {
font-size: 12px;
line-height: 20px;
}

#commit .container {
grid-template-columns: 49% 49%;
}

#commit h2 {
font-size: 26px;
line-height: 30px;
margin-bottom: 5px;
}

#commit p {
line-height: 20px;
}

p.ecosystem_title {
width: 25%;
}

.ecosystem_wrap {
width: 75%;
}
}

@media screen and (max-width: 767px) {

.container,
#choose_ibrand .choose_ibrand-bg>div {
max-width: 546px;
}

#partner {
padding-top: 0;
}

#partner h2 {
width: 90%;
}

.colum_top {
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}

.service h3.widgettitle {
font-size: 16px;
}

/* .service-content .service:hover {
-webkit-box-shadow: none;
box-shadow: none;
} */

.colum_top .cate a h2 {
font-size: 13px;
line-height: 21px;
}

#commit .container {
grid-template-columns: 100%;
}

#commit h2,
#commit p {
text-align: center;
width: 80%;
margin: auto;
margin-bottom: 10px;
}

#testimonial .owl-carousel {
padding: 35px 0 35px;
}

#testimonial .item-ttmna {
padding: 10px;
}

#testimonial .owl-item {
padding: 0 5px;
}

#testimonial .img-ttmna {
margin-bottom: 5px;
}

#testimonial .img-ttmna img {
width: 95px;
height: 95px;
}

#testimonial .h4 {
font-size: 13px;
line-height: 20px;
}

#testimonial p {
margin-bottom: 5px;
}

#testimonial .item-ttmna:hover:after {
top: -15px;
bottom: -15px;
}

#relate .box-relate a>div {
margin-bottom: 0;
}
}

@media screen and (max-width: 639px) {

#partner h2,
#commit h2,
#testimonial h2,
.main-body h2,
#typical h2,
#relate p {
font-size: 20px;
line-height: 28px;
}

#partner h2 {
width: 85%;
}

.colum_top .cate a {
padding: 0px 0px 5px 0px;
}

.service .btn a {
margin-top: 10px;
font-size: 14px;
}

.service .btn a::before {
width: 16px;
}

#relate .container-rlt {
grid-template-columns: 48% 48%;
gap: 0;
column-gap: 4%;
}

#relate .box-relate {
margin-bottom: 15px;
}

#typical .itemproduct:nth-last-child(1) {
display: none;
}

#typical .itemproduct {
margin-bottom: 15px;
}

.service-content {
row-gap: 0px;
padding: 0px 10px;
}

.service_item_content {
padding: 10px 20px;
}

.colum_top .cate {
padding-left: 10px;
}
}

@media screen and (max-width: 575px) {

.container,
#choose_ibrand .choose_ibrand-bg>div {
max-width: 450px;
}

#partner {
padding: 0;
margin-bottom: 20px;
}

.slider_partner {
padding-bottom: 10px;
}

#partner .slick-arrow {
display: none !important;
}

#slider_partner {
padding-bottom: 30px;
}

.choose_ibrand-bg {
padding: 25px 0;
}

.data_wrap {
display: grid;
grid-template-columns: 50% 50%;
}

.data_wrap .item_data {
padding: 10%;
}

.data_wrap .item_data img {
width: 60px;
}

.data_wrap .text {
text-align: center;
font-size: 14px;
line-height: 22px;
}

#typical .itemproduct {
margin-bottom: 10px;
}

}

@media screen and (max-width: 480px) {

.container,
#choose_ibrand .choose_ibrand-bg>div {
max-width: 95%;
margin: auto;
}

#commit h2,
#commit p {
width: 100%;
}

p.ecosystem_title,
#testimonial .show-ttmna_title {
font-size: 20px;
text-align: center;
margin-bottom: 20px;
}

p.ecosystem_title {
width: 100%;
font-size: 20px !important;
margin-bottom: 0px !important;
font-family: 'm-SemiBold';
}

.ecosystem_wrap {
width: 100%;
max-width: 100% !important;
}

.ecosystem {
row-gap: 20px;
flex-direction: column;
}

.commit-video {
padding: 0px 0%;
}

.commit-video iframe {
height: 260px;
}

.pc {
display: none;
}

.mb {
display: block;
}
}

.mnfixed ul#mega-menu-menu-1 li a {
    color: #ca2027 !important;
}

.mnfixed .main-menu {
    margin-bottom: -6px !important;
}
ul#mega-menu-menu-1 a.mega-menu-link {
    font-family: "m-SemiBold" !important;
}

#mega-menu-wrap-mobilemunus .mega-menu-toggle+#mega-menu-mobilemunus {
    display: block !important;
}

ul#mega-menu-menu-1 ul.mega-sub-menu li a svg {
    width: 18px;
    height: 18px;
    color: #ff7e00;
    fill: #ff7e00;
    margin-right: 8px;
    position: relative;
    margin-bottom: -4px;
}

ul#mega-menu-menubottom {
    display: block !important;
}

.mnfixed .main-menu ul#main-menu>li {
    padding-top: 30px;
}

.mnfixed .main-menu ul#main-menu>li>a {
    color: inherit;
}
.mnfixed {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 20px 0 #6797ff57;
    box-shadow: 0 0 20px 0 #6797ff57;
    min-height: 70px !important;
}
.mnfixed .logo-white {
	display: none !important;
}
.mnfixed .logo-color {
	display: block !important;
}
.mnfixed .logo {
    margin: 0;
    width: 120px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.mnfixed .title-slogan .elementor-heading-title {
    color: #646464 !important;
}

.mnfixed .main-menu ul li a {
    color: #363b40;
}

.mnfixed .main-menu #main-menu>li>.sub-menu {
    -webkit-box-shadow: 0 12px 40px 0 rgb(23 16 159 / 40%),
        0 70px 100px -60px rgb(23 16 159 / 60%);
    box-shadow: 0 12px 40px 0 rgb(23 16 159 / 40%),
        0 70px 100px -60px rgb(23 16 159 / 60%);
}
@media (max-width: 1199px) {
	#header-2 {
		min-height: auto !important;
	}
	.mnfixed {
        min-height: auto !important;
    }
}
#menu-menu-category-du-an li {
	background-image: url(images/bg-du-an.png);
}
.project_service_wrap {
    display: flex;
    flex-wrap: wrap;
}
a.project_service_item {
    border: 1px solid rgba(112, 112, 112, 0.3);
    padding: 10px;
    margin: 0px 10px 10px 0px;
    transition: 0.3s ease-in-out;
    color: #000;
}
a.project_service_item:hover {
    background-color: var(--e-global-color-accent);
    color: #ffffff !important;
    transition: 0.3s ease-in-out;
}

.form-inline {
    display: flex;
}

.is-search-submit {
    border: 1px solid #ccc;
    border-left: 0;
    background: 0 !important;
    outline: 0;
    border-radius: 0 20px 20px 0;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}
.formtimkiem {
    width: 100%;
    position: relative;
    background: #efecec54;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 2px;
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}

.listtimkiem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.listtimkiem>li {
    list-style: none;
    margin: 0 15px;
    padding: 15px 0;
}

.inputsearch input,
.linhvuc {
    border: 2px solid var(--e-global-color-accent);
    line-height: 30px;
    border-radius: 5px;
    padding: 0 25px;
    background: none;
    display: block;
    font-size: 16px;
    text-align: left;
    height: 34px;
}

.linhvuc {
    cursor: pointer;
}

.linhvuc.change-bg {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.listalltags {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 2%;
    right: 2%;
    z-index: 999;
    width: 96%;
    border-radius: 4px;
    transform: translateY(15%);
    background-color: #fff;
    box-shadow: 3px 7px 13px 5px rgb(0 0 0 / 25%);
    font-size: 15px;
    transition: 0.3s ease-in-out;
    justify-content: center;
}

.listalltags.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.listalltags ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 20px 25px;
    text-align: left;
}

.listalltags ul li {
    width: 33%;
    list-style: none;
}

.listalltags ul li a {
    font-family: m-Medium;
    color: #313131;
    font-size: 15px;
    line-height: 25px;
    list-style: none;
}

.submitli a {
    line-height: 36px;
    font-family: tuv-montserrat;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    font-size: 15px;
    padding: 8px 32px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    background-color: var(--e-global-color-accent);
    margin-bottom: 16px;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
}

@media (max-width: 991px) {
    .formtimkiem {
        margin-bottom: 15px;
    }

    .inputsearch input,
    .linhvuc {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .listtimkiem {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .submitli a {
        letter-spacing: -0.5px;
        font-size: 12px;
        padding: 8px 8px;
    }
}