/* 
    Extra small devices (portrait phones, less than 576px) 
    No media query for `xs` since this is the default in Bootstrap
*/


/* @font-face {
    font-family: PingFang;
    src: url(../fonts/PingFang/PingFang\ Light.ttf);
} */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: arial, "微軟正黑體";
}

*,
:after,
:before {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.main {
    padding: 0px;
}

.hr-right {
    width: 1px;
    border: 0px;
    border-right: 1px solid;
}

a,
button {
    cursor: pointer;
    border: 0px;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
}

button:hover,
button:active {
    opacity: 0.9;
    transition: ease-in-out 0.2s;
}

.trans {
    transition: ease-in-out 0.2s;
}

.container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.font-pingfang {
    font-family: PingFang, 微軟正黑體;
    font-weight: 100;
}

.font-notosans {
    font-family: 'Noto Sans TC';
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #722C8C;
}

.carousel-control-prev,
.carousel-control-next {
    color: #722C8C;
}

.carousel-control-prev span,
.carousel-control-next span {
    font-size: 2rem;
}

.rhombus:before,
.rhombus:after {
    content: "";
    display: block;
    background-color: #D99A82;
    width: 495px;
    height: 215px;
    border-radius: 120px;
    transform: rotate(-60deg);
    position: absolute;
    right: 0;
    bottom: 121px;
    margin: auto;
    z-index: 2;
}

.rhombus:after {
    top: 121px;
    bottom: auto;
    transform: rotate(60deg);
}

.position-r {
    position: relative;
}


/* Hexagon */

.rhex {
    position: relative;
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px/9px;
}

.rhex:before,
.rhex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
    top: -0.5px;
    left: -0.3px;
}

.rhex:before {
    transform: rotate(60deg);
}

.rhex:after {
    transform: rotate(-60deg);
}


/* 只有 border 的六角形*/

.rhex-line {
    border-style: solid;
    border-width: 1px 0;
    border-color: #999999;
    background-color: #CBA8CE;
    background: none;
    margin: auto;
    position: absolute;
}

.rhex-line:before,
.rhex-line:after {
    border-style: solid;
    border-width: 1px 0px;
    border-color: #999999;
}

h2 {
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: -2px;
    text-indent: -2px;
    /* transform: scale(1.05, 1); */
    transform-origin: left;
    font-family: 'Noto Sans TC';
}

h3 {
    font-weight: 300;
    font-size: 2rem;
    transform-origin: left;
    font-family: 'Noto Sans TC';
}


/* color */

.bk-p {
    background-color: #722C8C !important;
    color: white;
}

.bk-o {
    background-color: #D99A82 !important;
}

.co-p {
    color: #722C8C;
}

.co-o {
    color: #D99A82;
}

.co-w {
    color: white !important;
}


/* text */

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.text-sm {
    font-size: 14px !important;
}


/* header */

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 111;
    background: #fff;
}

.navbar {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    position: relative;
}

.logo {
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    padding-left: 2rem;
    z-index: 1;
}

.logo img {
    width: 97px;
}

.nav-right {
    position: relative;
    align-items: stretch;
}

.outline-btn {
    height: 30px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #D99A82;
    line-height: 0px;
    color: #D99A82;
}

.outline-btn:hover,
.outline-btn:active {
    background-color: #D99A82;
    color: white;
}

.header .navbar-nav {
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}

.header .nav-item {
    height: 100%;
    width: calc(100% / 6);
    align-items: flex-end;
    min-width: 180px;
    position: relative;
}

.header .navbar-nav .nav-link {
    padding: 0 .5rem 1rem .5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    font-size: 1rem;
    transition: all .5s;
}

.header .navbar-nav .nav-link:after {
    content: "";
    display: flex;
    position: absolute;
    width: 1px;
    height: 10px;
    right: 0;
    bottom: 23.5px;
    background: #808080;
}

.header .navbar-nav .nav-item:last-child .nav-link:after {
    display: none;
}

.header .navbar-nav .nav-link:hover {
    background-color: #722C8C;
    color: #D99A82;
}

.header .navbar-nav .nav-link:hover:after {
    background: #722C8C;
}

.header .navbar-nav .nav-link.on:after {
    display: none;
}

.header .navbar-nav .submenu{
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    text-align: left;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    padding: 0;
    list-style: none;
    text-transform: none;
}

.header .navbar-nav .submenu a{
    width: 100%;
    display: flex;
    padding: 0 1rem;
    border-bottom: 1px solid #722c8b;
    transition: all .3s;
    height: 0;
    overflow: hidden;
    background-color: #fff;
}

.header .navbar-nav .submenu li:last-child a{
    border-bottom: 0;
    border-radius: 0 0 1rem 1rem;
}

.header .navbar-nav .submenu a:hover{
    background: #722c8b;
    color: #fff;
}

.header .navbar-nav .submenu li:last-child a:hover{
    border-radius: 0 0 1rem 1rem;
}

.header .navbar-nav .submenu span{
    width: 100%;
    display: flex;
    padding: 0 1rem;
    color: #fff;
    transition: all .3s;
    height: 0;
    overflow: hidden;
}

.header .navbar-nav .submenu span.span-systalk{
    background: #1569AB;
}

.header .navbar-nav .submenu span.span-digifusion{
    background: #ff6633;
}

.header .nav-item.solution-nav.on .submenu, .header .nav-item.product-nav.on .submenu {
    opacity: 1;
    visibility: visible;
}

.header .nav-item.solution-nav.on .submenu a, .header .nav-item.product-nav.on .submenu a{
    padding: .5rem 1rem;
    height: 100%;
    overflow: visible;
}

.header .nav-item.solution-nav.on .submenu a, .header .nav-item.product-nav.on .submenu span{
    padding: .5rem 1rem;
    height: 100%;
    overflow: visible;
}


/*-- search, language and join us */

.other-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2rem 1rem 0;
}

.other-info .info-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: .75rem;
    position: relative;
}

.other-info .info-top .search-column {
    position: absolute;
    border-radius: 50px;
    width: 0;
    height: 40px;
    right: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    padding: .25rem 2.5rem .25rem 1.5rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.other-info .info-top .search-column.active {
    width: 250px;
    opacity: 1;
    visibility: visible;
}

.other-info .info-top .search-column input {
    background: none;
    border-width: 0 0 1px 0;
    width: 0;
    border-color: #722b8c;
    border-radius: 0;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.other-info .info-top .search-column input:focus {
    outline: 0;
}

.other-info .info-top .search-column.active input {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.other-info .info-top .lang-column {
    position: absolute;
    right: 0;
    display: flex;
    align-items: stretch;
    top: 42px;
    width: 100%;
    height: 0;
    background: #fff;
    justify-content: center;
    border: 1px solid #722b8c;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    overflow: hidden;
}

.other-info .info-top .lang-column.on {
    height: 30px;
    opacity: 1;
    visibility: visible;
}

.other-info .info-top .lang-column .lang-choose {
    padding: 0;
    width: 50%;
    z-index: 2;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-right: 1px solid #722b8c;
}

.other-info .info-top .lang-column .lang-choose:hover {
    color: #D99A82;
    background: #722b8c;
}

.other-info .info-top .lang-column .lang-choose:focus {
    outline: 0;
}

.other-info .info-top .lang-column .lang-choose:last-child {
    border-right: 0;
}

.other-info .btn-search,
.other-info .btn-lang {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem;
    cursor: pointer;
}

.other-info .btn-search img {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2;
}

.other-info .btn-lang img {
    width: 30px;
    height: 29px;
}

.header .cookie {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 10px;
    height: fit-content;
    min-height: 120px;
}

.header .cookie p {
    margin-bottom: 0;
    margin-right: 1rem;
}

.header .cookie a,
.a-underline {
    border-bottom: 1px solid;
}

.header .cookie button {
    padding: 4px 15px;
    background-color: #722c8c;
    color: #ffffff;
    border-radius: 2px;
    min-width: 100px;
}


/* header - portal */

.header-portal .logo {
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
    margin-bottom: 1rem;
}

.header-portal .logo img {
    width: 300px;
}

.header-portal .logo.en img {
    width: 350px;
}

.header-portal .logo-word {
    line-height: 0.9;
    padding-left: 1rem;
    letter-spacing: 3px;
    text-indent: 3px;
    color: #d79078;
}

.header-portal .en .logo-word {
    padding-bottom: .4rem;
}

.header-portal .nav-right {
    padding: 0 3rem;
}

.header-portal .navbar-nav {
    height: 120px;
    justify-content: flex-end;
}

.header-portal .nav-item {
    height: auto;
    width: 15%;
}

.header-portal .nav-item .nav-link {
    height: 60px;
}

.header-portal .nav-group {
    display: flex;
}

.header-portal .other-info {
    min-width: 385px;
    padding: 0 0 1rem 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

.header-portal .other-info .info-top {
    width: auto;
    margin: 0 0 0 .75rem;
}

.header-portal .other-info .info-top .lang-column {
    right: 50px;
    width: 0;
    height: 30px;
    top: 0;
}

.header-portal .other-info .info-top .lang-column.on {
    width: 100px;
    height: 30px;
}

.header-portal .other-info .info-bottom .member {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-image: url('../images/header/icon-member.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 30px 30px;
    padding-left: 40px;
    transition: all .3s;
    position: relative;
}

.header-portal .other-info .info-bottom .member .arrow {
    min-width: 30px;
    width: 30px;
    height: 30px;
    position: relative;
}

.header-portal .other-info .info-bottom .member .arrow:before,
.header-portal .other-info .info-bottom .member .arrow:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 99rem;
    background: #722C8C;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-portal .other-info .info-bottom .member .arrow:after {
    transform: rotate(-45deg);
    left: auto;
    right: 7px;
}

.header-portal .other-info .info-bottom .member:hover {
    background-color: #722C8C;
    color: #fff;
    background-image: url('../images/header/icon-member02.png');
    background-size: 24px 24px;
    border-radius: 99rem;
}

.header-portal .other-info .info-bottom .member:hover .arrow:before,
.header-portal .other-info .info-bottom .member:hover .arrow:after {
    background: #fff;
}

.header-portal .other-info .info-bottom .member .member-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    background: #722C8C;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
}

.header-portal .other-info .info-bottom .member .member-list .member-link {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}

.header-portal .other-info .info-bottom .member .member-list .member-link:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
}

.header-portal .other-info .info-bottom .member .member-list.active {
    opacity: 1;
    visibility: visible;
}

.header-portal .other-info .info-bottom .member .member-list.active .member-link {
    padding: .5rem 0;
    height: 100%;
}


/* content */

.content {
    margin-top: 120px;
}


/* carousel */

.big-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-banner .big-img {
    height: auto;
}

.big-img img {
    width: 100%;
}

.carousel-indicators li {
    background-color: #722C8C;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 15px;
}

.link-left {
    position: fixed;
    top: 120px;
    padding: 10px 0px;
    width: 36px;
    z-index: 101;
}

.link-left div,
.link-left.left-bar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.link-left .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.link-left .sub-link {
    padding: 0;
}


/* .link-left .nav-link .subscribe {
    position: absolute;
    background: #D99A82;
    min-width: 100px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9px;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-indent: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow: hidden;
} */

.link-left .nav-link .subscribe {
    position: absolute;
    padding: .5rem 1rem;
    min-width: 300px;
    border-radius: 0 1rem 1rem 0;
    top: 0;
    left: -20px;
    z-index: -1;
    flex-direction: column;
    background: #712c8c;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow: hidden;
}

.link-left .nav-link .sub-icon {
    padding: .5rem 0;
    box-shadow: none;
}

.link-left .nav-link .subscribe.active {
    opacity: 1;
    visibility: visible;
    left: -10px;
}

.link-left .nav-link .subscribe .sub-word {
    display: flex;
    width: 100%;
    padding-left: 1.4rem;
}

.link-left .nav-link .subscribe .sub-input {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    padding: 0;
}

.link-left .nav-link .subscribe .form-control {
    margin-left: 1.4rem;
}


/* .link-left .nav-link .subscribe .sub-input img {
    width: 24px;
    height: 24px;
    margin-left: .5rem;
    filter: brightness(0) invert(1);
} */

.link-left .nav-link .subscribe .sub-input svg {
    font-size: 1.4rem;
    margin-left: .6rem;
}

.puple-nav {
    background-color: #722C8C;
    border-bottom-right-radius: 20px;
}

.puple-nav a {
    color: #D99A82;
}

.link-right {
    padding: 0px;
    right: 0px;
}

.link-right a {
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-decoration: none;
    color: #fff;
}

.link-right .right-nav {
    padding: 15px 6px;
}

.link-right .right-nav.none {
    display: none;
}

.link-right .right-nav:last-child {
    border-bottom-right-radius: 20px;
}

.link-right .tpi-nav,
.link-right .contact-nav {
    background-color: #722C8C;
}

.link-right .portal-nav {
    background-color: #1c9cbd;
}

.link-right .university-nav {
    background-color: #5fba77;
}

.hr-down {
    width: 50%;
    height: 1px;
    margin: 0px;
    border-color: #D99A82;
}

.banner-text {
    position: absolute;
    top: 10%;
    width: 100%;
    padding: 50px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
    justify-content: center;
}

#index-banner.carousel-banner .carousel-item {
    overflow: hidden;
}

#index-banner.carousel-banner .banner-phone {
    display: none;
}


/* our-service */

#our-service {
    margin-bottom: -0.13rem;
}

.services_introduction {
    margin-right: 50px;
}

.services_introduction .product {
    padding: 2rem 4rem;
    align-items: flex-start;
    justify-content: center;
}

.services_introduction .product h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.services_introduction .product h3 span {
    display: inline-block;
    font-size: 0.9375rem;
}

.services_introduction .product .col-lg {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    padding-top: 1rem;
    align-items: center;
    flex-direction: column;
}

.services_introduction .product .p-img {
    width: 150px;
    margin-bottom: 3rem;
}

.services_introduction .product .intr-text {
    padding: 0px;
    font-size: 0.9375rem;
}

.divider hr {
    margin-top: 1.2rem;
}

.rightsidebar {
    width: 330px;
    background-image: url(../images/homepage/our-service.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 30px;
}

.rightsidebar img {
    width: 190px;
}

.rightsidebar h2 {
    height: 50%;
    font-size: 2.7rem;
    width: 95%;
}

.rightsidebar p {
    width: 80%;
    font-size: 14px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.divider span {
    padding-left: 15px;
    line-height: 2;
    font-weight: bold;
    font-size: 1.2rem;
}

.divider button {
    padding: 6px 30px;
    line-height: 1;
    border-radius: 2px;
}

.divider button:hover,
.divider button:active {
    opacity: 0.7;
}

.intr-text {
    padding-left: 180px;
    padding-right: 1rem;
}

.intr-text p {
    margin-top: 20px;
    max-width: 600px;
    font-size: 0.9375rem;
}

.mul-text-overflow {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.intr-text button {
    padding: 3px;
    width: 50%;
    max-width: 130px;
}

.ml-over {
    margin-left: -2rem;
}

.solutions {
    display: flex;
    justify-content: center;
    padding: 0 5rem 0 17rem;
}

.solutions .solution-column {
    width: 50%;
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(3, 11%);
    align-content: flex-start;
}

.solutions .solution-column .solution-group {
    width: 36vw;
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.solutions .solution-column .solution-group:nth-child(4n+1) {
    grid-column-start: 2;
}

.solutions .solution-column .solution-group:nth-child(4n+2) {
    grid-column-start: 1;
}

.solutions .solution-column .solution-group:nth-child(4n+3) {
    grid-column-start: 2;
    grid-row-start: 3;
}

.solutions .solution-column .solution-group:nth-child(4n) {
    grid-column-start: 3;
    grid-row-start: 4;
}

.solutions .solution-column .solution-item {
    display: flex;
    width: 100%;
    padding-right: 4rem;
}

.solutions .solution-column .solution-item a {
    padding-left: 7rem;
    display: flex;
    width: 100%;
}

.solutions .img-hex {
    width: 68px;
    height: 105px;
    border-radius: 16px/9px;
    border: 0;
    transform: rotate(90deg);
    background-color: #d5c1d8;
}

.solutions .img-hex:before,
.solutions .img-hex:after {
    border: 0;
}

#our-service .divider,
#os_solution .divider {
    padding-top: 2rem;
}

#os_solution .divider {
    margin-left: 254px;
    margin-right: 66px;
}

.solutions .flex-column a {
    margin-left: 7rem;
}

.solutions .intr-text {
    margin-top: 1rem;
    color: #722C8C;
    padding: 0;
}

.solutions .intr-text .intr-img {
    display: flex;
    padding: 0 0 .5rem .1rem;
}

.solutions .intr-text .intr-img img {
    height: 23px;
    width: auto;
}

.solutions .intr-text .intr-title {
    display: flex;
    color: #515f6c;
    font-size: 0.9375rem;
}

.solutions .intr-text .intr-word {
    display: flex;
    color: #8531a5;
    font-size: 0.9375rem;
}

.divider .more,
.divider .pr-center {
    position: relative;
    color: #722C8C;
    padding-left: 2rem;
    padding-right: 15px;
    transition: 0.3s all;
}

.divider .pr-center {
    color: #000;
}

.divider .more:before,
.divider .more:after,
.divider .pr-center:before,
.divider .pr-center:after {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #722C8C;
    border-width: 1px 0 0 1px;
    transform: rotate(135deg);
    position: absolute;
    top: 5px;
    left: 10px;
}

.divider .pr-center:before,
.divider .pr-center:after {
    border-color: #000;
}

.divider .more:before,
.divider .pr-center:before {
    left: 0px;
}

.divider .more:hover::after,
.divider .pr-center:hover:after {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
    animation-delay: 0.3s;
}

.divider .more:hover::before,
.divider .pr-center:hover:before {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

#os_solution .divider a:hover .more{
    color: #fff;
}

#os_solution .divider a:hover .more:before,
#os_solution .divider a:hover .more:after{
    border-color: #fff;
}

#our-service .divider a:hover .pr-center{
    color: #D99A82;
}

#our-service .divider a:hover .pr-center:before,
#our-service .divider a:hover .pr-center:after{
    border-color: #D99A82;
}

@keyframes bounce {

    0%,
    100% {
        -moz-transform: translateX(0) rotate(135deg);
        -ms-transform: translateX(0) rotate(135deg);
        -webkit-transform: translateX(0) rotate(135deg);
        transform: translateX(0) rotate(135deg);
        opacity: 1;
    }

    56% {
        -moz-transform: translateX(4px) rotate(135deg);
        -ms-transform: translateY(4px) rotate(135deg);
        -webkit-transform: translateX(4px) rotate(135deg);
        transform: translateX(4px) rotate(135deg);
    }

    90% {
        opacity: 0;
    }
}

#os_solution {
    position: relative;
    height: 100%;
}

#os_solution .bg .left {
    width: 300px;
    height: 100%;
    background-image: url(../images/homepage/solution-bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem !important;
    margin-right: -1px;
    margin-left: -1px;
    z-index: -1;
}

#os_solution .bg .right {
    flex: 1;
    background-color: #CBA8CE;
}


/* monthly */

#monthly {
    background-color: #F2F2F2;
}

.monthly-left .monthly-img {
    width: 60%;
    background-color: #d99a82;
}

.month-list {
    width: 40%;
}

.month-list a {
    height: 8.33333%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.month-list a:nth-child(odd) {
    background-color: #CBA8CE;
}

.month-list a:nth-child(even) {
    background-color: rgb(206, 202, 200);
}

#monthly .monthly-left {
    width: 10%;
}

#monthly .monthly-right {
    display: flex;
    position: relative;
    width: 90%;
}

#monthly .monthly-right .left-pic {
    width: 50%;
}

#monthly .monthly-right .right-pic {
    width: 50%;
}

#monthly .monthly-right .carousel-item {
    padding-left: 50px;
}

#monthly .monthly-right .carousel-control-prev {
    margin-left: 30px;
}

#monthly_carousel .carousel-control-prev,
#monthly_carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    margin: 20px;
    background-color: #ccc;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px #0000002e;
}

#monthly_carousel .carousel-control-prev span,
#monthly_carousel .carousel-control-next span {
    width: 13px;
    height: 13px;
}

.monthly-carousel-control {
    position: absolute;
    top: 42%;
    width: 100%;
}

#monthly .monthly-left .monthly-img .monthly-word {
    display: none;
}

.month-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #D99A82;
    color: white;
    padding: 7px;
    padding-top: 30px;
    font-size: 2rem;
    font-weight: bold;
}


/* thank sharing */

#thank_sharing {
    background-image: url(../images/homepage/honeycomb.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#thank_sharing .container {
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 40px;
}

.container .person-img .rhex {
    width: 94px;
    height: 167px;
    border-radius: 24px/9px;
    transform: rotate(90deg);
    margin-left: 30px;
    z-index: 99;
    top: -15px;
    left: -17px;
}

.container .person-img .rhex-line,
.container .person-img .rhex-line:before,
.container .person-img .rhex-line:after {
    border-color: #E6D9EA;
    background-color: transparent;
    z-index: 1;
}

.container .person-img .rhex-solid {
    background: #f2f2f2;
    top: 0;
    left: 0;
}

.person-img {
    margin-right: 2rem;
}

.person-img img {
    width: 90px;
}

.person-img.only-img {
    margin-right: 0;
}

.person-img.only-img img {
    min-width: 166px;
}

.stroke-hex {
    width: 195px;
    position: absolute;
    z-index: 10;
    top: -22px;
    left: -25px;
}

.name-intr {
    margin-left: 2rem;
}

.name-intr .name-group {
    border-left: 10px solid #D99A82;
    padding-left: 1rem;
}

