/*
Theme Name: cit_group
Author: VT.CIT
Version: 1.2
Text Domain: cit_group

-------------------------------------------------------------- */
:root {
    --color-primary: #0f5b89;
    --color-secondary: #009dca;
    --color-orange: #faa61a;
}


.nhansu-map {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}

.row-nopadding {
    margin-left: 0;
    margin-right: 0;
}

a:hover,
a:focus {
    color: rgba(255, 255, 255, 0.75);
}

.a_mobi {
    color: #fff !important;
}

a,
button {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-size: 15px;
    font-weight: 300;
    font-family: 'K2D', sans-serif;
}

h4 {
    font-size: 16px;
}

h3 {
    font-size: 18px;
}

h2 {
    font-size: 20px;
}

h1 {
    font-size: 28px;
}

.section-giai-phap h2,
.section-ly-do-lua-chon h2,
.section-ly-do-lua-chon p {
    color: #fff
}

.heading-section {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
}

.myblock {
    padding: 20px 0;
}


#wapper:before {
    content: unset;
}

/* header */
.logo-desktop svg,
.logo-desktop img {
    /* max-width: 247px;
  max-height: 67px; */
}

.slogan {
    left: 160px;
}

/* Footer */
.footer .nav-pills .nav-link.active,
.footer .nav-pills .show>.nav-link,
.footer .nav-pills .nav-link:hover {
    background-color: unset;
    color: #e4a63c;
}

.footer .nav-pills .nav-link {
    color: #fff;
    padding: 1px 10px;
}

.footer .company-list iframe {
    width: 100%;
    height: 228px;
}

.footer .company-info p span {
    font-weight: 600;
}

.footer {
    position: relative;
}

.footer-copy .container {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #916d03;
    font-size: 0.9rem;
    text-align: center;
}



#main-footer .company-list p {
    margin-bottom: 10px;
}

.footer .col-md-6.contact {
    box-shadow: 0px 1px 2px #03b0ff;
    border-radius: 10px;
}

.footer h3 {
    font-size: 1.25rem;
}

#wpcf7-f29712-o1 {
    margin-top: 0;
}

.section-lien-he .col-md-6 .item-lien-he {
    background: linear-gradient(175deg, #45b3fff2, #548bc4);
    box-shadow: 1px 2px 2px;
    border-radius: 20px;
    padding: 16px;
    height: 100%;
}
.section-goi-thiet-ket .content-content{
    display: -webkit-box;
    -webkit-line-clamp: 2;        /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-lien-he .col-md-6 .item-lien-he:hover {
    background: linear-gradient(175deg, #0069fff2, #548bc4);
}

.section-lien-he .col-md-6 a {
    color: #fff;
}

.section-lien-he h3 {
    font-size: 1.25rem;
    color:#fff
}
.text-left{
    text-align: left;
}
section {
    margin: 0px;
}
.color_white{
    color:#fff;
}
/* sidleshow */
.home .section-sidleshow {
    overflow: hidden;
    padding-bottom: 140px;
}

.home .left-sidleshow {
    text-align: justify;
    color: #fff;
}

.home .section-sidleshow .icon-sidleshow {
    position: absolute;
    left: 0%;
    bottom: -80px;
    width: 25vw;
    height: 17vw;
    z-index: 0;
    opacity: 40%;
}

#wapper:before {
    display: none !important;
}

.home .section-sidleshow .left-sidleshow .icon i,
.home .section-goi-thiet-ket .icon i {
    color: #ff9900;
    padding-left: 10px;
    padding-bottom: 6px;
}

.home .section-sidleshow .left-sidleshow p {
    margin-bottom: 0;
}

.home .section-sidleshow .left-sidleshow .content {
    margin: 0px;
}
.left {
    flex: none;
    min-width: unset;
}
.home .section-sidleshow .left-sidleshow .icon,
.home .section-goi-thiet-ket .icon {
    background-image: url('../images/icon.png');
    padding: 5px 5px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
    background-size: 61%;
    background-position: center;
    background: transparent;
}

.m-2 {
    margin: .5rem !important;
    margin-bottom: 2.2rem !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.home .section-sidleshow .tu-van-ngay {
    color: #fdfdfd;
    font-weight: 500;
    background-color: #faa61a;
}

.home .section-sidleshow .hinh-dong-sidleshow {
    position: absolute;
    width: 63%;
    z-index: 99;
    left: 53%;
}

.d-flex {
    display: flex;
}

.home .section-sidleshow .hinh-dong-sidleshow img {
    animation: zoomAnimation 1s forwards;
}

.home .section-sidleshow .container {
    position: relative;
    padding: 40px;
    margin-top: 3% !important;
    margin-bottom: 3% !important;
    border-radius: 10px !important;
}

.home .section-sidleshow .container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    border-radius: 10px;
    background: #012c58;
    width: 100%;
    height: 100%;
}

.home .section-sidleshow .row {
    position: relative;
    z-index: 1;
}

.home .section-sidleshow .container::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    border-radius: 10px;
    font-weight: bold;
    background: linear-gradient(180deg, aqua, #012c58);


}

/* khÃ¡ch hÃ ng  */
.section-khach-hang {
    background-color: #fff;
    padding: 10px 0 !important;
}

.section-khach-hang .title {
    color: var(--color-primary);
    font-size: 20px;
}

.section-khach-hang .resize {
    padding-top: 35%;
}

.section-khach-hang .resize img {
    object-fit: contain;
    -webkit-filter: grayscale();
}

/* giáº£i phÃ¡p  */
.section-giai-phap .container-khoi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 879px;
    height: 541px;
    background-position: center;
    border-radius: 25px;
    color: #fff;
    z-index: 1;
    transition: 2s;
    /* background-color: #053450; */
}

.section-giai-phap .background-nen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    transition: 2s;
    filter: blur(8px);
}

