@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

/* SPECIAL FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;1,300&family=Righteous&display=swap');
/*
font-family: 'Righteous', cursive;
font-family: 'Josefin Sans', sans-serif;
*/
/*REGULER FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&family=Noto+Sans+TC:wght@100;300;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/*
font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Noto Serif TC', serif;
*/

* {
    font-family: 'Be Vietnam Pro', 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 100%;
}

section {
    position: relative;
}

h1, h2, h3, h4, h5, p, ul, ol, img {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

ul li, ol li {
    list-style: none;
}

p, a, span, i {
    color: inherit;
    font-size: inherit;
    transition: all .3s;
    line-height: inherit;
    font-weight: inherit;
}

p {
    font-size: 1.3rem;
    text-align: justify;
}

a:focus, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

::selection {
    color: #fff;
    background-color: #4f7899;
}

.sp-only {
    display: none !important;
}

.cover.bg-cover {
    display: block;
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.bg-cover.cover-rectangle {
    padding-bottom: 64%;
}

.bg-cover.cover-square {
    padding-bottom: 100%;
}

.bg-cover.cover-rectangle-cloumn {
    padding-bottom: 150% !important;
}

.x-bg {
    background-color: #72a24f !important;
    color: #fff;
}

.x-bg.x-bg-linear {
    background: linear-gradient(180deg, #c0bfca 0%, #9897a2 70%);
}

.x-bg-light, .x-bg-heavy {
    position: relative;
}

.x-bg-light>*, .x-bg-heavy>* {
    position: relative;
    z-index: 3;
}

.x-bg-light::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.x-bg-heavy::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.x-bg-light::after, .x-bg-heavy::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.x-bg.x-bg-noise:after {
    -webkit-mask: url(../images/bg/noise.png) no-repeat top center / 100%;
}

@media (max-width:767px) {
    .x-bg.x-bg-noise:after {
        -webkit-mask: url(../images/bg/noise.png) no-repeat top center / auto 40%;
    }
}

.x-bg.x-bg-noise .title_group {
    color: rgb(0 0 0 / .5);
}

.x-bg-abs>* {
    position: relative;
    z-index: 3;
}

.x-bg-abs .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.x-btn {


    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.x-btn>a {
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3rem;

    background-color: #8BC34A;
    color: #fff;
    font-size: 2rem;
    min-width: 320px;
}

.x-btn>a:hover {
    background-color: #72a24f;
}

.x-btn .info p {
    margin-top: 5px;
    font-size: 1.4rem;
    color: rgb(0 0 0 / .4);
}

.x-btn .info p a {
    color: rgb(0 0 0 / .6);
    margin-left: 10px;
}

.x-btn .info p a:hover {
    color: rgb(0 0 0 / .8);
}

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

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

@media (max-width:1199px) {
    .container.container-over {
        max-width: none;
    }
}

@media (max-width:991px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }

}

/* sp-nav */

@media (min-width:769px) {
    .sp-nav {
        display: none;
    }
}

@media (max-width:768px) {
    .sp-nav {
        position: fixed;
        z-index: 10;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    .sp-nav ul {
        margin: 0;
        display: flex;
    }

    .sp-nav ul li {
        margin: 0 !important;
    }

    .sp-nav ul li.google {
        flex: 0 0 50px;
        background-color: #FF5722;
    }

    .sp-nav ul li:nth-child(1) i:before {
        font-size: 1.5rem;
        line-height: 46px;
        display: block;
    }

    .sp-nav ul li:nth-child(2) {
        flex: 0 0 50px;
    }

    .sp-nav ul li:nth-child(2) a {
        width: 100%;
        height: 100%;
        background-image: url(../../assets/images/social/line.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 45%;
    }

    .sp-nav ul li:nth-child(3) {
        flex: 1 1 50%;
        background-color: #96bd1a;
    }

    .sp-nav ul li:nth-child(4) {
        flex: 1 1 50%;
        background-color: #72a24f;
    }

    .sp-nav ul li a {
        display: block;
        line-height: 46px;
        font-size: 1rem;
        color: #fff;
        text-align: center;
    }

    a.js-go-to.u-go-to-v1 {
        display: none !important;
    }
}

/*--------------------------
    Local seting
---------------------------*/
.home_block {
    padding: 150px 0;
    position: relative;
    z-index: 5;
}

.home_block.init {
    padding: 40px 0;
}

.wave-top {
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
}

.wave-top:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/bg/top_wave.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    width: 100%;
    height: 5vw;
    top: -1px;

}

.x-bg-img {
    background-image: url(../images/bg/xbg.jpg);
    background-size: cover;
}

.x-bg-img.x-bg-wave {
    position: relative;
    z-index: 3;
    padding: 12vw 0;
}

.x-bg-img.x-bg-wave:before,
.x-bg-img.x-bg-wave:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/bg/wave.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    width: 100%;
    height: 12vw;
    top: -1px;
}

.x-bg-img.x-bg-wave:after {
    top: inherit;
    bottom: -1px;
    transform: rotate(180deg);
}

/*- wave -*/

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.wave .inner {
    width: 250%;
    height: 100%;
    background: url('../images/bg/wave-01.png') repeat-x bottom;
    background-size: contain;
    animation: fillUpSvg 2s linear infinite;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
}

.wave .inner2 {
    width: 250%;
    height: 100%;
    background: url('../images/bg/wave-02.png') repeat-x bottom;
    background-size: contain;
    animation: fillUpSvg2 2s linear infinite;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3;
}

.wave.rota {
    transform: rotate(180deg);
    bottom: inherit;
}

.wave.rotate {
    transform: scaleY(-1) translateY(-100%);
    z-index: 3;
}

.wave.top {

    top: -30px;
    z-index: 5;
}

@keyframes fillUpSvg {
    0% {
        margin-left: -450px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes fillUpSvg2 {
    0% {
        margin-right: -450px;
    }

    100% {
        margin-right: 0px;
    }
}

@media (max-width:576px) {
    .home_block {
        padding: 100px 0;
    }
}

/*--------------------------
    header
--------------------------*/


ul.navbar a.nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.navbar a.nav-link>span.cht {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.hs-sub-menu a.nav-link>span {
    font-size: 1.1rem;
}

ul.navbar a.nav-link>span.en {
    font-size: .8rem;
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
}

.hs-has-sub-menu>a::after {
    display: none;
}

.pg-header {
    padding: 65px 0;
    margin-top: 0px;
    transition: .3s all;
}

@media (min-width:992px) {
    .u-header {
        position: relative;
    }

    header.init {
        position: fixed;
        top: 0px;
    }

    .u-header__section {
        background-image:
            url(../images/bg/header_left.jpg),
            url(../images/bg/header_right.jpg);
        background-repeat: no-repeat;
        background-position: top left, top right;
        background-size: contain, contain;
    }

    nav.navbar {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
    }

    ul.navbar {
        padding: 0;
        list-style: none;
        width: 100%;
    }

    ul.navbar li.nav-item {
        flex: 1 1 120px;
    }

    .navbar a.navbar-brand {
        margin: 50px 0;
        max-width: 300px;
        padding: 0;
    }

    .navbar a.navbar-brand>img {
        width: 100%;
    }

    .navbar .navbar-collapse {
        width: 100%;
    }

    nav.navbar .head_badge {
        position: absolute;
        width: 50%;
        max-width: 240px;
        left: 0px;
        top: 50px;
        transition: all .3s;
    }

    nav.navbar .head_btn_group {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        transition: all .3s;
    }

    nav.navbar .head_btn_group .headbtn {
        padding-top: 50px;
        padding: 70px 15px 30px;
        background-color: #63bf3d;
        border-radius: 0 0 45px 45px;
        transition: all .3s;
        opacity: .9;
        position: relative;
    }

    nav.navbar .head_btn_group .headbtn>img {
        display: block;
        position: absolute;
        width: 60px;
        height: auto;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        border: 2px solid #fff;
        border-radius: 100%;
        overflow: hidden;
        transition: all .3s;
    }

    nav.navbar .head_btn_group .headbtn:hover {
        opacity: 1;
    }

    nav.navbar .head_btn_group .headbtn.main {
        margin-right: 10px;
        background-color: #2d4351;
    }

    nav.navbar .head_btn_group .headbtn>a.hb_link {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 600;
    }

    header.init .navbar a.navbar-brand,
    .js-header-fix-moment .navbar a.navbar-brand {
        max-width: 220px;
        margin: 10px 0;
    }

    header.init nav.navbar .head_btn_group,
    .js-header-fix-moment nav.navbar .head_btn_group {
        top: 15px;
    }

    header.init nav.navbar .head_btn_group .headbtn,
    .js-header-fix-moment nav.navbar .head_btn_group .headbtn {
        padding: 10px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding-left: 45px;
    }

    header.init nav.navbar .head_btn_group .headbtn>img,
    .js-header-fix-moment nav.navbar .head_btn_group .headbtn>img {
        transform: translate(0, -50%);
        top: 50%;
        left: 10px;
        width: inherit;
        height: 30px;

    }

    header.init nav.navbar .head_badge,
    .js-header-fix-moment nav.navbar .head_badge {
        top: 15px;
        max-width: 150px;
    }

    #Kv_stage {
        transition: all .3s;
        margin: 30px 0;
    }

    .js-header-fix-moment+*+#Kv_stage {
        margin-top: 215px;
    }

    .hs-sub-menu {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 7px;
    }

    ul.navbar a.nav-link {
        position: relative;
    }

    ul.navbar li.nav-item>a.nav-link:before {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        bottom: -7px;
        width: 0%;
        height: 7px;
        background-color: #73c651;
        transition: all .3s;
    }

    ul.navbar li>a.nav-link:hover:before {
        width: 100%;
    }

    .js-header-fix-moment+.pg-header {
        margin-top: 215px;
    }

    header.init+.pg-header {
        margin-top: 113.69px;
    }
}

@media (max-width:991px) {
    #navBar {

        background-color: #61bd3b;
    }

    nav.navbar {
        padding: 0;
    }

    nav.navbar .head_badge {
        display: none;
    }

    nav.navbar .head_btn_group {
        display: none;
    }

    .navbar a.navbar-brand {
        padding: 5px 0;
    }

    .navbar a.navbar-brand>img {
        height: 45px;
    }

    button.navbar-toggler {
        position: absolute;
        right: 0px;
        padding: 0;
        border: none;
        top: 4px;
    }

    .hamburger {
        padding: 8px;
        outline: none;
    }

    ul.navbar {

        padding-bottom: 50px;





        padding-top: 50px;
    }

    ul.navbar li.nav-item {
        flex: 0 0 100%;
    }

    ul.navbar li.nav-item:not(:last-child) {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgb(0 0 0 / .1);
    }

    ul.navbar li.nav-item a.nav-link {
        color: #fff;
    }

    ul.hs-sub-menu {
        background-color: #6dab54;
        padding-bottom: 15px;
    }
}

#Bar {
    display: flex;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto;
}

#Bar .act_button {
    flex: 0 0 150px;
    padding-left: 20px;
}

#Bar .act_button a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4caf50;
    color: #fff;
}

