@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;900&display=swap');

/* Main */

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
}
.community_block {
    padding-top: 100px;
    padding-bottom: 355px;
    background-color: #f4f2eb;
    background-image: url(/themes/porto/css/ht/../../img/vinhomes/ht/opacity_bg.png);
    background-size: 900px;
    background-repeat: no-repeat;
    margin-top: -40px;
}
.item_wrapper.ht_wrapper_1 {
    height: 385px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    text-align: left;
}
.item_wrapper.ht_wrapper_1 .img_wrapper {
    height: 250px;
    width: 100%;
    position: absolute;
    background-size: cover;
}
.item_wrapper.ht_wrapper_1 .info {
    position: absolute;
    /* height: 162px; */
    width: 100%;
    background-color: #fff;
    bottom: 0;
    padding: 42px 47px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.item_wrapper.ht_wrapper_1 .info>p {
    color: #979797;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 !important;
}
.item_wrapper.ht_wrapper_1 .info h4 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    color: #162b75;
    line-height: 25px;
    min-height: 90px;
}
.item-da a:hover{
    text-decoration: none;
}
.item_wrapper.ht_wrapper_1 .info .body {
    opacity: 0;
}
.item_wrapper.ht_wrapper_1 .info .body>p {
    font-size: 13px;
    color: #222;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.item-da {
    margin-bottom: 10px;
    padding: 0 5px;
}
.item_wrapper.ht_wrapper_1 .info.active, .item_wrapper.ht_wrapper_1 .info:hover {
    /* height: 225px !important; */
    background-color: #bcfdcc;
    border-bottom: 5px solid #21a342;
    padding: 60px 47px;
}
:root {
    --color-main: #01274e;
    --color-main2: #009345;
    --color-hover: #050505;
    --color-medium-red: #cc2c32;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
}

body {
    font-size: 15px;
    background: #fff;
    font-weight: normal;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.row>* {
    margin-top: 3rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-main,
.wrap-content {
    max-width: 1220px;
    margin: 40px auto;
    padding: 0 10px;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
}


/* General */

.title-main {
    margin-bottom: 30px;
    text-align: center;
}

.title-main.title-main--v2 span {
    color: #fff;
}

.title-main span {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23px;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.social {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social li {
    display: inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0px;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    z-index: 2;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.control-carousel:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}


/* Header */

.header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}

.header.fixed {
    position: relative;
}

.header.fixed .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}

.header-top {
    background: var(--color-main2);
    color: #fff;
    padding: 0.5rem;
    font-size: 0.8rem;
}

.header-top .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .info .address {
    margin-right: 15px;
}

.lang-header a {
    padding: 3px;
    display: block;
}

.header-bottom {
    background: #fff;
    padding: 0.5rem 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* Menu */

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}

.menu ul li {
    position: relative;
    z-index: 99;
    margin-left: 20px;
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0px;
    padding: 10px;
    text-transform: uppercase;
}
.menu ul > li:hover > a, .menu ul li a.active{
    color: red;
}
.menu ul li a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
}

.menu ul li a i:after {
    margin-left: 4px;
    vertical-align: 1px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #d3d3d3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: "";
}

.menu ul li ul {
    position: absolute;
    min-width: 200px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu ul li ul::before {
    content: '';
    position: absolute !important;
    top: -7px;
    right: auto;
    bottom: auto;
    left: 7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.menu ul li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.menu ul li ul li {
    margin-left: 0;
    border-bottom: 1px solid #b0b0b03d;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a {
    color: #313131;
    padding: 12px 15px;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}


/* Search */

.search {
    width: 40%;
    background: #fff;
    border: 1px solid var(--color-main);
    border-radius: 5px;
    position: relative;
}

.search p {
    position: absolute;
    width: 45px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    background: var(--color-main);
    top: 0;
    right: 0;
}

.search input {
    width: calc(100% - 40px);
    height: 40px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #ccc;
}


/* Menu RP */

.menu-res {
    display: none;
    height: 85px;
    z-index: 10;
    position: relative;
    line-height: normal;
}

.menu-bar-res {
    height: 85px;
    padding: 0px 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 45px;
    height: 23px;
    position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    -o-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    -o-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}


/* Search RP */

.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: var(--color-main);
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 15px;
    display: block;
    color: var(--color-main);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder,
.search-res .search-grid input:-moz-placeholder,
.search-res .search-grid input::-moz-placeholder,
.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}


/* Slideshow */

.slideshow {
    position: relative;
}

.slideshow .owl-item>div {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
}

.slideshow .owl-item.active>div {
    z-index: 1;
    opacity: 1;
    display: block;
}

.slideshow a {
    display: block;
    cursor: pointer;
}

.slideshow img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 500px;
}

.slideshow:hover .control-slideshow {
    opacity: 0.3;
}

.slideshow .control-slideshow:hover {
    opacity: 0.8;
    background: var(--color-main);
}

.control-slideshow {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    cursor: pointer;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
}

.control-slideshow i {
    color: #ffffff;
}

.prev-slideshow {
    left: 20px;
    padding-right: 3px;
}

.next-slideshow {
    right: 20px;
    padding-left: 3px;
}

.slider-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 850px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-content p {
    font-size: 14px;
    line-height: 28px;
}

.slider-content>h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 0.3rem 0.9rem #00000066;
    font-size: 3rem;
    text-transform: uppercase;
}