.section-giai-phap {
    background-color: #053450;
    overflow: hidden;
    padding: 28% 0;
    position: relative;
}

.section-giai-phap .container-khoi::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    height: 90%;
    width: 2px;
    background: radial-gradient(#53d9ff, transparent);
}

.section-giai-phap .container-khoi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff1a;
    z-index: -1;
    border-radius: 20px;
}

.section-giai-phap .content-section {
    max-width: 500px;
    font-size: 18px;
    padding-top: 32px;
}

.section-giai-phap .heading-section {
    position: absolute;
    z-index: 999;
    top: 8%;
    width: 100%;
    left: 0;
}

/* dá»± Ã¡n tiÃªu biá»ƒu  */
.section-du-an-tieu-bieu .item {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
}

.section-du-an-tieu-bieu {
    background-color: #fff;
}

.section-du-an-tieu-bieu .heading-section {
    color: var(--color-primary);
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.section-du-an-tieu-bieu .content-section {
    color: var(--color-primary);
}

.section-du-an-tieu-bieu .item img {
    border-radius: 10px;
}

.tieude-sanpham {
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}

.sanpham {
    box-shadow: 1px 2px 19px #00467836;
    padding: 16px;
    border-radius: 16px;
    height: 100%;
    background-color: #0f5b89;
    text-align: center;
    border-bottom: 4px solid #faa61a;
}

.sanpham:hover {
    background-color: var(--color-secondary);
}

.section-du-an-tieu-bieu .row>div .btn {
    text-align: center;
}

.sanpham .resize {
    margin-top: 10px;
}

.loi-ich {
    margin-top: 50px;
}

/* goi-thiet-ke */
.section-goi-thiet-ket {
    background-color: #fff;
}

.section-goi-thiet-ket h3 {
    font-size: 1.25rem;
}

.section-goi-thiet-ket .heading-section,
.section-goi-thiet-ket .title,
.section-goi-thiet-ket .content,
.section-goi-thiet-ket .content-content,
.section-goi-thiet-ket .content-section {
    color: var(--color-primary);
}

.section-goi-thiet-ket .content-section span,
.section-goi-thiet-ket .content-section p {
    font-size: 16px !important;
    text-align: center;
}

.section-goi-thiet-ket .content-content {
    font-weight: bold;
    margin-bottom: 20px;
}

.section-goi-thiet-ket .item-goi-thiet-ket {
    padding: 30px;
    /*padding-bottom: 70px;*/
    border: 1px solid var(--color-primary);
    border-radius: 25px;
    height: 100%;
}

.m-3 {
    margin: 1rem !important;
}

.section-goi-thiet-ket .item-goi-thiet-ket a.btn {
    position: absolute;
    bottom: -43px;
    left: 28%;
}

/* quy trÃ¬nh thiáº¿t káº¿  */
.section-quy-trinh-thiet-ke {
    background-color: #fff;
}

.section-quy-trinh-thiet-ke .heading-section,
.section-quy-trinh-thiet-ke .content-section,
.section-quy-trinh-thiet-ke .title,
.section-quy-trinh-thiet-ke .content-content,
.section-quy-trinh-thiet-ke .left {
    color: var(--color-primary);
}

.section-quy-trinh-thiet-ke .left,
.section-quy-trinh-thiet-ke .title {
    font-weight: bold;
    font-size: 1.25rem;
}

.section-quy-trinh-thiet-ke .left span {
    padding: 0px 12px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    font-size: 26px;
    border-color: var(--color-orange);
}

.section-quy-trinh-thiet-ke .right {
    border-radius: 30px;
    border: 1px solid var(--color-primary);
    padding: 10px 25px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.section-quy-trinh-thiet-ke .col-md-12:last-child .right {
    margin-bottom: 20px;
}

/* chÃºng tÃ´i lÃ  cit  */
.section-chung-toi-la-cit .nhansu-map .item>.inner {
    position: relative;
    transform: scale(1.5);
}

.section-chung-toi-la-cit .nhansu-map .item svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-chung-toi-la-cit {
    background-color: #fff;
    position: relative;
}

.section-chung-toi-la-cit .container {
    background-repeat: no-repeat;
    background-position: top center;
}

.section-chung-toi-la-cit .container .lead {
    padding-top: 8%;
}

.section-chung-toi-la-cit::before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 321px;
    left: 0;
    background-color: #0f5b89;
}

.section-chung-toi-la-cit .container {
    position: relative;
}

.section-ly-do-lua-chon {
    background-color: var(--color-primary);
}

#main2 {
    background-color: #0f5b89;
    color: #fff
}