.name-intr .name-group p {
    margin: 0;
    font-size: 1.2rem;
}

.name-intr .name-group span {
    display: inline-block;
}

.name-intr .name {
    font-weight: bold;
    font-size: 1.5rem;
    padding-right: 10px;
    color: black;
}

.name-intr .job-title {
    color: #6D7278;
}

.name-intr .company-name {
    font-size: 1.2rem;
    margin-top: 10px;
    color: black;
}

#thank_sharing .carousel-item .mul-text-overflow {
    -webkit-line-clamp: 6;
}


/* #thank_sharing .ts-word{
    max-height: 220px;
    overflow: auto;
} */

#thank_sharing .carousel-item{
    height: 478px;
}

#thank_sharing .ts-left {
    align-items: center;
}

#thank_sharing .ts-word {
    max-height: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}


/* contact introduction */

#contact_introduction {
    padding: 5rem 2rem;
    font-size: 1.2rem;
}


/* contact us */

#contact .banner-text {
    background: url("../images/contact/banner-text.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 500px;
    display: flex;
    top: 0px;
    flex-direction: column;
    justify-content: center;
}

#contact .banner-text h2 {
    letter-spacing: 3px;
}

#contact .banner-text p {
    font-family: 'Noto Sans TC';
    font-size: 2rem;
    font-weight: 300;
}

.contactus-form h3 {
    font-size: 1rem;
    font-weight: bold;
}

.contactus-form .form-group {
    padding-left: 1rem;
    padding-bottom: 2rem;
}

.contactus-form .col-form-label {
    width: 200px;
    padding-bottom: 20px;
}

#project_name,
#requirement {
    width: 100%;
    max-width: 500px;
}

.input-bottom {
    border: 0px;
    border-bottom: 1px solid black;
    outline: none;
    padding: 3px 5px;
    margin-left: 5px;
}

.contactus-form .form-check {
    padding-bottom: 10px;
}

.contactus-form .group {
    position: relative;
    margin-bottom: 45px;
}

.contactus-form .group input {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 1px solid #757575;
}

.contactus-form .group input:focus {
    outline: none;
}

#map_tab .nav-item {
    flex: 25%;
    position: relative;
}

#map_tab .nav-item:before,
#map_tab .nav-item:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 21px;
}

#map_tab .nav-item:nth-child(4n+1):before {
    left: -1px;
    background-color: #722C8C;
}

#map_tab .nav-item:after {
    right: -1px;
    background-color: #722C8C;
}

#map_tab .nav-pills .nav-link {
    border-radius: 0;
    padding: 1rem 0.5rem;
}

#map_tab .nav-pills .nav-link.active,
#map_tab .nav-pills .show>.nav-link {
    background-color: #722C8C;
    margin-left: -2px;
    margin-right: -2px;
}

.gmap iframe {
    width: 100%;
}

.gmap {
    background-color: #722C8C;
    color: #ffffff;
}

.gmap a {
    position: relative;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    color: #ffffff;
}

.gmap .copy_btn {
    border: 0;
    background-color: transparent;
    color: #ffffff;
}

.gmap .copy_btn:hover {
    text-decoration: underline;
}

.gmap a.address:after,
.gmap a.tel:after {
    background-image: url("../images/contact/map.png");
    background-size: contain;
    background-position: center;
    content: "";
    width: 22px;
    position: absolute;
    height: 22px;
    left: 5px;
    top: 8px;
}

.btn-jelly {
    -webkit-animation: jelly 0.5s;
    animation: jelly 0.5s;
}

.gmap a.tel:after {
    background-image: url("../images/contact/tel.png");
}

.gmap .toast {
    width: 200px;
    position: fixed;
    bottom: 0;
    left: 45%;
    z-index: 999;
}

@keyframes jelly {
    25% {
        -webkit-transform: scale(0.95, 1);
        transform: scale(0.95, 1);
    }

    50% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}


/* LABEL ======================================= */

.contactus-form .name-label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.contactus-form input:focus~.name-label,
.contactus-form input:valid~.name-label {
    top: -20px;
    font-size: 14px;
    color: #722C8C;
}


/* BOTTOM BARS ================================= */

.contactus-form .bar {
    position: relative;
    display: block;
    width: 100%;
}

.contactus-form .bar:before,
.contactus-form .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #722C8C;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.contactus-form .bar:before {
    left: 50%;
}

.contactus-form .bar:after {
    right: 50%;
}


/* active state */

.contactus-form input:focus~.bar:before,
.contactus-form input:focus~.bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.contactus-form .highlight {
    position: absolute;
    height: 60%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.contactus-form input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #722C8C;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #722C8C;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #722C8C;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/* about us */

.about-us {
    height: 700px;
}

.about-us .left-column {
    width: 55%;
    height: 700px;
    position: relative;
    padding: 10px 70px;
    overflow: hidden;
}


/* about us left background */

.about-us .left-column .rsquare {
    background-color: #D99A82;
    width: 100%;
    min-width: 650px;
    height: 100%;
    border-radius: 0 120px 120px 0;
    position: absolute;
    right: 10rem;
    top: 0;
    z-index: 1;
}

.about-us .left-column .rhombus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -60px;
}

.about-us .left-column .rhombus:before,
.about-us .left-column .rhombus:after {
    content: "";
    display: block;
    background-color: #D99A82;
    width: 495px;
    height: 215px;
    border-radius: 120px;
    transform: rotate(-60deg);
    position: absolute;
    right: 0;
    bottom: 121px;
    margin: auto;
    z-index: 2;
}

.about-us .left-column .rhombus:after {
    top: 121px;
    bottom: auto;
    transform: rotate(60deg);
}

.about-us .left-column .rhombus.rhombus-grey {
    right: -70px;
    z-index: 1;
}

.about-us .left-column .rhombus.rhombus-grey:before,
.about-us .left-column .rhombus.rhombus-grey:after {
    background-color: #cccccc;
}


/* about us left container */

.about-us .word-content {
    position: relative;
    z-index: 2;
}

.about-us .word-content .content-top {
    height: 320px;
}

.about-us .left-column p {
    font-size: 1rem;
    line-height: 23px;
    margin: 67px 0;
    width: 75%;
}

.about-us .pattern {
    position: relative;
    margin-top: 1.875rem;
    margin-right: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us .pattern .rhex {
    background: #814497;
    width: 85px;
    height: 145px;
    border-radius: 24px/9px;
    transform: rotate(90deg);
}

.about-us .pattern .rhex.rhex-white {
    border-style: solid;
    border-width: 1px 0;
    border-color: #f2f2f2;
    background: none;
    left: -1rem;
    top: -0.4rem;
    right: 0;
    margin: auto;
    position: absolute;
}

.about-us .pattern .rhex.rhex-white:before,
.about-us .pattern .rhex.rhex-white:after {
    border-style: solid;
    border-width: 1px 0;
    border-color: #f2f2f2;
}

.about-us .pattern .word {
    position: absolute;
    z-index: 1;
    transform: rotate(-90deg);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    text-indent: .1rem;
    font-weight: normal;
}

.about-us .bottom-word {
    font-style: italic;
    width: 100%;
    line-height: 1.5rem;
    left: 0;
    margin: 1.875rem auto auto;
    padding-right: 8rem;
}


/* about us right container */

.about-us .right-column {
    position: absolute;
    right: 0;
    height: 700px;
    overflow: hidden;
    width: 65%;
}

.about-us .right-column .top {
    height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #cfcfcf;
}

.about-us .right-column .top img {
    width: 93%;
}

.about-us .right-column .bottom {
    width: 100%;
    height: 100%;
    padding-top: 1rem;
}

.about-us .right-column .bottom .pattern {
    padding: 1.875rem 0 0 18rem;
    margin: 0;
}

.about-us .right-column .bottom .pattern .rhex {
    background-color: #D99A82;
}

.about-us .right-column .bottom .pattern .rhex.rhex-white {
    left: 17rem;
    top: 1.4rem;
    background: none;
}

.about-us .right-column .bottom .bottom-word {
    padding: 1.875rem 0 0 18rem;
    margin: auto;
    width: 85%;
}


/* core value */

.core-value {
    background: #e6e6e6;
    padding: 10px 70px;
    height: 600px;
}

.core-value h2 {
    color: #a6a6a6;
}

.core-value .middle-column {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.core-value .middle-column .word-column {
    width: calc(100% / 3);
    /* position: relative; */
}

.core-value .middle-column .word-column .word {
    position: absolute;
    /* left: 0; */
    left: 62vw;
}

.core-value .middle-column .word-column .word .title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.core-value .middle-column .word-column .word .title p {
    margin-bottom: 0;
}

.core-value .middle-column .word-column .word .depiction {
    color: #666;
    line-height: 1.3;
}

.core-value .middle-column .word-column .word.word-left {
    top: 15rem;
    left: 1vw;
    width: calc(100% / 3.3);
}

.core-value .middle-column .word-column .word.word-right-top {
    top: 0;
}

.core-value.core-value-tw .middle-column .word-column .word.word-right-top {
    top: 3rem;
}

.core-value .middle-column .word-column .word.word-right-bottom {
    top: 15rem;
}

.core-value .middle-column .rhex-column {
    width: calc(100% / 3);
    min-width: 490px;
    position: relative;
}

.core-value .middle-column .rhex-column img {
    max-width: 466px;
}


/* time line */

.time-line {
    background: #CCA8CE;
}

.time-line h2 {
    padding: 10px 70px;
}


/* milestone lex */

.milestone-column {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 2rem auto 20rem auto;
}

.milestone-column .milestone-bg {
    position: absolute;
}

.milestone-column .milestone-bg01 {
    top: 1rem;
    right: 0;
    transform: rotate(180deg);
}

.milestone-column .milestone-bg02 {
    top: 25.5rem;
    left: 0;
}

.milestone-column .milestone-bg03 {
    bottom: 25.5rem;
    right: 0;
    transform: rotate(180deg);
}

.milestone-column .milestone-bg04 {
    bottom: 1rem;
    left: 0;
}

.milestone-column .milestone-bg05 {
    bottom: -17rem;
    left: 6rem;
}

.milestone-column .line {
    width: 1px;
    height: 98%;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.milestone-column .year-column {
    width: 1500px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.milestone-column .year-column:last-child {
    margin-bottom: 0;
}

.milestone-column .year-circle {
    width: 130px;
    height: 130px;
    min-height: 130px;
    background: #CCA8CE;
    border-radius: 99rem;
    border: 2px dashed #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    color: #722C8C;
    position: absolute;
}

.milestone-column .milestone-line {
    width: 70px;
    height: 1px;
    position: absolute;
    display: flex;
    border: 1px dashed #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 96%;
    align-items: center;
    z-index: 2;
}

.milestone-column .milestone-line::before,
.milestone-column .milestone-line::after {
    content: "";
    display: flex;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 99rem;
    position: absolute;
}

.milestone-column .milestone-line::before {
    left: -1px;
}

.milestone-column .milestone-line::after {
    right: -1px;
}

.milestone-column .milestone-word-column {
    position: relative;
    top: 0;
    right: 25vw;
}

.milestone-column .milestone-word {
    background: url("../images/homepage/milestone-word.png") no-repeat;
    background-size: 100% 100%;
    min-width: 31vw;
    max-width: 31vw;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    padding: 1rem 5rem;
}

.milestone-column .milestone-word ul {
    margin: 0;
    width: 100%;
}

.milestone-column .milestone-word ul li {
    font-size: 1.125rem;
    position: relative;
    padding-left: 1rem;
    font-weight: bold;
}

.milestone-column .milestone-word ul li::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #722C8C;
    border-radius: 99rem;
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.milestone-column .milestone-word ul li .small {
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: none;
}

.milestone-column .milestone-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/homepage/milestone-word02.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -.5rem;
    right: -1.5rem;
    z-index: 1;
}

.milestone-column .year-column.right .milestone-line {
    left: 96%;
    right: auto;
}

.milestone-column .year-column.right .milestone-word-column {
    left: 24vw;
    right: auto;
    display: flex;
}

.milestone-column .year-column.right .milestone-shadow {
    background: url("../images/homepage/milestone-word03.png") no-repeat;
    background-size: 100% 100%;
}


/* product */

#products .banner-text,
#solutions .banner-text {
    background: url("../images/products/banner-text.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 500px;
    display: flex;
    top: 0px;
    flex-direction: column;
    justify-content: center;
}

#solutions .banner-text {
    background-image: url("../images/solution/banner-text.png");
}

#products .banner-text h2,
#solutions .banner-text h2 {
    letter-spacing: 3px;
}

#products .pds-introduction {
    max-width: 1200px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 4rem !important;
}

.pds-introduction .pds-group {
    width: calc(100% - 400px);
    padding-right: 3rem;
    margin: auto;
    position: relative;
}

.pds-introduction .pds-group02 {
    width: calc(100% - 400px);
    padding-right: 0;
    padding-left: 3rem;
    margin: auto;
    position: relative;
}

.pds-introduction .pds-big-img {
    width: 400px;
}

.pds-introduction .divider hr {
    border-top: 4px solid;
}

.pds-introduction .rhex {
    width: 86px;
    height: 146px;
    border-radius: 26px/10px;
    transform: rotate(90deg);
    margin-left: 30px;
    background-color: white;
}

.pds-introduction .rhex img {
    width: 120px;
}

.pds-introduction .info {
    padding: 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

#products .pds-introduction .info {
    margin-left: 190px;
}

#products #digifusion .pds-introduction .info {
    margin-right: 170px;
    margin-left: 0;
}

#digifusion .pds-introduction .rhex {
    right: 30px;
}

#digifusion .pds-introduction .line:after {
    bottom: -7px;
    left: 0px;
    width: calc(100% + 28px);
}

#digifusion .pds-introduction .line:before {
    top: 9px;
    right: -14px;
    left: auto;
}

.pds-introduction .line {
    width: 100%;
    position: relative;
}

.pds-introduction .line:before {
    content: "";
    border-left: solid 1px #999999;
    top: 9px;
    left: -20px;
    height: 100px;
    position: absolute;
}

.pds-introduction .line:after {
    content: "";
    border-bottom: solid 1px #999999;
    bottom: -7px;
    left: -35px;
    width: calc(100% + 20px);
    position: absolute;
}

.pds-introduction .info h2 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: unset;
}

.pds-introduction .info .mb-0 {
    color: #666666;
    padding-top: .5rem;
}

.pds-introduction .function .func-img-in {
    width: 194px;
}

.pds-introduction hr {
    margin-bottom: 0px;
}

.pds-introduction .card {
    padding: 1.5rem 1rem;
    border-radius: 0px;
    text-align: left;
    color: white;
}

.pds-introduction .card-box {
    position: absolute;
    top: 0;
}

.pds-introduction .function p {
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
}

.pds-introduction .function .card-box {
    position: absolute;
    top: 0;
}

.pds-introduction .function .col-md {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 450px;
}

.pds-introduction .function .func-img {
    position: relative;
}

.pds-introduction .function .systalk-word, .pds-introduction .function .digifusion-word {
    padding: 1rem;
    margin-top: 1.5rem;
    background: #1569AB;
    color: #fff;
    text-align: left;
    border-radius: 1rem;
    height: calc(100% - 110.69px - 3.5rem);
}

.pds-introduction .function .digifusion-word{
    background: #EA7043;
    height: calc(100% - 171.14px - 3.5rem);
}

.pds-introduction .function .btn-more{
    border-radius: 99rem;
    background: #ea5a23;
    height: 45px;
    width: 175px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0 auto;
    transition: all .3s;
}

.pds-introduction .function .btn-more:hover{
    background: #f7b52c;
}

.pds-introduction .function .func-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pds-introduction .function .pds-plus {
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    border-radius: 99rem;
    border: 1px solid #FF6633;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    transition: all .3s;
}

.pds-introduction .function .w-100 {
    display: none;
}

#systalkai .function p {
    color: #d0d0d0;
    border-bottom: 1px solid #0e548a;
}

#systalkai .card {
    background-color: #1569AB;
}

#digifusion {
    background-color: #f2f2f2;
}

#digifusion .card {
    background-color: #FF6633;
}

#digifusion .function p {
    border-bottom: 1px solid #e64b19;
}

#products .function {
    justify-content: center;
}

.rhex img,
.rhex p,
.rhex h3 {
    z-index: 1;
    transform: rotate(-90deg);
}

.more_info {
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    color: #1569AB;
}


/* solutions */
#solutions #scroll-content .pds-introduction:nth-child(even) {
    background-color: #f7f8f8;
    z-index: -1;
}

#solutions #scroll-content .pds-introduction:nth-child(even) .feature.article-text .title:after {
    background-image: url(../images/solution/feature-arrows2.png);
}

#solutions #scroll-content .pds-introduction .success-bg02 {
    background-image: url(../images/solution/item-bg-left.png);
    opacity: 0.5;
    z-index: -2;
}

#solutions #scroll-content .pds-introduction .success-bg01 {
    background-image: url(../images/solution/item-bg-right.png);
    opacity: 0.5;
    z-index: -2;
}

#solutions #scroll-content .pds-introduction {
    padding-top: 3rem;
}

#solutions #scroll-content .pds-introduction:first-child {
    padding-top: 0;
}

#solutions .pds-introduction .d-flex .info {
    margin-left: 70px;
}

#solutions .info h2 span {
    font-size: 1.2rem;
}

#solutions .pds-introduction .rhex-line {
    position: unset;
    background-color: #333333;
}

#solutions .pds-introduction .line:before {
    top: -20px;
}

#solutions .pds-introduction .info .rhex {
    background-color: #FBB03B;
    width: 111px;
    height: 190px;
    margin-left: 10px;
}

#solutions .pds-introduction .rhex img {
    width: 90px;
}

#solutions .pds-introduction .line img {
    height: 30px;
    width: auto;
}

#solutions .pds-introduction .info h3 {
    font-size: 1.2rem;
    padding-top: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

#solutions .pds-introduction .pds-big-img img {
    border-radius: 10px;
    max-height: 180px;
    width: auto;
}

#solutions .function {
    background-color: #F2F2F2;
    height: 100%;
    position: relative;
    margin: 1.5rem 0;
    box-shadow: 0px 0px 0px 1.5rem #f2f2f2;
}

#solutions .article-text {
    padding: 0 17px;
}

#solutions .article-text.feature {
    margin-bottom: 2rem;
}

#solutions .article-text.feature li span {
    width: calc(100% - 45px);
    float: right;
    padding-left: 5px;
}

#solutions .article-text p {
    color: #666666;
    padding: 1rem;
}

#solutions .article-text ul {
    padding-left: 5%;
    margin-top: 1.5rem;
}

#solutions .article-text ul li {
    counter-increment: step-counter;
    padding: 7px;
    display: flex;
    align-items: baseline;
}

#solutions .article-text ul li:before {
    content: counter(step-counter);
    margin-right: 10px;
    font-size: 0.7rem;
    background-image: url("../images/solution/li-style.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-weight: bold;
    padding: 8px 11px;
    z-index: 1;
}


#solutions .article-text .title h4 {
    background-image: url("../images/solution/title-bg.png");
    width: 240px;
    padding: 5px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}

#solutions #scroll-content .pds-introduction:nth-child(even) .article-text .title h4{
    background-image: url("../images/solution/title-bg02.png");
}

#solutions #scroll-content .pds-introduction:nth-child(even) .article-text .title h4:nth-child(2){
    background-image: none;
}

#solutions .article-text .title h4:nth-child(2) {
    margin-left: -23px;
    background-color: #333333;
    padding-left: 40px;
    padding-right: 15px;
    width: fit-content;
    background-image: none;
    z-index: -1;
    font-size: 1.25rem;
    line-height: 1;
}

#solutions .article-text.feature .title h4{
    background-image: url("../images/solution/title-bg03.png");
    background-size: 100% 102%;
}

#solutions #scroll-content .pds-introduction:nth-child(even) .article-text.feature .title h4{
    background-image: url("../images/solution/title-bg03.png");
}


#solutions .article-text .title h4:nth-child(2):after,
#solutions .article-text.feature .title:after {
    content: "";
    background-image: url(../images/solution/sub-title-head.png);
    width: 23px;
    height: 34px;
    position: absolute;
    right: -22px;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
}

#solutions .article-text.feature .title:after {
    background-image: url(../images/solution/feature-arrows1.png);
    width: 86%;
    z-index: -1;
    background-size: cover;
    background-position: right;
    left: 160px;
    right: auto;
}

#solutions .pds-introduction .pds-big-img {
    padding-left: 1px;
    padding-right: 1px;
    width: 315px;
}

#solutions .function .bg {
    z-index: 1 !important;
}

#solutions .function h3 {
    font-size: 1.2rem;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
}

#solutions .function h3:before {
    content: "";
    width: 5px;
    height: 16px;
    background-color: black;
    position: absolute;
    top: 4px;
    left: 0;
}

#solutions .function .info {
    max-width: 800px;
    justify-content: center;
    margin: 0 auto;
}

#solutions .fu-item {
    width: 145px;
    margin: 35px;
    z-index: 2;
}

#solutions .fu-item:nth-child(n+4) {
    margin-top: -36px;
    margin-left: 36px;
    margin-right: 36px;
}

#solutions .fu-item:nth-child(2)>.rhex,
#solutions .fu-item:nth-child(n+4)>.rhex {
    background-color: #A4AFB9;
}

#solutions .pds-introduction .function img {
    width: 70px;
    margin-right: 60px;
}

#solutions .pds-introduction .function p {
    width: 170px;
    margin-left: 38px;
    margin-top: -1px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#solutions #scrollspy .nav-item {
    margin: 0 -21px;
}