.industry-btn {
    max-width: 250px;
    margin: 15px auto 0;
}

.btn-yellow {
    background-color: var(--color-main2);
    color: #fff;
    border-color: var(--color-main2);
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: .25rem;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    border: .2rem solid transparent;
    border-radius: 0;
    -webkit-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.btn-yellow:hover {
    background-color: #7a7a7a;
    color: #fff;
    border-color: #7a7a7a;
}

.home-top-services {
    position: relative;
    display: block;
    top: -90px;
    z-index: 2;
}

.home-top-services .top-services {
    background: #fff url(../images/bg-white.jpg) no-repeat left -55% bottom -50%;
    background-size: 80%;
    border-radius: 0;
    padding: 30px;
    height: 280px;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    z-index: 2;
}

.home-top-services .top-services h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.home-top-services .top-services a {
    color: #000;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 36px;
    margin: 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;
}

.home-top-services .top-services a span {
    position: relative;
    z-index: 2;
}

.home-top-services .top-services a::before {
    position: absolute;
    background: #000;
    content: "";
    left: 0;
    right: 0;
    top: -100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.home-top-services .top-services a:hover::before {
    top: 0;
}

.home-top-services .top-services a:hover span {
    color: #fff;
}

.home-top-services .top-services:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-part .row>div {
    margin-top: 0;
}

.inside-part .row>div:nth-child(2) .top-services {
    background: var(--color-main2);
    color: #fff;
}

.inside-part .row>div:nth-child(2) .top-services a {
    color: #fff;
}

.top-services figure {
    width: 50px;
    margin-bottom: 10px !important;
}

.top-services figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.about-home ul li {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    position: relative;
}

.about-home ul li i {
    color: var(--color-main);
    font-size: 23px;
    margin-right: 10px;
}

.about-home ul li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: var(--color-main);
    font-size: 23px;
    margin-right: 10px;
    line-height: 25px;
}

.about-home h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 2rem;
}

.about-home h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    border-left: solid 2px var(--color-main);
    padding-left: 10px;
    color: var(--color-main);
}

.comon-div-clients {
    height: 180px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comon-div-clients figure {
    width: 40%;
    margin: auto;
}

.comon-div-clients figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comon-div-clients h2 {
    color: var(--color-main);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comon-div-clients:hover h2 {
    color: #000;
}

.comon-div-clients:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.comon-div-clients h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.sub-text {
    color: var(--color-main);
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
}

.read-btn {
    background: var(--color-main);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    text-transform: capitalize;
}

.comon-services {
    overflow: hidden;
    border: 1px solid #393939;
    position: relative;
}

.comon-services span {
    position: relative;
    z-index: 2;
}

.comon-services:after {
    position: absolute;
    top: -100%;
    z-index: 1;
    background: var(--color-main);
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comon-services:hover:after {
    top: 0;
}

.comon-services:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.comon-services h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 23px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.comon-services p {
    color: #fff;
}

.comon-services figure {
    width: 50px;
}

.comon-services figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comon-services a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
}

.comon-services a .fa-caret-right:before:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comon-services a:hover .fa-caret-right:before {
    content: "\f30b";
}

.heading-one {
    position: relative;
}

.heading-one h6 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #000;
    opacity: 0 !important;

}

.heading-one h2 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
}

.heading-one h1 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 15%;
    left: 50%;
    z-index: 1;
    color: #282828;
    font-weight: 700;
    font-size: 55px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    opacity: 0;
}
.our-spality{
    /* background: #fff url(../images/bg-image-27.jpg); */
    background: #ECECEC;
    background-size: cover;
}
.our-spality .heading-one h2,
.main-services .heading-one h2 {
    color: var(--color-main2);
}