#Bar .filter_bar {
    flex: 1 1 calc(100% / 3);
    padding-left: 20px;
}

#Bar .filter_bar:not(:first-of-type) {}

#Bar .filter_bar .chosen-container .chosen-single span {
    color: #4caf50;
    font-weight: 600;
    font-size: 18px;
}

#Bar .filter_bar .chosen-container .chosen-drop {
    width: calc(100% - 20px);
    margin-left: inherit;
}

#Bar ul.chosen-results li.active-result {
    color: #333;
    border: none;
    padding-left: 30px;
}

#Bar ul.chosen-results li.active-result.highlighted {
    background-color: rgba(0, 0, 0, .05);
}

#Bar ul.chosen-results li.active-result.result-selected {
    background-color: #eee;
    color: #333;
}

#Bar .filter_bar select {
    color: #333;
}

@media (max-width:767px) {
    #Bar {
        flex-wrap: wrap;
        max-width: calc(100% - 30px);
        padding: 10px;
        justify-content: space-between
    }

    #Bar .filter_bar {
        margin-bottom: 10px;
        padding-left: 0;
    }

    #Bar .act_button {
        flex: 1 1 100%;
        padding-left: 0;
        min-height: 36px;
    }

    #Bar .filter_bar select {
        color: #333;
        font-size: 13px;
        padding: 12px;
        padding: 5px 10px 5px 5px;
    }

    #Bar .filter_bar .chosen-container .chosen-single span {
        font-size: 16px;
        font-weight: 500;
    }
}

