@charset "utf-8";
.product_part {
    border: solid 1px #e5e5e5;
}
.product_part .partImg {
    position: relative;
    background-color: #F8F8F8;
    width: 100%;
    height: 100%;
}
.product_part .partImg img {
    max-width: 100%;
}
.product_part .partImg ol {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_part .partImg ol li {
    transition: 0.2s ease;
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    background-color: var(--accent-color);
    display: inline-block;
    color: #fff;
    letter-spacing: 0;
    font-size: .9em
}
.sayangImg {
    position: relative;
    width: 100%;
    height: 100%;
}
.sayangImg img {
    margin: 0 !important;
    padding: 0 !important;
  border:solid 1px #e5e5e5;
}
.sayangol {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sayangol li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}
.sayangol li:last-child {
    margin-bottom: 0;
}
.sayangol li:before {
    left: 0;
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    background-color: var(--accent-color);
    display: inline-block;
    color: #fff;
    letter-spacing: 0;
    font-size: .9em
}
.sayangol li:nth-child(1):before {
    content: '01';
}
.sayangol li:nth-child(2):before {
    content: '02';
}
.sayangol li:nth-child(3):before {
    content: '03';
}
.sayangol li:nth-child(4):before {
    content: '04';
}
.sayangol li:nth-child(5):before {
    content: '05';
}
.sayangol li .tit {
    font-size: 1.15em;
    padding: 7px 0 15px
}
.sayangol li p {
    font-size: 1em !important;
    line-height: 1.5 !important
}
.product_part .partImg ol li.position01 {
    top: 32%;
    left: 42%;
}
.product_part .partImg ol li.position02 {
    top: 45%;
    left: 43%;
}
.product_part .partImg ol li.position03 {
    top: 18%;
    left: 69%;
}
.product_part .partImg ol li.position04 {
    top: 46%;
    left: 78%;
}
.product_part .partImg ol li.position05 {
    top: 43%;
    left: 18%;
}
.product_part .partImg ol li.position06 {
    top: 63%;
    left: 40%;
}
.product_part .partImg ol li.position07 {
    top: 53%;
    left: 73%;
}
.product_part .partImg ol li.position08 {
    top: 65%;
    left: 48.5%;
}
.product_part .partImg ol li.position09 {
    top: 70%;
    left: 26%;
}
.product_part .partImg ol li.position10 {
    top: 50%;
    left: 30%;
}
.product_part .partImg ol li:hover {
    transform: scale(1.3)
}
.product_part .partImg ol li:hover a {
    color: #fff;
}
.product_part .partNameCon {
    border-top: solid 1px #e5e5e5;
    padding: 30px 50px
}
.product_part .partNameCon ol {
    display: flex;
    flex-wrap: wrap;
}
.product_part .partNameCon ol li {
    color: #000;
    font-weight: 500;
    vertical-align: middle;
    flex-basis: 25%;
    margin: 5px 0
}
.product_part .partNameCon ol li a {
    vertical-align: middle
}
.product_part .partNameCon ol li a:hover {
    text-decoration: underline
}
.product_part .partNameCon ol li:before {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    background-color: var(--accent-color);
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    letter-spacing: 0;
    font-size: .9em
}
.product_part .partNameCon ol li:nth-child(1):before {
    content: '01';
}
.product_part .partNameCon ol li:nth-child(2):before {
    content: '02';
}
.product_part .partNameCon ol li:nth-child(3):before {
    content: '03';
}
.product_part .partNameCon ol li:nth-child(4):before {
    content: '04';
}
.product_part .partNameCon ol li:nth-child(5):before {
    content: '05';
}
.product_part .partNameCon ol li:nth-child(6):before {
    content: '06';
}
.product_part .partNameCon ol li:nth-child(7):before {
    content: '07';
}
.product_part .partNameCon ol li:nth-child(8):before {
    content: '08';
}
.product_part .partNameCon ol li:nth-child(9):before {
    content: '09';
}
.product_part .partNameCon ol li:nth-child(10):before {
    content: '10';
}
.product_part .partNameCon ol li:nth-child(11):before {
    content: '11';
}
.product_part .partNameCon ol li:nth-child(12):before {
    content: '12';
}
.inner_box .chk_box {
    position: absolute;
    top: 20px;
    left: 20px;
}
.project_list {
    border-top: solid 2px var(--accent-color);
}
.project_list .inner_box {
    border-bottom: solid 1px #e5e5e5
}
.project_list .inner_box > div[class^=col-] {
    padding: 40px;
}
.project_list .inner_box .blogCard__category {
    font-size: .9em;
    margin-top: 40px;
    margin-bottom: 10px;
}
.project_list .inner_box .blogCard__title {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 30px;
    font-size: 2rem !important;
    line-height: 1;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.project_list .inner_box .blogCard__title .subTit {
    font-size: 1em;
    color: #666;
    display: inline-block;
    margin-left: 10PX;
    line-height: 1;
}
.project_list .inner_box .blogCard__textsub {
    display: inline-block;
    width: 100%;
    justify-content: flex-start
}
.project_list .inner_box .blogCard__textsub li {
    display: inline-block;
    position: relative;
    font-size: 1em;
    line-height: 1;
    box-sizing: border-box;
    color: #000
}
.project_list .inner_box .blogCard__textsub li.tit {
    font-weight: 600;
}
.project_list .inner_box .blogCard__textsub li.tit:after {
    content: '';
    margin: 0 0 5px;
}
.project_list .inner_box .blogCard__textsub li:after {
    content: '/';
    margin: 0 10px 0;
    font-size: .8em;
    color: #999
}
.project_list .inner_box .blogCard__textsub li:last-child:after {
    display: none
}
.project_list .inner_box .blogCard__textsub li span {
    color: #000;
    font-weight: 500;
    display: inline-block;
}
.project_list .inner_box .blogCard__text {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap
}
.project_list .inner_box .blogCard__text li {
    flex-basis: 50%;
    width: 50%;
    position: relative;
    font-size: 1em;
    margin-bottom: 3px;
    padding-left: 15px;
    box-sizing: border-box
}
.project_list .inner_box .blogCard__text li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #000;
    content: '';
}
.project_list .inner_box .blogCard__text li:last-child {
    margin-bottom: 0
}
.imgWrap {
    position: relative;
}
.cata_ing {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--accent-color);
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    z-index: 2;
    font-size: .6em;
    box-sizing: border-box;
    border: solid 1px var(--accent-color);
}
.cata_end {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    color: var(--accent-color);
    z-index: 2;
    font-size: .6em;
    border: solid 1px var(--accent-color);
    box-sizing: border-box
}
.project_list .inner_box .blogCard__text {
    font-size: 1.05em;
    text-align: justify;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
ul.blogCard__text li span {
    color: #000;
    font-weight: 500;
    display: inline-block;
}
ul.blogCard__text li span:after {
    content: ':';
    display: inline-block;
    margin: 0 10px;
}
.blogCard__content {
    position: relative
}
.link_href {
    position: absolute;
    right: 0;
    top: 25px;
    display: flex
}
.veiw_tittxt .link_href {
    top: 0;
}
.link_href li {
    margin: 0 2px;
}
.link_href a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--accent-color);
    border: solid 1px var(--accent-color);
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    z-index: 2;
    font-size: .8em;
    box-sizing: border-box;
    text-align: center
}
.link_href a:hover {
    background-color: transparent;
    color: var(--accent-color);
}
.link_href a i {
    font-size: 1.2em;
    line-height: 50px;
    text-indent: -2px;
}
.link_href a i.sl {
    font-size: 1.1em;
    text-indent: 0
}
.overview-img {
    position: relative;
    z-index: 0
}
.overview-img:after {
    display: none;
    content: '';
    position: absolute;
    bottom: -15%;
    right: calc(100% - 26.3157%);
    width: 200%;
    height: 340px;
    ;
    background-color: var(--accent-color);
}
.overview-img:before {
    content: '';
    display: block;
    padding-top: 100%
}
.overview-img-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 40px 60px lightgrey;
    -webkit-box-shadow: 0px 40px 60px #00000029;
    -moz-box-shadow: 0px 40px 60px #00000029
}
.overview-img-inner a {
    display: flex;
}
.overview-img-inner img {
    max-width: 80%;
    margin: 0 auto !important
}
.veiw_tittxt {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 10.6383%;
    height: 100%;
    justify-content: center
}
.news-block-one .product_con {
    display: flex;
}
.news-block-one .product_con h4 {
    font-size: .95em;
    width: 20%;
}
.news-block-one .product_con .txtcont {
    width: 80%;
    font-size: .95em;
    line-height: 1.5 !important;
    word-break: break-all;
}
.news-block-one .product_con2 {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}
.contentUl {
    font-size: 1.05em;
}
.contentUl li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 5px;
}
.contentUl li:before {
    content: '-';
    position: absolute;
    top: -2px;
    left: 0;
}
.news-block-one .product_con2 .txtcont {
    width: 70%;
}
.tbl_content table {
    width: 100%;
    text-align: center;
    font-size: .8em;
    border-top: solid 1px #e5e5e5
}
.tbl_content table tr {
    border-bottom: solid 1px #e5e5e5;
}
.tbl_content table tr th {
    padding: 15px 0;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    font-weight: 400;
    background: #f3f3f3;
    color: #000
}
.tbl_content table tr th:first-of-type {
    border-left: 0
}
.tbl_content table tr td {
    padding: 15px 0;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}