.our-spality .heading-one h1,
.main-services .heading-one h1 {
    color: #f3f1f1;
}

.comon-projects {
    height: 350px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.comon-projects figure {
    height: 350px;
}

.comon-projects figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.comon-projects h5 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.comon-projects p {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    height: 10px;
    visibility: hidden;
}

.comon-projects:hover p {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.content-projects {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;
    color: #fff;
    padding-left: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(8%, #00000000), color-stop(91%, #000000e3));
    background: -webkit-linear-gradient(top, #00000000 0%, #00000000 8%, #000000e3 91%);
    background: -o-linear-gradient(top, #00000000 0%, #00000000 8%, #000000e3 91%);
    background: linear-gradient(to bottom, #00000000 0%, #00000000 8%, #000000e3 91%);
}

.read-btn2 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.all-projects-btn {
    background: var(--color-main2);
    color: #fff;
    padding: 10px 20px;
    margin: auto;
    margin-top: 15px;
    display: table;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.contact-div-home {
    background: #1c2a44 url(../images/bg-home-call.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contact-div-home h5 {
    color: var(--color-main2);
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
}

.contact-div-home h2 {
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.started-btn {
    background: var(--color-main2);
    color: #fff;
    padding: 10px 20px;
    margin: auto;
    display: table;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-sec-home {
    /* background: #fff url(../images/bg-image-27.jpg); */
    /* background-size: cover; */
    display: inline-block;
    width: 100%;
    position: relative;
}

.blog-sec-home h2 {
    color: var(--color-main2);
}
.latest-blog{
    margin-top: 3rem;
}
.blog-sec-home h6 {
    color: var(--color-main2);
}

.blog-sec-home h1 {
    color: #f3f3f3;
    top: 4%;
}

.comon-blog-home {
    overflow: hidden;
}

.comon-blog-home .blog-img-item {
    height: 250px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.comon-blog-home .blog-img-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.comon-blog-home .blog-img-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.content-blog-item span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-main);
}

.content-blog-item .blog-item-titel {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    width: 95%;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content-blog-item .blog-item-titel:hover {
    color: var(--color-main2);
}

.red-btn-post {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.red-btn-post i {
    margin-left: 5px;
}

.red-btn-post:hover {
    text-decoration: none;
    color: var(--color-main);
}

.red-btn-post:hover .fa-caret-right:before {
    content: "\f30b";
}

.ms-3 {
    margin-left: 1rem !important;
}

.texttimonial-sec-div {
    /* background: var(--color-main2); */
    padding-bottom: 0 !important;
}

.texttimonial-sec-div h2 {
    color: var(--color-main2);
}

.texttimonial-sec-div h6 {
    color: #000;
}

.texttimonial-sec-div h1 {
    color: #cccccc47;
}

.texttimonial-sec-div .container {
    max-width: 900px;
}

.imonial-sec-div h1 {
    color: #f3f3f3;
}

.client-says-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 20px 5px 20px;
    margin-top: 45px;
    background: #fff;
    border: solid 2px #fff;
}

.client-says-item h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 25px;
    font-size: 16px;
}

.client-says-item h5 span {
    font-size: 14px;
    color: var(--color-main2);
    font-weight: 500;
}

.client-says-item:after {
    content: "\f10d";
    position: absolute;
    right: 20px;
    top: -50px;
    font-size: 35px;
    padding: 5px 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--color-main2);
    background: #fff;
}

.client-says-item figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 2px #fff;
}

.client-says-item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rating span {
    color: var(--color-main2);
}

.inside-part-footer {
    /* background: var(--color-main2); */
    padding: 30px;
    border-radius: 8px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    /* top: 50px; */
    background-size: cover;
}

.inside-part-footer h2 {
    /* color: #fff; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
}

.inside-part-footer p {
    /* color: #fff; */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.inside-part-footer .form-group {
    border: 1px solid #fff;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* color: #fff; */
}

.inside-part-footer .form-group .form-control {
    background: none;
    border: none;
    /* color: #fff; */
    outline: none;
}
.inside-part-footer .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .inside-part-footer .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .inside-part-footer .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }
.subscribe {
    color: #fff;
    font-size: 18px;
}

.wrap-doitac {
    padding-bottom: 50px;
    /* background: #fff url(../images/bg-image-27.jpg); */
    background: #ECECEC;
    background-size: cover;
}
.wrap-doitac h2{
    color: var(--color-main2);
}
.wrap-doitac .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.box-doitac .item-doitac {
    padding: 5px;
    text-align: center;
}

.box-doitac .item-doitac ._img {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
}

.box-doitac .item-doitac ._img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-doitac .item-doitac ._img:nth-child(2) {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
}

.elementor-flip-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    cursor: pointer;
    position: relative;
    padding-bottom: 120px;
}

.ft-call {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.comon-footer-div h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.comon-footer-div ul{
    display: flex;
}
.comon-footer-div ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    width: 30px;
    display: inline-flex;
    background: #fff;
    color: var(--color-main2);
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    /* position: relative; */
    /* left: 3px; */
}
.comon-footer-div ul li{
    margin-right: 5px;
}
.comon-footer-div ul li a i {
    /* margin-right: 5px; */
}
.div-list-ft p{
    margin: 0 0 8px 0;
    padding: 0;
    color: #fff;
    padding-left: 25px;
}

.div-list-ft .p-diachi {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px 5px;
}

.div-list-ft .p-diachi1 {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -54px;
}

.div-list-ft .p-sdt {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -116px;
}

.div-list-ft .p-web {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -151px;
}

.div-list-ft .p-mail {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -188px;
}

.footer-link-div {
    background: url(../images/footer.png) no-repeat;
    display: block;
    width: 100%;
    background-size: cover;
    color: #fff;
}
.footer-link-div .container{
    /* max-width: 950px; */
}
.footer-link-div hr {
    background: #bbb;
}

.footer-link-div a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
}

.footer-link-div a:hover {
    /* color: red; */
}


/* Breadcrumb */

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}

.social li a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 38px;
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.social li a:hover {
    text-decoration: none;
}

.social li:hover a {
    background: var(--color-main);
}

.social li:nth-child(1):hover a {
    background: #5670A7;
}

.social li:nth-child(2):hover a {
    background: #5286AD;
}

.social li:nth-child(3):hover a {
    background: #C9594C;
}

.social li:nth-child(4):hover a {
    background: #2783B3;
}

.social li:nth-child(5):hover a {
    background: #B84156;
}


/* Bài viết */

.news {
    margin-bottom: 25px;
    display: block;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float: left;
    margin-right: 4%;
    width: 36%;
}

.pic-news img {
    width: 100%;
}

.info-news {
    float: left;
    width: 60%;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name-news:hover {
    color: var(--color-main);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-news {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-main);
}


/* Contact */

.top-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.bottom-contact {
    position: relative;
    height: 500px;
}

.bottom-contact iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}


/* Footer */


/* Like Share */

.social-plugin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}


/* Phân Trang */

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}


/* Phân Trang Ajax */

.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
}