/*--------------------
    PG_HEader
---------------------*/


.pg_content {


    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pg_content .title {
    flex: 1 1 90%;
}

.pg_content .title h1 {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.pg_content .title h1 span:not(.cht) {
    font-size: 6rem;
    font-weight: 800;
    line-height: 6rem;
    margin-bottom: 10px;
    letter-spacing: -5px;
}

.pg_content .title h1 span.cht {
    letter-spacing: 5px;
    font-weight: 300;
}

.pg_content .title p {
    font-size: 1.2rem;

}



.pg_content ol.bread {
    flex: 1 1 30%;
    display: flex;
    color: #fff;
    justify-content: flex-end;
}

.pg_content ol.bread li {
    position: relative;
}

.pg_content ol.bread li:not(:first-child) {
    padding-left: 20px;
}

.pg_content ol.bread li:not(:first-child):before {
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    color: #ccc;
    font: normal normal normal 14px/1 FontAwesome;
}

.pg_content ol.bread.title {

    flex-wrap: wrap;
    justify-content: center;
}

.pg_content ol.bread.title li.init {
    flex: 0 0 100%;
    padding-left: inherit;
}

.pg_content ol.bread.title li.init:before {
    display: none;
}

.pg_content ol.bread.title li:not(.init) {
    display: none;
}

.pg_content ol.bread.title h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pg_content ol.bread.title h1>a {
    border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 8px;
    margin: 10px 0;
}

.pg_content ol.bread.title h1>a:hover {
    background-color: #fff;
    color: #6c9c60;
}

.pg_content ol.bread.title h1>span.title {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: inherit;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

/*--------------------
    kv set
---------------------*/
.kv_wrap {
    position: relative;
    overflow: hidden;
    padding: 30px 0 50px;
}

#KvBanner {
    margin-left: -20%;
    margin-right: -20%;
}

.kv_wrap ul.js-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);


}

.kv_wrap ul.js-pagination li {
    margin: 0;
    position: relative;
    display: inline-block;
}

.kv_wrap ul.js-pagination li:not(:first-child) {
    margin-left: 30px;
}

.kv_wrap ul.js-pagination li span {
    border-radius: inherit;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / .5);
    position: relative;
    display: block;
}

.kv_wrap ul.js-pagination li.slick-active span {
    background-color: rgb(255 255 255 / 1);
}



#KvBanner .js-prev,
#KvBanner .js-next {
    position: absolute;
    top: 50%;
    left: calc(100% / 3 - 25px);
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
}

#KvBanner .js-next {
    left: inherit;
    right: calc(100% / 3 - 25px);
}

#KvBanner .js-prev:after,
#KvBanner .js-next:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #398b17;
    font-size: 1.5rem;
}

#KvBanner .js-prev:after {
    content: "\f0d9";
}

.slide-item {

    padding: 0 36px;
}

.slide-item .cover {
    position: relative;
}

.slide-item .cover>a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 10px solid #fff;
    border-radius: 16px;
}

.slide-item .cover>a img {
    transition: all .3s;
    width: 100%;
    max-width: 100%;
}

@media (max-width:991px) {
    #KvBanner {
        margin: 0;
    }

    #Kv_stage {

        padding-top: 55px;
    }

    #KvBanner .js-prev, #KvBanner .js-next {
        left: 5px;
        background-color: rgb(255 255 255 / .8);
    }

    #KvBanner .js-next {
        left: inherit;
        right: 5px;
    }

    .kv_wrap {
        padding-top: 15px;
    }

    .slide-item {
        padding: 0 15px;
    }
}

/* switch box */
.switch-box {
    display: flex;
    align-items: center;
}

.switch-box>.txt {
    flex: 0 1 40%;
}

.switch-box>.img {
    flex: 0 1 60%;
    padding-left: 50px;
}

.imgList {
    display: flex;
    flex-wrap: wrap;
}

.imgList>.img {
    flex: 0 0 calc(100% / 3 - 20px);
    margin: 0 10px 20px;
}

.switch-box.revers {
    flex-direction: row-reverse;
}

.switch-box.revers>.img {
    padding-left: 0;
    padding-right: 50px;
}

.switch-box.revers>.img.over {}

.switch-box.about {
    align-items: flex-start;
    margin-bottom: 200px;
}

.switch-box.about .img {
    flex: 0 0 50%;
}

.switch-box.about .img .bg-cover {
    flex: 0 0 50%;
}

.switch-box.about .txt {
    flex: 0 0 50%;
    padding: 0 20px 20px;
    background-color: rgb(255 255 255 / .5);
    border-radius: 16px;
}

.about_content p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: justify;
    margin-bottom: 2rem;
}

.full-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}

.full-title>span {
    margin-left: 4px;
}

.full-title>h3 {
    font-size: 5rem;
    color: #72a24f;
    font-weight: 800;
}

.full-title>p {
    margin-bottom: 80px;
    margin-left: 4px;
}

.full-title>a {
    padding: 10px 30px;

    border-radius: 24px;
    background-color: #8BC34A;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.full-title>a:hover {
    background-color: #72a24f;
}

