@media (min-width: 1600px) {
    .menu a {
        padding: 0 35px;
    }
}

@media (min-width: 1340px) and (max-width:1450px) {
    .menu {
        width: auto;
        margin-right: 30px !important;
    }

    .logo {
        width: 145px;
    }

    .menu li > a {
        padding: 0 15px;
    }
}

@media (min-width: 1260px) and (max-width:1300px) {
    .logo {
        width: 145px;
    }

    .menu li > a {
        padding: 0 10px;
    }

    .menu {
        width: auto;
        margin-right: 30px !important;
    }

    .call {
        padding-left: 0;
        width: 150px;
        background-position-x: 7px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1240px) {
    .menu li > a {
        font-size: 12px;
        padding: 0 12px;
    }

    .text-util {
        padding: 85px 90px 90px 90px
    }
}

@media (max-width: 1024px) {
    .menu {
        display: table;
    }

        .menu a {
            padding: 0 6px;
            font-size: 13px;
        }

    .call {
        width: 160px;
        background-position-x: 10px;
    }

    .logo {
        width: 92px;
    }

    .item-prj h3 {
        font-size: 16px
    }

    .projects {
        margin-bottom: 30px
    }

    .newsev {
        margin-bottom: 30px
    }

    .text-itne h3 {
        max-height: 57px;
        overflow: hidden;
    }

    .search input {
        width: 35%
    }

    .search select {
        width: 35%
    }

    .contact-add .item {
        margin: 0 20px;
    }

        .contact-add .item:nth-of-type(1) {
            margin-left: 40px
        }

        .contact-add .item:nth-of-type(3) {
            margin-right: 40px;
        }

    .footer .contact-add {
        margin: 0 -40px 20px;
    }

    .ct-lft {
        padding-right: 25px;
    }

    .lst-cpn {
        margin-bottom: 20px;
    }

    .form-contact .form-group {
        margin: 10px
    }

    .form-contact form {
        margin: 0 -10px;
    }

    .ct-lft h2 {
        margin-bottom: 18px
    }

    .imgnews {
        width: 240px;
        height: 168px;
    }

    .textnews .name-news {
        margin-bottom: 5px
    }

    .textnews p {
        max-height: 42px;
    }

    .textnews {
        width: calc(100% - 240px)
    }

    .building .text {
        padding: 80px 40px 40px 85px;
    }

    .it-tw .text {
        padding: 8px 0 0px 15px;
    }

    .building .text p {
        margin-bottom: 25px
    }

    .detail-tw {
        margin: 0 -10px 0
    }

        .detail-tw .it-tw {
            margin: 10px
        }

            .detail-tw .it-tw .img img {
                height: initial;
                object-fit: contain;
                max-width: 100%;
                max-height: 100%;
                width: initial;
            }

    .building .img img {
        width: 100%
    }

    .map-mb .detail-map {
        bottom: 10px
    }

    .text-map {
        top: 50px;
        right: 60px
    }

        .text-map p {
            margin-bottom: 10px
        }

        .text-map h2, .text-util h2 {
            margin-bottom: 20px
        }

    .text-util {
        padding: 60px 75px 55px 70px;
    }

        .text-util p {
            margin-bottom: 15px
        }

    .item-util {
        height: 300px
    }

    .itemnews-dt .name {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .menu li:hover .sub-menu {
        opacity: initial;
        visibility: initial;
    }

    .menu .sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: 10;
        width: 100%;
        top: calc(100% - 10px);
    }

        .menu .sub-menu.active {
            opacity: 1 !important;
            visibility: visible !important;
        }

    .menu li {
        display: block
    }

    .call {
        width: 142px;
        height: 50px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        background-color: initial;
        background-size: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .menu {
        position: fixed;
        height: 100%;
        width: 320px;
        background: #ffffff;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translate(-100%, 0);
        transition: .4s linear;
        opacity: 0;
        visibility: hidden;
        z-index: 103;
        line-height: initial;
        float: initial;
        padding-top: 50px;
    }

        .menu.active {
            opacity: 1;
            transform: translate(0,0);
            visibility: visible;
        }

        .menu li a {
            display: block;
            color: #333333;
            padding: 12px;
            font-size: 18px;
        }

    .bg-black {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 102;
        background: rgba(0, 0, 0, 0.59);
        display: block;
        opacity: 0;
        visibility: hidden;
    }

        .bg-black.active {
            opacity: 1;
            visibility: visible;
        }

    .touch-on {
        display: block;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 28px;
        height: 28px;
        border-radius: 15px;
        transition: .2s linear;
        z-index: 103;
    }

        .touch-on span {
            display: block;
            width: 28px;
            height: 3px;
            background: #ffffff;
            top: 0;
            left: 0;
            transition: .3s linear;
            position: absolute;
        }

            .touch-on span:before {
                content: '';
                width: 28px;
                position: absolute;
                background: #ffffff;
                height: 3px;
                top: 8px;
                left: 0;
                transition: .3s linear;
            }

            .touch-on span:after {
                content: '';
                width: 28px;
                position: absolute;
                background: #ffffff;
                height: 3px;
                top: 16px;
                left: 0;
                transition: .3s linear;
            }

        .touch-on.active span {
            top: 8px;
            transform: rotate(45deg);
        }

            .touch-on.active span:before, .touch-on.active span:after {
                transform: rotate(275deg)
            }

            .touch-on.active span:before {
                top: 0;
            }

            .touch-on.active span:after {
                top: 0;
            }

    .contact-add .item {
        margin: 0 10px;
    }

        .contact-add .item:nth-of-type(1) {
            margin-left: 20px
        }

        .contact-add .item:nth-of-type(3) {
            margin-right: 20px;
        }

    .footer .contact-add {
        margin: 0 -20px 10px;
    }

    .text-itne h3 {
        line-height: 1.2
    }

    .it-newsev:nth-of-type(1) .text-itne h3 {
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .menu a:before {
        height: 3px
    }

    .search button {
        width: 110px;
        background-position-x: 10px;
        background-position-y: 50%;
    }

    .search a {
        font-size: 12px
    }

    .search input {
        width: 32%
    }

    .search select {
        width: 32%
    }

    .it-newsev:nth-of-type(1) .time-news {
        margin-bottom: 7px
    }

    .it-newsev p {
        margin-bottom: 12px
    }

    .lst-newsev .it-newsev:nth-of-type(1) .img-itne {
        margin-right: 15px
    }

    .newsev {
        margin-bottom: 20px
    }

    .search {
        margin-bottom: 25px
    }

    .ct-lft {
        float: initial;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ct-rght {
        float: initial;
        width: 100%;
    }

    .menu-tab {
        display: table;
        width: 100%;
        margin: 0 -5px 15px;
    }

        .menu-tab a {
            width: calc(100%/3 - 10px);
            float: left;
            margin: 5px;
        }

    .form-contact button {
        margin-left: calc(100% - 90px)
    }

    .dsvideo {
        display: table;
        width: 100%;
        margin: 0 -5px
    }

    .ds-right .it-videoid {
        width: calc(100%/3 - 10px);
        float: left;
        margin: 0 5px
    }

    .img-vdid {
        height: 120px;
    }

    .gth-ct {
        margin-bottom: 25px;
        display: block;
        overflow: hidden;
    }

    .img-vdid img {
        height: 100%
    }

    .ct-rght.tt {
        margin: 0 -5px
    }

        .ct-rght.tt .ds-right {
            width: calc(50% - 10px);
            float: left;
            margin: 0 5px
        }

            .ct-rght.tt .ds-right:nth-of-type(1) {
                float: right
            }

    .list-news.regis .textnews {
        padding-left: 15px
    }

    .lst-vdid.detail .img-vdid {
        height: initial;
    }

    .detail-rv {
        width: 600px
    }

    .text-util {
        padding: 40px 25px 25px 20px;
    }

    .map-mb .detail-map {
        position: initial;
        padding: 15px 0
    }

    .item-mp .text p {
        color: #333333
    }

    .text-map {
        width: 350px;
        top: 30px;
        right: 35px;
    }

    .itemnews-dt p {
        display: none
    }

    .itemnews-dt .name {
        font-size: 14px;
        max-height: 38px;
        overflow: hidden;
    }

    .itemnews-dt .text {
        padding: 15px;
        height: auto;
        display: block;
    }

    .itemnews-dt:nth-of-type(1) .text {
        height: initial
    }

    .building {
        display: block;
    }

    .menu li .plus-show {
        width: 20px;
        height: 20px;
        background: #57c9ff;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: 15px;
    }

        .menu li .plus-show:before {
            width: 4px;
            height: 14px;
            position: absolute;
            left: 8px;
            top: 3px;
            content: '';
            background: #ffffff
        }

        .menu li .plus-show:after {
            width: 14px;
            height: 4px;
            position: absolute;
            left: 3px;
            top: 8px;
            content: '';
            background: #ffffff
        }

    .menu .sub-menu:before {
        display: none
    }

    .video {
        height: 300px
    }

    .projects-ct {
        display: block
    }

        .projects-ct .item-prj {
            margin-bottom: 10px;
            display: block;
        }

    .lst-vdid .it-videoid .img-vdid {
        height: 200px !important
    }

    .itemnews-dt .see-more {
        position: initial;
        display: inline-block;
    }

    .header {
        height: 50px
    }

    .animated.infinite.zoomIn.mypage-alo-ph-circle {
        display: none
    }

    .list-hotline-fixed {
        left: -38px;
        bottom: 140px;
    }

    .tab-Child a {
        color: #000000
    }

    .item-mp .text h3 {
        color: #000000
    }

    .mapvt_v2 .container {
        flex-direction: column-reverse
    }

    .mapvt_v2 .img-mapvt {
        width: 100%
    }

    .mapvt_v2 .text-map {
        width: 100%
    }

    .text-map h2 span {
        font-size: 25px
    }

    .img-mapvt iframe {
        height: 300px
    }
}

@media (max-width:767px) {
    .lang {
        display: block;
        text-align: left;
    }

        .lang > div {
            display: inline-block;
            margin: 0;
            width: 49%;
            margin-bottom: 8px;
            padding: 0 10px;
        }

        .lang img {
            margin: 0;
        }

    .itemnews {
        display: block;
        overflow: hidden
    }

    .listimg-lb {
        display: block;
    }

    .logo img {
        height: initial;
    }

    .img-itne img {
        height: initial;
    }

    .lst-vdid .it-videoid .img-vdid img {
        height: initial;
    }

    .footer {
        background-size: auto 100%;
        background-position: center;
        padding-bottom: 66px;
    }

    .detail-tw .it-tw {
        display: block
    }

    .it-tw .img {
        margin: 0 auto 10px
    }

    .building .text h1 {
        font-size: 24px;
    }

    .menu .sub-menu a {
        padding: 7px 0
    }

    .footer .contact-add {
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }

    .contact-add .item {
        margin: 0 0 12px 0 !important;
    }

    .search {
        margin-bottom: 15px
    }

        .search form {
            display: block;
            overflow: hidden;
        }

        .search input {
            width: 100%;
            margin-bottom: 10px
        }

        .search select {
            width: 100%;
            margin-bottom: 10px
        }

        .search button {
            float: left
        }

        .search a {
            float: right
        }

    .tith2 {
        margin-bottom: 12px
    }

    .lst-newsev {
        display: block;
    }

    .it-newsev p {
        display: none
    }

    .it-newsev .seemore {
        display: none
    }

    .lst-newsev .it-newsev:nth-of-type(1) {
        display: table;
        padding: 8px 0;
        border-bottom: 1px solid #e0e0e0;
    }

        .lst-newsev .it-newsev:nth-of-type(1) .img-itne {
            width: 105px;
            height: 80px;
            float: left;
            margin-right: 0;
        }

    .it-newsev:nth-of-type(1) .text-itne {
        width: calc(100% - 105px);
        float: left;
        padding-left: 18px;
    }

    .it-newsev:nth-of-type(2) {
        padding-top: 8px
    }

    .lst-vdid {
        display: block;
        margin: 0
    }

        .lst-vdid .it-videoid {
            margin: 0 0 12px 0
        }

    .banner .lSSlideOuter .lSPager.lSpg {
        bottom: 10px
    }

    .menu-tab a {
        width: 100%;
        margin: 0 0 8px;
        float: initial
    }

    .menu-tab {
        margin: 0 0 15px 0;
    }

    .lst-cpn {
        display: block;
        margin: 0 0 12px 0
    }

    .item-cpn {
        margin: 0 0 15px 0
    }

    .form-contact form {
        display: block;
        margin-bottom: 15px;
    }

    .ds-right .it-videoid {
        width: 100%;
        float: initial;
        margin-bottom: 12px
    }

    .img-vdid {
        height: initial;
    }

        .img-vdid img {
            height: initial
        }

    .ct-rght.tt .ds-right {
        width: 100%;
        float: initial !important;
        margin-bottom: 15px
    }

    .list-news {
        margin-bottom: 15px;
    }

    .pagination {
        padding: 15px 0 0 0;
    }

    .imgnews {
        width: 165px;
        height: auto;
        max-height: 114px;
    }

    .textnews {
        width: calc(100% - 165px);
        padding-left: 10px;
    }

    .list-news.regis .imgnews {
        width: 150px;
        height: 102px;
    }

    .list-news.regis .textnews {
        width: calc(100% - 150px)
    }

    .textnews .name-news {
        font-size: 16px;
    }

    .list-news.regis .textnews p {
        margin-bottom: 10px
    }

    .regis-tts {
        width: 100%;
    }

    .table-ovfl {
        overflow-x: auto;
        margin-bottom: 15px
    }

    .regis-tts table {
        display: table;
        width: 1000px;
        margin-bottom: 5px;
    }

    .table-ovfl::-webkit-scrollbar {
        height: 5px
    }

    .building .text {
        padding: 70px 25px 15px 62px;
    }

    .it-tw .text {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .text-map {
        width: initial;
        position: initial;
        padding: 15px;
    }

    .mapmb-ct {
        grid-template-columns: repeat(3, calc(100%/3));
        margin: 0 -5px
    }

    .item-mp {
        margin: 5px
    }

    .util {
        display: block;
    }

    .listimg-lb .item-lbimg:nth-of-type(1) {
        grid-column: 1/5
    }

    .listimg-lb .item-lbimg:nth-of-type(2) {
        grid-column: 1/3;
        grid-row: 3/4
    }

    .listimg-lb .item-lbimg:nth-of-type(3) {
        grid-column: 3/5;
        grid-row: 3/5
    }

    .listimg-lb .item-lbimg:nth-of-type(4) {
        grid-column: 1/3
    }

    .listimg-lb .item-lbimg:nth-of-type(5) {
        grid-column: 3/5
    }

    .listimg-lb .item-lbimg:nth-of-type(6) {
        grid-column: 1/3
    }

    .detail-rv {
        width: 90%;
        margin-top: 20px;
    }

    .listnews-dt {
        display: block
    }

    .itemnews-dt:nth-of-type(3) .text {
        grid-column: initial;
        grid-row: initial;
        background: #edf3f8;
    }

    .itemnews-dt:nth-child(2n) .text {
        grid-column: 1/2;
        grid-row: 1;
        background: #bad1e4;
    }

    .item-util {
        height: initial;
    }

        .item-util h3 {
            bottom: 10px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .itemnews-dt {
        display: block
    }

        .itemnews-dt .img {
            height: 200px
        }

    .slide-rv {
        margin: 30px 0 0;
        width: initial;
    }

    .slider-comment .detail-rv .text {
        margin-bottom: 30px
    }

    .slide-rv .nextrv {
        right: 0
    }

    .slide-rv .prevrv {
        left: 0
    }

    .slider-comment .detail-rv .text p {
        height: auto
    }

    .wrapper-survey {
        width: 100%;
        padding-bottom: 15px;
    }

        .wrapper-survey h1 {
            font-size: 18px;
            padding: 10px 0;
        }

        .wrapper-survey .desc ul {
            padding-left: 0;
        }

            .wrapper-survey .desc ul li {
                padding: 0 10px;
            }

    .grid-question .item {
        padding: 10px;
        display: block;
    }

        .grid-question .item:last-child {
            margin-bottom: 15px;
        }

        .grid-question .item .answer label {
            width: initial;
        }

    .text-map h2 {
        padding-top: 8px;
    }

    .listkh-other {
        display: block
    }

        .listkh-other .imgnews {
            height: auto;
            width: 165px;
        }

        .listkh-other .textnews {
            width: calc(100% - 165px);
            padding-left: 10px;
        }

            .listkh-other .textnews .name-news {
                font-size: 13px;
            }

            .listkh-other .textnews .desc {
                display: none;
            }
}