/* Popup custom */

.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}


/* Popup */

#popup .modal-body {
    padding: 0px;
}


/* Hidden Google Captcha */

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}


/* Text Hide */

.text-split {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}


/* Transition All */

.transition {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}


/* Scale IMG */

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.banner-image {
    position: relative;
    padding-bottom: 30%;
    min-height: 350px;
    /* margin-top: 50px; */
}

.banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.float-contact {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999;
}

.chat-zalo a {
    background: #7dbd2a;
    border-radius: 20px;
    padding: 8px 18px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}

.chat-face a {
    background: #125c9e;
    border-radius: 20px;
    padding: 8px 18px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}

.float-contact .hotline a {
    background: #21a342 !important;
    border-radius: 20px;
    padding: 8px 18px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}

.chat-zalo a,
.chat-face a,
.hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
}

.chat-zalo a:hover,
.chat-face a:hover,
.hotline a:hover {
    text-decoration: none;
}

.brochure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brochure ._icon {
    background: #fff;
    color: var(--color-main2);
    font-size: 50px;
    padding: 5px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    border: 1px solid var(--color-main2);
}

.brochure ._content {
    /* color: #fff; */
}

.brochure ._content h3 {
    font-weight: bold;
    font-size: 20px;
}

.brochure ._content a {
    color: #fff;
    border: 1px solid;
    padding: 10px 15px;
    display: inline-block;
}
#footer-map{
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 35px;
}
#footer-map iframe{
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* Responsive */

@media (max-width: 1001px) {
    .menu {
        display: none;
    }
    .menu-res {
        display: block;
    }
}