.full-title.white h3 {
    color: #2d385a;
}

.full-title.white>a {
    border-color: transparent;
}

.full-title.center {
    align-items: center;
}

.full-title.center>p {

    text-align: center;
}

@media (max-width:991px) {
    .full-title>h3 {
        font-size: 3rem;
    }

    .full-title>p {
        font-size: 1.1rem;
    }
}

@media (max-width:767px) {
    .switch-box {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .switch-box>.txt {
        flex: 0 0 100%;
        padding: 0;
    }

    .switch-box:not(.about)>.img {
        margin-bottom: 30px;
        padding-left: 0;
    }

    .switch-box.about>.txt {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 50px;
        order: 2;
    }

    .switch-box.about>img {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .switch-box.about {
        margin-bottom: 0;
        flex-direction: row-reverse;
    }

    .switch-box.about .img {
        padding-right: 0;
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 15px;
    }
}

/*cf_wrap*/
.cover_face {
    width: calc(100% - 80px);
    margin-right: auto;
}

.cf_wrap {
    display: flex;

    align-items: center;
}

.cf_wrap .cover {
    flex: 0 1 75%;
    padding-right: 50px;
    height: 530px;
}

.cf_wrap .cover .bg-cover {
    height: 100%;
    border-radius: 0 16px 16px 0;
    border: 10px solid #fff;
    border-left: none;
}

.cf_wrap .content {
    flex: 0 1 25%;
}

.bg_mount_a {

    width: 300px;
    height: 140px;
    position: absolute;
    bottom: 70px;
    right: 20px;
    z-index: 5;
}

@media (max-width:1199px) {
    .cover_face {
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .cf_wrap {
        flex-direction: column;
    }

    .cf_wrap .cover {
        flex: inherit;
        padding-right: inherit;
        width: 100%;
        margin-bottom: 50px;
        height: 50vw;
    }

    .cf_wrap .cover .bg-cover {
        border: 10px solid #fff;
    }

    .cf_wrap .content {
        flex: inherit;
        width: 100%;
    }
}

@media (max-width:767px) {
    .bg_mount_a {
        right: 1%;
        bottom: 0%;
    }

    .cover_face {
        margin-top: -80px;
        z-index: 6;
        position: relative;
    }
}

/*-----------------------------
    News listing
-----------------------------*/

#News.listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

#News.listing.home {
    justify-content: space-between
}

#News.listing .news {
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 50px;
}

#News.listing .news.ontop {
    background-color: #fffdec;
}

#News.listing .news .news_wrap {
    display: flex;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc;
}

#News.listing .news .news_wrap .cover {
    flex: 0 0 180px;
}

#News.listing .news .news_wrap .cover a.bg-cover {
    position: relative;

    border-radius: 12px;
    overflow: hidden;
}

#News.listing .news .news_wrap .cover a.bg-cover>img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: -110%;
    opacity: 0;
}

#News.listing .news .news_wrap .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

#News.listing .news .news_wrap .content time {
    font-size: 12px;
    color: #aaa;
    font-weight: 100;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#News.listing .news .news_wrap .content time span {
    font-size: 12px;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 0 8px;
    margin-left: 5px;
    background-color: #fff;
}

#News.listing .news .news_wrap .content h3 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
}

#News.listing .news .news_wrap .content h3 a {
    font-size: 15px;
}

#News.listing .news .news_wrap .content h3 a:hover {
    color: #4caf50;
}

@media (max-width:767px) {
    #News.listing .news {
        flex: 0 0 100%;
        margin: 0;
    }

    #News.listing .news {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #News.listing .news:not(:first-child) {
        border-top: 1px solid #ccc;
    }

    #News.listing .news .news_wrap .cover {
        flex: 0 0 90px;
    }

    #News.listing .news .news_wrap .content {
        margin-bottom: 10px;
    }

    #News.listing .news .news_wrap {
        border: none;
        padding: 0;
        margin: 0;
    }

    #News.listing .news .news_wrap .content h3 {
        margin-bottom: 0;
        font-size: 14px;
    }

    #News.listing .news .news_wrap .content h3>a {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width:576px) {
    #News.listing .news .news_wrap .cover a.bg-cover {
        height: 100%;
    }
}

/*-------------------------
    Products
-------------------------*/
#Products.listing {
    display: flex;
    flex-wrap: wrap;
}

#Products.listing .prod {
    flex: 0 0 calc(100% / 5 - 20px);
    margin: 0px 10px 30px;
}

#Products.listing .prod .prod_wrap {
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
}

#Products.listing .prod:hover .prod_wrap {
    box-shadow: 3px 3px 10px rgb(0 0 0/.2);
}

#Products.listing .prod .prod_wrap .cover {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

#Products.listing .prod .prod_wrap .cover>.bg-cover {
    position: relative;
    overflow: hidden;
}

#Products.listing .prod .prod_wrap .cover>.bg-cover>img {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 120%;
}

#Products.listing .prod .prod_wrap .content {}

#Products.listing .prod .prod_wrap .content>h3 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#Products.listing .prod .prod_wrap .content>.detail {
    display: flex;
    align-items: center;
}

#Products.listing .prod .prod_wrap .content>.detail p.price {
    color: #ff5000;
    font-size: .9rem;
}

#Products.listing .prod .prod_wrap .content>.detail p.price>span {
    color: inherit;
    font-size: 1.3rem;
    font-weight: 600;
}

#Products.listing .prod .prod_wrap .content>.detail p.view {
    font-size: .9rem;
    color: #999;
    margin-left: 5px;
}

#Products.listing .prod .prod_wrap .content>.detail p.view>a {
    padding: 4px 12px;
    border-radius: 12px;
    background-color: #72a24f;
    color: #fff;
}

#Products.listing .prod .prod_wrap .content>.detail p.view>a:hover {
    background-color: #4f7731;
}

@media (max-width:991px) {
    #Products.listing .prod {
        flex: 0 0 calc(100% / 3 - 20px);
        margin: 0 10px 10px;
    }
}