.section-ly-do-lua-chon .content-section {
    padding-bottom: 4%;
    padding-left: 25%;
}


.section-ly-do-lua-chon h3 {
    font-size: 1.2rem;
    color: #fff;
}

.section-ly-do-lua-chon .reviews-slider .slick-slide img {
    height: 40%;
    -webkit-filter: grayscale(1);
    opacity: 0.5;
    width: 35% !important;
    transition: all .5s;
    margin: 0 auto;
}

.section-chung-toi-la-cit .hinh-dong-chung-toi-cit {
    position: absolute;
    bottom: -25%;
    /* animation: moveAnimation 1s ease infinite alternate; */
    left: 0;
}

.section-chung-toi-la-cit .hinh-dong-chung-toi-cit img {
    max-width: 320px;
    padding-bottom: 11px;
}

#contactFormFixed.show {
    z-index: 99999999;
}

@keyframes moveAnimation {
    0% {
        left: 0;
        bottom: -25%;
    }

    50% {
        bottom: -29%;
        left: 2%;
    }

    100% {
        bottom: -34%;
        left: 6%;
    }
}

.section-chung-toi-la-cit .heading-section {
    padding-top: 8%;
    color: #1674ac;
}

svg.nhansu-svg polygon {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 3;
    fill: rgba(0, 157, 202, 0);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

.resize.people-avatar {
    padding-top: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

.popover {
    top: -100px !important;
    left: -5px !important;
    width: 184px;
    height: 184px;
    background-color: transparent;
    border: 0;
}

.popover-content {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
}

.resize.people-avatar {
    padding-top: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

.resize {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 66.6667%;
}

.resize>img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 10;
    border-radius: 6px;
}

.bs-popover-auto[x-placement^='right']>.arrow,
.bs-popover-right>.arrow {
    left: calc(-0.7rem - 1px);
    width: 0.7rem;
    height: 0.7rem;
    margin: 0;
}

.resize.people-avatar {
    padding-top: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

.slick-active .resize.people-avatar:after,
.popover.show .resize.people-avatar:after {
    transform: rotate(-45deg);
    opacity: 0.85;
}

.resize.people-avatar:after {
    content: '';
    position: absolute;
    height: 110%;
    width: 110%;
    top: -5%;
    left: -5%;
    background-image: url('../images/cit-logo-smile.svg?v=230130');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.people-info {
    padding: 5px 10px;
    position: absolute;
    bottom: -20px;
    color: #fff;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 13px;
    border: 1px solid #fff;
    background-color: var(--color-primary);
    line-height: 1.2;
}

.people-info .name {
    text-transform: uppercase;
}

/* lÃ½ do lá»±a chá»n cit  */
.section-ly-do-lua-chon .item-chung-toi-cit .col-md-3 {
    position: relative;
}

.section-ly-do-lua-chon .col-md-3~.col-md-3~.col-md-3~.col-md-3~.col-md-3::before {
    position: absolute;
    top: -96px;
    content: '';
    width: 1px;
    height: 71%;
    z-index: 1;
    right: 0;
    background: radial-gradient(#00c6ff, transparent);
}

.section-ly-do-lua-chon .col-md-3~.col-md-3~.col-md-3~.col-md-3~.col-md-3::after {
    position: absolute;
    top: -29px;
    z-index: 1;
    left: 74%;
    content: '';
    width: 50%;
    height: 1px;
    right: 0;
    background: radial-gradient(#00c6ff, transparent);
}

.section-ly-do-lua-chon .heading-section {
    position: relative;
}

.section-ly-do-lua-chon .col-md-3:nth-child(8)::before,
.section-ly-do-lua-chon .col-md-3:nth-child(8)::after {
    content: unset !important;
}

.section-ly-do-lua-chon .item-chung-toi-cit .img {
    padding-right: 0;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

img {
    height: auto;
    max-width: 100%;
}

.section-ly-do-lua-chon .col-md-3 {
    position: relative;
    z-index: 99;
}

.section-ly-do-lua-chon .background-row {
    position: relative;
    padding: 33px;
    padding-bottom: 0;
    padding-top: 47px;
    margin: 0.5px;
}

.section-ly-do-lua-chon .background-row::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    border-radius: 10px;
    background: #012c58;

}

.section-ly-do-lua-chon .background-row::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    border-radius: 10px;
    font-weight: bold;
    background: #012c58;
}

.home .section-sidleshow .icon-sidleshow img {
    transition: 0s;
    display: inline-block;
    overflow: hidden;
    /* animation: zoomAnimation 1s ease infinite alternate; */
}

.float-icon-hotline {
    left: 33px;
    bottom: 40px;
}

.float-icon-hotline .background-svg-icon {
    position: absolute;
    background-image: url(./images/logo-pattern.svg);
    top: -30px;
    width: 100px;
    height: 98px;
    background-repeat: no-repeat;
    left: -29px;
    background-position: center;
    animation: rotate 3s infinite ease-in-out reverse;
    opacity: 40%;
}

.item-vi-sao .box {
    border: 1px solid var(--color-orange);
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 15px 0px 15px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item-vi-sao .box:hover {
    box-shadow: rgba(84 84 91 / 20%) 0px 30px 29px 0px;
}

.item-vi-sao .box-loi-ich {
    border-radius: 20px;
    background: #006ead;
    border: 1px solid #0094ec;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0px 15px 0px;
}

.item-vi-sao .box-loi-ich:hover {
    box-shadow: rgba(84 84 91 / 20%) 0px 30px 29px 0px;
}

@keyframes rotate {
    0% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {
    main#main {
        -webkit-mask-image: none !important;
    }
}

@media (min-width: 1220px) {
    .admin-bar #main-header {
        top: 32px;
    }

    .home .section-sidleshow {
        padding-bottom: 0px;
    }

    #main-header {
        background-image: linear-gradient(to bottom,
                rgba(15, 91, 137, 1),
                rgba(15, 91, 137, 0)) !important;
        position: fixed !important;
        z-index: 99999;
        width: 100%;
        top: 0;
        padding: 10px 0 6px 0;
        height: 140px;
    }

    .logo-desktop a {
        padding-left: 14%;
    }

    .menu-top {
        padding-right: 3%;
    }

    .slogan {
        width: 320px;
    }

    .logo-desktop,
    .slogan,
    .menu-top {
        position: unset;
    }

    .home .section-sidleshow .icon-sidleshow {
        left: -19%;
    }
}

@media (min-width: 1020px) {}

/* mobi max 767 */
@media (max-width: 767px) {
    .home .section-sidleshow {
        margin-bottom: -160px;
    }

    .section-khach-hang .container {
        margin-top: 20px;
    }

    .home .section-sidleshow .container {
        padding: 20px;
    }

    .home .section-sidleshow {
        padding-top: 1px;
    }

    .section-lien-he .col-md-3 {
        margin: 20px;
    }

    .myblock.section-du-an-tieu-bieu,
    .myblock.section-chung-toi-la-cit {
        padding-top: 60px !important;
        padding-bottom: 0 !important;
    }

    .section-ly-do-lua-chon .slider-nav-why-mobi,
    .section-ly-do-lua-chon .slider-for-mobi-why {
        position: relative !important;
        z-index: 2 !important;
    }

    .section-quy-trinh-thiet-ke .left span {
        padding: 0 8px !important;
        border-radius: 100% !important;
    }

    .section-ly-do-lua-chon .slider-for-mobi-why .slick-list,
    .section-goi-thiet-ket .slider-nav-why-mobi .slick-list {
        padding-bottom: 0 !important;
    }

    .float-icon-hotline {
        left: 5px !important;
    }

    .home .section-sidleshow .hinh-dong-sidleshow img {
        margin-left: -6px;
        margin-top: 5px;
    }

    #wapper {
        padding: 0;
    }

    .home .section-sidleshow .hinh-dong-sidleshow {
        position: unset;
        width: 100%;
    }

    .home .section-sidleshow .row {
        z-index: 1 !important;
    }

    .home .section-sidleshow .icon-sidleshow {
        bottom: -10%;
    }

    .section-khach-hang .slick-list {
        padding: 10px 0;
    }

    .section-giai-phap .container-khoi {
        width: 100%;
        height: 397px;
    }

    .section-giai-phap .content-section {
        padding-top: 0;
    }

    .home .section-sidleshow .icon-sidleshow {
        width: 42vw;
        height: 60vw;
    }

    .section-khach-hang .title {
        text-align: center;
        margin-top: 15px;
        font-weight: bold;
        font-size: 25px;
    }

    .section-giai-phap {
        padding: 82% 0;
    }

    .section-du-an-tieu-bieu .item {
        padding: 20px 15px;
    }

    .section-chung-toi-la-cit .hinh-dong-chung-toi-cit {
        bottom: -48%;
    }

    .section-giai-phap .background {
        bottom: -46%;
        background-size: 112%;
        width: 118%;
    }

    .section-giai-phap .heading-section {
        top: 9%;
    }

    .heading-section {
        font-size: 24px;
        line-height: 1.3;
        padding-right: 0px;
        padding-left: 10px;
    }

    .section-ly-do-lua-chon .slider-for-mobi-why .slick-list,
    .section-goi-thiet-ket .slider-nav-why-mobi .slick-list {
        padding-bottom: 0 !important;
    }

    .section-chung-toi-la-cit .hinh-dong-chung-toi-cit img {
        max-width: 155px;
    }

    .section-goi-thiet-ket .col-md-4 {
        margin-bottom: 20px;
    }

    .section-ung-dung .ung-dung-container .icon_masked {
        width: 41px;
    }

    .ung-dung-container .ung-dung-row .left-ung-dung h2 {
        font-size: 20px;
    }

    .section-quy-trinh-thiet-ke .container {}

    .section-ly-do-lua-chon .col-md-3~.col-md-3~.col-md-3~.col-md-3~.col-md-3::after,
    .section-ly-do-lua-chon .col-md-3~.col-md-3~.col-md-3~.col-md-3~.col-md-3::before {
        content: unset;
    }

    .section-ly-do-lua-chon .content-section {
        padding: 0;
    }

    .section-chung-toi-la-cit .hinh-dong-chung-toi-cit {
        bottom: -22%;
    }

    .section-chung-toi-la-cit {
        overflow: unset !important;
    }

    .section-vi-sao.myblock {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .section-vi-sao .slick-slide.slick-current img {
        object-fit: contain;
        width: 55% !important;
        opacity: 1;
        transition: all 0.5s;
        -webkit-filter: grayscale(0);
    }

    .section-vi-sao .slick-slide.slick-current h5.title {
        font-size: 14px !important;
        opacity: 1;
        margin-top: 0;
        text-transform: capitalize;
        color: var(--color-orange);
    }

    .section-vi-sao .slick-slide img {
        -webkit-filter: grayscale(1);
        opacity: 0.5;
        width: 45% !important;
        transition: all 0.5s;
        margin: 0 auto;
    }

    .section-vi-sao .content-content p {
        margin-bottom: 0 !important;
    }

    .section-vi-sao .slider-nav-why-mobi .slick-slide.slick-current {
        margin-top: 0;
        transition: all 0.5s;
    }

    .section-vi-sao .slider-nav-why-mobi .slick-slide {
        margin-top: 20px;
        transition: all 0.5s;
    }

    .section-vi-sao .slick-slide h5.title {
        font-size: 12px !important;
        opacity: 0.5;
        transition: all 0.5s;
        color: #cdcac4;
        text-align: center;
    }

    .section-vi-sao .slider-nav-why-mobi .slick-list {
        height: 150px;
    }

    .section-vi-sao .item-img {
        padding-top: 10px;
        /*        height: 82px !important;*/
    }

    .slick-list {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .slick-prev,
    .slick-next {
        font-size: 16px !important;
        z-index: 1;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 10px rgba(0 0 0 / 0.5);
        background: rgba(15, 91, 137) !important;
        background: linear-gradient(125deg,
                #0f5b89 0%,
                #009dca 100%) !important;
        background: -webkit-linear-gradient(125deg,
                #0f5b89 0%,
                #009dca 100%) !important;
        border: 1px solid #fff;
        color: #fff !important;
        border-radius: 50%;
    }

    body:before {
        bottom: 50px;
    }

    .slide-main>.slick-dots {
        padding-left: 0;
        bottom: 55px;
        white-space: nowrap;
        position: fixed;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .myblock {
        overflow: hidden;
    }
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .item-quy-trinh-thiet-ke {
    padding-top: 18px;
    transition: all 0.5s;
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .slick-current .item-quy-trinh-thiet-ke {
    padding-top: 10px !important;
    transition: all 0.5s;
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .slick-current .left span {
    font-size: 26px !important;
    border-color: var(--color-orange) !important;
    opacity: 1;
    color: var(--color-orange) !important;
    transition: all 0.5s;
    padding: 0 12px !important;
}

.section-quy-trinh-thiet-ke .slider-for-mobi-why .slick-list {
    padding-bottom: 0 !important;
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .slick-current .left h5 {
    font-size: 16px;
    opacity: 1;
    margin-top: 0.5rem;
    color: var(--color-orange) !important;
    transition: all 0.8s;
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .left h5 {
    font-size: 14px;
    opacity: 0.5;
    color: #abaaa9 !important;
    transition: all 0.8s;
    margin-top: 0.25rem;
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .left span {
    font-size: 22px !important;
    border-color: #abaaa9 !important;
    opacity: 0.5;
    color: #abaaa9 !important;
    transition: all 0.5s;
    padding: 0 8px !important;
}

.section-quy-trinh-thiet-ke .slider-nav-why-mobi .slick-list {
    height: 100px;
}

.box-btn {
    justify-content: center;
}

.section-sidleshow .box-btn {
    justify-content: left !important;
}

#btnContact .modal-content {
    border: 1px solid rgb(255 250 250) !important;
    background-color: #0f5b89c7 !important;
}

#btnContact .modal-header {
    border-bottom: 1px solid #009dca !important;
}

#btnContact .modal-title {
    color: #fff;
}

.modal-content .close span {
    color: #fff;
}

#btnContact .box-contact {
    padding: 5%;
}

#btnContact .box-contact .embed-responsive-16by9::before {
    padding: 0;
}

#btnContact .box-contact .form-group {
    color: #fff;
}

#btnContact .box-contact .form-control {
    border-radius: calc(1.5rem + 0.75rem) !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: #fff !important;
    color: #000 !important;
}

#btnContact .box-contact .form-group {
    color: #fff;
}

#btnContact .box-contact .wpcf7 textarea.form-control {
    height: 9rem;
    border-radius: 10px !important;
}

@media (min-width: 768px) and (max-width: 1180px) {}

@media (min-width: 800px) and (max-width: 992px) {
    .menu-top {
        background-image: linear-gradient(to bottom,
                rgba(15, 91, 137, 1),
                rgba(15, 91, 137, 0)) !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        top: 0 !important;
    }

    .header-top {
        z-index: 5 !important;
    }

    .logo-desktop,
    .slogan {
        z-index: 2 !important;
    }
}


/*á»¨ng dá»¥ng*/
.ung-dung-container .ung-dung-row {
    margin: 30px 0;
    border-radius: 20px;
    background: #74c3ff1c;
    align-items: center;
}

.ung-dung-container .left-ung-dung {
    border-radius: 20px;
    border: 1px solid #0094ec;
    background-color: #006ead;
}

.ung-dung-container .ung-dung-row:hover .left-ung-dung {
    background: linear-gradient(177deg, #218edb, #80bcf8);
}

.ung-dung-container .ung-dung-row:hover {
    background: #3690d45e;
    box-shadow: 1px 1px 11px #064263;
}

.ung-dung-container .item-ung-dung a:hover span,
.ung-dung-container .item-ung-dung a:hover i {
    color: #e5a430;
}

.ung-dung-container .item-ung-dung span.view {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.ung-dung-container .item-ung-dung span i {
    font-size: 60px;
    margin-right: 17px;
}

.ung-dung-container .item-ung-dung a i {
    font-size: 31px;
    border: 2px solid white;
    padding: 7px 11px;
    margin-right: 17px;
    border-radius: 14px;
    color: white;
}

.ung-dung-container .item-ung-dung {
    padding: 10px;
}

.section-ung-dung .ung-dung-container .icon_masked {
    height: 40px;
    background-color: #e5e5e5;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    transition: 1s;
    mask-position: left;
    width: 100%;
}

.section-ung-dung .ung-dung-container .tu-van-ngay {
    color: #fdfdfd;
    font-weight: 500;
    background-color: #faa61a;
}

.ung-dung-container .ung-dung-row .left-ung-dung h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.25rem;
    color: #fff;
}

.ung-dung-container .item-ung-dung .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-align: left;
    /*height: 90px;*/
    font-size: 15px;
    line-height: 1.4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff
}

.ung-dung-container:nth-child(3) .item-ung-dung .content {}

.section-ung-dung {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {
    .section-ung-dung .container-fluid {
        padding: 0 !important;
    }

    .section-ung-dung .ung-dung-container .row.item-ung-dung .col-md-6:nth-child(n + 3) {
        display: none;
        transition: all 0.5s;
    }

    .section-ung-dung .ung-dung-container.slick-current .row.item-ung-dung .col-md-6:nth-child(n + 3) {
        display: block;
        transition: all 0.5s;
    }

    .ung-dung-container .left-ung-dung {
        height: 433px;
    }

    .slick-prev,
    .slick-next {
        font-size: 16px !important;
        z-index: 1;
        width: 45px !important;
        height: 45px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 10px rgba(0 0 0 / 0.5);
        background: rgba(15, 91, 137) !important;
        background: linear-gradient(125deg,
                #0f5b89 0%,
                #009dca 100%) !important;
        background: -webkit-linear-gradient(125deg,
                #0f5b89 0%,
                #009dca 100%) !important;
        border: 1px solid #fff;
        color: #fff !important;
        border-radius: 50%;
    }

    /*.ung-dung-container .item-contents h4{
        font-size: 1.125rem;
    }*/
    .ung-dung-container .item-contents p {
        font-size: 14px;
    }

    .section-ung-dung .ung-dung-container .slick-current {
        transform: translateY(-25px);
        transition: all 0.5s;
    }

    .section-ung-dung .ung-dung-container {
        transition: all 0.5s;
    }
}

@media (max-width: 768px) {
    .slide-main>.slick-dots {
        padding-left: 30px;
        padding-right: 30px;
        bottom: 30px;
    }

    .ung-dung-container .left-ung-dung {
        height: auto !important;
    }

    .section-ung-dung .slick-prev,
    .section-ung-dung .slick-next {
        top: 285px !important;
    }

    .ung-dung-container:nth-child(3) .item-ung-dung .content {
        height: auto !important;
    }

    .section-ung-dung .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .ung-dung-container .ung-dung-row .left-ung-dung h3 {
        font-size: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }
}

.item-contents h4 {
    font-size: 1.125rem;
    line-height: 1;
    color: #fff
}

.item-contents p {

    color: #fff
}

/* vÃ¬ sao */
.section-vi-sao {
    color: #0e618f;
    background-color: #fff;
}

.section-vi-sao .item-img {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-vi-sao .title {
    color: var(--color-orange);
}

@media (max-width: 767px) {
    .section-ung-dung .ung-dung-container .icon_masked {
        width: 41px;
    }

    .tieude-sanpham {
        color: #fff;
        font-size: 1.2rem;
    }
}

/* cÃ¢u há»i  */
.section-cau-hoi {
    background-color: #fff;
}

.section-cau-hoi .heading-section,
.section-cau-hoi .content-section {
    color: var(--color-primary);
}

.section-cau-hoi .card-header .btn {
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    color: var(--color-primary);
}

.section-cau-hoi .card-body {
    padding: 10px 0;
    color: #000;
}

.section-cau-hoi .card-header h3 {
    border: 1px solid var(--color-primary);
    border-radius: 25px;
    margin: 10px 10px 10px 10px;
}

.section-cau-hoi .card-header h3:hover {
    box-shadow: 1px 1px 1px #00000057;
}

.section-cau-hoi .card-header .card-body {
    margin-left: 20px;
}

.section-cau-hoi .card-header {
    background-color: unset;
    border: unset;
    padding: 1px 0;
}

.section-cau-hoi .card {
    background-color: unset;
    border: unset;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.section-cau-hoi .btn:focus {
    box-shadow: unset;
    text-decoration: unset !important;
}

.row-nopadding>div {
    padding-left: 0;
    padding-right: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

svg.nhansu-svg polygon:hover {
    stroke: rgba(255, 255, 255, 0.8);
    fill: rgba(0, 157, 202, 0.5);
}

.section-chung-toi-la-cit .nhansu-map .item>.inner {
    position: relative;
    transform: scale(1.5);
}

svg.nhansu-svg polygon {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 3;
    fill: rgba(0, 157, 202, 0);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

svg.nhansu-svg polygon {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 3;
    fill: rgba(0, 157, 202, 0);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-prev,
.slick-next {
    font-size: 16px !important;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px rgba(0 0 0 / 0.2);
    background: rgba(15, 91, 137) !important;
    background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
    background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    opacity: 0.7;
}

.slick-prev {
    left: 10px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media (max-width: 992px) {

    .slick-prev,
    .slick-next {
        font-size: 16px !important;
        z-index: 1;
        width: 45px !important;
        height: 45px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 10px rgba(0 0 0 / 0.5);
        background: rgba(15, 91, 137) !important;
        background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
        background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
        border: 1px solid #fff;
        color: #fff !important;
        border-radius: 50%;
    }
}

@media (max-width: 767px) {

    .myblock {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .slick-prev,
    .slick-next {
        font-size: 16px !important;
        z-index: 1;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 10px rgba(0 0 0 / 0.5);
        background: rgba(15, 91, 137) !important;
        background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
        background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
        border: 1px solid #fff;
        color: #fff !important;
        border-radius: 50%;
    }

    .section-ly-do-lua-chon .heading-section {
        padding: 50px;
    }
}

@media (min-width: 768px) {
    .nhansu-people-info {
        display: none !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

}

@media (min-width: 1200px) {
    .nhansu-map {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .section-chung-toi-la-cit .hinh-dong-chung-toi-cit {
        bottom: -48%;
    }

    .section-chung-toi-la-cit .hinh-dong-chung-toi-cit img {
        max-width: 155px;
    }
}

@media (max-width: 767.95px) {
    .nhansu-people-info {
        display: block;
    }

    .nhansu-people-slideshow .slick-prev {
        left: -10px;
    }

    .nhansu-map {
        display: none;
    }

    .slick-list {
        padding-top: 30px !important;
        padding-bottom: 50px;
    }

    .nhansu-people {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}