#solutions #scrollspy.navbar {
    background-color: #fff;
    height: 140px;
    position: relative;
    top: 0;
    z-index: 1;
}

#solutions #scrollspy.navbar:after {
    position: absolute;
    content: "";
    width: 88%;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 6%;
    right: 6%;
}

#solutions .group {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: -25px;
    cursor: initial;
}

#solutions .group:hover>.rhex-group-black .rhex {
    background-color: #722C8C;
    transition: all 0.3s;
}

#solutions .rhex-group {
    margin: 0 2rem;
}

#solutions .group .rhex {
    background: #ccc;
    width: 32px;
    height: 53px;
    border-radius: 6px/4px;
    transform: rotate(90deg);
}

#solutions .word {
    position: absolute;
    z-index: 1;
    transform: rotate(-90deg);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    text-indent: .1rem;
    font-weight: 300;
    color: #fff;
}

#solutions .pds-introduction .function p {
    position: absolute;
}

#solutions #scrollspy span:after {
    display: none;
}

#solutions .rhex-group-black {
    position: relative;
}

#solutions .rhex-group-black .rhex {
    background-color: #000;
    transition: all 0.3s;
}

#solutions .rhex-word {
    position: absolute;
    margin-top: 0.6rem;
    white-space: initial;
    left: -28px;
    width: 90px;
    font-size: 1rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}


/* customers */

.customers {
    background: white;
    padding: 10px 70px;
}

.customers h2 {
    color: #cca8ce;
}

.customers .bottom-column {
    margin: 0 0 5rem 0;
    display: flex;
    width: 100%;
}

.customers .customers-column {
    width: 100%;
}


/* customers honeycomb */

.customers .customers-column .honeycomb {
    display: grid;
    grid-template-columns: repeat(14, 70px);
    grid-column-gap: 11px;
    justify-content: center;
    padding-left: 4rem;
}

.customers .customers-column .honeycomb .rhex {
    width: 85px;
    height: 145px;
    border-radius: 24px/9px;
    transform: rotate(90deg);
    border-style: solid;
    border-width: 1px 0;
    border-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
}

.customers .customers-column .honeycomb .rhex:before,
.customers .customers-column .honeycomb .rhex:after {
    border-style: solid;
    border-width: 1px 0;
    border-color: #e6e6e6;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+1) {
    grid-column-start: 2;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+2) {
    grid-column-start: 4;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+3) {
    grid-column-start: 6;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+4) {
    grid-column-start: 8;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+5) {
    grid-column-start: 10;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+6) {
    grid-column-start: 12;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+7) {
    grid-column-start: 1;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+8) {
    grid-column-start: 3;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+9) {
    grid-column-start: 5;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+10) {
    grid-column-start: 7;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+11) {
    grid-column-start: 9;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n+12) {
    grid-column-start: 11;
}

.customers .customers-column .honeycomb .rhex:nth-child(13n) {
    grid-column-start: 13;
}

.customers .customers-column .honeycomb .rhex .rhex-content {
    transform: rotate(-90deg);
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CCA8CE;
    font-size: 1.5rem;
    font-weight: bold;
}

.customers .customers-column .honeycomb .rhex .rhex-content img {
    transform: rotate(0);
}


/* product-inner */

#product-inner .link-left .contact-nav a,
.pd-systalk .link-left .contact-nav a {
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
}

#product-inner .link-left .contact-nav a:after,
.pd-systalk .link-left .contact-nav a:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 23px;
    background-image: url("../images/product-inner/contact-us.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2px;
    left: 2px;
}

#solutions #scrollspy .nav-dropdown {
    background-color: #000000;
    color: #ffffff;
}

#scrollspy span,
#map_tab span,
#article span {
    display: none;
    width: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

#scrollspy span:after,
#map_tab span:after,
#solutions #scrollspy .nav-dropdown:after,
#article span:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0f0f0f;
    border-right: 1px solid #0f0f0f;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: ease .3s;
}

#solutions #scrollspy .nav-dropdown:after {
    border-color: #ffffff;
}

#scrollspy span.open:after,
#map_tab span.open:after,
#solutions #scrollspy .nav-dropdown.open:after,
#article span.open:after {
    transition: ease .3s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#scroll-content .px-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#product-inner #map_tab:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -1px;
    background-color: #EE783A;
}

#scrollspy.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 100;
}

#scrollspy .nav.open,
#map_tab .nav.open,
#article .art-dropdown {
    height: auto;
}

#scrollspy .nav.open .nav-item,
#map_tab .nav.open .nav-item {
    display: block;
}

#product-inner #scrollspy .nav.open .nav-item {
    display: block;
}

#article .art-dropdown.open .btn {
    max-width: 100%;
    display: flex;
}

#product-inner #scrollspy .nav-link {
    position: relative;
    background-image: url("../images/product-inner/inner-nav01.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    width: 187px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-inner.digimars #scrollspy .nav-link {
    background-image: url("../images/product-inner/inner-nav05.png");
}

#product-inner.digilogs #scrollspy .nav-link {
    background-image: url("../images/product-inner/inner-nav07.png");
}

#product-inner #scrollspy .nav-item:first-child .nav-link {
    background-image: url("../images/product-inner/inner-nav03.png");
    width: 189px;
}

#product-inner.digimars #scrollspy .nav-item:first-child .nav-link {
    background-image: url("../images/product-inner/inner-nav06.png");
}

#product-inner.digilogs #scrollspy .nav-item:first-child .nav-link {
    background-image: url("../images/product-inner/inner-nav08.png");
}

#product-inner #scrollspy .nav-link:hover,
#product-inner #scrollspy .nav-link:focus,
#product-inner #scrollspy .nav-link.active {
    background-image: url("../images/product-inner/inner-nav02.png");
    color: #fff;
}

#product-inner #scrollspy .nav-item:first-child .nav-link:hover,
#product-inner #scrollspy .nav-item:first-child .nav-link:focus,
#product-inner #scrollspy .nav-item:first-child .nav-link.active {
    background-image: url("../images/product-inner/inner-nav04.png");
}

#product-inner.digimars #scrollspy .nav-link.onlast {
    background-image: url("../images/product-inner/inner-nav05.png");
    color: #000;
}

#product-inner #scrollspy .container {
    max-width: 100%;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(4, 164px);
    background: #F7B52C;
}

#product-inner.digimars #scrollspy .container {
    background: #41b057;
}

#product-inner.digilogs #scrollspy .container {
    background: #45bab3;
}

#product-inner .banner-text {
    color: #333333;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}

#product-inner .banner-text img {
    width: 550px;
    margin-bottom: 2rem;
}

#product-inner.digimars .banner-text img {
    width: 470px;
}

#product-inner.digimars .banner-text .banner-group {
    display: flex;
    align-items: center;
}

#product-inner.digimars .banner-text .banner-group .banner-left {
    width: 395px;
    position: relative;
}

#product-inner.digimars .banner-text .banner-group .banner-right {
    text-align: left;
}

#product-inner.digimars .banner-text .banner-group .banner-left img {
    width: 395px;
    position: absolute;
    left: 0;
    bottom: -17.7rem;
}

#product-inner .banner-text h3 {
    font-size: 2.3rem;
}

#product-inner.digimars .banner-text h3 {
    font-weight: 400;
}

#product-inner.digimars .banner-text .banner-group .btn-install {
    border-radius: 99rem;
    background: #41b057;
    width: 195px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-left: 9.2rem;
}

#scrollspy .container,
#map_tab .container {
    justify-content: center;
    text-align: center;
}

#features,
#structure,
#benefits,
#case_study {
    margin: 2rem 0rem;
    position: relative;
    height: 100%;
}

#structure {
    margin-bottom: 0;
}

#features .bg,
#structure .bg,
#solutions .function .bg {
    opacity: 0.4;
}

#product-inner .bg,
#os_solution .bg,
#solutions .function .bg {
    z-index: -1;
    width: 100%;
    height: inherit;
    display: flex;
    position: absolute;
}

.bg .left-box {
    width: 50%;
    height: 70%;
    max-height: 450px;
    background-image: url("../images/product-inner/boxes-left.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: flex-end;
}

.bg .right-box {
    width: 50%;
    height: 70%;
    max-height: 450px;
    background-image: url("../images/product-inner/boxes-right.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg .left-box02 {
    background-image: url("../images/product-inner/boxes-left02.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 297px;
    height: 470px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg .right-box02 {
    background-image: url("../images/product-inner/boxes-right02.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 305px;
    height: 471px;
    right: 0;
    top: 0;
    position: absolute;
}

.bg .left-box03 {
    background-image: url("../images/product-inner/boxes-left03.png");
}

.bg .right-box03 {
    background-image: url("../images/product-inner/boxes-right03.png");
}

.bg .left-box04 {
    background-image: url("../images/product-inner/install-bg02.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 528px;
    height: 215px;
    position: absolute;
    left: 0;
    bottom: 13rem;
}

.bg .right-box04 {
    background-image: url("../images/product-inner/install-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1383px;
    height: 338px;
    right: 0;
    top: 2rem;
    position: absolute;
}

.pds-information .info-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pds-information .info-title img {
    width: 40px;
    margin-right: 1rem;
}

.pds-information .info-title .ch {
    color: #231815;
    font-size: 1.875rem;
    font-weight: 300;
    margin-right: 1rem;
}

.pds-information .info-title .en {
    color: #EA5A23;
    font-size: 1.25rem;
    font-weight: bold;
}

.pds-information .pds-column {
    position: relative;
}

.pds-information .pds-column:before,
.pds-information .pds-column:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 60px;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: rgba(255, 255, 255, .8);
    left: 0;
    top: 0;
}

.pds-information .pds-column:after {
    border-width: 18px 18px 18px 0;
    right: 0;
    left: auto;
}

.pds-information #about {
    background-color: #F7B52C;
    position: relative;
    z-index: 1;
}

.digimars .pds-information #about {
    background-color: #41b057;
}

.digilogs .pds-information #about {
    background-color: #45bab3;
}

.pds-information #about .bg {
    height: 100%;
}

.pds-information #about .info-title {
    padding-bottom: 2rem;
}

.pds-information #about .info-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.pds-information #about .info-body .word {
    width: 95%;
}

.pds-information #about .info-body .top {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem;
}

.pds-information #about .info-body .bottom {
    font-size: 1.25rem;
    border-top: 1px solid #000;
    padding-top: 1rem;
}

.pds-information #features .info{
    position: relative;
}

.pds-information #features .info-title {
    justify-content: flex-start;
}

.pds-information #features .info-body {
    display: grid;
    grid-template-columns: repeat(5, 195px);
    justify-content: center;
    padding: 6.5rem 0;
    margin-left: -40px;
}

.digimars .pds-information #features .info-body {
    grid-template-columns: repeat(3, 195px);
    padding: 11rem 0 0 0;
}

.digilogs .pds-information #features .info-body {
    grid-template-columns: repeat(3, 195px);
    padding: 11rem 0 0 0;
}

.pds-information #features .info-body .grid-start01 {
    grid-column-start: 1;
}

.pds-information #features .info-body .grid-start02 {
    grid-column-start: 2;
}

.pds-information #features .info-body .grid-start03 {
    grid-column-start: 3;
}

.pds-information #features .info-body .grid-start04 {
    grid-column-start: 4;
}

.pds-information #features .info-body .grid-start05 {
    grid-column-start: 5;
}

.pds-information #features .info-body .grid-rhex {
    width: 234px;
    height: 207px;
    background-image: url('../images/product-inner/rhex-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 2.5rem;
    margin-top: -96px;
}

.pds-information #features .info-body .grid-rhex.grid-bg02 {
    background-image: url('../images/product-inner/rhex-bg02.png');
}

.pds-information #features .info-body .grid-rhex.grid-bg03 {
    background-image: url('../images/product-inner/rhex-bg03.png');
    padding: 0;
}

.pds-information #features .info-body .grid-rhex.grid-bg04 {
    background-image: url('../images/product-inner/rhex-bg04.png');
}

.pds-information #features .info-body .grid-rhex.grid-bg05 {
    background-image: url('../images/product-inner/rhex-bg08.png');
}

.pds-information #features .info-body .grid-rhex.grid-bg06 {
    background-image: url('../images/product-inner/rhex-bg10.png');
}

.pds-information #features .info-body .grid-rhex img {
    width: 150px;
}

.pds-information #features .info-body .grid-rhex.grid-bg03 img {
    width: 140px;
}

.pds-information #features .info-body .grid-rhex span {
    position: absolute;
    bottom: 1rem;
    color: #231815;
    max-width: 160px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
}

.pds-information  .btn-try{
    border-radius: 99rem;
    position: absolute;
    right: 5.5rem;
    bottom: 8rem;
    background: #e85a24;
    color: #fff;
    font-size: 1.5rem;
    width: 175px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: .1rem;
    text-indent: .1rem;
    transition: all .3s;
}

.digilogs .pds-information  .btn-try, .digimars .pds-information  .btn-try{
    bottom: 1rem;
}

.pds-information  .btn-try:hover{
    background: #f7b52c;
}

.pds-information #benefits .btn-try{
    bottom: 0;
}

.systalk-rpa .pds-information .btn-try{
    right: 0;
    left: 38rem;
    bottom: 0;
    margin: auto;
}

.pds-information #benefits {
    position: relative;
}

.pds-information #benefits .bg {
    background-color: #eeeeef;
}

.pds-information #benefits .info {
    position: relative;
}

.pds-information #benefits .bg-title {
    background: #fff;
    height: 100px;
    width: 50%;
    left: -20rem;
    z-index: 1;
    top: 1rem;
    position: absolute;
}

.pds-information #benefits .info-title {
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    height: 100px;
}

.pds-information #benefits .info-title img,
.pds-information #benefits .info-title span {
    z-index: 1;
}

.pds-information #benefits .info-title:after {
    content: "";
    display: block;
    height: 100px;
    width: 770px;
    background-image: url('../images/product-inner/title-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -30rem;
}

.pds-information #benefits .info-body {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    justify-content: center;
    margin-left: -38rem;
    padding: 1.5rem 0;
}

.digimars .pds-information #benefits .info-body {
    grid-template-columns: repeat(4, 100px);
}

.digilogs .pds-information #benefits .info-body {
    grid-template-columns: repeat(3, 100px);
}

.pds-information #benefits .info-body .benefit-group {
    width: 730px;
    height: 248px;
    background-image: url('../images/product-inner/rhex-bg06.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.pds-information #benefits .info-body .benefit-group:nth-child(3n+1) {
    grid-column-start: 3;
}

.pds-information #benefits .info-body .benefit-group:nth-child(3n+2) {
    grid-column-start: 2;
}

.pds-information #benefits .info-body .benefit-group:nth-child(3n) {
    grid-column-start: 1;
}

.digimars .pds-information #benefits .info-body .benefit-group:nth-child(4n+1) {
    grid-column-start: 4;
}

.digimars .pds-information #benefits .info-body .benefit-group:nth-child(4n+2) {
    grid-column-start: 3;
}

.digimars .pds-information #benefits .info-body .benefit-group:nth-child(4n+3) {
    grid-column-start: 2;
}

.digimars .pds-information #benefits .info-body .benefit-group:nth-child(4n) {
    grid-column-start: 1;
}

.digilogs .pds-information #benefits .info-body .benefit-group.benefit-group01 {
    grid-column-start: 1;
}

.digilogs .pds-information #benefits .info-body .benefit-group.benefit-group02 {
    grid-column-start: 2;
}

.digilogs .pds-information #benefits .info-body .benefit-group.benefit-group03 {
    grid-column-start: 3;
}

.pds-information #benefits .info-body .benefit-point {
    width: 240px;
    height: 218px;
    background-image: url('../images/product-inner/rhex-bg05.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5rem;
    color: #fff;
    padding-bottom: 2rem;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    font-weight: 100;
}

.digimars .pds-information #benefits .info-body .benefit-point {
    background-image: url('../images/product-inner/rhex-bg09.png');
}

.digilogs .pds-information #benefits .info-body .benefit-point {
    background-image: url('../images/product-inner/rhex-bg11.png');
}

.pds-information #benefits .info-body .benefit-in {
    width: 100%;
    height: 100%;
    padding: 2rem 5rem 4.5rem 13rem;
}

.pds-information #benefits .info-body .benefit-subtitle {
    font-size: 1.5rem;
    color: #231815;
}

.pds-information #benefits .info-body .benefit-word {
    padding: .5rem 1rem;
    color: #9e9e9f;
    font-size: 1rem;
    overflow: auto;
    max-height: 125px;
}

.pds-information #case_study {
    overflow: hidden;
}

.pds-information #case_study .info-title {
    justify-content: flex-start;
}

.pds-information #case_study .info-subtitle {
    height: 49px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.875rem;
    margin-top: 2rem;
}

.pds-information #case_study .info-subtitle span,
.pd-systalk .SYS-section-02 .info-subtitle h2,
.pd-systalk .SYS-section-03 .info-subtitle h2 {
    background-image: url('../images/product-inner/subtitle-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 459px;
    height: 49px;
    position: absolute;
    content: "";
    top: -7rem;
    left: -10rem;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pds-information #case_study .info-subtitle span {
    font-size: 1.5rem;
}

.digimars .pds-information #case_study .info-subtitle span {
    background-image: url('../images/product-inner/subtitle-bg02.png');
}

.digilogs .pds-information #case_study .info-subtitle span {
    background-image: url('../images/product-inner/subtitle-bg04.png');
}

.pds-information #case_study .pds-column {
    width: 80%;
    height: 100%;
    margin: auto;
    max-width: 1000px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.pds-information #case_study .pds-column:before,
.pds-information #case_study .pds-column:after {
    border-color: #f7b52c;
    z-index: 1;
}

.digimars .pds-information #case_study .pds-column:before,
.digimars .pds-information #case_study .pds-column:after {
    border-color: #41b057;
}

.digilogs .pds-information #case_study .pds-column:before,
.digilogs .pds-information #case_study .pds-column:after {
    border-color: #45bab3;
}

.pds-information #case_study .carousel {
    margin: 1rem 0 4rem 0;
}

.pds-information #case_study .carousel-inner {
    padding: 5rem 0 2rem 0;
}

.pds-information #case_study .carousel-inner .container {
    max-width: 760px;
}

.pds-information #case_study .carousel-title {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
}

.pds-information #case_study .carousel-title:before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #ea5a23;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.pds-information #case_study .carousel-word {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    width: 100%;
}

.pds-information #case_study .carousel-word:last-child {
    margin-bottom: 0;
}

.pds-information #case_study .carousel-left,
.pds-information #case_study .carousel-right {
    width: 60px;
    height: 60px;
    background-color: #f7b52c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
    box-shadow: rgba(68, 68, 68, 0.171) 4px 4px 10px 3px;
    color: white;
}

.digimars .pds-information #case_study .carousel-left,
.digimars .pds-information #case_study .carousel-right {
    background-color: #41b057;
}

.digilogs .pds-information #case_study .carousel-left,
.digilogs .pds-information #case_study .carousel-right {
    background-color: #45bab3;
}

.pds-information #customer {
    overflow: hidden;
    padding-bottom: 3rem;
}

.pds-information #customer .info-title {
    justify-content: flex-end;
    position: relative;
    padding-right: 4rem;
}

.pds-information #customer .info-title:after {
    content: "";
    background-image: url('../images/product-inner/title-bg02.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 458px;
    height: 48px;
    position: absolute;
    content: "";
    top: 0;
    right: -5rem;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pds-information #customer .bg {
    background-image: url('../images/product-inner/customer-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 381px;
    width: 100%;
    height: 100%;
    right: -3rem;
}

.digimars .pds-information #customer .bg {
    background-image: url('../images/product-inner/customer-bg02.png');
}

.digilogs .pds-information #customer .bg {
    background-image: url('../images/product-inner/customer-bg03.png');
}

.pds-information #customer .carousel-item {
    height: 381px;
}

.pds-information #customer .person-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
}

.pds-information #customer .person-img .rhex {
    margin: auto;
    bottom: 0;
    right: 0;
    top: -1rem;
}

.pds-information #customer .carousel-control-prev span,
.pds-information #customer .carousel-control-next span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pds-information #customer .carousel-control-prev {
    justify-content: flex-start;
    padding-left: 6rem;
}

.pds-information #customer .carousel-inner {
    width: 72%;
    margin: auto;
}

.pds-information #customer .person-group {
    display: flex;
    margin-right: 2rem;
}

.pds-information #customer .ts-word {
    max-height: 330px;
    overflow: auto;
}

.pds-information #customer .name-intr {
    display: flex;
    align-items: center;
    padding-bottom: 2.5rem;
}

.pds-information #customer .name-intr .intr-in {
    display: flex;
    align-items: flex-start;
    height: 120px;
    margin-right: 2rem;
}

.pds-information #customer .name-intr .name-group {
    border-color: #ea5a23;
}

.pds-information #customer .name-intr .name-group .name {
    line-height: 1;
}

.pds-information #customer .name-intr .name-group p {
    margin: 0;
    font-size: 1.2rem;
    color: black;
}

.pds-information #customer .deco-line {
    position: absolute;
    background-image: url('../images/product-inner/deco-line.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    height: 51px;
    width: 644px;
    right: 0;
    margin-top: 2rem;
}

.digimars .pds-information #customer .deco-line {
    background-image: url('../images/product-inner/deco-line02.png');
}

.digilogs .pds-information #customer .deco-line {
    background-image: url('../images/product-inner/deco-line03.png');
}

.pds-information #structure .bg {
    background-color: #eeeeef;
}

.pds-information #structure .info-title {
    justify-content: flex-start;
}

.pds-information #structure .video {
    width: 100%;
    padding: 3rem 6rem;
    position: unset;
}