@media (max-width:767px) {
    #Products.listing .prod {
        flex: 0 0 calc(100% / 2 - 20px);
        margin: 0 10px 10px;
    }

    #Products.listing .prod .prod_wrap .content>h3 {
        font-size: 1rem;
    }

    #Products.listing .prod .prod_wrap .content>.detail p.price>span {
        font-size: 1.1rem;
    }

    #Products.listing .prod .prod_wrap .content>.detail p.view {
        font-size: .8rem;
    }
}

@media (max-width:576px) {
    #Products.listing .prod {
        flex: 0 0 50%;
        margin: 0 0px 10px;
    }
}

/*-----------------------
    News
--------------------*/
/*----- news_wrap -----*/
.pb_block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

.pb_block h3 {
    color: #004584;
}

.Ntitle.Center {
    text-align: center;
    margin-bottom: 50px;
}

.Ntitle {
    color: #004584;
}

.Ntitle h2 {
    font-size: 3rem;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    font-style: italic;
}

.Ntitle h2 span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
}

.Ntitle h2 span.Strong {
    font-size: 2rem;
    font-weight: 400;
}

.home_block:not(.init) .news_wrap {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.home_block:not(.init) .news_wrap .Ntitle {
    flex: 0 0 180px;
    padding-right: 30px;
    color: #fff;
}

.home_block:not(.init) .news_wrap .NewsList {
    flex: 1 1 100%;
}

.home_block:not(.init) .news_wrap .NewsList .News {
    display: flex;

}

.home_block:not(.init) .news_wrap .NewsList .News:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / .3);
}

.home_block:not(.init) .news_wrap .NewsList .News .date {
    font-size: 1rem;
    flex: 0 0 120px;
}

.home_block:not(.init) .news_wrap .NewsList .News .download_btn {
    font-size: 1rem;
    flex: 0 0 80px;
    text-align: center;
}

.home_block:not(.init) .news_wrap .NewsList .News .content {
    flex: 1 1 100%;
}

.home_block:not(.init) .news_wrap .NewsList .News .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.home_block:not(.init) .news_wrap .NPomoList {
    flex: 0 0 230px;
    padding-left: 30px;
}


.home_block:not(.init) .news_wrap .NPomoList .npmo:not(:last-child) {
    margin-bottom: 10px;
}

.home_block:not(.init) .news_wrap .NPomoList .npmo>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border-radius: 8px;
    font-size: .95rem;
    padding: 10px 15px;
    border: 1px solid #fff;
}

.home_block:not(.init) .news_wrap .NPomoList .npmo>a:hover {
    background-color: #58b530;
}

.home_block:not(.init) .news_wrap .NPomoList .npmo.focus>a {
    background-color: #58b530;
    color: #fff;
    min-height: 60px;
    font-size: 1.1rem;
    font-weight: 500;
    border-color: transparent;
}

.home_block:not(.init) .news_wrap.pg>.cover {
    flex: 0 0 320px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
}

.home_block:not(.init) .news_wrap.pg .NewsList {
    flex: 1 1 100%;
    padding-left: 50px;
    margin-top: 20px;
}

.home_block:not(.init) .news_wrap.pg .NewsList .News:not(:last-child) {
    border-color: #aac6df;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home_block:not(.init) .u-pagination-v1-1 {
    border-color: #ccc;
}

.home_block:not(.init) .u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
    background-color: #4f7899;
    color: #fff;
    border-color: transparent;
}

@media (max-width:760px) {

    .home_block:not(.init) .news_wrap {
        flex-wrap: wrap;
    }

    .home_block:not(.init) .news_wrap .Ntitle, .news_wrap .NewsList,
    .home_block:not(.init) .news_wrap .NPomoList {
        flex: 0 0 100%;
    }

    .home_block:not(.init) .news_wrap .Ntitle {
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
    }

    .home_block:not(.init) .news_wrap .NewsList {
        margin-bottom: 30px;
    }

    .home_block:not(.init) .news_wrap .NPomoList {
        padding-left: 0;
    }

    .home_block:not(.init) .news_wrap .NewsList .News .date {
        font-size: .8rem;
        flex: 0 0 90px;
    }

    .home_block:not(.init) .news_wrap .NewsList .News .content p {
        font-size: 1rem;
    }

    .home_block:not(.init) .news_wrap.pg>.cover {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .home_block:not(.init) .news_wrap.pg .NewsList {
        padding-left: 0;
    }

    .home_block:not(.init) .Ntitle.page h2 {
        font-size: 2rem;
    }

}

/*-----------------------------
        Works listing
-----------------------------*/
#Works.listing {
    display: flex;
    flex-wrap: wrap;
}

#Works.listing a.work {
    flex: 0 0 calc(100% / 3 - 40px);
    margin: 0 20px 30px;
}

#Works.listing a.work .wk_wrap {}

#Works.listing a.work .wk_wrap .cover {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#Works.listing a.work .wk_wrap .cover .bg-cover {

    width: 100%;
    transition: all .3s;
    opacity: .9;
}

#Works.listing a.work .wk_wrap .cover .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 2px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #acce22;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 12px;
}

#Works.listing a.work .wk_wrap .content {}

#Works.listing a.work .wk_wrap .content h3 {
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#Works.listing a.work:hover .wk_wrap .cover .bg-cover {

    opacity: 1;
}

@media (max-width:767px) {

    #Works.listing a.work {
        flex: 0 0 100%;
        margin: 0 0px 30px;
    }

}

/*-----------------------------
        Contacts
-----------------------------*/
.ct_wrap {
    display: flex;
}

.ct_wrap .cover {
    flex: 0 0 50%;
}

.ct_wrap .cover .content {
    margin-bottom: 25px;
}

.ct_wrap .cover .content span.lead {
    display: block;
    font-weight: 500;
    color: #72a24f;
}

.ct_wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #72a24f;
}

