/* Init Start */
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto/Roboto-Light.eot") format("embedded-opentype"),
    url("../fonts/Roboto/Roboto-Light.svg") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype"),
    url("../fonts/Roboto/Roboto-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto/Roboto-Medium.eot") format("embedded-opentype"),
    url("../fonts/Roboto/Roboto-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto/Roboto-Bold.eot") format("embedded-opentype"),
    url("../fonts/Roboto/Roboto-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

:root {
    --theme-color: 0, 172, 193;
    --text-black-color: 0,0,0;
    --text-gray-color: 30,30,30;
    --text-white-color: 255,255,255;
}

*::before,
*::after {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

html {
    overflow-x: hidden;
    font-size: 16px;
}

body {
    font-family: "Roboto",Tahoma,Helvetica,Arial,Verdana;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, label, table{
    margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, dt, dd, th, td{
    font-weight: normal;
}

dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}

li {
    list-style: none;
}

input, textarea, button {
    border: none;
    border-radius: unset;
    background-color: transparent;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: color ease 0.3s;
}

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

.text-ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-clamp{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

img {
    max-width: 100%;
}

.icon {
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-wrap,
.full-image-wrap,
.fill-image-wrap {
    display: block;
    position: relative;
    max-width: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 1;
}

.center-image-wrap {
    text-align: center;
}

.full-image-wrap {
    width: 100%;
}

.fill-image-wrap {
    width: 100%;
}

.image-wrap img,
.full-image-wrap img,
.fill-image-wrap img {
    display: block;
    max-width: 100%;
    object-fit: contain;
    transition: transform ease-out 0.3s;
}

.center-image-wrap img {
    margin: 0 auto;
}

.full-image-wrap img {
    width: 100%;
}

.fill-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrap .image-mask,
.full-image-wrap .image-mask,
.fill-image-wrap .image-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    z-index: 5;
}

.video-wrap{
    display: block;
    width: 100%;
}

.video-wrap video{
    display: block;
    width: 100%;
    object-fit: cover;
}

.tab .tab-main .tab-main-item {
    cursor: pointer;
}

.tab .tab-content .tab-content-item {
    display: none;
}

.tab .tab-content .tab-content-item.active {
    display: block;
}
/* Init End */

/* Plugins Change Start */
.container,
.container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.container {
    max-width: 1300px;
}

.swiper-container-wrap {
    position: relative;
}

.swiper-container-wrap .swiper-navigation-prev,
.swiper-container-wrap .swiper-navigation-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.swiper-container-wrap .swiper-navigation-prev {
    background-image: url("../icon/swiper-prev-white.svg");
    left: 2rem;
}

.swiper-container-wrap .swiper-navigation-prev.swiper-navigation-black {
    background-image: url("../icon/swiper-prev-black.svg");
}

.swiper-container-wrap .swiper-navigation-next {
    background-image: url("../icon/swiper-next-white.svg");
    right: 2rem;
}

.swiper-container-wrap .swiper-navigation-next.swiper-navigation-black {
    background-image: url("../icon/swiper-next-black.svg");
}

.swiper-box .swiper-thumb {
    margin-top: 2rem;
}

.swiper-box .swiper-thumb .swiper-container-wrap {
    padding: 0 4rem;
}

.swiper-box .swiper-navigation-prev,
.swiper-box .swiper-navigation-next {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
}

.swiper-box .swiper-thumb .swiper-navigation-prev {
    left: 0;
    background-position: left center;
    opacity: 0.6;
}

.swiper-box .swiper-thumb .swiper-navigation-next {
    right: 0;
    background-position: right center;
    opacity: 0.6;
}

.swiper-container-wrap .swiper-pagination-wrap {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.swiper-container-wrap .swiper-pagination-bullet {
    width: 1.875rem;
    height: 0.25rem;
    border-radius: 0;
    opacity: 0.5;
}

.swiper-container-wrap .swiper-pagination-bullet:not(:last-child) {
    margin-right: 1rem;
}

.swiper-container-wrap .swiper-pagination-bullet-active {
    background-color: rgb(var(--theme-color));
    opacity: 1;
}

.swiper-container-wrap .swiper-pagination-number {
    border: 1px solid #292929;
    border-radius: 100%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #292929;
    transition: all ease 0.3s;
}

.swiper-pagination-white .swiper-pagination-number {
    border-color: #ffffff;
    color: #ffffff;
}

.swiper-container-wrap .swiper-pagination-number:not(:last-child) {
    margin-right: 1.5rem;
}

.swiper-container-wrap .swiper-pagination-number-active {
    background-color: #292929;
    color: #ffffff;
}

.swiper-pagination-white .swiper-pagination-number-active {
    background-color: #ffffff;
    color: #292929;
}
/* Plugins Change End */

/* Global Start */
.global-banner .global-banner-image{
    height: 20rem;
}

.global-banner .global-banner-body{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 10;
}

.global-banner .global-banner-content{
    color: #ffffff;
}

.global-banner .global-banner-title{
    font-size: 3.75rem;
    font-weight: 900;
}

.global-banner .global-banner-subtitle{
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.global-position{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f5f5f5;
}

.global-position .global-position-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
}

.global-position .icon-position{
    margin-right: 0.5em;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../icon/position.svg");
}

.global-position a{
    margin: 0 0.5rem;
}

.global-pagination{
    margin-top: 2rem;
}

.global-pagination .global-pagination-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    text-align: center;
}

.global-pagination li {
    margin: 0.25rem 0.375rem;
}

.global-pagination li a {
    display: block;
    padding: 0.75rem 1rem;
    background: #ffffff;
    border: 1px solid #DCDCDC;
    border-radius: 0.25rem;
    color: #6e6e6e;
}

.global-pagination li.active a,
.global-pagination li a:hover {
    background: rgb(var(--theme-color));
    border: 1px solid rgb(var(--theme-color));
    color: #ffffff;
}

.page-with-sidebar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.page-with-sidebar .page-sidebar-wrap{
    width: 18%;
}

.page-with-sidebar .page-content-wrap{
    width: 78%;
}
/* Global End */

/* Common Start */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 0 0.75rem rgba(0,0,0,0.2);
    z-index: 100;
}

.header .navbar{
    padding: 0;
}

.header .navbar-brand{
    display: block;
    margin: 0;
    padding: 0;
}

.header .navbar-logo{
    width: 10rem;
}

.header #navbarNav{
    justify-content: flex-end;
}

.header .nav-item:not(:last-child){
    margin-right: 2.5rem;
}

.header .nav-item.dropdown{
    display: flex;
    align-items: center;
}

.header .nav-link{
    position: relative;
    padding: 2rem 0!important;
    font-size: 1rem;
    color: #666666;
}

.header .nav-item.active .nav-link{
    color: rgb(var(--theme-color));
}

.header .nav-link:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(var(--theme-color));
    opacity: 0;
    transition: opacity ease 0.3s;
}

.header .nav-item.active .nav-link:after{
    opacity: 1;
}

.header .nav-item .dropdown-toggle{
    margin-left: 0.375rem;
}

.header .nav-item.show .dropdown-toggle{
    transform: rotate(180deg);
}

.header .nav-item .dropdown-menu{
    margin: 0;
}

.header .nav-item .dropdown-item{
    color: #111111;
    transition: background-color ease 0.3s, color ease 0.3s;
}

.header .nav-item .dropdown-item:hover{
    background-color: rgb(var(--theme-color));
    color: #ffffff;
}

.footer{
    border-top: 1px solid #ececec;
}

.footer.home-footer{
    border-top: none;
}

.footer .footer-column{
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.footer .footer-column .footer-column-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-column .footer-column-left{
    width: 20%;
}

.footer .footer-column .footer-column-right{
    width: 70%;
}

.footer .footer-column .footer-company-logo{
    width: 15rem;
}

.footer .footer-column .footer-company-desc{
    margin-top: 1.5rem;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #808080;
}

.footer .footer-column .footer-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-column .footer-nav-item:nth-child(-n+3){
    width: 25%;
}

.footer .footer-column .footer-nav-item:nth-child(4){
    width: 20%;
}

.footer .footer-column .footer-nav-title{
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111111;
}

.footer .footer-column .footer-nav-title::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 2em;
    height: 2px;
    background-color: rgb(var(--theme-color));
    z-index: 5;
}

.footer .footer-column .footer-nav-text{
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 100;
    color: #666666;
}

.footer .footer-column a{
    color: rgb(var(--theme-color));
}

.footer .footer-column a:hover{
    text-decoration: underline;
}

.footer .footer-column .footer-follow-item{
    position: relative;
    display: inline-block;
    margin: 0.25rem 0.5rem;
    font-size: 0;
}

.footer .footer-column .footer-follow-item a{
    display: block;
}

.footer .footer-column .footer-follow-item .icon{
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
}

.footer .footer-column .footer-follow-item .icon-facebook{
    background-image: url("../icon/facebook.svg");
}

.footer .footer-column .footer-follow-item .icon-linkedin{
    background-image: url("../icon/linkedin.svg");
}

.footer .footer-column .footer-follow-item .icon-youtube{
    background-image: url("../icon/youtube.svg");
}

.footer .footer-column .footer-follow-item .icon-wechat{
    background-image: url("../icon/wechat.svg");
}

.footer .footer-column .footer-follow-item .icon-skype{
    background-image: url("../icon/skype.svg");
}

.footer .footer-column .footer-follow-item .icon-whatsapp{
    background-image: url("../icon/whatsapp.svg");
}

.footer .footer-column .footer-follow-item .icon-twitter{
    background-image: url("../icon/twitter.svg");
}

.footer .footer-column .footer-follow-item .icon-tiktok{
    background-image: url("../icon/tiktok.svg");
}

.footer .footer-column .footer-follow-hide{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 10;
    padding-bottom: 0.75rem;
    transform: translateX(-50%);
}

.footer .footer-column .footer-follow-hide::after{
    content: '';
    display: block;
    position: absolute;
}

.footer .footer-column .footer-follow-item:hover .footer-follow-hide{
    display: block;
}

.footer .footer-column .footer-follow-hide-content{
    padding: 0.5rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
    border-radius: 0.5rem;
    background-color: #ffffff;
}

.footer .footer-column .footer-follow-image{
    width: 8rem;
}

.footer .footer-power{
    padding: 1rem;
    background-color: #111111;
}

.footer .footer-power .footer-power-body{
    text-align: center;
    font-size: 0;
}

.footer .footer-power .footer-power-body > *{
    margin: 0 1rem;
    font-size: 0.875rem;
    color: rgba(var(--text-white-color),1);
}

.footer .footer-power .footer-power-body a:hover{
    text-decoration: underline;
}
/* Common End */

/* Home Start */
.home-page .banner-section .banner-image{
    height: 100vh;
}

.home-page .banner-section .banner-content{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: 5;
}

.home-page .banner-section .banner-content-body{
    text-align: center;
    color: #ffffff;
}

.home-page .banner-section .banner-title{
    font-weight: 900;
    font-size: 4rem;
    text-shadow: 0.25rem 0.25rem 1rem rgba(0,0,0,0.35);
}

.home-page .banner-section .swiper-pagination-wrap{
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    z-index: 5;
}

.home-page .banner-section .swiper-pagination-bullet{
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
}

.home-page .category-section{
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.home-page .category-section .category-title-wrap{
    margin-bottom: 3rem;
    text-align: center;
}

.home-page .category-section .category-title{
    font-size: 2rem;
    font-weight: 600;
    color: rgb(var(--theme-color));
}

.home-page .category-section .category-subtitle{
    margin-top: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1rem;
    color: #666666;
}

.home-page .category-section .category-body{
    position: relative;
    width: 20rem;
    height: 34rem;
    margin: 3rem auto 0;
}

.home-page .category-section .category-list{

}

.home-page .category-section .category-item{
    position: absolute;
    color: rgb(var(--theme-color));
}

.home-page .category-section .category-item:nth-child(1){
    top: 3rem;
    left: -12rem;
    color: #0074A0;
}

.home-page .category-section .category-item:nth-child(2){
    top: 14rem;
    left: -9rem;
    color: #E5602C;
}

.home-page .category-section .category-item:nth-child(3){
    top: 21rem;
    left: 0;
    color: #F3B85F;
}

.home-page .category-section .category-item:nth-child(4){
    top: 21rem;
    right: 0;
    color: #94a6ae;
}

.home-page .category-section .category-item:nth-child(5){
    top: 14rem;
    right: -9rem;
    color: #ddab30;
}

.home-page .category-section .category-item:nth-child(6){
    top: 3rem;
    right: -12rem;
    color: #38a895;
}

.home-page .category-section .category-item-image{
    padding: 1rem;
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    background-color: rgb(var(--theme-color));
    outline-offset: 0.5rem;
    outline-style: dashed;
    outline-width: 2px;
    outline-color: rgb(var(--theme-color));
}

.home-page .category-section .category-item-image img{
    border-radius: 100%;
    box-shadow: -1rem 1.25rem 1.25rem 0.5rem rgba(0,0,0,0.4);
    transition: box-shadow ease 0.3s;
}

.home-page .category-section .category-item-image img:hover{
    box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
}

.home-page .category-section .category-item:nth-child(1) .category-item-image{
    background-color: #0074A0;
    outline-color: #0074A0;
}

.home-page .category-section .category-item:nth-child(2) .category-item-image{
    background-color: #E5602C;
    outline-color: #E5602C;
}

.home-page .category-section .category-item:nth-child(3) .category-item-image{
    background-color: #F3B85F;
    outline-color: #F3B85F;
}

.home-page .category-section .category-item:nth-child(4) .category-item-image{
    background-color: #94a6ae;
    outline-color: #94a6ae;
}

.home-page .category-section .category-item:nth-child(5) .category-item-image{
    background-color: #ddab30;
    outline-color: #ddab30;
}

.home-page .category-section .category-item:nth-child(6) .category-item-image{
    background-color: #38a895;
    outline-color: #38a895;
}

.home-page .category-section .category-item-title{
    position: absolute;
    top: 100%;
    width: max-content;
    max-width: 100%;
    z-index: 5;
    font-size: 1rem;
    font-weight: bold;
    color: inherit;
}

.home-page .category-section .category-item:nth-child(1) .category-item-title{
    right: 100%;
}

.home-page .category-section .category-item:nth-child(2) .category-item-title{
    right: 100%;
}

.home-page .category-section .category-item:nth-child(3) .category-item-title{
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
}

.home-page .category-section .category-item:nth-child(4) .category-item-title{
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
}

.home-page .category-section .category-item:nth-child(5) .category-item-title{
    left: 100%;
}

.home-page .category-section .category-item:nth-child(6) .category-item-title{
    left: 100%;
}

.home-page .category-section .category-more{
    text-align: center;
}

.home-page .category-section .category-more-btn{
    display: inline-block;
    padding: 0.75rem 3.5rem;
    border-radius: 2rem;
    background-color: rgb(var(--theme-color));
    border: 2px solid rgb(var(--theme-color));
    font-size: 1rem;
    color: #ffffff;
}

.home-page .category-section .category-more-btn:hover{
    background-color: transparent;
    color: rgb(var(--theme-color));
}

.home-page .intro-section .intro-title{
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #111111;
}

.home-page .intro-section .intro-body{
    display: flex;
    flex-wrap: wrap;
}

.home-page .intro-section .intro-image{
    width: 50%;
    order: 2;
}

.home-page .intro-section .intro-content{
    width: 50%;
    padding: 3rem 4rem;
    background-color: #f5f6f9;
}

.home-page .intro-section .intro-name{
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: rgb(var(--theme-color));
}

.home-page .intro-section .intro-text{
    text-align: justify;
    line-height: 1.5;
    font-size: 1rem;
    color: #666666;
}

.home-page .intro-section .intro-more{
    margin-top: 1.5rem;
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: rgb(var(--theme-color));
    border: 2px solid rgb(var(--theme-color));
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

.home-page .intro-section .intro-more:hover{
    background-color: transparent;
    color: rgb(var(--theme-color));
}

.home-page .case-section .case-body,
.home-page .product-section .product-body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.home-page .case-section .case-atlas,
.home-page .product-section .product-atlas{
    width: 50%;
    min-height: 40rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.home-page .case-section .case-atlas{
    background-image: url("../images/home-case-bg.jpg");
}

.home-page .product-section .product-atlas{
    background-image: url("../images/home-product-bg.jpg");
}

.home-page .case-section .case-content,
.home-page .product-section .product-content{
    width: 50%;
    padding: 5rem 8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--theme-color));
}

.home-page .case-section .case-title,
.home-page .product-section .product-title{
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
}

.home-page .product-section .product-item{
    padding: 4rem 12rem;
}

.home-page .product-section .product-item-body{
    text-align: center;
}

.home-page .product-section .product-item-title{
    font-size: 2.5rem;
    font-weight: bold;
    color: #111111;
}

.home-page .product-section .product-item-desc{
    margin-top: 1rem;
    font-size: 1rem;
    color: #999999;
}

.home-page .product-section .product-item-image{
    margin-top: 4rem;
}

.home-page .message-section{
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-color: #f5f5f5;
}

.home-page .message-section .message-body{
    width: 50%;
    margin: 0 auto;
}

.home-page .message-section .message-title-wrap{
    margin-bottom: 3rem;
    text-align: center;
}

.home-page .message-section .message-title{
    font-size: 2rem;
    font-weight: 900;
    color: rgb(var(--theme-color));
}

.home-page .message-section .message-subtitle{
    margin-top: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
    color: #666666;
}

.home-page .message-section .form-group{
    display: flex;
}

.home-page .message-section .form-control{
    width: 80%;
    padding: 0.5rem 1rem;
    height: unset;
    background-color: #ffffff;
    border-radius: unset;
    font-size: 0.875rem;
    color: #111111;
}

.home-page .message-section .form-control::placeholder{
    color: #999999;
}

.home-page .message-section .form-submit{
    width: 20%;
    background-color: rgb(var(--theme-color));
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
}
/* Home End */

/* Sub Start */
.sub-page .page-body{
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.single-page .page-body .page-title{
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(var(--theme-color));
}

.single-page .page-body .page-content{
    margin-top: 4rem;
    font-size: 1rem;
    color: #666666;
}
/* Sub End */

/* Product Start */
.product-page .page-title-wrap{
    margin-bottom: 3rem;
    text-align: center;
}

.product-page .page-title{
    font-size: 2rem;
    font-weight: bold;
    color: rgb(var(--theme-color));
}

.product-page .page-subtitle{
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #111111;
}

.product-page .page-text{
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
    color: #666666;
}

.product-page .product-category-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
}

.product-page .product-category-item-image{
    height: 20rem;
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.15);
}

.product-page .product-category-item-body{
    padding-top: 1rem;
    text-align: center;
}

.product-page .product-category-item-name{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: #111111;
}

.product-page .product-category-item:hover .product-category-item-name{
    color: rgb(var(--theme-color));
}

.product-page .product-category-item-alias{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: #666666;
}

.product-page .product-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
}