.pds-information #structure .video-word {
    width: 100%;
    padding: 0 6rem;
}

.digimars .pds-information #apply {
    position: relative;
}

.digimars .pds-information #apply .bg {
    height: 100%;
}

.digimars .pds-information #apply .info {
    padding: 0 0 0 16rem;
}

.digimars .pds-information #apply .apply-title {
    font-size: 1.875rem;
    padding: 1rem 0 .5rem 0;
}

.digimars .pds-information #apply .apply-title span {
    font-size: 2rem;
    font-weight: bold;
}

.digimars .pds-information #apply .apply-subtitle {
    background-image: url('../images/product-inner/subtitle-bg03.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 1.875rem;
    color: #fff;
    width: 525px;
    height: 49px;
    display: flex;
    align-items: center;
    padding: 0 0 0 3rem;
    margin-bottom: 3rem;
}

.digimars .pds-information #apply .apply-form {
    position: relative;
    width: 567px;
    border-radius: 20px;
    border: 3px solid #41b057;
    padding: 3rem;
    background: #fff;
    margin-bottom: 5rem;
}

.digimars .pds-information #apply .apply-form .apply-group {
    margin-bottom: 2rem;
}

.digimars .pds-information #apply .apply-form input.form-control {
    border: 0;
    border-bottom: 1px solid #41b057;
    border-radius: 0;
    height: 38px;
}

.digimars .select2-container--default .select2-selection--single {
    border: 1px solid #41b057;
    height: 38px;
}

.digimars .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.digimars .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url('../images/product-inner/icon-select.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    right: .5rem;
    margin: auto;
    transition: all .3s;
}

.digimars .select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}

.digimars .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.digimars .pds-information #apply .captcha {
    width: 300px;
    margin: auto;
}

.digimars .pds-information #apply .btn-install {
    background: #41b057;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    color: #fff;
}

.digimars .pds-information #apply .apply-hint {
    font-size: 0.875rem;
    margin-top: 1rem;
    text-align: center;
}

.digimars .pds-information #apply .apply-hint a {
    color: #41b057;
}

.digimars .pds-information #apply .green {
    width: 258px;
    position: absolute;
    right: -13rem;
    bottom: -4rem;
}

#scroll-content .info .w-100 {
    max-width: 100% !important;
}

#customer .case.info {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#customer .case.info h3 {
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

#customer .case.info h3::before {
    content: "";
    width: 6px;
    height: 35px;
    top: -8px;
    left: 0;
    background-color: #fff;
    position: absolute;
}

#product-inner #customer .info p {
    max-width: 100%;
}

#customer .scroll-item p {
    color: #666666;
}

#customer .carousel-control-prev,
#customer .carousel-control-next {
    align-items: unset;
}

#customer a span {
    filter: brightness(0) invert(1);
}

#cs_carousel {
    margin: 4rem auto;
}

#cs_carousel .person-img .rhex {
    width: 88px;
    height: 151px;
}

#cs_carousel .person-img img {
    width: 140px;
}

#cs_carousel .carousel-inner {
    max-width: 1100px;
    min-width: 1100px;
    width: 80%;
    margin: 0 auto;
}

#product-inner .carousel-control-prev span,
#product-inner .carousel-control-next span {
    min-width: 59px;
}


/* media center */

.media-info-area {
    position: relative;
}

.media-info-area .swiper-link {
    display: block;
}

.media-info-area .black-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #858585;
    mix-blend-mode: multiply;
    z-index: 1;
}

.media-info-area .swiper-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    padding: .5rem 1rem;
}

.media-info-area .swiper-content .date {
    font-style: italic;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.media-info-area .swiper-content .word {
    font-family: 'Noto Sans TC';
    font-size: 1.67vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #ffffff;
    text-decoration: none;
    transition: all .5s;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    line-height: 1.4;
}

.media-info-area .swiper-content .word:hover {
    transform: scale(.8);
}

.media-info-area .swiper-content .word:focus {
    outline: 0;
}

.media-info-area .swiper-content .label {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    width: 100px;
    height: 34px;
    color: #fff;
    font-size: 1rem;
}

.media-info-area .swiper-content .label-events {
    background: #25968F;
}

.media-info-area .swiper-content .label-products {
    background: #0fa7de;
}

.media-info-area .swiper-content .label-news {
    background: #d8335b;
}

.media-info-area .swiper-button-prev,
.media-info-area .swiper-button-next {
    width: 12.5%;
    height: 100%;
    top: 22px;
}

.media-info-area .swiper-button-prev {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(31, 31, 31, 0.6), rgba(0, 0, 0, 0));
}

.media-info-area .swiper-button-next {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(31, 31, 31, 0.6), rgba(0, 0, 0, 0));
}

.media-info-area .swiper-button-prev:focus,
.media-info-area .swiper-button-next:focus {
    outline: 0;
}


/* .media-info-area .swiper-button-prev:after,
.media-info-area .swiper-button-next:after {
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    color: #d99a81;
    font-size: 5rem;
    font-weight: bold;
} */

.media-info-area .swiper-button-prev img,
.media-info-area .swiper-button-next img {
    width: 34px;
}

.media-info-area .swiper-button-next img {
    transform: rotate(180deg);
}

.media-info-area .swiper-button-prev:after,
.media-info-area .swiper-button-next:after {
    display: none;
}

.media-banner {
    position: relative;
}

.media-banner span {
    color: #fff;
    font-weight: 100;
    font-family: 'Noto Sans TC';
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-container.container {
    max-width: 1440px;
    padding: 0 2rem;
}

.media-container .left {
    width: calc(100% - 548px - 2rem);
    margin-right: 2rem;
}

.media-container .left .btn-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-container .left .btn-column .btn {
    border-radius: 0;
    margin: 0 .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    max-width: 100px;
    height: 34px;
    color: #808080;
    border: 1px solid #808080;
    background-color: #eeeeee;
}

.media-container .left .btn-column .btn:hover {
    background: #ccc;
    color: #fff;
    border-color: #ccc;
}

.media-container .left .btn-column .btn-all.active {
    background: #959595;
    color: #fff;
}

.media-container .left .btn-column .btn-events.active {
    background: #25968F;
    color: #fff;
    border-color: #25968F;
}

.media-container .left .btn-column .btn-products.active {
    background: #0fa7de;
    color: #fff;
    border-color: #0fa7de;
}

.media-container .left .btn-column .btn-newsletter.active,
.media-container .left .btn-column.newsletter .btn.active {
    background: #2a65a7;
    color: #fff;
    border-color: #2a65a7;
}

.media-container .left .btn-column.newsletter {
    display: none;
}

.media-container .left .btn-column .btn-news.active {
    background: #d8335b;
    color: #fff;
    border-color: #d8335b;
}

.media-container .left .article-column {
    border-top: 10px solid #959595;
    margin: 1rem 0;
    padding: 0 1rem;
}

.media-container .left .article-column .group {
    border-bottom: 1px dashed #959595;
    transition: all .3s;
    height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    display: block;
    color: #000;
    text-decoration: none;
}

.media-container .left .article-column .group.active {
    padding: 2rem 0;
    border-bottom: 1px dashed #959595;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.media-container .left .article-column .group:last-child {
    border-bottom: 0;
}

.media-container .left .article-column .title {
    display: flex;
    margin-bottom: .5rem;
}

.media-container .left .article-column .title .label {
    width: 85px;
    min-width: 85px;
    height: 34px;
    color: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.media-container .left .article-column .title .label-news {
    background: #d8335b;
}

.media-container .left .article-column .title .label-events {
    background: #25968F;
}

.media-container .left .article-column .title .label-products {
    background: #0fa7de;
}

.media-container .left .article-column .title .label-newsletter-2020,
.media-container .left .article-column .title .label-newsletter-2019,
.media-container .left .article-column .title .label-newsletter-2018 {
    background: #2a65a7;
}

.media-container .left .article-column .title a {
    font-size: 1.375rem;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: none;
    transition: all .5s;
}

.media-container .left .article-column .title a:hover {
    color: #722C8C;
}

.media-container .left .article-column .date {
    margin-bottom: .5rem;
}

.media-container .left .article-column .word-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Noto Sans TC';
}

.media-container .left .article-column .view {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .5rem;
}

.media-container .left .article-column .view a {
    color: #D99A82;
    text-decoration: none;
    transition: all .5s;
}

.media-container .left .article-column .view a:hover {
    color: #722C8C;
}

.media-container .right {
    width: 548px;
    min-width: 548px;
}

.media-container .right .title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 1.7rem 0 .25rem 0;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-container .right .title.photo-title {
    background: #1569ab;
}

.media-container .right .title.video-title {
    background: #d59680;
}

.media-container .right .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    padding: .15em .5em;
    min-width: 80px;
}

.media-container .right .photo-gallery .more {
    background: linear-gradient(to top, #1569ab, #67bdff);
}

.media-container .right .photo-gallery .more:hover {
    background: linear-gradient(to bottom, #1569ab, #67bdff);
    color: #fff;
}

.media-container .right .video-library .more {
    background: linear-gradient(to top, #d59680, #ffb399);
}

.media-container .right .video-library .more:hover {
    background: linear-gradient(to bottom, #d59680, #ffb399);
    color: #fff;
}

.photo-gallery {
    padding: 1rem 1.5rem;
    background: #e2e2e2;
    margin-bottom: 4rem;
}

.photo-gallery .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-gallery .swiper-container {
    height: 195px;
}

.photo-gallery .gallery-top {
    min-width: 295px;
    width: 295px;
}

.photo-gallery .gallery-top .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.photo-gallery .gallery-thumbs {
    min-width: calc(100% - 295px);
    width: calc(100% - 295px);
}

.photo-gallery .gallery-thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}

.photo-gallery .gallery-thumbs .swiper-slide {
    height: 60px;
    margin: 0 .25rem .15rem .25rem;
}

.photo-gallery .gallery-thumbs .swiper-slide:after {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    transition: all .5s;
}

.photo-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #722c8c;
}

.photo-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
    background: rgba(0, 0, 0, 0);
}

.photo-gallery .gallery-word {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Noto Sans TC';
    margin: 1rem 0;
    font-size: 0.875rem;
}

.photo-gallery .gallery-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.video-library {
    padding: 1rem 1.5rem;
    background: #e2e2e2;
}

.video-library .library-title {
    font-size: 1.25rem;
    font-family: 'Noto Sans TC';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}

.video-library .library-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.video-library .library-info span {
    font-size: 1rem;
    font-family: 'Noto Sans TC';
    max-width: calc(80% - 1rem);
    margin-right: 1rem;
    color: #5f5f5f;
}

.video-library .library-group .library-thumbs {
    margin-bottom: 1rem;
}

.video-library .library-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.video-library .library-thumbs .swiper-slide {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px dashed #959595;
    cursor: pointer;
}

.video-library .library-thumbs .swiper-slide:first-child {
    border-top: 1px dashed #959595;
}

.video-library .library-thumbs .swiper-slide:hover {
    background-color: #c5c2c2;
    color: #fff;
}

.video-library .library-thumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: #722c8c;
    color: #fff;
}

.video-library .library-thumbs .swiper-slide span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#media-center-news .news .day {
    padding-left: 0;
}

#media-center-news .news .news_day {
    align-items: center;
}

#media-center-news .news .news_day h3 {
    padding: 0;
    padding-left: 1rem;
}

#media-center-news .news .type {
    border-radius: 5px;
}

#media-center-news .news p.back {
    background-color: #eeeeee;
    border-color: #808080;
    color: #333333;
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    transition: ease 0.2s;
}

#media-center-news .news p.back:hover,
#media-center-news .news p.back:active {
    background-color: #cecece;
    border-color: transparent;
}


/* success */

#success .banner-text {
    background: url("../images/success/banner-text.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 500px;
    display: flex;
    top: 0px;
    flex-direction: column;
    justify-content: center;
}

#success .banner-text h2 {
    letter-spacing: 3px;
}

.success-story {
    position: relative;
    background-color: #f2f2f2;
    overflow: hidden;
}

.success-bg01 {
    position: absolute;
    background-image: url("../images/success/success-bg01.png");
    background-position: top right;
    background-repeat: no-repeat;
    right: 0;
    top: 12rem;
    width: 331px;
    height: 502px;
}

.success-bg02 {
    position: absolute;
    background-image: url("../images/success/success-bg02.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    left: 0;
    bottom: 8rem;
    width: 361px;
    height: 539px
}

.success-story .success-group {
    width: 1200px;
    margin: auto;
    padding: 1rem;
}

.success-story .story-list {
    display: flex;
    align-items: center;
    width: 97%;
    margin: auto;
}

.success-story .story-list .phone-over {
    display: none;
}

.success-story .story-list .list-in {
    display: flex;
    align-items: center;
    width: 100%;
}

.success-story .story-list .story-btn {
    margin: 0 .5rem;
    border: 1px solid #808080;
    color: #808080;
    width: calc(100% / 7 - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    cursor: pointer;
}

.success-story .story-list .story-btn.active {
    color: #fff;
}

.success-story .story-list .story-all.active {
    border: 1px solid #949494;
    background-color: #949494;
}

.success-story .story-list .story-financial.active {
    border: 1px solid #f7931e;
    background-color: #f7931e;
}

.success-story .story-list .story-insurance.active {
    border: 1px solid #aace36;
    background-color: #aace36;
}

.success-story .story-list .story-tel.active {
    border: 1px solid #00a8e2;
    background-color: #00a8e2;
}

.success-story .story-list .story-tech.active {
    border: 1px solid #5860aa;
    background-color: #5860aa;
}

.success-story .story-list .story-gov.active {
    border: 1px solid #00988f;
    background-color: #00988f;
}

.success-story .story-list .story-other.active {
    border: 1px solid #8d549e;
    background-color: #8d549e;
}

.success-story .story-group {
    display: grid;
    grid-template-columns: repeat(5, 185px);
    grid-column-gap: 5px;
    justify-content: center;
    margin: 8rem 0;
    transition: all .5s;
}

.success-story .rhex:nth-child(5n+1) {
    grid-column-start: 1;
    transition: all .5s;
}

.success-story .rhex:nth-child(5n+2) {
    grid-column-start: 3;
    transition: all .5s;
}

.success-story .rhex:nth-child(5n+3) {
    grid-column-start: 5;
    transition: all .5s;
}

.success-story .rhex:nth-child(5n+4) {
    grid-column-start: 2;
    transition: all .5s;
}

.success-story .rhex:nth-child(5n+5) {
    grid-column-start: 4;
    transition: all .5s;
}

.success-story .rhex.group00 {
    grid-column-start: 1;
}

.success-story .rhex.group01 {
    grid-column-start: 3;
}

.success-story .rhex.group02 {
    grid-column-start: 5;
}

.success-story .rhex.group03 {
    grid-column-start: 2;
}

.success-story .rhex.group04 {
    grid-column-start: 4;
}

.success-story .rhex.groupnone {
    grid-column-start: unset;
}

.success-story .rhex.none {
    display: none;
}

.success-story .story-group .rhex {
    background: #ffffff;
    border-radius: 55px/25px;
    transform: rotate(90deg) translateY(100px);
    margin-top: -35px;
    transition: all .5s;
    width: 220px;
    height: 365px;
    opacity: 0;
    visibility: hidden;
    animation-name: fadeOut;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}

@keyframes fadeOut {
    from {
        transform: rotate(90deg) translateY(18px);
    }

    to {
        transform: rotate(90deg) translateY(100px);
    }
}

.success-story .story-group .rhex.active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: rotate(90deg) translateY(18px);
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
    from {
        transform: rotate(90deg) translateY(100px);
    }

    to {
        transform: rotate(90deg) translateY(18px);
    }
}

.success-story .story-group .rhex-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    z-index: 1;
    position: relative;
    right: 1rem;
}

.success-story .story-group .rhex-group .story-logo {
    height: 90px;
}

.success-story .story-group .rhex-group img {
    transform: rotate(0deg);
}

.success-story .story-group .rhex-group .word-group {
    z-index: 1;
    min-width: 320px;
    max-width: 320px;
    margin-bottom: 2rem;
}

.success-story .story-group .rhex-group .word-group .word-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #808080;
    padding-bottom: .5rem;
}

.success-story .story-group .rhex-group .word-group .word-title .title-word {
    color: #1b384f;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1.2;
    height: 55px;
    padding-right: .5rem;
}

.success-story .story-group .rhex-group .word-group .word-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.25rem;
}

.success-story.en .story-group .rhex-group .word-group .word-title span {
    font-size: .835rem;
}

.success-story .story-group .rhex-group .word-group .word-title .label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    padding: 0 1.5rem;
    font-size: 0.9375rem;
    min-width: 80px;
}

.success-story .story-group .rhex-group .word-group .word-title .label.label-financial {
    background: #f7931e;
}

.success-story .story-group .rhex-group .word-group .word-title .label.label-insurance {
    background: #aace36;
}

.success-story .story-group .rhex-group .word-group .word-title .label.label-tel {
    background: #00a8e2;
}

.success-story .story-group .rhex-group .word-group .word-title .label.label-tech {
    background: #5860aa;
}

.success-story .story-group .rhex-group .word-group .word-title .label.label-gov {
    background: #00988f;
}

.success-story .story-group .rhex-group .word-group .word-title .label.label-other {
    background: #8d549e;
}

.success-story .story-group .rhex-group .word-group .word-font {
    padding-top: .5rem;
    font-size: .875rem;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 1rem;
}

.success-story .story-group .rhex-group .more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0071bc;
    font-size: 0.875rem;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    margin: auto;
}

.success-story .story-group .rhex-group .more img {
    width: 23px;
    transition: all .5s;
}

.success-story .story-group .rhex-group .more:hover img {
    transform: translateX(10px);
}


/* portal */

.portal-banner {
    background-image: url('../images/portal/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 317px;
    overflow: hidden;
}

.portal-banner .portal-input {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 700px;
    margin: auto;
}

.portal-banner .portal-input input {
    height: 50px;
    border-radius: 99rem;
    padding: .375rem 3rem 0.375rem 1rem;
}

.portal-banner .portal-input .icon-search {
    position: absolute;
    right: 1rem;
}

.portal {
    position: relative;
}

.portal .portal-bg01 {
    position: absolute;
    background-image: url("../images/portal/portal-bg01.png");
    background-position: top right;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 331px;
    height: 502px;
    z-index: -1;
}

.portal .portal-bg02 {
    position: absolute;
    background-image: url("../images/portal/portal-bg02.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    left: 0;
    bottom: -7rem;
    width: 361px;
    height: 539px;
    z-index: -1;
}

.portal .portal-group {
    display: grid;
    grid-template-columns: repeat(5, 192px);
    grid-column-gap: 0;
    justify-content: center;
    margin: 8rem 12rem 8rem 0;
    transition: all .5s;
}

.portal .portal-rhex:nth-child(5n+1) {
    grid-column-start: 1;
}

.portal .portal-rhex:nth-child(5n+2) {
    grid-column-start: 3;
}

.portal .portal-rhex:nth-child(5n+3) {
    grid-column-start: 5;
}

.portal .portal-rhex:nth-child(5n+4) {
    grid-column-start: 2;
}

.portal .portal-rhex:nth-child(5n+5) {
    grid-column-start: 4;
}

.portal .portal-group .portal-rhex {
    width: 384px;
    height: 420px;
    background-image: url('../images/portal/portal-rhex.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    margin-top: -5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.portal .portal-group .portal-rhex .portal-info {
    width: 100%;
    height: 100%;
    margin: auto;
}

.portal .portal-group .portal-rhex .portal-info .portal-logo {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    margin: auto;
    padding-top: 2rem;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom {
    height: 50%;
    padding: 1rem 4rem;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-title {
    width: 100%;
    border-left: 4px solid #000000;
    padding-left: .5rem;
    line-height: 1;
    margin-bottom: .5rem;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link {
    display: flex;
    flex-wrap: wrap;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a {
    width: 60%;
    border-left: 4px solid #000000;
    padding-left: .5rem;
    line-height: 1;
    margin: .5rem 0;
    display: block;
    transition: all .3s;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a:nth-child(2n) {
    width: 40%;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a:hover {
    color: #722C8C;
    border-color: #722C8C;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0071bc;
    font-size: 0.875rem;
    margin: 1rem 0 0;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-more img {
    width: 23px;
    transition: all .5s;
}

.portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-more:hover img {
    transform: translateX(10px);
}

.portal .qa-icon img{
    width: 40px;
    height: auto;
    margin: 0 20px;
}

.portal .qa-icon:after {
    content: "";
    width: 1px;
    height: 45px;
    background-color: #189bbc;
    position: absolute;
    right: 0;
    top: 0;
}


/* photo gallery */

#photo_gallery {
    background-color: #E2E2E2;
}

#photo_gallery.media-container .left {
    width: 100%;
    margin: 0 auto !important;
}

#photo_gallery.media-container .left .article-column {
    border-top: 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 24px;
}

#photo_gallery.media-container .left .article-column .group {
    border: 0px;
    background-color: #ffffff;
    width: 31%;
    margin-bottom: 1.3rem;
    position: relative;
    display: none;
    margin: 1.1%;
}

#photo_gallery.media-container .left .article-column .group img {
    margin-bottom: 1rem;
}

#photo_gallery.media-container .left .article-column .group div {
    padding-left: 1rem;
    padding-right: 1rem;
}

#photo_gallery.media-container .left .article-column .group.active {
    padding: 0;
    display: block;
}

#photo_gallery.media-container .left .article-column .title .label {
    width: 72px;
    min-width: 65px;
    height: 24px;
    font-size: 0.8rem;
    margin-top: 5px;
    padding: 0;
}

#photo_gallery.media-container .left .article-column .title a {
    font-size: 1rem;
}

#photo_gallery.media-container .left .article-column .word-content {
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 4rem;
}