.ct_wrap h3+p {
    font-size: 14px;
    margin-bottom: 20px;
}

.ct_wrap .cover .bg-cover {
    margin-bottom: 30px;
}

.ct_wrap .cover p {
    color: #888;
    font-size: 15px;
    padding-left: 20px;
    border-left: 1px dashed #aaa;
}

.ct_wrap .contact_form {
    flex: 0 0 50%;
    padding: 50px 30px;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0/ .2);
}

.ct_wrap .formpanel {
    position: relative;
    flex: 0 0 50%;
}

.ct_wrap .formpanel .bg-item {
    position: absolute;
    width: 180px;
}

.ct_wrap .formpanel .bg-item img {
    max-width: 100%;
}

.ct_wrap .formpanel .bg-item.plane {
    right: -40px;
    bottom: -50px;
    z-index: 5;
}

.ct_wrap .formpanel .bg-item.grid {
    bottom: -60px;
    right: -60px;
    z-index: 1;
}

.form_part {
    display: flex;
}

.form_part .form_item {
    flex: 1 0 calc(100% / 2 - 20px);
    margin: 0 10px 20px 10px;
}

.form_part .form_item label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}

.form_part .form_item label span {
    margin-left: 4px;
    font-size: 13px;
}

.form_part .form_item input,
.form_part .form_item textarea,
.form_part .form_item select,
.form_part .form_item button {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form_part .form_item select {
    padding: 10px;
}

.form_part .form_item button {
    padding: 20px 10px;
    letter-spacing: 10px;
    background-color: #72a24f;
    color: #fff;
}

.form_part .form_item button:hover {
    background-color: #00376a;
}

@media (min-width:768px) {
    .ct_wrap .cover {
        padding-right: 50px;
    }
}

@media (max-width:767px) {
    .ct_wrap {
        flex-wrap: wrap;
    }

    .ct_wrap .cover {
        flex: 0 0 100%;
        order: 2;
        max-width: 576px;
        margin: 0 auto;
    }

    .ct_wrap .formpanel {
        flex: 0 0 100%;
        margin-bottom: 50px;
        max-width: 576px;
        margin: 0 auto 50px;
    }

    .ct_wrap .formpanel .bg-item.plane {
        transform: scaleX(-1);
        bottom: inherit;
        top: -20px;
        right: -60px;
        width: 150px;
    }

    .ct_wrap .contact_form {
        padding: 30px 5px;
    }

    .ct_wrap .contact_form h3,
    .ct_wrap .contact_form p {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/*-----------------------------
    QA
-----------------------------*/

#qa_cate {
    margin-bottom: 50px;
}

#qa_cate h2.title {
    padding: 30px 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    color: #427034;
}

#qa_cate h2.title:after {
    width: 50px;
    height: 2px;
    background-color: #ccc;
    left: 0;
    bottom: 13px;
    content: "";
    position: absolute;
}

#qa_cate .card {
    border: none;
}

#qa_cate .card-header {
    background-color: unset;
    transition: all .3s;
    padding: 0;
}

#qa_cate .card-header a {
    position: relative;
    display: block !important;
    visibility: visible;
    color: #73c651;
    padding: 15px 15px 15px 30px;
}

#qa_cate .card-header a:hover,
#qa_cate .card-header a:not(.collapsed) {
    background: #73c651;
    color: #fff;
}

#qa_cate .card-header a:after, #qa_cate .card-header a:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #ddd;
    left: 12px;
    transition: all .5s;
    top: 50%;
    transform: translateY(-50%);
}

#qa_cate .card-header a:before {

    transform: translateY(-50%) rotate(270deg);
}

#qa_cate .card-header a:after {

    transform: translateY(-50%) rotate(180deg);
}

#qa_cate .card-header a[aria-expanded=true]:before {
    transform: rotate(0deg);
}

#qa_cate .card-header a[aria-expanded=true]:after {
    transform: rotate(-180deg);
}

#qa_cate .card-block {
    padding: 10px 10px 10px 35px;
}

#qa_cate .card-block ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

#qa_cate .card-block ol li {
    padding-left: 25px;
}

#qa_cate .card-block ol li a {
    color: #999;
    font-size: 1rem;
    line-height: 25px;
}

#qa_cate .card-block img {
    max-width: 100%;
    margin: 15px 0;
}

@media (max-width:578px) {
    #qa_cate h2.title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0px;
    }

    #qa_cate .card p {
        font-size: 1rem;
    }
}

.qa_content {
    border-radius: 16px;
    overflow: hidden;
}

/*-----------------------------
                QA end
-----------------------------*/

/*-----------------------------
    Footer
-----------------------------*/

footer .footer {
    padding: 80px 0 15px 0;
}

footer .home-title h3 span {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
}

ul.social_icon {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

ul.social_icon>li {
    list-style: none;
}

ul.social_icon>li:not(:first-child) {
    margin-left: 20px;
}

#Tags.listing {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

#Tags.listing .tag:not(:first-child) {
    padding-left: 10px;
}

#Tags.listing .tag>a {
    display: block;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 1.4rem;
}

ul.footer_nav {
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.footer_nav li.nav-item {
    position: relative;
    list-style: none;
}

ul.footer_nav li.nav-item:first-child {
    margin-left: 0px;
}

ul.footer_nav li.nav-item>a.nav-link {
    padding: 5px 15px;
}

ul.footer_nav li.nav-item:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #fff;
    top: calc(50% - 15px / 2);
    left: 0px;
}

ul.footer_nav li.nav-item>a.nav-link>span {
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
}

.act {
    text-align: center;
}

.act>a {
    background-color: #72c02c;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.act.large>a {
    min-height: 40px;
    padding: 5px 30px;
}

.act.large>a span {
    font-size: 24px;
}

footer .slogan {
    text-align: center;
    margin-bottom: 10px;
}

footer .slogan>p {
    text-align: center;
    color: #fff;
}

footer address {
    text-align: center;
}

footer address p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