.tbl_content table tr th:first-of-type, .tbl_content table tr td:first-of-type {
    border-left: 0
}
.tbl_content table tr th:last-of-type, .tbl_content table tr td:last-of-type {
    border-right: 0
}
.tbl_view_content table {
    width: 100%;
}
.tbl_view_content table tr {}
.tbl_view_content table tr th {
    padding: 10px 0;
    font-weight: 600;
    color: #000;
    vertical-align: top
}
.tbl_view_content table tr th:first-of-type {
    border-left: 0
}
.tbl_view_content table tr td {
    padding: 10px 0;
    vertical-align: top
}
.product_viewImg {
    width: 100%;
    overflow: hidden;
    position: relative
}
.product_viewImg .swiper-button-next, .product_viewImg .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 25%;
    background-color: var(--accent-color);
    background-repeat: no-repeat;
    border-radius: 100%;
}
.product_viewImg .swiper-button-next {
    right: 30px;
    background-image: url("/images/icons/next.svg");
    background-position: 55% center
}
.product_viewImg .swiper-button-prev {
    left: 30px;
    background-image: url("/images/icons/prev.svg");
    background-position: 45% center
}
.product_viewImg .swiper-button-next.swiper-button-disabled, .product_viewImg .swiper-button-prev.swiper-button-disabled {}
.procuctView_ul {
    width: 100%;
    display: inline-block
}
.procuctView_ul li {
    position: relative;
    font-size: 1em;
    padding-left: 20px;
    margin: 0 0 5px;
    float: left;
    width: 50%;
}
.procuctView_ul li:before {
    content: '-';
    position: absolute;
    top: -2px;
    left: 0;
}
.news-block-one h3 {
    font-size: 2.2em;
    font-weight: 600
}
#bo_v .news-block-one h4 {
    font-size: 1.5em;
}
.icon-process-item01 {
    background-image: url(/images/product/item-icon-01.svg)
}
.icon-process-item02 {
    background-image: url(/images/product/item-icon-02.svg)
}
.icon-process-item03 {
    background-image: url(/images/product/item-icon-03.svg)
}
.icon-process-item04 {
    background-image: url(/images/product/item-icon-04.svg)
}
#bo_v .news-block-one .secondary-cnts-type-grid > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.secondary-cnts-type-grid.process > li {
    position: relative
}
.secondary-cnts-type-grid.process > li:after {
    content: '\f0a9';
    position: absolute;
    right: -20px;
    top: 45%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: var(--accent-color);
}
.secondary-cnts-type-grid.process > li:last-child:after {
    display: none
}
@media (min-width:1720px) {
    .overview-img:after {
        display: block
    }
}
@media (max-width: 991px) {
    .btn_bo_user {
        bottom: 0;
    }
    .product_part .partImg {
        padding: 10px 0
    }
    .product_part .partNameCon {
        border-top: solid 1px #e5e5e5;
        padding: 15px 20px
    }
    .product_part .partNameCon ol {
        flex-direction: column
    }
    .product_part .partNameCon ol li {
        flex-basis: 100%;
        margin: 3px 0;
        font-size: .8em
    }
    .product_part .partNameCon ol li a {
        vertical-align: middle
    }
    .product_part .partNameCon ol li:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        font-size: .8em
    }
    .product_part .partImg ol li {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .7em
    }
    .product_part .partImg ol li:hover {
        transform: scale(1.3)
    }
    .product_part .partImg ol li:hover a {
        color: #fff;
    }
    .project_list .inner_box > div[class^=col-]:first-child {
        padding: 20px 20px 0;
    }
    .project_list .inner_box > div[class^=col-]:last-child {
        padding: 20px;
    }
    .project_list .inner_box .blogCard__category {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: .8em;
    }
    .project_list .inner_box .blogCard__title {
        text-align: justify;
        font-size: 1.4em !important;
        padding-bottom: 0;
        border: none;
    }
    .project_list .inner_box .blogCard__text.mt-10 {
        margin-top: 20px !important;
    }
    .project_list .inner_box .blogCard__text {
        flex-direction: column;
        font-size: .9em;
    }
    .project_list .inner_box .blogCard__text li {
        flex-basis: 1000%;
        width: 100%;
        margin: 0 0 10px;
        line-height: 1.3em;
        margin-bottom: 10px !important;
    }
    .project_list .inner_box .blogCard__text li:before {
        top: 7px;
    }
    .project_list .inner_box .blogCard__text li span {
        display: block;
        margin-bottom: 5px;
    }
    .sayangol {
        margin-top: 15px;
    }
    .sayangol li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
    }
    .sayangol li:last-child {
        margin-bottom: 0;
    }
    .sayangol li:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: .7em
    }
    .sayangol li .tit {
        font-size: 1em;
        padding: 3px 0 6px
    }
    .sayangol li p {
        font-size: .9em !important;
    }
    .product_con2 .col-lg-6 {
        padding: 0 10px
    }
    .blog.-hover .blog__image img {
        transform: scale(1)
    }
    .cata_ing, .cata_end {
        transform: scale(.8);
        transform-origin: left top
    }
    .tbl_content table tr th {
        padding: 8px 0;
        font-size: .9em;
    }
    .tbl_content table tr td {
        padding: 8px 0;
        font-size: .9em;
    }
    .link_href {
        display: none
    }
    .product_viewImg .swiper-button-next, .product_viewImg .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .product_viewImg .swiper-button-next {
        right: 15px;
        background-image: url("/images/icons/next.svg");
    }
    .product_viewImg .swiper-button-prev {
        left: 15px;
        background-image: url("/images/icons/prev.svg");
    }
    .tbl_view_content table {
        font-size: .85em;
        width: 100%
    }
    .tbl_view_content table colgroup {
        display: none
    }
    .tbl_view_content table tr th {
        padding: 10px 5px;
    }
    .tbl_view_content table tr td {
        padding: 10px 5px;
    }
    .procuctView_ul li {
        font-size: .9em;
        padding-left: 20px;
        margin: 0 0 5px;
        float: none;
        width: 100%;
    }
    .procuctView_ul li:before {
        content: '-';
        position: absolute;
        top: -2px;
        left: 0;
    }
    .news-block-one .product_con2 {
        padding-top: 0
    }
    .news-block-one .product_con2.mt-100 {
        margin-top: 0 !important
    }
    .news-block-one .product_con2 .text-md {
        font-size: .9em;
        margin-top: 15px !important
    }
    .veiw_tittxt {
        padding: 30px 0 0 0
    }
    #bo_v p {
        font-size: .95em;
        padding: 0;
        line-height: 1.5
    }
    .news-block-one h3 {
        font-size: 1.5em
    }
    #bo_v .news-block-one h4 {
        font-size: 1rem;
    }
    #bo_v .news-block-one .secondary-cnts-type-grid > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .secondary-cnts-type-grid.process > li:after {
        display: none;
    }
    .secondary-cnts-type-grid.process > li strong {
        font-size: 1em
    }
}
@media (max-width: 991px) {
    .btn_bo_user {
        bottom: auto;
    }
}