#photo_gallery.media-container .left .article-column .more-box {
    position: absolute;
    bottom: 0;
    padding: 0 !important;
    width: 100%;
}

#photo_gallery.media-container .left .article-column .group .more-info {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

#photo_gallery.media-container .left .article-column .group .more-info a {
    color: #0171BC;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#photo_gallery.media-container .left .article-column .group .more-info:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #4D4D4D;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#photo_gallery.media-container .left .article-column .more-info:hover {
    color: #ffffff;
}

#photo_gallery.media-container .left .article-column .more-info:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.media-container .left .article-column .more-info:hover>a {
    color: #ffffff !important;
    filter: brightness(0) invert(1);
}

#photo_gallery.media-container .left .article-column .more-info img {
    width: 23px;
    margin-bottom: 6px;
    margin-left: 10px;
}


/* page */

.pagination {
    justify-content: center;
}

.pagination .page-link {
    background: none;
    border: 0;
    font-size: 1rem;
    color: #4d4d4d;
}

.pagination .page-link img {
    width: 9px;
}

.pagination .page-next a img {
    transform: rotate(180deg);
}

.pagination .page-item.active .page-link {
    background: none;
    border: 0;
    color: #D5335B;
}


/* footer */

.footer {
    background-color: #722C8C;
    color: white;
}

.footer .container {
    padding: 1rem 0;
}

.footer .service-list {
    display: flex;
    width: calc(100% - 250px);
}

.footer .service-list .service-column {
    width: calc(100% - 230px - 2rem);
    margin: 0 1rem;
}

.footer .service-list .service-column:nth-child(2) {
    width: calc(230px - 2rem);
    min-width: calc(230px - 2rem);
}

.footer .service-list a {
    color: white;
}

.footer .service-list a:hover,
.footer .service-list a:active {
    color: #D99A82;
    border-bottom: 1px solid;
}

.service .nav-link {
    padding: 3px 0;
    font-size: 0.8rem;
    text-align: left;
}

.service p {
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

.medla-link {
    min-width: 250px;
    text-align: left;
}

.social-media li {
    display: inline-block;
    width: 35px;
    height: 38px;
    background-image: url("../images/footer/orange-hex.png");
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
}

.social-media a {
    color: #722C8C;
    text-decoration: none;
}

.social-media p a {
    color: #ffffff;
    font-weight: normal;
}

.social-media p a:hover,
.social-media p a:active {
    opacity: 0.8;
    text-decoration: underline;
}

.footer .social-media ul {
    padding: 0;
}

.social-media li:hover,
.social-media li:active {
    color: white;
    border: 0px;
}

.social-media p:nth-child(n+2) {
    font-weight: normal;
    font-size: 0.8rem;
}

.octagon {
    background: url('../images/footer/contact.png') center no-repeat;
    color: #fff;
    padding: 15px;
    font-size: 1.5rem;
    margin: 3% 0px;
    height: 80px;
    width: 300px;
}

.footer .copyright {
    background-color: white;
    padding: 2%;
    text-align: center;
}

.footer .copyright img {
    width: auto;
    height: 35px;
}

.footer .copyright .privacy {
    margin-top: 1rem;
    color: #808080;
    font-size: 0.875rem;
}

.footer .copyright .privacy a {
    color: #808080;
    border-bottom: 1px solid;
}

.footer .copyright .privacy a:hover,
.footer .copyright .privacy a:active {
    color: rgb(34, 94, 163);
}

.service-list .w-100 {
    display: none;
}

.gotop {
    width: 40px;
    height: 40px;
    background-color: #d89479;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1rem;
    border-radius: 50%;
    box-shadow: rgba(68, 68, 68, 0.171) 4px 4px 10px 3px;
    color: white;
    z-index: 999;
}

.gotop:hover,
.gotop:active {
    background-color: #e4b09b;
    color: #FFFFFF;
}


/* systalk chat */
.pd-systalk.wrapper {
    overflow: initial;
}

.pd-systalk .banner-text {
    color: #333333;
    top: 20%;
}

.pd-systalk .banner-text h3 {
    font-size: 1.8rem;
}

.pd-systalk #product-inner #about {
    background-color: #0076C5;
    color: #fff;
}

.pd-systalk #features .info-title p {
    position: absolute;
    bottom: -50px;
    left: 86px;
    font-size: 23px;
}

.pd-systalk #product-inner #scrollspy .container {
    background: #0076c5;
}

.pds-information #about .info-body .bottom {
    border-color: #fff;
}

.pd-systalk .bg .left-box04 {
    background-image: url("../images/systalk/chat-intro-left-bg.png");
    width: 350px;
    bottom: 20px;
    height: 450px;
}

.pd-systalk .bg .right-box04 {
    background-image: url("../images/systalk/chat-intro-right-bg.png");
    width: 350px;
    bottom: 20px;
    height: 450px;
    background-position: bottom right;
}

.pd-systalk #product-inner #scrollspy .nav-link {
    position: relative;
    background-image: url("../images/systalk/inner-nav01.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    width: 187px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-systalk #product-inner #scrollspy .nav-item:first-child .nav-link {
    background-image: url("../images/systalk/inner-nav03.png");
    width: 189px;
}

.pd-systalk #product-inner #scrollspy .nav-link:hover,
.pd-systalk #product-inner #scrollspy .nav-link:focus,
.pd-systalk #product-inner #scrollspy .nav-link.active {
    background-image: url("../images/systalk/inner-nav02.png");
    color: #fff;
}

.pd-systalk #product-inner #scrollspy .nav-item:first-child .nav-link:hover,
.pd-systalk #product-inner #scrollspy .nav-item:first-child .nav-link:focus,
.pd-systalk #product-inner #scrollspy .nav-item:first-child .nav-link.active {
    background-image: url("../images/systalk/inner-nav04.png");
}

.art-dropdown {
    display: flex;
    justify-content: center;
}

.pd-systalk .SYS-section-02 .info-subtitle h2,
.pd-systalk .SYS-section-03 .info-subtitle h2 {
    z-index: 1;
    top: -5px;
    left: 5%;
    width: 370px;
    color: #fff;
    background-image: url('../images/systalk/orange-arrow.png');
}

.pd-systalk .SYS-section-03 {
    background: url("../images/systalk/nlu-bg.png");
    padding: 3rem 0;
    background-position: center top;
    background-size: cover;
}

.pd-systalk .product-nlu-box {
    background-color: transparent;
}

.pd-systalk .product-systalkai-bg .sub-title {
    margin-bottom: 0;
}

.pd-systalk .about-NLU .NLU-DESC {
    width: 400px;
}

.pd-systalk .SYS-section-02.product-faq .faq-rule img {
    width: 100%;
}

.pd-systalk .SYS-section-02.product-faq .info-subtitle h2 {
    position: initial;
    width: 422px;
    height: 55px;
    font-size: 1.1rem;
}

.pd-systalk #benefits .info-body .benefit-point {
    background-image: url("../images/systalk/rhex-bg-blue.png");
    width: 180px;
    height: 193px;
}

.pd-systalk #case_study .info-subtitle span {
    background-image: url("../images/systalk/subtitle-bg.png");
}

.pd-systalk #customer .deco-line {
    background-image: url("../images/systalk/deco-line.png");
}

.pd-systalk #customer .bg {
    background-image: url("../images/systalk/customer-bg.png");
}

.pd-systalk .pds-information #case_study .pds-column:before,
.pd-systalk .pds-information #case_study .pds-column:after {
    border-color: #0076c5;
}

.pd-systalk .pds-information #case_study .carousel-left,
.pd-systalk .pds-information #case_study .carousel-right {
    background-color: #0076c5;
}

.pd-systalk .SYS-section-02.product-flow {
    overflow: hidden;
    margin-top: -25px;
}

.pd-systalk .SYS-section-02 .sub-bgtit #pills-01 {
    overflow-x: hidden;
}

.pd-systalk .SYS-section-02.product-flow .title h2 {
    background: url("../images/systalk/subtitle-bg.png");
    padding: 12px 65px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.pd-systalk #scrollspy span {
    color: #fff;
}

.pd-systalk #scrollspy span:after {
    border-color: #fff;
}

.pd-systalk .solution .sub-title h4 {
    font-size: 1rem;
}

.pd-systalk .product-cred-tit {
    top: 129px;
    left: 104px;
    width: 246px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-systalk .solution .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.pd-systalk .solution .owl-carousel.owl-drag .owl-item .item,
.pd-systalk .solution .owl-carousel.owl-drag .owl-item .card {
    height: 100%;
    margin-bottom: 0 !important;
}


/* systalk rpa */
.pd-systalk.systalk-rpa #product-inner #about,
.pd-systalk.systalk-rpa #product-inner #scrollspy .container,
.pd-systalk.systalk-rpa .pds-information #case_study .carousel-left,
.pd-systalk.systalk-rpa .pds-information #case_study .carousel-right {
    background-color: #2c6d9e;
}

.pd-systalk.systalk-rpa #benefits .info-body .benefit-point {
    background-image: url(../images/systalk/rhex-bg-green.png);
}

.pd-systalk.systalk-rpa .pds-information #case_study .pds-column:before,
.pd-systalk.systalk-rpa .pds-information #case_study .pds-column:after {
    border-color: #2c6d9e;
}

.pd-systalk.systalk-rpa #customer .bg {
    background-image: url(../images/systalk/rpa-customer-bg.png);
}

.pd-systalk.systalk-rpa #customer .deco-line {
    background-image: url(../images/systalk/rpa-deco-line.png);
}

.pd-systalk.systalk-rpa #case_study .info-subtitle span {
    background-image: url(../images/systalk/rpa-subtitle-bg.png);
}

.pd-systalk.systalk-rpa .banner-text {
    display: flex;
    justify-content: center;
}

.pd-systalk.systalk-rpa .banner-text {
    top: 5%;
    height: 90%;
}

.pd-systalk.systalk-rpa .banner-text .rpa-banner-img {
    height: inherit;
}

.rpa-banner-text {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.pd-systalk.systalk-rpa .SYS-section-02 .title-line:before,
.pd-systalk.systalk-rpa .SYS-section-02 .title-line:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #004A80;
    margin: 0px 30px;
    margin-top: -10px;
}

.pd-systalk.systalk-rpa .SYS-section-03 .title {
    color: #004A80;
}

.pd-systalk.systalk-rpa .SYS-section-03 .title h2 {
    font-size: 2rem;
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow li.nav-item {
    margin: 0 -5px;
}

.pd-systalk.systalk-rpa .rpa-intro ul {
    font-size: 1.19rem;
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow li.nav-item a {
    padding: 8px;
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-link {
    background-color: transparent;
    background-image: url(../images/systalk/rpa-tag03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 325px;
    text-align: center;
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-link.active {
    background-image: url(../images/systalk/rpa-tag04.png);
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-item:first-child .nav-link {
    background-image: url(../images/systalk/rpa-tag01.png);
    width: 305px;
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-item:first-child .nav-link.active {
    background-image: url(../images/systalk/rpa-tag02.png);
}

.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-link::before,
.pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-link::after {
    display: none;
}

.pd-systalk.systalk-rpa .pds-information #features .info-body {
    grid-template-columns: repeat(4, 205px);
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 20rem;
    margin-left: 0;
}

.pd-systalk.systalk-rpa .pds-information #features .info-body div {
    height: 99px;
    width: 205px;
}

.pd-systalk.systalk-rpa .pds-information #features .info-body img {
    width: 200px;
}

.pd-systalk.systalk-rpa .pds-information #features .info-body h4 {
    font-size: 1rem;
    font-weight: bold;
}

.pd-systalk.systalk-rpa .pds-information #features .info-body p {
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.pd-systalk.systalk-rpa .banner-text .rpa-banner-text img {
    width: 100%;
    max-width: 290px;
}

.pd-systalk.systalk-rpa .rpa-feature-label {
    width: 90%;
    margin: 0 auto;
    background-color: #54acdb;
    position: relative;
    height: 30px;
    line-height: 2.3;
}

.pd-systalk.systalk-rpa .rpa-feature-label:before,
.pd-systalk.systalk-rpa .rpa-feature-label:after {
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    height: 30px;
    background-image: url(../images/systalk/rpa-feature03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    z-index: -1;
}

.pd-systalk.systalk-rpa .rpa-feature-label:after {
    transform: scaleX(-1);
    left: auto;
    right: -13px;
}

.pd-systalk.systalk-rpa .grid-start01 p,
.pd-systalk.systalk-rpa .grid-start03 p {
    margin-left: -4px;
}

.pd-systalk.systalk-rpa .grid-start01 p,
.pd-systalk.systalk-rpa .grid-start03 p {
    width: 225px;
}

.pd-systalk.systalk-rpa #features .info-title p {
    top: 65px;
}

.rpa-f01 {
    background-color: #acc04e !important;
}

.pd-systalk.systalk-rpa .rpa-f01.rpa-feature-label:before,
.pd-systalk.systalk-rpa .rpa-f01.rpa-feature-label:after {
    background-image: url(../images/systalk/rpa-feature01.png);
}

.rpa-f02 {
    background-color: #a8639d !important;
}

.pd-systalk.systalk-rpa .rpa-f02.rpa-feature-label:before,
.pd-systalk.systalk-rpa .rpa-f02.rpa-feature-label:after {
    background-image: url(../images/systalk/rpa-feature02.png);
}

.rpa-f04 {
    background-color: #e4b64e !important;
}

.pd-systalk.systalk-rpa .rpa-f04.rpa-feature-label:before,
.pd-systalk.systalk-rpa .rpa-f04.rpa-feature-label:after {
    background-image: url(../images/systalk/rpa-feature04.png);
}

.pd-systalk .carousel-word .flow-chart {
    flex-direction: column;
}

.pd-systalk .carousel-word .flow-chart ul {
    display: grid;
    grid-template-columns: repeat(4, 170px);
    padding: 0;
    list-style: none;
}

.pd-systalk .carousel-word .flow-chart ul li {
    background-image: url(../images/systalk/rpa-solution-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 195px;
    width: 205px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 19px;
}

.pd-systalk .carousel-word .flow-chart ul li p {
    margin-bottom: 0;
    line-height: 1.25;
    width: 151px;
}

.pd-systalk .carousel-word .flow-chart .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e06429;
}

.pd-systalk .carousel-word .flow-chart .desc:after,
.pd-systalk .carousel-word .flow-chart .desc:before {
    content: "";
    height: 1px;
    flex: 1;
    background-color: #b0b0b0;
    margin: 0 10px;
}


/* redirection */
.redirection {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.redirection .item {
    display: flex;
    justify-content: center;
    position: relative;
}

.redirection .bg {
    width: 100%;
    position: absolute;
    height: 358px;
    top: 0;
    left: 0;
}

.redirection .bg .left {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/redirection/bg-left.png);
    background-position: left center;
    float: left;
    width: 30%;
}

.redirection .bg-color {
    background-color: #cba8ce;
}

.redirection .container {
    padding: 5rem 0;
    position: relative;
    z-index: 0;
}

.redirection .container:after {
    content: "";
    position: absolute;
    background-image: url(../images/redirection/bg-right.png);
    width: 484px;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -350px;
    z-index: -1;
}

.redirection h2 {
    letter-spacing: 0;
    text-indent: 0;
    color: #722c8c;
    font-size: 1.8rem;
    font-weight: bold;
}

.redirection .rhex {
    width: 115px;
    height: 198px;
    position: relative;
    background-color: #d99a82;
    border-color: #ffffff;
    transform: rotate(90deg);
    margin-left: 39px;
    margin-right: 39px;
    cursor: pointer;
    transition: all .3s;
}

.redirection .rhex:hover {
    background-color: #dfa791;
}

.redirection .rhex-line:before, 
.redirection .rhex-line:after {
    border-color: #ffffff;
}

.redirection .rhex p {
    margin: 0;
    min-width: 160px;
    margin-left: -126px;
    font-weight: bold;
}

.redirection .rhex p:first-child {
    margin-left: -6px;
}

.redirection .rhex span {
    z-index: 1;
    width: 160px;
    font-size: 0.8rem;
    transform: rotate(-90deg);
    min-width: 160px;
    margin-left: -137px;
}

.redirection .rhex span:last-child {
    margin-left: -119px;
}

.redirection .container img {
    width: 65%;
    margin-bottom: 2rem;
    min-width: 260px;
    max-height: 76px;
}

.redirection.tpi {
    background-color: #722c8c;
}

.redirection.tpiu {
    background-color: #87bf97;
}

.redirection.tpiu .container:after {
    background-image: url(../images/redirection/bg-right-tpiu.png);
}

.redirection.tpiu .rhex {
    background-color: #92c8f6;
}

.redirection.tpiu .rhex:hover {
    background-color: #aad2f5;
}

.redirection.tpiu .bg-color {
    background-color: #f2f2f2;
}

.redirection.tpiu .bg .left {
    background-image: url(../images/redirection/bg-left-tpiu.png);
}

.redirection.tpiu .container img {
    min-width: 350px;
}



/* RWD */
@media (max-width: 1500px) {
    .header .nav-item {
        min-width: 150px;
    }

    .header .navbar-nav .nav-link {
        font-size: 0.875rem;
    }

    /* header - portal */
    .header-portal .logo.en img {
        width: 350px;
    }

    .header-portal .logo-word {
        font-size: 0.875rem;
        letter-spacing: 0;
        text-indent: 0;
        padding-left: .5rem;
    }

    .header-portal .en .logo-word{
        padding-bottom: .4rem;
    }

    .header-portal .nav-right {
        padding: 0 1rem;
    }

    .header-portal .nav-item {
        min-width: 100px;
        width: 10%;
    }

    .header-portal .other-info {
        justify-content: flex-end;
        padding: 0 1rem 1rem 0;
        min-width: auto;
        font-size: 0.875rem;
    }

    .big-img img {
        width: auto;
    }

    .about-us-banner .big-img img {
        width: 100%;
    }

    .about-us .right-column .top img {
        width: 100%;
    }

    .customers .customers-column .honeycomb {
        grid-template-columns: repeat(9, 70px);
        padding-left: 0;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+1) {
        grid-column-start: 2;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+2) {
        grid-column-start: 4;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+3) {
        grid-column-start: 6;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+4) {
        grid-column-start: 8;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+5) {
        grid-column-start: 1;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+6) {
        grid-column-start: 3;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+7) {
        grid-column-start: 5;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n+8) {
        grid-column-start: 7;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(9n) {
        grid-column-start: 9;
    }

    #about {
        background-size: contain;
    }

    .about-us .left-column p {
        margin: 7% 0;
    }

    .about-us .right-column .top {
        align-items: flex-end;
    }

    .core-value .middle-column .word-column .word {
        left: 66vw;
    }

    .core-value .middle-column .word-column .word.word-left {
        width: 25%;
    }

    .milestone-column .year-column {
        width: 100%;
    }

    .milestone-column .milestone-word-column {
        right: 29vw;
    }

    .milestone-column .year-column.right .milestone-word-column {
        left: 28vw;
    }

    .milestone-column .milestone-word ul {
        margin: auto;
    }

    .milestone-column .milestone-bg05 {
        bottom: -19rem;
        left: -4rem;
    }

    /* product-inner */
    #product-inner #about .bg {
        height: 70%;
    }

    #benefits .right {
        margin-right: 1rem;
    }

    #case_study .left {
        margin-left: 1rem;
    }

    #case_study .case.info {
        padding-left: 9rem;
    }

    .pds-information #case_study .carousel-control-prev,
    .pds-information #case_study .carousel-control-next {
        width: 59px;
    }

    .redirection .container {
        max-width: 800px;
    }
}