.product-page .product-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.15);
}

.product-page .product-item .product-item-href{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.15);
}

.product-page .product-item .product-item-image{
    width: 45%;
}

.product-page .product-item .product-item-body{
    width: 50%;
}

.product-page .product-item .product-item-title{
    font-size: 1.25rem;
    font-weight: bold;
    color: #111111;
}

.product-page .product-item .product-item-desc{
    margin-top: 1rem;
    line-height: 1.75;
    font-size: 1rem;
    font-weight: 200;
    color: #666666;
    -webkit-line-clamp: 5;
}

.product-page .product-item .product-item-more{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.875rem 2rem;
    border: 2px solid rgb(var(--theme-color));
    border-radius: 1.5rem;
    background-color: rgb(var(--theme-color));
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
}

.product-page .product-item .product-item-more:hover{
    background-color: transparent;
    color: rgb(var(--theme-color));
}

.product-page .detail-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-page .detail-header .detail-atlas{
    width: 40%;
}

.product-page .detail-header .product-images-show{
    margin-bottom: 1rem;
    border: 1px solid #ececec;
}

.product-page .detail-header .product-images-thumb .swiper-slide{
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.product-page .detail-header .detail-base{
    width: 50%;
    padding-left: 2rem;
}

.product-page .detail-header .detail-title{
    font-size: 3rem;
    color: #111111;
}

.product-page .detail-header .detail-desc{
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #666666;
}

.product-page .detail-body{
    margin-top: 4rem;
}

.product-page .detail-content{
    margin: 0 auto;
    max-width: 75%;
}

.product-page .detail-content img{
    width: 100%;
}

.product-page .detail-content table{
    max-width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.product-page .detail-content th,
.product-page .detail-content td{
    padding: .75rem 1rem;
    border: 1px solid #ccc;
}
/* Product End */

/* Case Start */
/* Case End */

/* Article Start */
.article-page .article-list{
    display: flex;
    flex-wrap: wrap;
}

.article-page .article-item{
    width: calc(33.33% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1.5rem;
}

.article-page .article-item .article-item-href{
    display: block;
    border: 1px solid #ececec;
}

.article-page .article-item .article-item-body{
    padding: 1.25rem 1.5rem;
}

.article-page .article-item .article-item-title{
    font-size: 1.25rem;
    color: #111111;
}

.article-page .article-item:hover .article-item-title{
    color: rgb(var(--theme-color));
}

.article-page .article-item .article-item-desc{
    margin-top: 1rem;
    font-size: 1rem;
    color: #666666;
    
}

.article-page .article-item .article-item-more{
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #999999;
}

.article-page .detail-header{
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.article-page .detail-title{
    margin-bottom: 1rem;
    font-size: 2.5rem;
    color: #111111;
}

.article-page .detail-attr-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.article-page .detail-attr-item{
    margin: 0.25rem 0.75rem;
    font-size: 1rem;
    color: #808080;
}
/* Article End */

/* About Start */
.about-page .intro-section{
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.about-page .intro-section .intro-body{
    display: flex;
    flex-wrap: wrap;
}

.about-page .intro-section .intro-image{
    width: 50%;
}

.about-page .intro-section .intro-content{
    padding: 3rem;
    width: 50%;
    background-color: #f5f5f5;
}

.about-page .intro-section .intro-title{
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(var(--theme-color));
}

.about-page .intro-section .intro-text{
    margin-top: 1.5rem;
    line-height: 1.5;
    font-size: 1rem;
    color: #666666;
}
/* About End */

/* Contact Start */
.contact-page .page-section{
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.contact-page .section-title-wrap{
    margin-bottom: 3rem;
    text-align: center;
}

.contact-page .section-title{
    font-size: 2rem;
    font-weight: bold;
    color: rgb(var(--theme-color));
}

.contact-page .section-subtitle{
    margin-top: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
    color: #666666;
}

.contact-page .map-section #map{
    height: 30rem;
}

.contact-page .info-section .info-body{
    text-align: center;
}

.contact-page .info-section .info-name{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #111111;
}

.contact-page .info-section .info-text{
    margin-bottom: 0.75rem;
    font-weight: 200;
}

.contact-page .message-section{
    background-color: #f5f5f5;
}

.contact-page .message-section .message-form{
    width: 60%;
    margin: 0 auto;
}

.contact-page .message-section .form-must{
    color: red;
}

.contact-page .message-section label{
    margin-bottom: 0.375rem;
    font-weight: bold;
    color: #666666;
}

.contact-page .message-section .form-control{
    height: unset;
    border-radius: unset;
}

.contact-page .message-section .form-btn-wrap{
    text-align: center;
}

.contact-page .message-section .form-btn{
    display: inline-block;
    padding: 0.75rem 3rem;
    border: 2px solid rgb(var(--theme-color));
    background-color: rgb(var(--theme-color));
    border-radius: 1.5rem;
    color: #ffffff;
}

.contact-page .message-section .form-btn:hover{
    background-color: transparent;
    color: rgb(var(--theme-color));
}
/* Contact End */

@media screen and (max-width: 998px){
    .header .navbar{
        padding: .5rem .75rem;
    }
    .header .navbar-toggler{
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
    }
    .header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .header .nav-item:not(:last-child){
        margin-right: 0;
    }
    .header .nav-item.dropdown{
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .header .nav-link{
        padding: .5rem 0!important;
    }
    .header .nav-link:after{
        display: none;
    }
    .header .nav-item .dropdown-toggle{
        padding: .5rem;
        margin: 0;
    }
    .header .nav-item .dropdown-menu{
        width: 100%;
    }
    .footer .footer-column .footer-nav-item:nth-child(-n+3){
        width: 50%;
    }
    .footer .footer-column .footer-nav-item:nth-child(4){
        width: 50%;
    }
    .home-page .category-section .category-body{
        width: 100%;
        height: auto;
    }
    .home-page .category-section .category-list{
        padding: 2rem;
    }
    .home-page .category-section .category-item{
        position: static;
        display: flex;
        align-items: center;
        margin-bottom: 3rem;
    }
    .home-page .category-section .category-item:last-child{
        margin-bottom: 0;
    }
    .home-page .category-section .category-item-image{
        padding: 1rem;
        width: 5rem;
        height: 5rem;
    }
    .home-page .category-section .category-item-title{
        position: static;
        margin-left: 1.5rem;
        font-size: 1rem;
        transform: none!important;
    }
    .home-page .intro-section .intro-image{
        width: 100%;
        order: 1;
    }
    .home-page .intro-section .intro-content{
        width: 100%;
        padding: 1rem;
    }
    .home-page .case-section .case-atlas, .home-page .product-section .product-atlas{
        width: 100%;
        min-height: auto;
    }
    .home-page .case-section .case-content, .home-page .product-section .product-content{
        width: 100%;
        padding: 1rem;
    }
    .home-page .case-section .case-title, .home-page .product-section .product-title{
        font-size: 1rem;
    }
    .home-page .message-section{
        padding: 3rem 0;
    }
    .home-page .message-section .message-title-wrap{
        margin-bottom: 2rem;
    }
    .home-page .message-section .message-body{
        width: 100%;
    }
    .sub-page .page-body{
        padding: 2.5rem 0 3rem;
    }
    .product-page .page-title-wrap{
        margin-bottom: 2.5rem;
    }
    .product-page .page-title{
        font-size: 1.5rem;
    }
    .product-page .page-subtitle {
        margin-top: .5rem;
        font-size: .875rem;
    }
    .product-page .page-text {
        margin-top: .5rem;
        font-size: .75rem;
    }
    .product-page .product-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
    .product-page .product-item .product-item-image{
        width: 30%;
    }
    .product-page .product-item .product-item-body{
        width: 70%;
    }
    .product-page .product-item .product-item-title{
        font-size: 1.125rem;
    }
    .product-page .product-item .product-item-desc{
        margin-top: .5rem;
        font-size: .75rem;
    }
    .product-page .product-item .product-item-more{
        margin-top: .5rem;
        padding: .375rem .75rem;
        font-size: .875rem;
    }
    .product-page .detail-header .detail-atlas{
        width: 100%;
    }
    .product-page .detail-header .detail-base{
        width: 100%;
        padding-left: 0;
        padding-top: 2rem;
    }
    .product-page .detail-header .detail-title{
        font-size: 2rem;
    }
    .product-page .detail-content{
        width: 100%;
    }
    .article-page .article-item{
        width: 100%;
    }
    .about-page .intro-section .intro-image{
        width: 100%;
    }
    .about-page .intro-section .intro-content{
        width: 100%;
        padding: 1.25rem;
    }
    .contact-page .section-title-wrap{
        margin-bottom: 2rem;
    }
    .contact-page .message-section .message-form{
        width: 100%;
    }
}