@media (max-width:1199px) {
    ul.footer_nav {
        flex-wrap: wrap;
    }

    #Tags.listing {
        flex-wrap: wrap;
    }

    #Tags.listing .tag {
        margin-bottom: 12px;
    }

    #Tags.listing .tag a span {
        font-size: 13px;
        font-weight: 300;
    }
}

@media (max-width:767px) {
    ul.footer_nav>li.nav-item>a.nav-link span {
        font-size: 13px;
    }
}

/*-----------------------------
    Works
-----------------------------*/
/*-----------------------------
 x-main / Article / case_study
-----------------------------*/

.x-main {
    padding: 100px 0;
}

article .title {
    text-align: center;
    max-width: 576px;
    margin: 0 auto 50px auto;
}

article .title a {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 30px;
    display: block;

    color: #999;
}

article .title h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

article .title p {
    position: relative;
    padding-top: 30px;
}

article .title p:before {
    display: block;
    position: absolute;
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    color: #ddd;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

article figure {
    margin-bottom: 50px;
}

article figure img {
    width: 100%;
}

article .x-content {
    display: flex;
    flex-wrap: wrap;
}

article .x-content .info_wrap {
    flex: 0 1 200px;
}

article .x-content .info_wrap .info {
    margin-bottom: 15px;
}

article .x-content .info_wrap .info .name {
    font-size: 14px;
    font-weight: 500;

}

article .x-content .info_wrap .info .name i {
    font-size: 14px;
    margin-right: 5px;
}

article .x-content .info_wrap .info .txt {
    font-weight: 300;
    font-size: 15px;
}

article .x-content .art_wrap {
    flex: 1 1 calc(100% - 200px);
    padding-left: 30px;
}

article .x-content .art_wrap .article-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: justify;
}

article .x-content .art_wrap .article-content h2 {
    font-size: 20px;
}

article .x-content .art_wrap .article-content h3 {
    font-size: 16px;

}

article .x-content .art_wrap .article-content img {
    max-width: 100%;
    margin: 20px 0;
}

article .x-content .art_wrap .article-content p {
    text-align: justify;
    margin-bottom: 20px;

}

article ul.work_tag {
    display: flex;
    margin-bottom: 30px;
    margin-left: -5px;
}

article ul.work_tag li {
    margin: 0 5px 10px 5px;
}

article ul.work_tag li a.tag {
    padding: 5px 15px;
    border: 1px solid #ccc;
}

article ul.work_tag li a:hover {
    background-color: #3d1762;
    color: #fff;
    border: 1px solid transparent;
}

#Photo.listing {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

#Photo.listing .photo {
    flex: 0 0 calc(100% / 5 - 10px);
    margin: 0 5px 10px;
    position: relative;
    overflow: hidden;
}

#Photo.listing .photo .cover {
    /* opacity: .8; */
    padding-bottom: 130%;
}

#Photo.listing .photo:hover .cover {
    opacity: 1;
}

#Photo.listing .photo .cover img {
    position: absolute;
    max-width: 100%;
    left: -100%;
    top: 0;
}

#Photo.listing .photo:last-child {
    margin-bottom: 50px;
}

@media (max-width:767px) {
    #Photo.listing .photo {
        flex: 0 0 calc(100% / 2 - 10px);
    }
}

article .x-content .art_wrap ul.social-btn {
    justify-content: center;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
    margin: 0;
}

article .x-content .art_wrap ul.social-btn li {
    margin-bottom: 0;
}

article .x-content .art_wrap ul.social-btn li a {
    background: #ccc;
    border: 1px solid transparent;
}

article .x-content .art_wrap ul.social-btn li a:hover {
    background-color: #5b813f;
}

article .x-content .art_wrap ul.social-btn li.share {
    display: flex;
    align-items: center;
    flex: 1 0 55px;
    margin-right: 5px;
    color: #aaa;
}

article .x-content .art_wrap ul.social-btn li.share span {
    margin-right: 5px;
}

ul.social-btn {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

ul.social-btn li {
    flex: 0 0 calc(30px + 10px);
    list-style: none;
    margin-bottom: 10px;
}

ul.social-btn li a {
    color: #fff;
    display: block;
}

ul.social-btn li a i.fa {
    width: 30px;
    line-height: 30px;
    text-align: center;
}

ul.social-btn li i.x-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

ul.social-btn li i.x-icon:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% / 3 * 2);
}

ul.social-btn li i.x-icon.x-icon-line:after {
    background-image: url(../images/social/line.png);
}

ul.social-btn li i.x-icon.x-icon-massenger:after {
    background-image: url(../images/social/messenger.png);
}

ul.social-btn li a {
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
}

ul.social-btn li a:hover {
    background-color: rgb(255 255 255/.2);
    border-color: transparent;
}

article.fit {
    max-width: 767px !important;
}

article.fit .title {
    max-width: inherit;
}

article.fit .title>a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

article.fit .title>a span.time {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 5px;
}

article.fit .title>h1 {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 600;
}

article.fit .x-content .art_wrap {
    flex: 1 1 100%;
    padding-left: inherit;
    border-top: 1px solid #ccc;
}

article.fit .x-content .art_wrap>p.quote {
    padding: 20px;
    background-color: #f2f2f2;
    max-width: 760px;
    margin: 30px auto;
}

article.fit figure {
    margin-bottom: 30px;
}

/* service */

#Service.listing {
    display: flex;
    justify-content: center;
}

#Service.listing .service {
    flex: 0 0 calc(100% / 7 - 20px);
    margin: 0 10px;
    padding: 0 10px;
    text-align: center;
}

#Service.listing .service .icon_mark {
    border-radius: 100%;
    margin: 0 auto;
    padding-bottom: 100%;
    position: relative;
    background-color: #9dc815;
}

#Service.listing .service:not(:last-child) .ser_wrap .icon_mark:before {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 120px;
    background-color: #9dc815;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

#Service.listing .service .icon_mark>span.iNum {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