@media (max-width: 1200px) {
    .header .cookie {
        min-height: auto;
    }

    .p-lg-none {
        padding: 0px !important;
    }

    .m-lg-none {
        margin: 0px !important;
    }

    .header .navbar-nav .nav-link {
        font-size: 0.83vw;
    }

    .header .navbar-nav .nav-link:after {
        bottom: 21px;
    }

    .header .cookie {
        font-size: 0.8rem;
    }

    .other-info .info-top .search-column {
        background: #fff;
        border: 1px solid #722b8c;
        box-shadow: none;
    }

    .left-bar {
        width: 50%;
        border-radius: 0;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        top: 0;
    }

    .left-bar.active {
        opacity: 1;
        visibility: visible;
        top: 396px;
    }

    .portal-banner .left-bar.active {
        top: 172px;
    }

    .left-bar .nav {
        flex-direction: row !important;
        position: relative;
    }

    .left-bar .nav-link {
        width: 24%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-bar .sub-link {
        position: static;
    }

    .left-bar .hr-down {
        width: 1px;
        height: 20px;
        border: 0;
        background: #D99A82;
    }

    .right-bar {
        width: 50%;
        display: flex;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        top: 0px;
    }

    .right-bar.active {
        opacity: 1;
        visibility: visible;
        top: 396px;
    }

    #product-inner .right-bar,
    .pd-systalk .right-bar {
        width: 100%;
    }

    .link-left .nav-link .sub-icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .link-left .nav-link .subscribe {
        width: 100%;
        background: #712d8c;
        top: 52px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        left: 0;
        min-width: 320px;
        border-radius: 0 0 1rem 0;
    }

    .link-left .nav-link .subscribe.active {
        left: 0;
    }

    .link-left .nav-link .subscribe .sub-word {
        padding: 0;
    }

    .link-left .nav-link .subscribe .form-control {
        margin: 0;
    }

    .link-right .right-nav:last-child {
        border-radius: 0;
    }

    .portal-banner .right-bar.active {
        top: 172px;
    }

    .right-bar .right-nav,
    .right-bar .right-nav.active,
    .right-bar .puple-nav {
        width: 50%;
        border-radius: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
    }

    .right-bar .right-nav a,
    .right-bar .right-nav.active a,
    .right-bar .puple-nav a {
        font-size: 0.875rem;
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        writing-mode: unset;
        text-align: center;
        line-height: 1.25;
        padding: 9px 6px;
    }

    /* index */
    .solutions {
        padding: 0 5rem 0 10rem;
    }

    .solutions .solution-column {
        grid-template-columns: repeat(3, 21%);
    }

    /* content */
    .content {
        margin-top: 60px;
    }

    .about-us .left-column {
        padding: 10px 50px;
    }

    .about-us .left-column p {
        margin: 4.5% 0;
        width: 80%;
    }

    .about-us .bottom-word {
        width: 85%;
    }

    .about-us .right-column {
        width: 75%;
    }

    .about-us .right-column .bottom .bottom-word {
        width: 95%;
    }

    .core-value .middle-column .rhex-column {
        min-width: 400px;
    }

    .core-value .middle-column .word-column .word.word-right-top {
        top: -2rem;
    }

    .core-value .middle-column .word-column .word {
        left: 64vw;
    }

    .core-value .middle-column .word-column .word .title {
        font-size: 1.3rem;
    }

    .core-value .middle-column .word-column .word.word-left {
        width: 20%;
    }

    .milestone-column .year-column.right .milestone-word-column02 {
        left: 31vw;
        top: -5vw;
    }

    .customers .customers-column .honeycomb {
        grid-template-columns: repeat(7, 70px);
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n+1) {
        grid-column-start: 2;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n+2) {
        grid-column-start: 4;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n+3) {
        grid-column-start: 6;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n+4) {
        grid-column-start: 1;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n+5) {
        grid-column-start: 3;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n+6) {
        grid-column-start: 5;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(7n) {
        grid-column-start: 7;
    }

    /* product-inner */
    #product-inner #scrollspy.navbar {
        height: 120px;
    }

    #product-inner .link-left .contact-nav a,
    .pd-systalk .link-left .contact-nav a {
        padding: 0;
    }

    #product-inner .link-left .contact-nav a:after,
    .pd-systalk .link-left .contact-nav a:after {
        top: 0;
        bottom: 0;
        margin: auto;
        left: 1rem;
    }

    #benefits {
        background-color: #E6E6E6;
    }

    #benefits .col-md.item h3:after {
        border-width: 27px 200px 0 0;
    }

    #features .bg,
    #structure .bg {
        opacity: 0.2;
    }

    .pds-information #case_study .carousel-inner .container {
        max-width: 600px;
    }

    .pds-information #case_study .info-subtitle span {
        left: -9rem;
    }

    #cs_carousel .carousel-inner {
        max-width: 900px;
        min-width: 900px;
    }

    #customer .carousel-control-prev,
    #customer .carousel-control-next {
        align-items: center;
    }

    .media-info-area .swiper-content .word:hover {
        transform: scale(1);
    }

    .media-info-area .swiper-button-prev:after,
    .media-info-area .swiper-button-next:after {
        font-size: 2rem;
    }

    .services_introduction .product {
        padding: 1rem;
    }

    #scrollspy.navbar {
        top: 60px;
    }

    #product-inner #scrollspy.navbar {
        top: 120px;
    }

    /* #product-inner #scrollspy .container {
        grid-template-columns: repeat(6, 138px);
    } */

    /* #product-inner #scrollspy .nav-link,
    .pd-systalk #product-inner #scrollspy .nav-link {
        width: 158px;
    } */

    /* #product-inner #scrollspy .nav-item:first-child .nav-link,
    .pd-systalk #product-inner #scrollspy .nav-item:first-child .nav-link {
        width: 160px;
    } */

    #case_study .case.info {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .pds-information #features .info-body {
        grid-template-columns: repeat(5, 165px);
    }

    .pds-information #features .info-body .grid-rhex {
        width: 200px;
        height: 177px;
        margin-top: -83px;
    }

    #product-inner.digimars .banner-text h3{
        font-size: 2.6vw;
    }

    .digimars .pds-information #apply .info {
        padding: 0 0 0 10rem;
    }

    .digimars .pds-information #apply .apply-title {
        padding: 5rem 0 .5rem 0;
    }

    .digimars .pds-information #benefits .info-body {
        grid-template-columns: repeat(4, 70px);
    }

    #cs_carousel .carousel-inner {
        width: 65%;
    }

    /* product */
    .pds-introduction .pds-group {
        padding-right: .5rem;
    }

    .pds-introduction .pds-group02 {
        padding-left: .5rem;
        padding-right: 0;
    }

    .pds-introduction .function .func-img-in {
        width: 130px;
    }

    .pds-introduction .function .systalk-word{
        height: calc(100% - 89.02px - 3.5rem);
    }

    .pds-introduction .function .digifusion-word{
        height: calc(100% - 129.53px - 3.5rem);
    }

    /* success */
    .success-story .success-group {
        width: 100%;
    }

    .success-story .story-group {
        grid-template-columns: repeat(5, 155px);
    }

    .success-story .story-group .rhex {
        margin-top: -30px;
        width: 190px;
        height: 305px;
    }

    .success-story .story-group .rhex-group .story-logo {
        width: 170px;
        height: 70px;
    }

    .success-story .story-group .rhex-group .word-group {
        min-width: 250px;
        max-width: 250px;
        margin-bottom: 1rem;
    }

    .success-story .story-group .rhex-group .word-group .word-font {
        height: 92px;
        -webkit-line-clamp: 4;
    }

    /* portal */
    .portal .portal-group {
        grid-template-columns: repeat(5, 155px);
        margin: 8rem 9.5rem 6rem 0;
    }

    .portal .portal-group .portal-rhex {
        width: 310px;
        height: 339px;
        margin-top: -4rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom {
        padding: .5rem 3rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-title {
        margin-bottom: .3rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a {
        margin: .3rem 0;
    }

    /* media center */
    .media-container .left .btn-column .btn {
        font-size: 0.875rem;
        padding: 0 .5rem;
    }

    /* systalk chat */
    .SYS-section-02.product-faq {
        padding-top: 0px;
    }

    .pd-systalk .product-cred-tit {
        width: 260px;
        height: 106px;
        top: 0;
        left: 0;
        padding: 0 10px;
    }

    .pd-systalk .product-systalkai-bg {
        height: 100%;
    }

    /* systalk rpa */
    .pd-systalk .carousel-word .flow-chart ul {
        grid-template-columns: repeat(4, 142px);
    }

    .pd-systalk .carousel-word .flow-chart ul li {
        height: 169px;
        width: 182px;
    }
}

@media (max-width: 1199px) {
    .navbar {
        flex-wrap: nowrap;
        height: 60px;
    }

    #map_tab {
        height: auto;
    }

    .link-left {
        top: 60px;
    }

    .logo {
        padding: .5rem 1rem;
    }

    .logo img {
        width: 50px;
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin: 0 !important;
        padding-right: 1rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .header .navbar-collapse {
        position: absolute;
        z-index: 99999;
        width: 100%;
        background: #fff;
        top: 60px;
        left: 0px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
    }

    .header .navbar-nav {
        width: 100%;
        height: auto;
    }

    .header .nav-item {
        width: 100%;
        height: auto;
        min-width: auto;
    }

    .header .navbar-nav .nav-link {
        width: 100%;
        height: auto;
        padding: 1rem;
        justify-content: flex-end;
        font-size: 1rem;
    }

    .header .navbar-nav .nav-link:after {
        display: none;
    }

    .header .navbar-nav .submenu{
        position: relative;
        display: none;
    }

    .header .navbar-nav .submenu li:last-child a{
        border-radius: 0;
    }

    .header .nav-item.solution-nav .submenu a, .header .nav-item.product-nav .submenu a, .header .nav-item.product-nav .submenu span{
        justify-content: flex-end;
        border: 0;
    }

    .header .nav-item.solution-nav.on .submenu a, .header .nav-item.product-nav.on .submenu a{
        border-bottom: 1px solid #722c8b;
    }

    .other-info {
        flex-direction: row;
        padding: 0;
        right: 5rem;
        position: relative;
    }

    .other-info .info-top {
        margin-bottom: 0;
        margin-right: .5rem;
    }

    .outline-btn {
        border-radius: 4px;
        min-width: 75px;
        font-size: 0.875rem;
        height: 40px;
    }

    /* product-inner */
    #product-inner #scrollspy.navbar {
        top: 60px;
    }

    /* header portal */
    .header-portal .logo {
        align-items: center;
        margin-bottom: 0;
    }

    .header-portal .other-info {
        align-items: center;
        padding: 0 .5rem;
    }

    .header-portal .logo-word {
        align-self: flex-end;
    }
}

@media (max-width: 992px) {

    .left-bar.active,
    .right-bar.active {
        top: 404px;
    }

    .portal-banner .left-bar.active,
    .portal-banner .right-bar.active {
        top: 181px;
    }

    /* index */
    #index-banner .banner-text .about-us-banner .banner-text {
        font-size: 2rem;
    }

    #index-banner.carousel-banner .banner-phone {
        display: block;
        height: auto;
    }
    #index-banner.carousel-banner .banner-pc {
        display: none;
    }

    .solutions .solution-column {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .solutions .solution-column .solution-group {
        width: 100%;
        padding: 1rem 1rem 1rem 2rem;
        margin: 0;
    }

    .solutions .solution-column .solution-item {
        padding: 0;
    }

    #monthly .monthly-left {
        flex-direction: column;
        width: 100%;
    }

    #monthly .monthly-left .monthly-img {
        width: 100%;
        background: #d89479;
    }

    #monthly .monthly-left .monthly-img img {
        display: none;
    }

    #monthly .monthly-right .carousel-item {
        padding-left: 0;
    }

    #monthly .monthly-right .carousel-control-prev {
        margin-left: 0px;
    }

    #monthly .monthly-left .monthly-img .monthly-word {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        padding: .5rem;
        color: #fff;
        letter-spacing: 10px;
        text-indent: 10px;
        font-family: 'Noto Sans TC';
        font-weight: 200;
    }

    #monthly .monthly-right .carousel-control-prev {
        margin-left: 20px;
    }

    .monthly-carousel-control {
        top: 48.75%;
    }

    .month-list {
        width: 100%;
        flex-direction: row !important;
    }

    .month-list a {
        width: 16.66666666666%;
        width: calc(100% / 6);
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .month-list a:nth-child(12n+7),
    .month-list a:nth-child(12n+9),
    .month-list a:nth-child(12n+11) {
        background-color: #E8C2B4;
    }

    .month-list a:nth-child(12n+8),
    .month-list a:nth-child(12n+10),
    .month-list a:nth-child(12n+12) {
        background-color: #CBA8CE;
    }

    #monthly .carousel-item {
        flex-direction: column;
    }

    #monthly .monthly-right {
        flex-direction: column;
        width: 100%;
        box-shadow: 0 0 6px rgba(0, 0, 0, .3);
        padding-left: 0;
    }

    #monthly .monthly-right .left-pic {
        width: 100%;
        padding: 50px 10px 10px 10px;
    }

    #monthly .monthly-right .right-pic {
        width: 100%;
    }

    .month-tag {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        font-size: 1.5rem;
    }

    /* contact */
    #contact .big-img img {
        left: -10rem;
        position: relative;
        max-width: 1600px;
    }

    #contact .banner-text {
        width: 100%;
        position: initial;
        height: auto;
        padding: 50px;
        background: linear-gradient(to left, #4fbacf, #009cb9 50%, #158aab);
    }

    #contact .banner-text p {
        font-size: 1rem;
    }

    /* about us */
    .about-us {
        height: auto;
    }

    .about-us .left-column {
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }

    .about-us .word-content .content-top {
        height: auto;
    }

    .about-us .left-column p {
        width: 100%;
    }

    .about-us .left-column .rsquare {
        right: 0;
        border-radius: 0;
    }

    .about-us .left-column .rhombus {
        display: none;
    }

    .about-us .left-column p {
        margin: 15px 0;
    }

    .about-us .pattern {
        margin-right: 0;
    }

    .about-us .bottom-word {
        width: 100%;
        margin: 1.875rem auto;
        padding-right: 0;
    }

    .about-us .right-column {
        position: relative;
        height: auto;
        width: 100%;
    }

    .about-us .right-column .top {
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .about-us .right-column .top img {
        width: 100%;
    }

    .about-us .right-column .bottom {
        padding: 10px 30px;
    }

    .about-us .right-column .bottom .pattern {
        padding: 1.875rem 0 0 0;
        margin-top: 0.5rem;
    }

    .about-us .right-column .bottom .pattern .rhex.rhex-white {
        left: -1rem;
    }

    .about-us .right-column .bottom .bottom-word {
        padding: 1.875rem;
        width: 100%;
    }

    .milestone-column {
        margin: 0;
        padding: 0 0 28rem 0;
        overflow: hidden;
        flex-direction: column;
    }

    .milestone-column .milestone-bg05 {
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 760px;
    }

    .milestone-column .line {
        display: none;
    }

    .milestone-column .year-column {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 2rem;
        position: relative;
        flex-direction: column;
    }

    .milestone-column .year-circle {
        font-size: 1.5rem;
        min-height: auto;
        width: 85%;
        border: 0;
        position: relative;
        height: auto;
        padding: .5rem 0;
        margin: auto;
    }

    .milestone-column .year-circle:before,
    .milestone-column .year-circle:after {
        content: ".....................................";
        display: flex;
        /* border-bottom: 2px dotted #fff; */
        width: 38%;
        height: auto;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        letter-spacing: .25rem;
        text-indent: .25rem;
        font-size: .875rem;
        color: #ffffff;
        padding-bottom: .5rem;
        font-weight: 300;
    }

    .milestone-column .year-circle:after {
        left: auto;
        right: 0;
        justify-content: flex-start;
    }

    .milestone-column .milestone-line {
        display: none;
    }

    .milestone-column .milestone-line::before {
        display: none;
    }

    .milestone-column .milestone-line::after {
        width: 10px;
        height: 10px;
    }

    .milestone-column .milestone-word-column {
        right: 0;
        position: relative;
        width: 85%;
        margin: auto;
    }

    .milestone-column .milestone-word {
        padding: 1.5vw 10vw;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .milestone-column .milestone-shadow {
        right: -.5rem;
    }

    .milestone-column .year-column.right .milestone-word-column {
        left: 0;
        flex-direction: column;
    }

    .core-value {
        padding: 10px 30px;
        height: auto;
    }

    .core-value .middle-column {
        flex-direction: column;
    }

    .core-value .middle-column .word-column {
        width: 100%;
        margin-top: 2rem;
    }

    .core-value .middle-column .word-column.left {
        margin-top: 480px;
    }

    .core-value .middle-column .word-column .word {
        top: 0;
        position: static;
        margin-bottom: 1rem;
    }

    .core-value .middle-column .word-column .word.word-left {
        width: 100%;
    }

    .core-value .middle-column .word-column .word .depiction {
        max-height: initial;
        overflow: initial;
    }

    .core-value .middle-column .rhex-column {
        height: 480px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .customers .customers-column .honeycomb {
        grid-template-columns: repeat(5, 70px);
    }

    .customers .customers-column .honeycomb .rhex:nth-child(5n+1) {
        grid-column-start: 2;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(5n+2) {
        grid-column-start: 4;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(5n+3) {
        grid-column-start: 1;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(5n+4) {
        grid-column-start: 3;
    }

    .customers .customers-column .honeycomb .rhex:nth-child(5n) {
        grid-column-start: 5;
    }

    /* solutons */
    #solutions .article-text.feature .title:after {
        width: 76%;
    }

    /* product */
    #systalkai .row.my-5.mx-3 {
        flex-direction: column;
        margin: 0 !important;
    }

    .pds-introduction .pds-group {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pds-introduction .pds-big-img {
        margin-top: 3rem;
    }

    #digifusion .row.my-5.mx-3 {
        flex-direction: column-reverse;
        margin: 0 !important;
    }

    #our-service {
        margin-top: 0px;
    }

    .name-intr .hr-right {
        border-width: 4px;
    }

    .services_introduction {
        margin: 0;
        padding: 0px;
    }

    #our-service .divider,
    #os_solution .divider {
        padding: 2rem 1rem 0 1rem;
    }

    .solutions {
        padding: 1rem;
    }

    #os_solution .divider {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #os_solution .bg .left {
        display: none;
    }

    .solutions .row .col {
        flex: 100%;
    }

    .solutions .row .col:nth-child(1) {
        margin-bottom: -30px;
    }

    .ml-over {
        margin-left: 0;
    }

    .services_introduction .divider .ml-5 {
        margin-left: 0 !important;
    }

    .services_introduction .row .col-lg {
        justify-content: center;
        margin: 2rem 0rem;
        padding: 1rem;
    }

    .services_introduction .row .col-lg:first-child {
        margin-bottom: -1.5rem;
        background: #ececec;
        max-width: unset;
    }

    .services_introduction .row .col-lg .rhex {
        margin-left: 0px;
    }

    .services_introduction .row .col-lg .intr-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .services_introduction .intr-text button {
        align-self: center;
        margin-bottom: 30px;
    }

    .rightsidebar {
        background-color: #722C8C;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .rightsidebar p {
        width: 100%;
        max-width: 600px;
    }

    .divider button {
        margin-bottom: 40px;
    }

    #products .banner-text,
    #solutions .banner-text {
        width: 100%;
        position: initial;
        height: auto;
        padding: 50px;
        background: linear-gradient(270deg, #FFFFFF -111.97%, #D2CECC -94.62%, #918984 -64.69%, #625955 -35.42%, #413B38 -7.51%, #2B2827 18.69%, #1E1E1D 42.55%, #1A1A1A 61.93%);
    }

    #solutions .banner-text {
        background: linear-gradient(270deg, #FFFFFF -135.05%, #C9D2DD -104.71%, #93A5BA -70.41%, #66809E -36.85%, #436388 -4.86%, #294E78 25.18%, #1A416E 52.48%, #153D6B 74.59%);
    }

    #solutions .article-text {
        padding: 0;
        margin-left: -3px;
    }

    /* product-inner */
    #product-inner .px-5 {
        padding: 0rem !important;
    }

    #product-inner .info {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    /* #product-inner #scrollspy .container,
    .pd-systalk #product-inner #scrollspy .container {
        grid-template-columns: repeat(4, 110px);
    }

    #product-inner #scrollspy .nav-link,
    .pd-systalk #product-inner #scrollspy .nav-link {
        width: 125px;
        padding: 0;
        height: 32px;
    }

    #product-inner #scrollspy .nav-item:first-child .nav-link,
    .pd-systalk #product-inner #scrollspy .nav-item:first-child .nav-link {
        width: 127px;
    } */

    .pds-information #features .info-body {
        grid-template-columns: repeat(5, 125px);
    }

    .pds-information #features .info-body .grid-rhex {
        width: 150px;
        height: 133px;
        margin-top: -62px;
        font-size: 0.875rem;
    }

    .pds-information #features .info-body .grid-rhex img {
        width: 90px;
    }

    .pds-information #features .info-body .grid-rhex.grid-bg03 img {
        width: 90px;
    }

    .pds-information #features .info-body .grid-rhex span {
        max-width: 128px;
        font-size: 1rem;
        bottom: 0.7rem;
    }

    .pds-information #benefits .info-body {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .pds-information #benefits .info-body .benefit-group {
        width: 670px;
        height: 229px;
    }

    .pds-information #benefits .info-body .benefit-point {
        width: 220px;
        height: 220px;
        font-size: 3.5rem;
        padding-bottom: 2rem;
    }

    .pds-information #benefits .info-body .benefit-in {
        padding: 2rem 5rem 4rem 13rem;
    }

    .pds-information #benefits .info-body .benefit-subtitle {
        font-size: 1rem;
    }

    .pds-information #benefits .info-body .benefit-word {
        font-size: 0.875rem;
    }

    .pds-information #case_carousel {
        background: #f7b52c;
    }

    .pds-information #case_study .carousel-inner .container {
        max-width: 440px;
    }

    .pds-information #case_study .info-subtitle span {
        left: -8rem;
    }

    #cs_carousel .carousel-inner {
        max-width: 700px;
        min-width: 700px;
    }

    .pds-information #customer .carousel-item {
        height: auto;
    }

    .pds-information #customer .carousel-inner {
        width: 70%;
    }

    .pds-information #customer .carousel-control-prev {
        padding-left: 2rem;
    }

    .pds-information #structure .video {
        padding: 2rem 0;
    }

    .pds-information #structure .video-word {
        padding: 0;
    }

    .pds-information #customer .person-group {
        width: 100%;
        margin: 2rem 0;
    }

    .pds-information #customer .ts-word {
        max-height: unset;
        overflow: unset;
    }

    .pds-information #customer .person-img .rhex {
        top: 0;
    }

    .pds-information #customer .name-intr {
        padding-bottom: 0;
    }

    #product-inner.digimars .banner-text .banner-group .banner-left{
        width: 300px;
    }

    #product-inner.digimars .banner-text .banner-group .banner-left img {
        width: 300px;
        left: -2rem;
    }

    #product-inner.digimars .banner-text img{
        width: 350px;
    }

    #product-inner.digimars .banner-text .banner-group .btn-install{
        margin-left: 0;
    }

    .digimars .pds-information #apply {
        overflow: hidden;
    }

    .digimars .pds-information #apply .info {
        padding: 0;
    }

    .digimars .pds-information #features .info-body {
        grid-template-columns: repeat(3, 125px);
        padding: 6.5rem 0 0 0;
    }

    .digilogs .pds-information #features .info-body {
        grid-template-columns: repeat(3, 125px);
        padding: 6.5rem 0 0 0;
    }

    #benefits .col-md.item h3:after {
        border-width: 27px 167px 0 0;
    }

    /* media center */
    .media-info-area .swiper-button-prev img,
    .media-info-area .swiper-button-next img {
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .media-info-area .swiper-button-prev img {
        right: 2rem;
    }

    .media-info-area .swiper-button-next img {
        left: 2rem;
    }

    .media-container.container {
        padding: 1rem;
    }

    .media-container .left {
        width: 100%;
        margin: 0 0 1rem 0;
        border-bottom: 1px solid #959595;
    }

    .media-container .right {
        width: 100%;
        min-width: auto;
        margin: 0 0 1rem 0;
    }

    .photo-gallery {
        margin-bottom: 0;
    }

    .media-info-area .swiper-content .btn {
        margin-top: .5rem;
    }

    .photo-gallery .gallery-top {
        margin-right: .5rem;
        min-width: calc(295px - .5rem);
        width: calc(295px - .5rem);
    }

    .photo-gallery .gallery-thumbs {
        width: calc(100% - 295px);
    }

    .photo-gallery .gallery-thumbs .swiper-slide {
        max-width: initial;
        margin: 0 0 3px 0;
        height: calc((100% - 15px) / 3);
    }

    .video-library .library .library-top iframe {
        height: 500px;
    }

    #solutions .pds-introduction .rhex-line {
        left: -6px;
        width: 70px;
        height: 122px;
        position: absolute;
    }

    #solutions .pds-introduction .d-flex .info {
        margin-left: 140px;
        padding-right: 0;
    }

    #photo_gallery.media-container .left .article-column .group {
        width: 48%;
        margin: 1%;
    }

    /* success */
    .success-story #scrollspy span {
        display: block;
        border-bottom: 7px solid #d0d0d0;
        background-color: #808080;
        color: #fff;
    }

    .success-story #scrollspy span:after,
    .success-story #scrollspy span:before {
        border-color: #fff;
    }

    .success-story .success-group {
        padding: 0;
        padding-bottom: 1rem;
    }

    #success .banner-text {
        width: 100%;
        position: initial;
        height: auto;
        padding: 50px;
        background: linear-gradient(to right, #006a47, #086f4d, #2c8467);
    }

    .success-story .story-group {
        grid-template-columns: repeat(2, 350px);
        margin: 1rem 0 1rem 0;
    }

    .success-story .story-list {
        width: 100%;
        position: relative;
        flex-direction: column;
    }

    .success-story .story-list .phone-cover {
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
    }

    .success-story .story-list .list-in {
        display: none;
        flex-direction: column;
        z-index: 1;
        background: rgba(255, 255, 255, 0.918);
        /* box-shadow: 0px 3px 7px rgba(0, 0, 0, .3); */
        color: #fff;
        overflow: hidden;
        position: absolute;
        top: 60px;
    }

    .success-story .story-list .list-in.open {
        border-bottom: 0;
        display: block;
        margin-top: -7px;
    }

    .success-story .story-list .story-btn {
        width: 100%;
        height: 0;
        margin: 0;
        border-width: 0;
        transition: all .5s;
        z-index: -1;
        transition: all .5s;
        overflow: hidden;
        padding: 0;
    }

    .success-story .story-list .story-btn:last-child {
        border-width: 0;
    }

    .success-story .story-list .story-btn.active {
        z-index: 2;
        height: 60px;
    }

    /* .success-story .story-list .story-btn.active:after,
    .success-story .story-list .story-btn:first-child:after {
        content: "";
        display: flex;
        margin-left: 10px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #808080;
        border-right: 1px solid #808080;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: ease .3s;
    }

    .success-story .story-list .story-btn.active:after,
    .success-story .story-list .story-btn:first-child.active:after {
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    } */

    .success-story .story-list .list-in.open .story-btn {
        position: relative;
        height: 40px;
        border-width: 0 0 1px 0;
        border-radius: 0;
        border: 0;
    }

    .success-story .story-list .list-in.open .story-btn:last-child {
        border-radius: 0 0 10px 10px;
    }

    .success-story .story-list .list-in.open .story-btn:first-child:after {
        transition: ease .3s;
        transform: rotate(135deg) translateX(-3px);
        -webkit-transform: rotate(135deg) translateX(-3px);
    }

    .success-story .story-list .list-in.open .story-btn.active:not(:first-child):after {
        display: none;
    }

    .success-story .rhex:nth-child(2n+1) {
        grid-column-start: 1;
    }

    .success-story .rhex:nth-child(2n+2) {
        grid-column-start: 2;
    }

    .success-story .rhex.group00 {
        grid-column-start: 1;
    }

    .success-story .rhex.group01 {
        grid-column-start: 2;
    }

    .success-story .story-group .rhex {
        margin-top: 40px;
        width: 210px;
        height: 340px;
    }

    @keyframes fadeOut {
        from {
            transform: rotate(90deg) translateY(-70px);
        }

        to {
            transform: rotate(90deg) translateY(100px);
        }
    }

    .success-story .story-group .rhex.active {
        transform: rotate(90deg) translateY(-70px);
    }

    @keyframes fadeIn {
        from {
            transform: rotate(90deg) translateY(100px);
        }

        to {
            transform: rotate(90deg) translateY(-70px);
        }
    }

    .success-story .story-group .rhex-group .word-group {
        min-width: 290px;
        max-width: 290px;
    }

    .success-story .story-group .rhex-group .word-group .word-font {
        height: 113px;
        -webkit-line-clamp: 5;
    }

    .success-story .rhex.groupnone {
        grid-column-start: unset;
        margin-top: 0;
    }

    /* portal */
    .portal .portal-group {
        grid-template-columns: repeat(5, 125px);
        margin: 6rem 8rem 4rem 0;
    }

    .portal .portal-group .portal-rhex {
        width: 250px;
        height: 273px;
        margin-top: -3rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-logo {
        width: 100px;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom {
        padding: .5rem 2rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-title {
        font-size: .875rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a {
        font-size: .875rem;
        width: 50%;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a:nth-child(2n) {
        width: 50%;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-more {
        margin: .5rem 0 0;
    }

    /* systalk chat */
    .pd-systalk #benefits .info-body .benefit-point {
        width: 170px;
        height: 183px;
    }

    .pd-systalk .product-tab .nlu-img img {
        width: 100%;
    }

    /* systalk rpa */
    .rpa-intro ul {
        flex-direction: column;
    }

    .pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-link {
        width: 100% !important;
    }

    .pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-item:first-child .nav-link {
        background-image: url(../images/systalk/rpa-tag03.png);
    }

    .pd-systalk.systalk-rpa .rpa-intro .nlu-arrow .nav-pills .nav-item:first-child .nav-link.active {
        background-image: url(../images/systalk/rpa-tag04.png);
    }

    .pd-systalk .carousel-word .flow-chart {
        flex-direction: column-reverse;
    }

    .pd-systalk .carousel-word .flow-chart ul {
        display: block;
        margin: 0 auto;
    }

    .pd-systalk .carousel-word .flow-chart ul li {
        width: 239px;
        height: 250px;
        background-image: url(../images/systalk/rpa-solution_arrow.png);
        margin-top: -50px;
        padding-left: 0;
        padding-top: 50px;
    }

    .pd-systalk .carousel-word .flow-chart ul li:first-child {
        margin-top: -70px;
    }

    .pd-systalk .carousel-word .flow-chart ul li p {
        width: auto;
        padding: 0 10px;
    }

    .pd-systalk .carousel-word .flow-chart .desc {
        width: 235px;
        margin: 0 auto;
        background-color: #ea5a23;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        flex-direction: column;
    }

    .pd-systalk .carousel-word .flow-chart .desc:after, 
    .pd-systalk .carousel-word .flow-chart .desc:before {
        display: none;
    }


    /* footer */
    .footer .container {
        padding: 0;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .footer .service-list {
        flex-direction: column;
        width: 100%;
    }

    .footer .service-list .service-column {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 0;
        align-items: flex-start !important;
        margin: 0;
    }

    .footer .service-list .service-column:nth-child(2) {
        width: 100%;
    }

    .footer .service-list a {
        padding: .5rem 1rem;
    }

    .footer .service-list a:first-child {
        padding-top: 1rem;
    }

    .footer .service-list a:last-child {
        padding-bottom: 1rem;
    }

    .footer .service-list .footer-nav-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
        padding: 1rem;
    }

    .footer .service-list .footer-nav-title:hover {
        background: rgba(0, 0, 0, .3);
    }

    .footer .service-list .footer-click {
        width: 15px;
        position: relative;
    }

    .footer .service-list .footer-click span {
        transition: all .5s;
        width: 15px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .footer .service-list .footer-click span:nth-child(2) {
        width: 1px;
        height: 15px;
    }

    .footer .service-list .footer-nav-body {
        width: 100%;
        transition: all .5s;
    }

    .footer .copyright img {
        margin-top: 0.5rem;
        height: 23px;
    }

    .service .social-media {
        padding-top: 1rem;
    }

    .service .social-media p:first-child {
        display: none;
    }

    .footer .medla-link {
        text-align: center;
        margin: 40px 10px 20px 10px;
    }

    .footer .medla-link p {
        text-align: center;
    }

    .service {
        flex-direction: column;
    }

    .social-media li {
        width: 46px;
        height: 50px;
        padding: 7px;
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    #solutions .pds-introduction .pds-big-img {
        width: 100%;
    }

    #solutions .pds-introduction .pds-big-img img {
        max-height: 100%;
        width: 100%;
    }

    .pd-systalk .about-flow-box.about-FAQ {
        max-width: 250px;
    }
}

@media (max-width:768px) {

    /* header - portal */
    .header-portal .logo {
        flex-direction: column;
        align-items: flex-end;
        justify-content:center;
    }

    .header-portal .logo img{
        width: 32vw;
        max-width: 120px;
    }

    .header-portal .logo.en img{
        width: 28vw;
        max-width: 170px;
    }

    .header-portal .logo-word {
        line-height: 1;
        margin-top: .25rem;
        padding: 0;
    }

    .header-portal .other-info {
        width: auto;
        position: static;
        padding-right: 5rem;
    }

    .header-portal .other-info .info-top {
        margin: 0;
        z-index: 2;
    }

    .header-portal .other-info .info-top .lang-column {
        top: 60px;
        width: 100px;
        height: 0;
    }

    .header-portal .other-info .info-top .lang-column.on {
        height: 40px;
        top: 45px;
        right: -30px;
    }

    .header-portal .other-info .info-bottom .member {
        padding-left: 30px;
        position: static;
    }

    .header-portal .other-info .info-bottom .member span {
        display: none;
    }

    .header-portal .other-info .info-bottom .member:hover {
        background-color: transparent;
        background-image: url('../images/header/icon-member.png');
        background-size: 30px 30px;
    }

    .header-portal .other-info .info-bottom .member:hover .arrow:before,
    .header-portal .other-info .info-bottom .member:hover .arrow:after {
        background: #722C8C;
    }

    .header-portal .other-info .info-bottom .member .member-list {
        top: 58px;
    }

    .p-md-none {
        padding: 0px !important;
    }

    .m-md-none {
        margin: 0px !important;
    }

    h2 {
        font-size: 2rem;
        transform: none;
    }

    .big-img {
        height: 300px;
    }

    .solutions {
        flex-direction: column;
    }

    .solutions .solution-column .solution-group {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .solutions .solution-column .solution-item {
        padding: 2rem 3rem 2rem 4rem;
        width: 100%;
        border-bottom: 1px solid #722C8C;
    }

    #monthly .monthly-left .monthly-img .monthly-word {
        font-size: 1.5rem;
    }

    #monthly_carousel .carousel-control-prev,
    #monthly_carousel .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    #thank_sharing {
        padding: 1rem 0;
    }

    #thank_sharing .carousel-item{
        height: 478px;
    }
    
    #thank_sharing .ts-word {
        max-height: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }

    .core-value .middle-column .word-column .word .title {
        font-size: 1.5rem;
    }

    .customers .bottom-column {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .customers .customers-column {
        margin-top: 1.5rem;
        width: 97%;
    }

    .customers .customers-column .honeycomb {
        grid-template-columns: repeat(5, 42px);
    }

    .customers .customers-column .honeycomb .rhex {
        width: 50px;
        height: 85px;
        border-radius: 16px/2px;
        margin-top: -5px;
    }

    .customers .customers-column .honeycomb .rhex .rhex-content {
        font-size: 1rem;
        min-width: auto;
    }

    /* product */
    #products .pds-introduction {
        padding-bottom: 3rem !important;
    }

    #systalkai .row.my-5.mx-3 {
        flex-direction: column;
        margin: 0 !important;
    }

    .pds-introduction .pds-group {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #digifusion .row.my-5.mx-3 {
        flex-direction: column-reverse;
        margin: 0 !important;
    }

    .solutions .flex-column {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .milestone-column {
        padding: 0 0 22rem 0;
    }

    .milestone-column .milestone-bg05 {
        width: 570px;
    }

    /* product-inner */
    #product-inner .px-5 {
        padding: 0rem !important;
    }

    #features,
    #structure,
    #benefits,
    #case_study {
        margin: 0;
    }

    #product-inner .big-img {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #product-inner .big-img img {
        height: 300px;
        opacity: .7;
    }

    #product-inner #about {
        background-color: #EEAC44;
    }

    .pds-introduction #about {
        padding-bottom: 2rem;
    }

    #structure .video {
        padding: 60px 0px;
    }

    #product-inner .info {
        padding: 1rem;
        justify-content: center;
    }

    #product-inner .info .col-md {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #product-inner .info .col-md p {
        max-width: 400px;
    }

    #benefits .info .col-md {
        padding-top: 0rem;
        margin-bottom: 2rem;
    }

    #benefits .col-md.item {
        width: 350px
    }

    #benefits .col-md.item h3:after {
        border-width: 27px 196px 0 0;
    }

    #cs_carousel {
        margin: 0;
    }

    .carousel-control-prev span,
    .carousel-control-next span {
        width: 20%;
        min-width: 10px;
    }

    .carousel-banner .carousel-item img,
    .about-us-banner .big-img img {
        width: auto;
        height: 300px;
    }

    #product-inner .banner-text {
        padding: 1rem;
    }

    #product-inner .banner-text img {
        width: 200px;
        margin-bottom: 30px;
    }

    #product-inner .banner-text h3 {
        font-size: 1.3rem;
    }

    .pds-information .info-title .ch {
        font-size: 1rem;
    }

    .pds-information .info-title .en {
        font-size: 1rem;
    }

    .pds-information #about .info-body {
        padding: 0;
    }

    .pds-information .pds-column:before,
    .pds-information .pds-column:after {
        display: none;
    }

    #product-inner #about .bg {
        display: none;
    }

    .pds-information #about .info-body .top {
        font-size: 1rem;
    }

    .pds-information #about .info-body .bottom {
        font-size: 1rem;
    }

    .pds-information #about .info-body .word {
        width: 100%;
    }

    .pds-information #features .info-body {
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
        align-items: center;
        margin: 0;
    }

    .pds-information #features .info-body .grid-rhex {
        margin: 0 0 1rem 0;
        width: 234px;
        height: 207px;
    }

    .pds-information #features .info-body .grid-rhex img {
        width: 150px;
    }

    .pds-information #features .info-body .grid-rhex.grid-bg03 {
        display: none;
    }

    .pds-information #features .info-body .grid-rhex.grid-bg04 {
        background-image: url(../images/product-inner/rhex-bg07.png);
    }

    .pds-information #features .info-body .grid-rhex span {
        max-width: 115px;
    }

    .pds-information .btn-try{
        position: static;
        margin: 0 auto 1rem auto;
    }

    .systalk-rpa .pds-information .btn-try{
        margin: 0 auto 1rem auto;
    }

    .pds-information #benefits .pt-5.pb-5 {
        padding: 0 !important;
    }

    .pds-information #benefits .bg-title {
        display: none;
    }

    .pds-information #benefits .info-title {
        height: auto;
    }

    .pds-information #benefits .info-title:after {
        display: none;
    }

    .pds-information #benefits .info-body .benefit-group {
        width: 100%;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
    }

    .pds-information #benefits .info-body .benefit-point {
        width: 50px;
        height: 45px;
        padding: 0;
        font-size: 1rem;
        bottom: auto;
        left: 0;
        top: .5rem;
    }

    .pds-information #benefits .info-body .benefit-in {
        padding: 2rem 2.5rem 4.5rem 3.5rem;
    }

    .pds-information #benefits .info-body .benefit-word {
        padding: 0;
        max-height: initial;
    }

    #product-inner #case_study .bg {
        display: none;
    }

    .pds-information #case_study .carousel {
        margin: 0 0 2rem 0;
    }

    .pds-information #case_study .carousel-inner {
        width: 65%;
        padding: 0;
    }

    .pds-information #case_study .carousel-item {
        flex-direction: column;
    }

    #product-inner #case_study .carousel-control-prev span,
    #product-inner #case_study .carousel-control-next span {
        min-width: 30px;
    }

    .pds-information #case_study .carousel-left,
    .pds-information #case_study .carousel-right {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .pds-information #case_study .carousel-title {
        font-size: 1rem;
        padding-left: 1.5rem;
    }

    .pds-information #case_study .carousel-title:before {
        width: 12px;
        height: 12px;
    }

    .pds-information #case_study .carousel-word {
        font-size: 1rem;
    }

    .pds-information #case_study .carousel-item .container {
        padding: 0;
        max-width: 440px;
    }

    .pds-information #case_study .info-subtitle {
        height: auto;
        margin: 0;
    }

    .pds-information #case_study .info-subtitle span {
        font-size: 1rem;
        position: static;
        height: auto;
        width: 100%;
        background: #eeac44;
        padding: .5rem 1rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    #cs_carousel .carousel-inner {
        max-width: unset;
        min-width: unset;
    }

    .pds-information #customer {
        padding-bottom: 0;
    }

    .pds-information #customer .info {
        padding: 0;
        margin: 0;
        max-width: unset;
        background: #e6e6e6;
    }

    .pds-information #customer .info-title {
        padding: 1rem 2rem;
        justify-content: flex-start;
        background: #e6e6e6;
        max-width: 540px;
        margin: auto;
    }

    .pds-information #customer .info-title:after {
        display: none;
    }

    .pds-information #customer .carousel-inner {
        width: 80%;
    }

    .pds-information #customer .deco-line {
        display: none;
    }

    #product-inner #customer .carousel-control-prev span,
    #product-inner #customer .carousel-control-next span {
        min-width: 10px;
    }

    .pds-information #customer .carousel-control-prev {
        padding-left: 1rem;
    }

    .pds-information #customer .mul-text-overflow {
        font-size: 0.875rem;
    }

    .pds-information #structure .video {
        padding: 2rem 0 1rem 0;
    }

    .pds-information #customer .name-intr {
        margin-top: 1rem;
    }

    .pds-information #customer .name-intr .hr-right {
        height: 60px;
    }

    .pds-information #customer .name-intr .name-group .name,
    .pds-information #customer .name-intr .name-group p {
        font-size: 0.875rem;
    }

    #product-inner.digimars .banner-text img{
        width: 200px;
    }

    #product-inner.digimars .banner-text .banner-group .banner-left {
        width: 230px;
    }

    #product-inner.digimars .banner-text .banner-group .banner-left img {
        width: 230px;
        bottom: -11.4rem;
        left: 0rem;
    }

    .digimars#product-inner #about {
        background-color: #40b057;
    }

    .digimars#product-inner #scrollspy.navbar {
        background-color: #40b057;
        border-bottom-color: #227734;
    }

    .digimars .pds-information #case_study .info-subtitle span {
        background: #40b057;
    }

    .bg .right-box04 {
        top: 0;
    }

    .digimars .pds-information #apply .apply-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 1rem;
        padding: 2rem 0 .5rem 0;
    }

    .digimars .pds-information #apply .apply-title span {
        font-size: 1rem;
    }

    .digimars .pds-information #apply .apply-subtitle {
        width: 100%;
        background: #40b057;
        height: auto;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .digimars .pds-information #apply .apply-form {
        width: 90%;
        margin: 0 auto 2rem auto;
    }

    .digimars .pds-information #apply .captcha {
        width: 100%;
    }

    .digimars .pds-information #apply .green {
        position: static;
        width: 100%;
    }

    .digimars .pds-information #features .info-body {
        padding: 1rem 0 0;
    }

    .digilogs#product-inner #scrollspy.navbar {
        background-color: #45bab3;
        border-bottom-color: #15847d;
    }

    .digilogs#product-inner #about {
        background-color: #45bab3;
    }

    .digilogs .pds-information #features .info-body {
        padding: 1rem 0 0;
    }

    .media-info-area .swiper-button-prev,
    .media-info-area .swiper-button-next {
        width: 18%;
    }

    .media-info-area .black-cover {
        background-color: #626262;
    }

    .media-info-area .swiper-content .date {
        font-size: .875rem;
    }

    .media-info-area .swiper-content .btn {
        width: 80px;
        height: 30px;
        font-size: 0.875rem;
    }

    .media-banner span {
        font-size: 1rem;
    }

    .media-container .left .btn-column .btn {
        margin-top: 0;
        font-size: 0.875rem;
        padding: 6px;
    }

    .photo-gallery .gallery {
        flex-direction: column;
    }

    .photo-gallery .gallery-top {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem;
    }

    .photo-gallery .gallery-thumbs {
        width: 100%;
    }

    .video-library .library-info {
        margin-top: .5rem;
    }

    /* solutions */
    #solutions .article-text.feature .title:after {
        width: 74%;
        left: 126px;
    }

    /* success */
    .success-story .story-group .rhex-group .story-logo {
        height: 80px;
    }

    .success-story .story-group {
        display: flex;
        flex-wrap: wrap;
        padding: 0 1rem;
        justify-content: flex-start;
    }

    .success-story .story-group .rhex {
        transform: unset;
        display: flex;
        align-items: flex-start;
        border-radius: 1rem;
        height: auto;
        padding: 0 1rem 1rem;
        width: calc(50% - 1rem);
        margin: .5rem;
    }

    .success-story .rhex.none{
        display: none;
    }

    .success-story .story-group .rhex-group{
        transform: unset;
        right: 0;
    }

    .success-story .story-group .rhex-group .word-group{
        max-width: unset;
        min-width: unset;
        margin: 0;
    }

    .success-story .story-group .rhex-group .word-group .word-font{
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
        text-overflow: unset;
        margin: 0;
    }

    @keyframes fadeOut {
        from {
            transform: translateY(0);
        }

        to {
            transform: translateY(100px);
        }
    }

    .success-story .story-group .rhex.active {
        transform: translateY(0);
    }

    @keyframes fadeIn {
        from {
            transform: translateY(100px);
        }

        to {
            transform: translateY(0);
        }
    }

    /* portal */
    .portal-banner {
        height: 100px;
    }

    .portal-banner .portal-input {
        width: 100%;
        padding: 0 1rem;
    }

    .portal-banner .portal-input .icon-search {
        right: 2rem;
    }

    .portal .portal-group {
        display: flex;
        flex-direction: column;
        margin: 4rem 0;
        align-items: center;
    }

    .portal .portal-group .portal-rhex {
        width: 384px;
        height: 420px;
        margin: 0;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-logo {
        width: 170px;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom {
        padding: 1rem 4rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-title {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a {
        font-size: 1rem;
        margin: .5rem 0;
    }

    /* systalk chat */
    .pd-systalk #features .info-title p {
        font-size: 14px;
        bottom: -40px;
        left: 0;
        right: 0;
        width: 85%;
        margin: auto;
    }

    .media-container .left .btn-column {
        display: block;
        position: relative;
    }

    .pd-systalk .SYS-section-03 {
        background: url("../images/systalk/nlu_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .pd-systalk #benefits .info-body .benefit-point {
        height: 50px;
    }

    .pd-systalk .product-systalkai {
        margin-top: 3rem;
    }

    .pd-systalk .pds-information #case_study .info-subtitle span {
        background: #0076C5;
    }

    /* systalk rpa */
    .pd-systalk.systalk-rpa .pds-information #features .info-body {
        padding-bottom: 0;
    }

    .pd-systalk.systalk-rpa .pds-information #features .info-body div {
        height: auto;
        margin-bottom: 1rem;
    }

    .pd-systalk .carousel-word .flow-chart .desc {
        padding: 17px 10px;
    }

    .pd-systalk .carousel-word .flow-chart ul li:first-child {
        margin-top: -67px;
    }

    /* redirection */
    .redirection .item {
        background-color: #cba8ce;
        padding: 3rem 0;
    }
    .redirection .container {
        padding: 0;
    }
    .redirection .bg,
    .redirection .container:after {
        display: none;
    }
    .redirection.tpiu .item {
        background-color: #f2f2f2;
    }
}