@media (max-width: 769px) {
    .banner-image {
        margin-top: 0;
    }
    .community_block .item_wrapper.ht_wrapper_1 .info {

        padding: 30px 15px;
    }
    .community_block .item_wrapper.ht_wrapper_1 {
        /* height: 350px; */
    }
    .item_wrapper.ht_wrapper_1 .info h4 {
        font-size: 15px;
    }
    .inside-part-footer {
        padding: 20px 10px;
    }
    .float-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000000b8;
        padding: 10px;
    }
    .chat-zalo {
        width: 35%;
    }
    .hotline {
        width: 63%;
    }
    .chat-face {
        display: none;
    }
    .chat-zalo a {
        display: block;
        margin-bottom: 0;
        border-radius: 0;
    }
    .float-contact .hotline a {
        display: block;
        margin-bottom: 0;
        border-radius: 0;
    }
    .header {
        display: none;
    }
    .logo-header img {
        max-height: 65px;
    }
    .slideshow img {
        min-height: 320px;
        height: 75vh;
    }
    .slider-content>h3 {
        font-size: 2rem;
    }
    .lang-header {
        max-width: 80px;
        margin: 15px auto;
    }
}


/* mobile menu css */

@media (max-width: 1180px) {
    .inside-part-footer h2 {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .main-menu-div .navbar-nav .nav-link {
        font-size: 15px;
    }
    .banner-content-sec h1 {
        font-size: 35px;
    }
    .home-top-services .top-services a {
        width: 60%;
    }
    .home-top-services .top-services h5 {
        font-size: 16px;
    }
    .client-bg1 {
        width: 50%;
    }
    .ft-call {
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    .main-menu-div {
        position: relative !important;
    }
    .banner-content-sec {
        height: 440px;
        padding-top: 0;
    }
    .banner-content-sec h1 {
        line-height: 36px;
        font-size: 25px;
    }
    .banner-home {
        height: 470px;
    }
    .why-choose-us-div {
        text-align: center;
    }
    .comon-div-clients {
        height: 250px;
        margin-bottom: 50px;
    }
    .read-btn {
        display: inline-block;
        margin-bottom: 30px;
    }
    .client-bg1 {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .home-top-services .top-services h5 {
        font-size: 18px;
    }
    .part-pic {
        margin: auto;
        margin-bottom: 20px;
    }
    .partneers-pages .comon-div1m h5 {
        font-size: 16px;
    }
    .partneers-pages .comon-div1m:after {
        display: none;
    }
    .subpage-banner {
        height: 160px;
    }
    .subpage-banner .banner-content-sec {
        height: 160px;
    }
    .comon-over-services:after {
        display: none;
    }
}

@media (max-width: 800px) {
    .comon-div1m:after {
        display: none;
    }
    .subpage-banner {
        height: 160px;
    }
    .subpage-banner .banner-content-sec {
        height: 160px;
    }
    .comon-value:after {
        display: none;
    }
}

@media (max-width: 667px) {
    .main-menu-div {
        position: relative !important;
    }
    .banner-content-sec {
        height: 440px;
        padding-top: 0;
    }
    .banner-content-sec h1 {
        line-height: 36px;
        font-size: 25px;
    }
    .banner-home {
        height: 470px;
    }
    .why-choose-us-div {
        text-align: center;
    }
    .comon-div-clients {
        height: 250px;
        margin-bottom: 50px;
    }
    .comon-div-clients figure {
        width: 22%;
    }
    .read-btn {
        display: inline-block;
        margin-bottom: 30px;
    }
    .client-bg1 {
        position: relative;
        bottom: 0;
    }
    .subpage-banner {
        height: 160px;
    }
    .subpage-banner .banner-content-sec {
        height: 160px;
    }
    .part-pic {
        margin: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .main-menu-div {
        position: relative !important;
    }
    .banner-content-sec {
        height: 440px;
        padding-top: 0;
    }
    .banner-content-sec h1 {
        line-height: 36px;
        font-size: 25px;
    }
    .banner-home {
        height: 470px;
    }
    .comon-div1m:after {
        display: none;
    }
    .why-choose-us-div {
        text-align: center;
    }
    .read-btn {
        display: inline-block;
        margin-bottom: 30px;
    }
    .comon-div-clients {
        height: 250px;
        margin-bottom: 50px;
    }
    .min-head {
        font-size: 25px;
        line-height: 36px;
    }
    .about-home h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .how-it-work h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .contact-div-home {
        height: 560px;
    }
    .contact-div-home h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .faq-home h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .heading-one h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .get-qute h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .casestudy-pages h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .team-pages h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .started-btn {
        margin-top: 30px;
    }
    .client-bg1 {
        position: relative;
        bottom: 0;
    }
    .subpage-banner {
        height: 160px;
    }
    .subpage-banner .banner-content-sec {
        height: 160px;
    }
}