@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .container-md {
        max-width: 960px;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    .container-xl {
        max-width: 1440px;
    }

}

@media (max-width: 1680px) {}

@media (max-width: 1440px) {

    .footer-right .imgBox {
        right: 0;
    }

}

@media (max-width: 1366px) {
    header .header-logo .logo01 {
        width: 180px;
    }

    header .header-logo .logo02 {
        width: 320px;
    }

    .service-top:after {
        right: -70px;
    }

}

@media (max-width:1366px) and (max-height:800px) {}

@media (max-width:1366px) and (min-width:1200px) and (max-height:800px) {}

@media (max-width: 1199px) {

    a[accesskey="M"] {
        opacity: 0;
    }

    /* header */
    header .menu-area-01 {
        top: 0;
    }

    header .menu-area-01 ul li a {
        font-size: .8rem;
    }

    header .menu-area-01 ul li a {
        padding: 0 8px;
    }

    header .main-menu .main-menu-frame .menu-lv1>li .menulv1-title {
        font-size: .9rem;
        padding: 15px 8px;
    }
}

@media (max-width: 1024px) {


    header.fixed .main-menu .main-menu-frame .menu-lv1>li .menulv1-title {
        font-size: .9rem;
        padding: 10px 8px;
    }

    header .main-menu .main-menu-frame .menu-lv2>ul>li a {
        font-size: .9rem;
        padding: 5px 20px 5px 10px;
    }

    header .main-menu .main-menu-frame .menu-lv2>ul>li a:before {
        width: 7px;
        height: 12px;
        top: 10px;
        right: 10px;
    }

    header .block-frame {
        padding: 15px 0 5px;
    }

    .service-list02>ul>li .service-box {
        overflow: hidden;
    }

    .service-list02>ul>li .service-box .title {
        font-size: 1.25rem;
        min-height: 65px;
    }

    .service-list02>ul>li .service-box.bg-pink .imgBox {
        right: -15px;
    }

    .service-list02>ul>li .service-box.bg-pink .imgBox img {
        width: 180px;
    }

    .service-list02>ul>li .service-box.bg-orange .imgBox {
        right: -5px;
    }

    .service-list02>ul>li .service-box.bg-orange .imgBox img {
        width: 160px;
    }

    .service-list02>ul>li .service-box.bg-grayblue .imgBox {
        right: -25px;
    }

    .service-list02>ul>li .service-box.bg-grayblue .imgBox img {
        width: 180px;
    }

    .service-list02>ul>li .service-box.bg-green .imgBox {
        bottom: -10px;
    }

    .service-list02>ul>li .service-box.bg-green .imgBox img {
        width: 200px;
    }

    .homeInfoBox .tab-pane .news-list li .news-title a {
        font-size: .9rem;
    }

    .service-top .service-list01 ul {
        padding: 0;
    }

    .service-top .service-list01 ul .service-item a p {
        font-size: .9rem;
        font-weight: 500;
    }

    .service-top .service-list01 ul .service-item {
        padding: 0 10px 15px;
    }

    .service-top .service-list01 ul .service-item a .arrow {
        right: 3px;
    }

    .service-top:after {
        width: 55%;
    }

    .input-inline {
        flex-wrap: wrap;
    }

    .input-inline .pad-style {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }

    .lg-mb-0 {
        margin-bottom: 0 !important;
    }

    .lg-mb-20 {
        margin-bottom: 20px !important;
    }

    .lg-mb-40 {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 991px) {
    header .block-frame {
        padding-bottom: 0;
    }

    header .header-logo {
        padding-left: 140px;
    }

    header .header-logo a .logo01 {
        width: 130px;
    }

    header .header-logo a .logo02 {
        width: 220px;
    }

    header .small-logo li img {
        width: 35px;
    }

    header .menu-area-01 {
        top: 0;
    }

    header.fixed .header-logo {
        padding-left: 130px;
    }

    header.fixed .header-logo a .logo01 {
        width: 120px;
    }

    header.fixed .header-logo a .logo02 {
        width: 200px;
    }

    header.fixed .small-logo li img {
        width: 30px;
    }

    header.fixed .block-frame {
        padding-bottom: 0;
    }

    .marquee-box {
        margin: 20px 0;
    }

    .service-top .service-list01 {
        width: 60%;
        padding-bottom: 30px;
    }

    .service-top .service-list01 ul {
        padding: 0;
        margin: 0 -10px;
    }

    .service-top .service-list01 ul .service-item a p {
        padding-left: 5px;
    }

    .service-top:after {
        right: -30px;
    }

    .service-list02>ul>li {
        width: 50%;
        flex: 1 1 50%;
    }

    .service-list02>ul>li .service-box {
        padding: 25px 15px;
    }

    .service-list02>ul>li .service-box.bg-pink .imgBox {
        right: -30px;
        bottom: -10px;
    }

    .service-list02>ul>li .service-box.bg-orange .imgBox {
        right: -20px;
        bottom: 0;
    }

    .service-list02>ul>li .service-box.bg-grayblue .imgBox {
        right: -35px;
        bottom: -15px;
    }

    .service-list02>ul>li .service-box.bg-green .imgBox {
        right: -30px;
    }

    .service-list02>ul>li .service-box.bg-pink .imgBox img,
    .service-list02>ul>li .service-box.bg-grayblue .imgBox img {
        width: 250px;
    }

    .service-list02>ul>li .service-box.bg-orange .imgBox img {
        width: 230px;
    }

    .service-list02>ul>li .service-box.bg-green .imgBox img {
        width: 270px;
    }

    .homeInfoBox .nav-tabs .nav-link {
        padding: 12px 20px;
    }

    .homeInfoBox .know-more {
        font-size: .9rem;
    }

    .sitemap>li {
        width: calc(50% - 20px);
        flex: 0 0 50%;
        max-width: calc(50% - 20px);
    }

    .news-list-box .news-list li a {
        padding-right: 40px;
    }

    .news-list-box .news-list li a:before {
        right: 20px;
    }

    .service-item ul li {
        width: 50%;
        flex: 0 0 50%;
    }

    .service-item.half ul li {
        width: 100%;
        flex: 0 0 100%;
    }

    footer {
        padding: 20px 0;
    }

    .footer-contact ul {
        flex-direction: column;
    }

    .footer-contact ul li {
        padding-bottom: 15px;
    }

}

@media (max-width: 767px) {

    header,
    header.fixed {
        min-height: 0px;
        margin-top: 0;
    }

    header .block-frame {
        padding: 20px 0;
        border: none;
        height: 130px;
    }

    header .header-logo,
    header.fixed .header-logo {
        margin: 0;
        padding: 0;
    }

    header .header-logo a {
        flex-direction: column;
        align-items: flex-start;
    }

    header .header-logo a .logo01 {
        width: 140px;
    }

    header .header-logo a .logo02 {
        width: 100%;
        max-width: 300px;
        padding-left: 0;
        padding-top: 10px;
    }

    header .small-logo {
        top: 35px;
        left: 150px;
        z-index: 12;
    }

    header .small-logo li {
        padding: 0 3px;
    }

    header .xs-menu-toggle {
        position: absolute;
        left: auto;
        right: 0;
        top: 20px;
        width: 65px;
        height: 65px;
        line-height: 60px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 15px 20px;
    }

    header .xs-menu-toggle img {
        width: 100%;
    }

    header .main-menu {
        background: #2eb6c7;
        padding-top: 50px;
        display: block;
        position: fixed;
        left: -200%;
        top: 0;
        opacity: 0;
        overflow: hidden;
        display: block;
        transition: all ease-in-out 0.3s;
        z-index: -1;
        width: 100%;
        max-width: 375px;
        float: none;
        height: 100vh;
        margin-top: 0;
        padding-left: 0;
    }

    header .main-menu>.container {
        padding: 0;
    }

    .open-menu header {
        z-index: 999;
        box-shadow: none;
    }

    .open-menu header .main-menu {
        opacity: 1;
        overflow: auto;
        z-index: 999;
        top: 0;
        left: 0;
        text-align: left;
    }

    .open-menu:before,
    .open-menu header:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .8);
        z-index: 20;
        animation: fadeIn .5s;
        -webkit-animation: fadeIn .5s;
    }

    body.open-menu {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: fixed;
    }

    header .menu-area-01,
    header.fixed .menu-area-01 {
        display: none;
    }

    header .menu-area-01-mb {
        display: block;
        margin: 0 -20px;
        background: #fff;
        padding: 25px 20px 80px;
    }

    header .menu-area-01-mb ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    header .menu-area-01-mb li {
        border: none;
        width: 50%;
        flex: 0 0 50%;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    header .menu-area-01-mb a {
        font-size: .9rem;
        padding: 5px 20px;
        background: #2eb6c7;
        border-radius: 155px;
        color: #fff;
        display: block;
    }

    header .main-menu .menu-area-mb {
        background: #2eb6c7;
        display: block;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    header .main-menu .menu-area-mb li.logo-xs {
        margin: 0;
        padding: 20px;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    header .main-menu .menu-area-mb li.logo-xs .logo01-mb {
        width: 140px;
    }

    header .main-menu .menu-area-mb li.logo-xs .logo02-mb {
        width: 100%;
        max-width: 300px;
        padding-top: 10px;
    }

    header .main-menu .menu-area-mb li.close-menu-xs {
        position: absolute;
        right: -40px;
        top: 15px;
        z-index: 100;
    }

    header .main-menu .menu-area-mb li.close-menu-xs a {
        display: block;
        padding: 1px 6px;
        appearance: none;
        border: none;
        color: #2eb5c8;
        background: transparent;
    }

    header .main-menu .menu-area-mb .small-logo-xs {
        display: flex;
        position: absolute;
        left: 160px;
        top: 40px;
    }

    header .main-menu .menu-area-mb .small-logo-xs li {
        padding: 0 3px;
    }

    header .main-menu .menu-area-mb .small-logo-xs img {
        width: 35px;
    }

    header .main-menu .main-menu-frame {
        z-index: 2;
        overflow: hidden;
    }

    header .main-menu .main-menu-frame .menu-lv1 {
        flex-direction: column;
    }

    header .main-menu .main-menu-frame .menu-lv1>li {
        border-bottom: 1px solid #dedede;
    }

    header .main-menu .main-menu-frame .menu-lv1>li:last-child {
        border: none;
    }

    header .main-menu .main-menu-frame .menu-lv1>li .menulv1-title {
        padding: 12px 20px;
        margin-top: 0;
        font-size: 1.125rem;
        font-weight: 500;
        text-align: left;
        color: #fff;
    }
    /*20220613>>CHT want disable this */
    /* header .main-menu .main-menu-frame .menu-lv1>li .menulv1-title:before {
        content: "";
        width: 10px;
        height: 18px;
        background: url(../img/icon/arrow-white.png)no-repeat center center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    } */

    header .main-menu .main-menu-frame .menu-lv1>li:last-child .menulv1-title:before {
        display: block;
    }

    header .main-menu .main-menu-frame .menu-lv1>li.active .menulv1-title {
        box-shadow: none !important;
        background: #2eb5c8;
    }

    header .main-menu .main-menu-frame .menu-lv1>li.web-sitemap-mb {
        display: block;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
    }

    s header .main-menu .main-menu-frame .menu-lv1>li.web-sitemap-mb .menulv1-title:before {
        display: none;
    }
    /*20220613>>CHT want disable this */
    /* header .main-menu .main-menu-frame .menu-lv1>li.e-lv2 .menulv1-title:before {
        width: 18px;
        height: 10px;
        background: url(../img/icon/arrow-white-d.png)no-repeat center center;
    } */
    /*20220613>>CHT want disable this */
    /* header .main-menu .main-menu-frame .menu-lv1>li.e-lv2.active .menulv1-title:before {
        background: url(../img/icon/arrow-white-t.png)no-repeat center center;
    } */

    header .main-menu .main-menu-frame .menu-lv1>li.active .menu-lv2 {
        position: static;
        background: #2eb5c8;
    }

    header .main-menu .main-menu-frame .menu-lv2>ul {
        border-top: 1px solid #dedede;
    }

    header .main-menu .main-menu-frame .menu-lv2>ul>li a {
        font-size: 1.125rem;
        padding: 10px 40px;
        display: inline-block;
        background: transparent !important;
        color: #fff !important;
    }

    header .main-menu .main-menu-frame .menu-lv2>ul>li a:before {
        width: 10px;
        height: 18px;
        top: 15px;
        background: url(../img/icon/arrow-white.png)no-repeat center center !important;
    }

    .close-menu-xs {
        position: absolute;
        left: -50px;
        top: 10px;
        cursor: pointer;
        transition: .3s all ease-in-out;
        opacity: 0;
        display: block;
    }

    .open-menu .close-menu-xs {
        opacity: 1;
        left: 330px;
    }

    .open-menu .close-menu-xs img {
        width: 16px;
    }

    .open-menu .xs-menu-toggle {
        display: none;
    }

    header.fixed {
        background: #fff;
    }

    header.fixed .block-frame {
        height: 95px;
        padding: 10px 0;
    }

    header.fixed .header-logo a .logo01 {
        width: 100px;
    }

    header.fixed .header-logo a .logo02 {
        width: 280px;
    }

    header.fixed .small-logo {
        left: 110px;
        top: 25px;
    }

    header.fixed .small-logo li img {
        width: 30px;
    }

    header.fixed .xs-menu-toggle {
        top: 0;
    }

    .footer-box {
        flex-direction: column;
    }

    .footer-contact ul {
        width: 100%;
        flex-direction: column;
        margin-bottom: 0;
    }

    .footer-contact ul li {
        position: relative;
        align-items: center;
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .footer-contact ul li .imgBox {
        position: absolute;
        top: 0;
        left: 0;
    }

    .footer-contact ul li .text {
        padding: 0;
    }

    .footer-contact ul li .text p {
        padding: 0;
        margin: 0;
    }

    .footer-right {
        margin-bottom: 20px;
        padding-top: 0;
    }

    .footer-right .imgBox {
        display: none;
    }

    .footer-right .hf-mark,
    .footer-right>ul {
        width: 50%;
        padding-right: 15px;
    }

    .footer-right .hf-mark {
        margin-bottom: 10px;
    }

    .footer-right>ul {
        flex-wrap: wrap;
        margin: 0;
    }

    .footer-right ul li {
        padding-right: 15px;
    }

    .footer-right ul li p span {
        padding-left: 5px;
    }

    .footer-bottom p {
        color: #fff;
        font-size: .8rem;
    }

    .footer-bottom p span {
        display: block;
    }

    #marquee {
        overflow: hidden;
        width: 100%;
        height: 25px;
        position: relative;
    }

    .marquee-slider {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        position: absolute;
        left: 0;
    }

    .marquee-slider .marquee-item {
        white-space: nowrap;
        position: relative;
        flex: 0 0 auto;
        width: auto;
        margin-right: 40px;
    }

    .marquee-box {
        padding: 15px;
    }

    .marquee-box .megaphone {
        left: 0;
    }

    .marquee-box .pause {
        display: none;
    }

    .home-service {
        flex-wrap: wrap;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
    }

    .home-service:before {
        content: "";
        width: 100%;
        height: calc(100% + 130px);
        position: absolute;
        top: -130px;
        left: 0;
        background: rgb(255, 255, 255);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 230, 165, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 230, 165, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 230, 165, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .home-service .service-top {
        width: 100%;
        padding-bottom: 130px;
        overflow: hidden;
    }

    .service-top:after {
        width: 100%;
        left: 50%;
        right: auto;
        max-width: 350px;
        transform: translateX(-50%);
    }

    .service-top .service-list01 {
        width: 100%;
        padding: 0;
    }

    .service-top .service-list01 ul {
        padding: 20px 0;
        margin: 0;
    }

    .service-top .service-list01 ul .service-item {
        padding: 0 10px 15px;
        width: 50% !important;
    }

    .service-top .service-list01 ul .service-item a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-top .service-list01 ul .service-item a p {
        font-size: 1rem;
    }

    .service-top .service-list01 ul .service-item a .arrow {
        display: none;
    }

    .home-info {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .homeInfoBox {
        box-shadow: none;
        padding: 0;
    }

    .homeInfoBox .tab-pane .news-list {
        flex-wrap: wrap;
        padding: 0;
        padding-bottom: 20px;
        margin: 0 -20px;
    }

    .homeInfoBox .tab-pane .news-list li {
        width: 100%;
        flex: 0 0 100%;
        padding-bottom: 20px;
        padding: 20px 20px;
    }

    .homeInfoBox .tab-pane .news-list li:nth-child(even) {
        background: #fff6e2;
    }

    .homeInfoBox .tab-pane .news-list li:last-child {
        padding-bottom: 20px;
    }

    .homeInfoBox .tab-pane .news-list li .left {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 10px;
    }

    .homeInfoBox .tab-pane .news-list li .news-title a {
        -webkit-line-clamp: 2;
    }

    .homeInfoBox .tab-pane .news-list li .news-date,
    .homeInfoBox .tab-pane .news-list li .news-title,
    .homeInfoBox .tab-pane .news-list li .news-tag {
        padding: 0;
    }

    .service-list02>ul {
        margin: 0 -20px;
        width: auto;
    }

    .service-list02>ul>li {
        width: 100%;
        flex: 1 1 100%;
    }

    .service-list02>ul>li .service-box {
        padding: 20px;
    }

    .service-list02>ul>li .service-box .title {
        padding-bottom: 20px;
        font-size: 1.5rem;
        min-height: auto;
    }

    .service-list02>ul>li .service-box .item-list {
        display: flex;
    }

    .service-list02>ul>li .service-box .item-list li {
        padding: 0;
        padding-right: 20px;
    }

    .service-list02>ul>li .service-box .item-list li a {
        font-size: 1rem;
    }

    .service-list02>ul>li .service-box.bg-pink .imgBox img,
    .service-list02>ul>li .service-box.bg-grayblue .imgBox img,
    .service-list02>ul>li .service-box.bg-orange .imgBox img {
        width: 200px;
    }

    .service-list02>ul>li .service-box.bg-orange .imgBox {
        bottom: -20px;
        right: -5px;
    }

    .service-list02>ul>li .service-box.bg-grayblue .imgBox {
        bottom: -40px;
        right: -25px;
    }

    .service-list02>ul>li .service-box.bg-green {
        padding-bottom: 110px;
    }

    .service-list02>ul>li .service-box.bg-green .item-list {
        flex-direction: column;
    }

    .service-list02>ul>li .service-box.bg-green .item-list li {
        padding-bottom: 10px;
        padding-right: 0;
    }

    .service-list02>ul>li .service-box.bg-green .imgBox {
        right: -70px;
    }

    .service-list02>ul>li .service-box.bg-green .imgBox img {
        width: 100%;
    }

    .sitemap>li {
        width: calc(100% - 20px);
        ;
        flex: 0 0 100%;
        max-width: calc(100% - 20px);
    }

    .selectBox {
        flex-direction: column;
    }

    .selectBox label {
        padding: 0 0 10px 0;
    }

    .ol-type01 {
        padding-left: 0;
    }

    .ul-type01 {
        padding-left: 0;
    }

    .ul-type02 {
        padding-left: 0;
    }

    .collapse-type01 {
        margin: 40px 0;
    }

    .collapse-type01 .card .card-body {
        padding: 20px;
    }

    .news-list-box .news-list li a {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-list-box .news-list li .left {
        margin-bottom: 5px;
    }

    .news-item-box {
        padding-bottom: 20px !important;
    }

    .news-item-box .imgBox img {
        padding: 5px;
    }

    .new-head {
        padding-left: 20px;
    }

    .new-head:before {
        display: none;
    }

    .service-item.half {
        width: 100%;
        margin-bottom: 25px;
    }

    .service-item ul li {
        width: 100%;
        flex: 0 0 100%;
    }

    .input-type01 label {
        width: 100%;
        padding-bottom: 5px;
    }

    .input-type01 .selectStyleBox select {
        max-width: none;
    }

    .input-type01.upload_file .custom-file {
        max-width: none;
    }

    .input-type01 .form-check {
        margin-bottom: 10px;
    }

    .input-type01 .form-check.type01 {
        padding: 0 15px;
    }

    .input-inline {
        flex-wrap: wrap;
    }

    .input-inline .input-item.w-sm,
    .input-inline .input-item.w-lg {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .main-content {
        background: #fff;
    }

    .main-content .content-container {
        box-shadow: none;
        padding: 20px 0;
    }

    /*20220221*/
    .selectBox.selectSortBox .icon {
        display: none;
    }

    /*index*/
    .wrapper.index .index-list li a {
        flex-direction: column;
    }

    .wrapper.index .index-list li a h5 {
        margin: 0;
    }

    .wrapper.index .index-list li {
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .service-left {
        padding-bottom: 220px;
    }

    .service-left:before {
        background: url(../img/dialog-xs.png)no-repeat top center;
        background-size: 100%;
    }

    .service-left .service-list01 ul {
        padding: 0 5px;
    }

    .service-left .service-list01 ul .service-item {
        padding: 0 5px 20px;
    }
}

@media (max-width: 375px) {
    .service-left {
        padding-bottom: 160px;
    }

    .footer-right ul li {
        font-size: .9rem;
    }

    .service-right .service-list02>ul>li .service-box {
        padding: 20px 10px;
    }

    .service-right .service-list02>ul>li .service-box .item-list li {
        padding-bottom: 8px;
    }

    .homeInfoBox .nav-tabs .nav-item {
        flex: 1 1 auto;
        width: 50%;
    }

    .homeInfoBox .nav-tabs .nav-link {
        text-align: center;
    }


}

@media (max-width: 360px) {

    .footer-right ul li,
    .footer-right ul li p {
        font-size: .8rem;
    }

    .service-left .service-list01 ul .service-item {
        padding-bottom: 15px;
    }

    .open-menu .close-menu-xs {
        opacity: 1;
        left: 320px;
    }
}