@media (max-width: 767px) {
    .contactus-form .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pds-introduction .function .col-md {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .pds-introduction .function .col-md:first-child {
        margin-top: 0px;
    }

    #products .function{
        padding-top: 0!important;
    }

    #products .pds-introduction .function .col-md {
        margin-top: 40px !important;
    }

    .pds-introduction .function .w-100 {
        margin-bottom: 0px;
    }

    #benefits .col-md.item h3:after {
        border-width: 27px 333px 0 0;
    }

    #digifusion .pds-introduction .function .pds-plus {
        right: 0;
    }

    /* product-inner */
    #scrollspy,
    #map_tab {
        flex-direction: column;
    }

    #scrollspy span,
    #map_tab span,
    #solutions .nav-dropdown,
    #article span {
        display: block;
        font-size: 1rem;
    }

    .media-container.container {
        padding: 0;
    }

    #media-container #article span {
        background-color: #eeeeee;
        height: 53px;
        line-height: 53px;
    }

    .media-container .left .article-column {
        margin-top: 0;
        border-width: 7px;
    }

    .media-container .left .btn-column .btn {
        background-color: rgba(255, 255, 255, 0.918);
        border: 0;
        color: #000;
    }

    .media-container .left .btn-column.newsletter {
        background-color: #eeeeee;
        margin-top: 0!important;
    }

    .media-container .left .btn-column.newsletter .btn {
        width: 25%!important;
        margin: 0!important;
        background-color: #eeeeee;
    }

    #scrollspy .nav,
    #map_tab .nav,
    #article .art-dropdown {
        height: 0;
        transition: ease .5s;
        display: block;
        z-index: 999;
    }

    #article .art-dropdown {
        position: relative;
    }

    #map_tab .nav-item:after,
    #map_tab .nav-item:before {
        background-color: transparent;
    }

    #scrollspy .nav-item,
    #map_tab .nav-item,
    #solutions .group .rhex,
    #article .btn {
        width: 100%;
        display: none;
    }

    #product-inner #scrollspy .container,
    #map_tab .container,
    #solutions #scrollspy .nav {
        background-color: rgba(255, 255, 255, 0.918);
        padding: 0;
        max-width: 100%;
    }

    #product-inner #scrollspy.navbar {
        height: 60px;
        background: #eeac44;
        border-bottom: 1px solid #ea5a23;
    }

    #product-inner #scrollspy .container {
        display: flex;
    }

    #product-inner #scrollspy .nav-link,
    #product-inner #scrollspy .nav-item:first-child .nav-link {
        width: 100%;
        background: none;
        border-bottom: 1px solid #ea5a23;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.918);;
    }

    #product-inner.digilogs #scrollspy .nav-link,
    #product-inner.digilogs #scrollspy .nav-item:first-child .nav-link,
    .digilogs .pds-information #case_study .info-subtitle span {
        background-image: none;
        background: rgba(255, 255, 255, 0.918);
        border-color: #45bab3;
    }

    .digilogs .pds-information #case_study .info-subtitle span,
    .digilogs#product-inner #scrollspy .nav-link.active {
        background-color: #45bab3 !important;
    }

    #product-inner.digimars #scrollspy .nav-link,
    #product-inner.digimars #scrollspy .nav-item:first-child .nav-link,
    .digimars .pds-information #case_study .info-subtitle span {
        background-image: none;
        background: rgba(255, 255, 255, 0.918);
        border-color: #40b057;
    }

    .digimars .pds-information #case_study .info-subtitle span,
    .digimars#product-inner #scrollspy .nav-link.active {
        background-color: #40b057 !important;
    }

    #product-inner #scrollspy .nav-link:hover,
    #product-inner #scrollspy .nav-link:focus,
    #product-inner #scrollspy .nav-link.active,
    #product-inner #scrollspy .nav-item:first-child .nav-link:hover,
    #product-inner #scrollspy .nav-item:first-child .nav-link:focus,
    #product-inner #scrollspy .nav-item:first-child .nav-link.active {
        background: #ea5a23;
        color: #fff;
    }

    #solutions .group:hover>.rhex-group-black .rhex-word,
    #solutions .group.active>.rhex-group-black .rhex-word {
        color: #722C8C;
    }

    #map_tab.navbar,
    #solutions #scrollspy.navbar {
        height: 60px;
    }

    #solutions .group,
    #solutions #scrollspy .nav-item {
        margin: 0;
    }

    #solutions .rhex-word {
        position: initial;
        display: block;
        height: 45px;
        width: 100%;
    }

    #solutions #scrollspy.navbar {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        background-color: #E6E6E6;
        z-index: 98;
    }

    #solutions .nav-pills .nav-link.active,
    #solutions .nav-pills .show>.rhex-word {
        background-color: transparent;
    }

    .gmap a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    #case_study .case.info {
        padding-left: 2.3rem;
        padding-right: 1.3rem;
    }

    #solutions #scrollspy.navbar:after {
        width: 100%;
        height: 7px;
        left: 0;
        right: 0;
        background-color: #ccc;
    }

    #photo_gallery.media-container .left .article-column .group {
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }

    .pd-systalk #product-inner #scrollspy.navbar {
        background: #0076C5;
        border-bottom-color: #fff;
    }

    .media-container .left .btn-column .art-dropdown .btn {
        margin: 0;
    }

    .pd-systalk #product-inner #scrollspy .container,
    .pd-systalk.systalk-rpa #product-inner #scrollspy .container {
        background-color: rgba(255, 255, 255, 0.918);
    }

    .pd-systalk #product-inner #scrollspy .nav-item .nav-link {
        background-image: none !important;
        width: 100% !important;
    }

    .pd-systalk #product-inner #scrollspy .nav-item .nav-link.active {
        background: #0076C5;
    }

    .pd-systalk #product-inner #scrollspy .nav-item .nav-link {
        height: 45px;
        border-color: #0076C5;
    }

    .pd-systalk .about-NLU .NLU-DESC {
        width: auto;
    }

    .pd-systalk .about-flow-box.about-FAQ {
        max-width: 335px;
    }

    /* systalk rpa */
    .pd-systalk.systalk-rpa .rpa-intro .nlu-arrow li.nav-item {
        width: 100%;
    }

    .pd-systalk.systalk-rpa .intro-article {
        justify-content: center;
    }

    .pd-systalk.systalk-rpa #product-inner #scrollspy.navbar {
        background: #2c6d9e;
    }

    .pd-systalk.systalk-rpa #product-inner #scrollspy .nav-item .nav-link.active {
        background: #2c6d9e;
    }

    .pd-systalk.systalk-rpa #product-inner #scrollspy .nav-item .nav-link {
        border-color: #2c6d9e;
    }

    /* solutions */
    #solutions .article-text .title h4:nth-child(2) {
        margin-left: -40px;
        color: #333333;
        background-color: transparent;
        margin-top: 1rem;
        text-align: left;
    }

    #solutions .article-text .title h4:nth-child(2):after {
        background-image: none;
    }

    #solutions .article-text.solution p {
        padding: 0;
        margin-bottom: 1.6rem;
    }

    #solutions .pds-introduction .solution.article-text .title {
        flex-direction: column;
    }

    /* redirection */
    .redirection .rhex {
        margin: 0;
        margin-top: 4rem;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 1.3rem;
    }

    .header .cookie {
        height: fit-content;
        flex-direction: column;
        padding: 1rem;
    }

    .header .cookie p {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .header .cookie button {
        width: 50%;
    }

    .navbar-light .navbar-toggler {
        z-index: 2;
    }

    .other-info {
        width: 100%;
        right: 0;
        height: 60px;
        padding-right: 5rem;
        position: absolute;
    }

    .other-info .info-top {
        margin-right: .25rem;
        justify-content: flex-end;
        position: static;
        width: auto;
    }

    .other-info .info-top .search-column {
        z-index: 99999;
        top: auto;
        bottom: -40px;
        left: 0;
        right: 0;
        border-radius: 0;
        padding: 0.25rem 1rem;
        border: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }

    .other-info .info-top .search-column.active {
        width: 100%;
    }

    .other-info .info-top .lang-column {
        top: 60px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        border: 0;
    }

    .other-info .info-top .lang-column.on {
        height: 40px;
    }

    .header-portal .other-info .info-top .lang-column.on {
        top: 60px;
        width: 100%;
        right: 0;
    }

    .banner-text {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .p-sm-none {
        padding: 0px !important;
    }

    .m-sm-none {
        margin: 0px !important;
    }

    #thank_sharing .container {
        padding-left: 50px;
    }

    #thank_sharing .ts-left {
        align-items: flex-start;
        flex-direction: column;
    }

    .person-img {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    .person-img img {
        width: 50px;
    }

    .person-img.only-img img {
        min-width: 104px;
        width: 104px;
        margin-top: -1rem;
        margin-left: -1rem;
    }

    #thank_sharing .person-img .rhex {
        width: 60px;
        height: 104px;
        border-radius: 16px/6px;
        position: static;
        margin-left: 0;
    }

    .solutions .solution-column {
        padding: 0;
    }

    .solutions .solution-column .solution-item {
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem 1rem 1rem;
    }

    .solutions .solution-column .solution-item a {
        padding: 5rem 0 0 0;
    }

    #monthly .monthly-left .monthly-img img {
        transform: rotate(90deg) translateX(-30%) translateY(-75%);
    }

    #contact .big-img img {
        left: -1rem;
    }

    .core-value .middle-column .word-column.left {
        margin-top: 0;
        max-height: 300px;
        min-height: 270px;
        height: 45vh;
    }

    .core-value .middle-column .rhex-column {
        min-width: 100%;
        width: 100%;
        height: 300px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .core-value .middle-column .rhex-column img {
        width: auto;
        max-height: 100%;
        max-width: 81vw;
    }

    .time-line h2 {
        padding: 10px 30px;
    }

    .milestone-column {
        padding: 0 0 13rem 0;
    }

    .milestone-column .milestone-bg05 {
        width: 320px;
    }

    .name-intr .job-title {
        display: block;
    }

    .customers {
        padding: 10px 30px;
    }

    .customers .logo-column img {
        width: 100px;
        height: 86px;
    }

    .name-intr .name,
    .name-intr .company-name {
        font-size: 1rem;
    }

    #contact_introduction {
        padding-left: 5%;
        padding-right: 5%;
    }

    .octagon {
        background-size: 80%;
    }

    .name-intr {
        margin-left: 0;
    }

    /* product */
    #products .pds-introduction .info {
        margin-left: 35px;
        padding: 0 1.5rem;
    }

    #products #digifusion .pds-introduction .info {
        margin-left: 0;
        margin-right: 35px;
        padding: 0 1.5rem;
    }

    .pds-introduction {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pds-introduction .pds-big-img {
        width: 100%;
    }

    .pds-introduction .h-100 {
        flex-direction: column;
    }

    .pds-introduction .rhex {
        margin-left: 0px;
        margin-top: 20px;
    }

    #digifusion .pds-introduction .rhex {
        right: auto;
    }

    .pds-introduction .info {
        width: 100%;
        margin-top: 200px;
        margin-left: 30px;
        padding: 0px 13px;
    }

    .pds-introduction .line:before {
        left: -17px;
    }

    .pds-introduction .line:after {
        left: -33px;
    }

    #products .pds-introduction,
    #solutions .pds-introduction {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pds-introduction .function .systalk-word, .pds-introduction .function .digifusion-word{
        height: auto;
    }

    /* solutions */
    .solutions .intr-text {
        padding-left: 0px;
        margin-top: 4rem;
    }

    .solutions .intr-text:before {
        display: none;
    }

    #solutions .pds-introduction .pds-big-img {
        padding: 1px;
    }

    .services_introduction .divider {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .solutions .flex-column {
        align-items: center;
        margin: 0;
    }

    .solutions .row .col:nth-child(1) {
        margin-bottom: 0px;
    }

    .solutions .flex-column a {
        margin-top: 70px;
        margin-left: 0;
        text-align: center;
    }

    .solutions .flex-column .align-items-center {
        height: 250px;
        justify-content: center;
        align-items: flex-start !important;
    }

    #solutions .article-text.feature .title:after {
        display: none;
    }

    /* footer */
    .rightsidebar h2 {
        font-size: 2rem;
    }

    .footer .octagon {
        display: none;
    }

    /* product-inner */
    #product-inner .link-left .contact-nav a:after {
        display: none;
    }

    #benefits .col-md.item {
        width: 250px
    }

    #benefits .col-md.item h3:after {
        border-width: 27px 230px 0 0;
    }

    #structure .video,
    #structure .w-100 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pds-information #customer .person-group {
        padding: 1rem;
        flex-direction: column;
        margin: 0;
    }

    .pds-information #customer .person-img {
        margin: 0;
    }

    .pds-information #customer .person-img .rhex {
        top: 0;
        width: 60px;
        height: 104px;
        border-radius: 16px/6px;
        z-index: 99;
        position: static;
    }

    #cs_carousel .person-img img {
        width: 100px;
    }

    #cs_carousel .person-img .rhex {
        width: 72px;
        height: 115px;
        top: -31px;
        left: -26px;
    }

    #product-inner.digimars .banner-text .banner-group .banner-left {
        width: 0;
    }

    #product-inner.digimars .banner-text .banner-group .banner-left img {
        width: 140px;
        left: 6rem;
    }

    #product-inner.digimars .banner-text h3 {
        font-size: 1rem;
    }

    #product-inner.digimars .banner-text .banner-group .btn-install {
        font-size: 1rem;
        width: 110px;
        height: 40px;
    }

    .media-info-area .swiper-content .word {
        font-size: 14px;
    }

    .media-info-area .swiper-content .label {
        margin-top: 1rem;
    }

    .media-container .left .article-column .group.active {
        padding: 1rem 0;
    }

    .media-container .left .article-column .title {
        flex-direction: column;
    }

    .media-container .left .article-column .title .label {
        margin-bottom: .25rem;
    }

    .video-library .library .library-top iframe {
        height: 300px;
    }

    .more_info {
        right: 3rem;
    }

    .divider span{
        padding: 0;
    }

    .solutions .intr-text .intr-word {
        text-align: left;
    }

    .divider .more, .divider .pr-center{
        border-radius: 1rem;
        background: #f2985b;
        color: #fff;
        padding: .25rem 1rem;
        margin-left: 2rem;
    }

    .divider .more:before, .divider .more:after, .divider .pr-center:before, .divider .pr-center:after{
        left: -22px;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .divider .more:before, .divider .pr-center:before{
        left: -30px;
    }

    #our-service .divider hr,
    #os_solution .divider hr {
        display: none;
    }

    #os_solution .divider,
    #our-service .divider {
        margin-right: 0;
        display: flex;
        justify-content: center;
    }

    /* solutions */
    #solutions .pds-introduction .rhex-line {
        left: auto;
    }

    #solutions .fu-item:nth-child(n) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #solutions .pds-introduction .d-flex .info {
        margin-left: 0;
    }

    #solutions .article-text ul {
        padding-left: 0;
    }

    #solutions .article-text ul li {
        padding: 0;
        margin: 1rem 0;
    }

    #solutions #scroll-content .pds-introduction .success-bg02 {
        display: none;
    }

    #solutions .article-text .title h4 {
        margin-left: -66px;
    }

    /* footer */
    .rightsidebar img {
        width: 100px;
        padding-top: 8px;
    }

    /* media center */
    .media-container .left .btn-column .btn {
        width: auto;
    }

    #media-center-news .news .news_day {
        align-items: flex-start;
        flex-direction: column;
    }
    
    #media-center-news .news .news_day h3 {
        padding: .5rem 0 0 0;
    }

    /* success */
    .success-story .story-group{
        flex-direction: column;
    }

    .success-story .story-group .rhex{
        width: 100%;
        margin: .5rem 0;
    }

    /* portal */
    .portal {
        overflow: hidden;
    }

    .portal .portal-group {
        margin: 1rem 0;
    }

    .portal .portal-group .portal-rhex {
        width: 310px;
        height: 339px;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-logo {
        width: 120px;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom {
        padding: .5rem 3rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-title {
        font-size: .875rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-link a {
        font-size: .875rem;
    }

    .portal .portal-group .portal-rhex .portal-info .portal-bottom .portal-more {
        margin-top: 1rem;
    }
    .portal .qa-icon {
        margin-bottom: 1rem;
    }
    .portal .question .card .col-sm {
        padding: 0!important;
    }
    .portal .qa-icon img {
        width: 28px;
        margin-left: 0;
    }
    .portal .icon-QA {
        position: absolute;
        top: 12px;
        right: 20px;
    }
    .portal .qa-icon:after {
        height: 31px;
        display: none;
    }

    /* systalk chat */
    .pd-systalk .banner-text img {
        width: 200px;
    }

    .pd-systalk .banner-text h3 {
        font-size: 1.2rem;
    }

    .pd-systalk .SYS-section-03 {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }

    .pd-systalk .SYS-section-03 .info-subtitle h2 {
        background: none;
        left: auto;
        right: auto;
        width: 100%;
        font-weight: 700;
        top: -3rem;
    }

    .pd-systalk .SYS-section-02 .info-subtitle h4 {
        font-size: 1rem;
    }

    .pd-systalk .SYS-section-02.product-faq .info-subtitle h2 {
        width: 100%;
        height: auto;
        background: none;
        color: #ea5a23;
        display: block;
    }

    .pd-systalk .SYS-section-02.product-flow .title h2 {
        background: none;
        color: #0076c5;
        padding: 0 1rem;
    }

    /* systalk rpa */
    .pd-systalk.systalk-rpa .banner-text {
        flex-direction: column;
        align-items: center;
    }

    .pd-systalk.systalk-rpa .banner-text .rpa-banner-text img {
        width: 150px;
        margin: 0 auto;
    }

    .pd-systalk.systalk-rpa .pds-information #features .info-body img {
        width: 150px;
    }

    .pd-systalk.systalk-rpa .intro-content li {
        white-space: unset;
    }

    .pd-systalk .carousel-word .flow-chart ul li {
        width: 208px;
        height: 221px;
    }

    .pd-systalk .carousel-word .flow-chart .desc {
        width: 208px;
    }

    /* redirection */
    .redirection h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .pd-systalk section.solution {
        margin-top: 0em;
    }
}

@media (max-width: 480px) {
    .pd-systalk section.solution {
        margin-top: 0rem;
    }
}

@media only screen and (orientation: landscape){
    .carousel-banner .carousel-item img, .about-us-banner .big-img img{
        height: 100%;
    }
}