#Service.listing .service h4 {
    font-weight: 600;
    margin: 10px auto;
}

#Service.listing .service p {
    font-size: 1.1rem;
}

@media (max-width:767px) {
    #Service.listing {
        flex-wrap: wrap;
        margin: 0 auto 50px auto;
    }

    #Service.listing .service {
        flex: 0 0 100%;
    }

    #Service.listing .service .ser_wrap {
        display: flex;
    }

    #Service.listing .service:not(:last-child) {
        margin-bottom: 40px;
    }

    #Service.listing .service .ser_wrap .icon_mark {
        margin: 0;
        flex: 0 0 200px;
        height: 200px;
        max-width: inherit;
        text-align: right;
        position: relative;
        padding-bottom: inherit;
    }

    #Service.listing .service .ser_wrap .content {
        text-align: left;
        padding-left: 50px;
        flex: 0 1 60%;
    }

    #Service.listing .service .ser_wrap .icon_mark img {
        max-width: 100px;
        position: relative;
        display: block;
        margin-left: auto;
        border: 2px solid #ccc;
    }

    #Service.listing .service:not(:last-child) .ser_wrap .icon_mark:before {
        height: 100px;
        width: 6px;
        right: 50%;
        bottom: -100px;
        top: inherit;
        transform: translateX(50%);
    }

    #Service.listing .service .ser_wrap .content {}

    #Service.listing .service .ser_wrap .content h4 {
        font-size: 16px;
    }

    #Service.listing .service .ser_wrap .content li {
        font-size: 13px;
    }
}

@media (max-width:576px) {


    #Service.listing .service .ser_wrap .icon_mark {
        margin: 0;
        flex: 0 0 120px;
        height: 120px;
        max-width: inherit;
        text-align: right;
        position: relative;
        padding-bottom: inherit;
    }
}

/*----------------
    box personal
----------------*/
#Pers.listing {
    display:
        flex;
    flex-wrap:
        wrap;
}

#Pers.listing .per {
    flex: 0 0 calc(100% / 3 - 50px);
    margin: 0 25px 30px;
}

#Pers.listing .per .per_wrap {
    position: relative;
}

#Pers.listing .per .per_wrap .cover {
    margin-bottom: 10px;
}

#Pers.listing .per .per_wrap .info {}

#Pers.listing .per .per_wrap .info .title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#Pers.listing .per .per_wrap .info .title h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Pers.listing .per .per_wrap .info .title h4 span {
    font-size: .9rem;
    font-weight: 300;
}

#Pers.listing .per .per_wrap .info .title h4 span.name {
    font-size: 1.3rem;
    font-weight: normal;
}

#Pers.listing .per .per_wrap .info .title .psn {
    font-weight: 600;
    background-color: #72a24f;
    display: inline-flex;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

#Pers.listing .per .per_wrap .info>p {
    font-size: 1.1rem;
}

#Pers.listing .per .per_wrap .info>p>a {
    color: cornflowerblue;
    font-weight: 400;
}

@media (max-width:991px) {
    #Pers.listing .per {
        flex: 0 0 calc(100% / 2 - 50px);

    }
}

@media (max-width:767px) {
    #Pers.listing .per {
        flex: 0 0 100%;
        margin: 0 0 30px;

    }
}

/*-----------------------------
    #IconTxt
-----------------------------*/
#IconTxt.listing {
    display: flex;
    flex-wrap: wrap;
}

#IconTxt.listing .icon_txt {
    flex: 0 0 calc(25% - 20px);
    margin: 0px 10px;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0);
    transition: all .3s;
    overflow: hidden;
}

#IconTxt.listing .icon_txt:hover {
    box-shadow: 5px 5px 5px rgb(0 0 0 / .3);
    background-color: #72a24f;
}

#IconTxt.listing .icon_txt:hover .cover .se_icon {
    margin-left: -10px;
    margin-right: -10px;
}

#IconTxt.listing .icon_txt:hover .content {
    color: #fff;
}

#IconTxt.listing .icon_txt .cover {
    margin: 0px 0px 30px;
    overflow: hidden;
}

#IconTxt.listing .icon_txt .cover .se_icon {
    padding-bottom: 64%;
    background-color: #eee;
    transition: all .5s;
}

#IconTxt.listing .icon_txt .content {}

#IconTxt.listing .icon_txt .content h3 {
    font-size: 28px;
    color: inherit;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    color: #72a24f;
}

#IconTxt.listing .icon_txt:hover .content h3 {
    color: #fff;
}

#IconTxt.listing .icon_txt .content h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: rgb(114 197 80);
    left: calc(50% - 15px);
    bottom: 0px;
}

#IconTxt.listing .icon_txt .content h3 span {
    font-size: 20px;
    font-weight: 100;
    display: block;
    line-height: 24px;
    color: rgb(136, 136, 136);
}

#IconTxt.listing .icon_txt .content p {
    color: rgb(136, 136, 136);
    text-align: center;
}

#IconTxt.listing .icon_txt .content ul.detail {
    width: fit-content;
    margin: 0px auto;
    color: inherit;
}

#IconTxt.listing .icon_txt .content ul.detail li {
    position: relative;
    font-size: 1.2em;
}

#IconTxt.listing .icon_txt .content ul.detail li::before {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

@media (max-width:1199px) {
    #IconTxt.listing {
        justify-content: center;
    }

    #IconTxt.listing .icon_txt {
        flex: 0 0 220px;
        margin-bottom: 30px;
    }

    #IconTxt.listing .icon_txt .cover {
        /* max-width: 150px; */
    }
}

@media (max-width:767px) {
    #IconTxt.listing .icon_txt {
        flex: 0 0 calc(100% / 2 - 40px);
        margin-bottom: 50px;
    }

    #IconTxt.listing .icon_txt .content h3 span {
        font-size: 15px;
    }
}

@media (max-width:576px) {
    #IconTxt.listing .icon_txt {
        flex: 0 0 100%;
        padding: 0 10px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
    }
}