@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

html {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1rem;
    color: #182436;
    font-family: 'Kanit', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 500;
}

h1 {
    font-size: 1.7rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: .75rem;
}

input:active,
select:active,
button:active,
textarea:active,
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: 0;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.btn {
    box-shadow: none !important;
}

ul {
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

figure {
    overflow: hidden;
    margin: 0;
}

img {
    max-width: 100%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.clear {
    clear: both;
}

.after-clear::after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

#wrapper {
    position: relative;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    padding: 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 101;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

.header-top {
    background-color: #182436;
    padding: 5px 0;
}

.header-top .d-flex {
    align-items: center;
    justify-content: flex-end;
}

.header-top .d-flex .header-contact {
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid#fff;
    line-height: 1;
}

.header-top .d-flex .header-contact ul {
    display: flex;
}

.header-top .d-flex .header-contact ul li {
    margin: 0 5px;
}

.header-top .d-flex .header-contact ul li a {
    color: #fff;
    font-size: 20px;
}

.header-top .d-flex .header-language ul {
    display: flex;
}

.header-top .d-flex .header-language ul li {
    margin-left: 10px;
}

.header-top .d-flex .header-language ul li a {
    display: inline-block;
}

.header-top .d-flex .header-language ul li a img {
    width: 26px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.header-top .d-flex .header-language ul li a.active img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.header-bot {
    position: relative;
    padding: 10px 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.header-bot .navbar {
    justify-content: space-between;
    padding: 0;
}

.header-bot .navbar-brand {
    padding: 0;
}

.header-bot .navbar-brand img {
    width: 115px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

#navbarNav {
    flex-grow: unset;
}

#navbarNav .navbar-nav .nav-item {
    padding: 15px 0;
}

#navbarNav .navbar-nav .nav-item .nav-link {
    color: #182436;
    font-size: 1rem;
    padding: .25rem 1.15rem;
}

#navbarNav .navbar-nav .nav-item .nav-link i.fa-chevron-down {
    font-size: 65%;
    margin-left: 3px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

#navbarNav .navbar-nav .nav-item:hover i.fa-chevron-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#navbarNav .navbar-nav .nav-item .nav-link:hover {
    color: #0A999E;
}

#navbarNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

#header.active {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#header.active .header-bot {
    padding: 0 0;
}

#header.active .navbar-brand img {
    width: 70px;
}

.dropdown-toggle::after {
    content: "\f078";
    font-size: 60%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.show .dropdown-toggle::after {
    margin-top: -3px;
    transform: rotate(180deg) translateY(2px);
    -webkit-transform: rotate(180deg) translateY(2px);
    -moz-transform: rotate(180deg) translateY(2px);
    -ms-transform: rotate(180deg) translateY(2px);
    -o-transform: rotate(180deg) translateY(2px);
}

.dropdown-menu {
    width: 200px;
    font-size: 95%;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, .075);
    animation-duration: .5s;
}

.dropdown-main {
    margin: 0;
    top: 98%;
}

.dropdown-main li .dropdown-item {
    padding: 5px 15px;
    font-weight: 300;
    color: inherit;
}

.dropdown-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-arrow::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 60%;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.dropdown-main .dropdown .dropdown-sub {
    top: -10px;
    left: 100%;
    min-height: calc(100%);
    margin: -1px 0 0 -1px;
    font-size: 100%;
}


/*=============================================
=            Global            =
=============================================*/

.btn-solid {
    color: #182436;
    background-color: #FFE7CE;
    border: 1px solid #FFE7CE;
    display: inline-block;
    padding: 5px 40px;
}

.btn-solid:hover {
    background-color: #0A999E;
    border: 1px solid #0A999E;
    color: #fff;
    box-shadow: 0px 2px 15px -7px #000;
}

.btn-border {
    color: #0A999E;
    background-color: transparent;
    border: 1px solid #0A999E;
    display: inline-block;
    padding: 5px 40px;
}

.btn-border.btn-border-small {
    padding: 5px 25px;
    font-size: .9rem;
}

.btn-border:hover {
    background-color: #0A999E;
    color: #fff;
    box-shadow: 0px 2px 15px -7px #000;
}

.header-section {
    margin-bottom: 1.25rem;
}

.header-section p {
    color: #313133;
    font-weight: 400;
    font-size: .9rem;
    margin-bottom: 0px;
}

.header-section h2 {
    margin: 0;
    color: #0A999E;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-video {
    width: 100%;
    height: 100vh;
    max-width: 1920px;
    max-height: 1080px;
    position: relative;
    overflow: hidden;
}

.banner-video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.banner-static {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner {
    margin-top: 35px;
    width: 100%;
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.page-banner.align-left {
    text-align: left;
}

.page-banner.align-right {
    text-align: right;
}

.page-banner.align-center {
    text-align: center;
}

.page-banner .banner-wording {
    display: inline-block;
}

.page-banner .banner-wording h1 {
    margin: 30px 0 0;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.25;
    padding-bottom: 20px;
    position: relative;
}

.page-banner .banner-wording h1::before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #0A999E;
    position: absolute;
    bottom: 0;
}

.page-banner.align-left .banner-wording h1::before {
    left: 0;
}

.page-banner.align-right .banner-wording h1::before {
    right: 0;
}


/*=====  End of Global  ======*/


/*=============================================
=            Footer            =
=============================================*/

#footer {
    padding: 3rem 0 0;
    position: relative;
    background-color: #F6F6F6;
}

.footer-top {
    text-align: center;
    margin-bottom: 2rem;
}

.footer-mid {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 2rem;
}

.footer-mid .col-12 h3 {
    font-size: 1.15rem;
    text-align: center;
}

.footer-mid address {
    font-weight: 300;
    margin-bottom: 0;
}

.footer-contact {
    text-align: center;
}

.footer-contact li {
    font-weight: 300;
}

.footer-contact li a {
    color: inherit;
}

.footer-contact li a:hover {
    color: #0A999E;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social li {
    margin: 0 10px;
}

.footer-social li a {
    font-size: 2rem;
    color: #1A2435;
}

.footer-social li a:hover {
    color: #0A999E;
}

.footer-bot {
    padding: 2rem 0;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

.footer-menu li {
    margin: 0 15px;
}

.footer-menu li a {
    color: #182436;
}

.footer-menu li a:hover {
    color: #0A999E;
}

.copy-right {
    padding: 2rem 0;
    background-color: #fff;
    font-size: .9rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}


/*=====  End of Footer  ======*/


/*=============================================
=            Home banner            =
=============================================*/

#home-banner {
    position: relative;
}

#home-banner h1 {
    font-family: serif;
    font-size: 3.5rem;
    line-height: 1.2;
    text-align: center;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

#bannerSlide .owl-dots .owl-dot span {
    width: 40px;
    height: 3px;
    margin: 0px 3px;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#bannerSlide .owl-dots .owl-dot.active span,
#bannerSlide .owl-dots .owl-dot:hover span {
    background: #182436;
}

#bannerSlide .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}

#home-banner a.animated-scroll {
    z-index: 10;
    color: #182436;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


/*=====  End of Home banner  ======*/


/*=============================================
=            Home About            =
=============================================*/

#home-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


/*=====  End of Home About  ======*/


/*=============================================
=            Home quote            =
=============================================*/

#home-quote {
    padding: 6rem 0;
    position: relative;
    background-image: url('../images/bg-quote.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

#home-quote .container h2 {
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 1.65rem;
    font-weight: 300;
    position: relative;
}

#home-quote .container h2::before {
    content: '"';
    color: #fff;
    font-size: 5rem;
    position: absolute;
    left: -50px;
    top: -40px;
}

#home-quote .container h2::after {
    content: '"';
    color: #fff;
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    right: -50px;
    bottom: -50px;
}


/*=====  End of Home quote  ======*/


/*=============================================
=            Our Service            =
=============================================*/

#our-service {
    padding: 5rem 0 4rem;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

#our-service .service-body {
    padding: 0 15px;
}

#our-service .service-body .col-6 {
    text-align: center;
    padding: 1rem 0;
}

#our-service .service-body .col-6 a {
    display: block;
}

#our-service .service-body .col-6 p {
    font-size: 1.1rem;
    color: #333;
    font-weight: 400;
}

#our-service .service-body .col-6 figure {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    margin-bottom: 15px;
}

#our-service .service-body .col-6 figure img {
    width: 80px;
}

#our-service .service-body .col-6:last-child figure img {
    width: 110px;
}

#our-service .service-body .col-6 a:hover img {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
}

#our-service .service-body .col-6 a:hover p {
    color: #0A999E;
}


/*=====  End of Our Service  ======*/


/*=============================================
=            Home Product            =
=============================================*/

#home-product {
    position: relative;
    padding: 5rem 0;
}

#productSlide {
    margin: 2rem 0 1rem;
}

#productSlide .item .d-flex {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 0;
    flex-wrap: wrap;
}

#productSlide .item .d-flex .product-thumb {
    width: 60%;
}

#productSlide .item .d-flex .product-thumb img {
    width: 100%;
}

#productSlide .item .d-flex .product-descript {
    width: 40%;
    padding: 15px 20px;
}

#productSlide .item .d-flex .product-descript h3 {
    color: #0A999E;
    font-weight: 400;
    font-size: 1.25rem;
    border-bottom: 1px solid #e8e6e6;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

#productSlide .item .d-flex .product-descript p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9rem;
    margin-bottom: 0.75rem;
}

#productSlide .item .d-flex .product-descript a.btn-border {
    margin-top: .5rem;
}

.product-blog .col-12 {
    padding: 0;
}

.product-blog .col-12 a.d-block {
    position: relative;
}

.product-blog .col-12 a.d-block figure img {
    width: 100%;
}

.product-blog .col-12 a.d-block .title,
#serviceTab .nav-item .nav-link .title {
    width: 100%;
    height: 100%;
    background-color: rgb(24 36 54 / 70%);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

.product-blog .col-12:nth-child(2) a.d-block .title,
#serviceTab .nav-item:nth-child(2) .nav-link .title {
    opacity: 1;
}

.product-blog .col-12 a.d-block .title h3,
#serviceTab .nav-item .nav-link .title h3 {
    color: #FFE7CE;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.product-blog .col-12 a.d-block .title h3 small,
#serviceTab .nav-item .nav-link .title h3 small {
    display: block;
    font-size: 70%;
    margin-top: 10px;
}

.product-blog .col-12 a.d-block .title .btn-border,
#serviceTab .nav-item .nav-link .title .btn-border {
    color: #FFE7CE;
    border: 1px solid #FFE7CE;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

.product-blog .col-12 a.d-block .title .btn-border:hover,
#serviceTab .nav-item .nav-link .title .btn-border:hover {
    background-color: #FFE7CE;
    color: #182436;
}

.product-blog .col-12 a.d-block:hover .title,
#serviceTab .nav-item .nav-link:hover .title {
    opacity: 1;
}

.product-blog .col-12 a.d-block:hover img,
#serviceTab .nav-item .nav-link:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*=====  End of Home Product  ======*/


/*=============================================
=            Home Portfolio            =
=============================================*/

#our-portfolio {
    padding: 0 0 5rem;
}

.portfolio-body .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 2rem;
}

.portfolio-body {
    margin-bottom: 2rem;
}

.portfolio-body .nav-tabs li a {
    border: none;
    padding: .15rem .75rem;
    color: #182436;
    font-size: 1.1rem;
}

.portfolio-body .nav-tabs li a.active,
.portfolio-body .nav-tabs li a:hover {
    color: #0A999E;
}

#portfolio .tab-pane {
    padding: 0 15px;
}

#portfolio .tab-pane .col-6 {
    padding: 0;
}

#portfolio .tab-pane .col-6 figure {
    position: relative;
}

#portfolio .tab-pane .col-6 figure img {
    width: 100%;
}

#portfolio .tab-pane .col-6 figure figcaption {
    width: 100%;
    height: 100%;
    background-color: rgb(24 36 54 / 90%);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    letter-spacing: 1px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

#portfolio .tab-pane .col-6 figure:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#portfolio .tab-pane .col-6 figure:hover figcaption {
    opacity: 1;
}

.portfolio-footer {
    text-align: center;
}

.portfolio-footer img {
    width: 800px;
}


/*=====  End of Home Portfolio  ======*/


/*=============================================
=            News and blog            =
=============================================*/

.news-article-style {
    padding: 4rem 0 4rem;
}

.news-article-body {
    padding-top: 1.5rem;
}

#home-news {
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-article-body .col-12 a.d-block figure,
.recommend-row article a.d-block figure {
    position: relative;
    margin-bottom: 15px;
}

.news-article-body .col-12 a.d-block figure::before,
.recommend-row article a.d-block figure::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(24 36 54 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    opacity: 0;
    z-index: 1;
}

.news-article-body .col-12 a.d-block figure::after,
.recommend-row article a.d-block figure::after {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 3.85rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    opacity: 0;
    z-index: 2;
}

.news-article-body .col-12 a.d-block figure img,
.recommend-row article a.d-block figure img {
    width: 100%;
}

.news-article-body .col-12 a.d-block figcaption,
.recommend-row article a.d-block figcaption {
    margin-bottom: 1rem;
}

.news-article-body .col-12 a.d-block figcaption .title,
.recommend-row article a.d-block figcaption .title {
    color: #0A999E;
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.news-article-body .col-12 a.d-block figcaption .date,
.recommend-row article a.d-block figcaption .date {
    color: #313133;
    font-size: .8rem;
    position: relative;
    margin-bottom: 10px;
}

.news-article-body .col-12 a.d-block figcaption .date::after,
.recommend-row article a.d-block figcaption .date::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #0A999E;
    position: absolute;
    left: 0;
    top: -12px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

.news-article-body .col-12 a.d-block figcaption p,
.recommend-row article a.d-block figcaption p {
    color: #313133;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-article-body .col-12 a.d-block:hover figure::before,
.news-article-body .col-12 a.d-block:hover figure::after,
.recommend-row article a.d-block:hover figure::before,
.recommend-row article a.d-block:hover figure::after {
    opacity: 1;
    font-size: 1.85rem;
}

.news-article-body .col-12 a.d-block:hover .title,
.recommend-row article a.d-block:hover .title {
    color: #182436;
}

.news-article-body .col-12 a.d-block:hover .date::after,
.recommend-row article a.d-block:hover .date::after {
    background-color: #182436;
    width: 100%;
}

.news-article-body .col-12 a.d-block:hover img,
.recommend-row article a.d-block:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

#page-news .news-article-body .col-12,
#page-blogs .news-article-body .col-12 {
    margin-bottom: 1.5rem;
}

.news-article-footer {
    text-align: center;
    padding-top: 1rem;
}

#btn-news-readmore {
    display: inline-block;
    font-size: 1.15rem;
}

.recommend-row article {
    margin-bottom: 30px;
}

.recommend-row article a.d-block figcaption p {
    -webkit-line-clamp: 2;
}

.recommend-row article a.d-block figcaption .title {
    font-size: 1.1rem;
}

.side-recommend h2 {
    font-weight: 400;
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
}


/*=====  End of News and blog  ======*/


/*=============================================
=            Online Design            =
=============================================*/

#online-design {
    padding: 5rem 0;
    background-color: #1A2435;
    text-align: center;
}

#online-design .container h2 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

#online-design .container .btn-solid {}


/*=====  End of Online Design  ======*/


/*=============================================
=            HAmburger            =
=============================================*/

.space-area {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: -101;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

body.overflow-hidden .space-area {
    z-index: 102;
    visibility: visible;
    opacity: 1;
}

.hamburger {
    padding: 0 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
}

body.overflow-hidden .hamburger {
    z-index: 1001;
}

.hamburger.is-active {
    z-index: 111;
}

.hamburger-box {
    width: 30px;
    height: 18px;
    margin-right: 5px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
    height: 1px;
    background-color: #666;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    width: 85%;
    right: 0;
}

.hamburger--spring.is-active .hamburger-inner:before {
    width: 100%;
}

.hamburger--spring .hamburger-inner:after {
    top: 16px;
}

.hamburger--spring .hamburger-inner,
.hamburger--spring .hamburger-inner:after,
.hamburger--spring .hamburger-inner:before {
    background-color: #666;
}

.hamburger--spring.is-active .hamburger-inner,
.hamburger--spring.is-active .hamburger-inner:after,
.hamburger--spring.is-active .hamburger-inner:before {
    background-color: #666;
}


/* End side menu mobile */


/*=====  End of HAmburger  ======*/


/*=============================================
=            About page            =
=============================================*/

.about-descript {
    padding: 3.5rem 0;
    text-align: center;
}

.about-descript figure {
    margin-bottom: 1.5rem;
}

.about-descript figure img {
    width: 135px;
}

.about-descript h2 {
    font-size: 1.5rem;
}

.about-vision {}

.about-vision .col-left {
    padding: 2.5rem 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFAF5;
}

.about-vision .col-left article {
    text-align: center;
    width: 525px;
    max-width: 100%;
}

.about-vision .col-left article h3 {
    font-size: 1.75rem;
}

.about-vision .col-left article p {
    font-size: 1rem;
}

.about-vision .col-right {
    padding: 0;
    text-align: center;
}

.about-vision .col-right figure img {
    width: 100%;
}

.about-mission {
    padding: 3.5rem 0;
}

.about-mission .col-left {
    padding: 0;
    text-align: center;
}

.about-mission .col-left figure img {
    width: 525px;
}

.about-mission .col-right {
    padding: 2.5rem 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mission .col-right article {
    text-align: center;
    width: 525px;
    max-width: 100%;
}

.about-mission .col-right article h3 {
    font-size: 1.75rem;
}

.about-mission .col-right article ul {
    list-style: disc;
    padding-left: 25px;
    text-align: left;
}

.about-mission .col-right article ul li {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 5px;
}

.about-policy {
    padding: 6rem 0;
    color: #fff !important;
    background-image: url('../images/about-bg-policy.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-policy article {
    text-align: center;
}

.about-policy article h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.about-policy article p {
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.about-policy article figure img {
    width: 600px;
    max-width: 85%;
}

.about-factors {
    padding: 3.5rem 0 2.5rem;
}

.about-factors h3 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.about-factors .row {
    margin-left: -10px;
    margin-right: -10px;
}

.about-factors .row .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.about-factors .row .col-lg-3 article {
    background-color: #1A2435;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.about-factors .row .col-lg-3 article:hover {
    transform: scale(1.065);
    -webkit-transform: scale(1.065);
    -moz-transform: scale(1.065);
    -ms-transform: scale(1.065);
    -o-transform: scale(1.065);
}

.about-factors .row .col-lg-3 article figure {
    margin-bottom: 30px;
}

.about-factors .row .col-lg-3 article figure img {
    height: 80px;
}

.about-factors .row .col-lg-3 article h4 {
    color: #0A999E;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.about-factors .row .col-lg-3 article p {
    color: #fff;
    margin: 0;
    font-size: .9rem;
}


/*=====  End of About page  ======*/


/*=============================================
=            Service page            =
=============================================*/

.service-descript {
    padding: 1.5rem 0 0;
}

.service-descript .col-left {
    padding: 0;
}

.service-descript .col-left article {
    padding: 10% 15%;
}

.service-descript .col-left article h4 {
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 1.05rem;
    padding-top: 10px;
}

.service-descript .col-left article ol {
    margin-bottom: .75rem;
    padding-left: 15px;
}

.service-descript .col-left article ol li {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: .15rem;
}

.service-descript .col-right {
    padding: 0;
    background-image: url(../images/service-article-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#serviceTab {
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

#serviceTab .nav-item {
    width: 33.33333%;
}

#serviceTab .nav-item .nav-link {
    border: none;
    display: block;
    padding: 0;
    border-radius: 0;
    position: relative;
}

#serviceTab .nav-item .nav-link.active {}

.fancybox-slide {
    padding: 0 !important;
}

.service-content {
    width: 1100px;
    max-width: 95%;
    background-color: #fff;
    padding: 30px;
}

.service-content article {
    font-family: 'Kanit', sans-serif;
}

.service-content article h3 {
    background-color: #182436;
    color: #fff;
    text-align: center;
    padding: 12px;
    margin-bottom: 2rem;
}

.service-content article .col-lg-6 {
    margin-bottom: 30px;
    text-align: center;
}

.service-content article .col-lg-6 figure {
    margin-bottom: 20px;
}

.service-content article .col-lg-6 figure img {
    max-height: 70px;
}

.service-content article .col-lg-6 h4 {
    font-size: 1.2rem;
    margin-bottom: .75rem;
}

.service-content article .col-lg-6 p {
    font-size: .9rem;
    margin: 0;
}


/*=====  End of Service page  ======*/


/*=============================================
=            Contact page            =
=============================================*/


/* Google map  */

.map-wrap {
    width: 100%;
    height: 550px;
}

.gm-style-iw-d div:first-child {
    max-width: 100% !important;
    background-color: #1A2435;
}

.map-content {
    padding: 0;
    width: 420px;
    max-width: 100%;
}

.gm-style-iw-d {
    overflow: auto !important;
}

.map-content .row {
    margin-right: 0;
    margin-left: 0;
}

.map-content .row .col-sm-5,
.map-content .row .col-sm-7 {
    padding-right: 0;
    padding-left: 0;
}

.map-detail {
    padding: 15px 15px 15px 15px;
    position: relative;
    height: 100%;
    width: 100%;
}

.map-detail-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.map-detail address {
    margin: 5px 0 10px 0;
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Kanit', sans-serif;
}

.map-detail a {
    display: inline-block;
    position: relative;
    margin-top: auto;
    background-color: transparent;
    color: #0A999E;
    border: none;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.map-detail a:hover {
    color: rgb(255, 238, 0);
}

.gm-style img {
    padding: 12px;
    width: 140px;
    max-width: 100%;
}

.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

.gm-style .gm-style-iw-t::after {
    background: #fff;
    z-index: -1;
}

.gm-style .gm-style-iw-c {
    border-radius: 0px !important;
    padding: 0 !important;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1) !important;
}

.gm-style .gm-style-iw-t::after {
    background: #1A2435;
    z-index: -1;
}

.contact-info {
    position: relative;
    padding: 3.5rem 0;
}

.contact-info .col-left article h2 {
    font-size: 1.35rem;
    text-transform: uppercase;
}

.contact-info .col-left article ul {
    padding: .5rem 0 0;
}

.contact-info .col-left article ul li {
    margin-bottom: 3px;
}

.contact-info .col-left article ul li i {
    width: 24px;
    text-align: center;
}

.contact-info .col-left article ul li a {
    color: #182436;
}

.contact-info .col-left article ul li a:hover {
    color: #0A999E;
}

.contact-info .col-right form .form-group {
    margin-bottom: 1.25rem;
}

.contact-info .col-right form .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    color: #182436;
    border: 1px solid #182436;
    outline: none;
    box-shadow: none !important;
    font-size: 1rem;
    height: auto;
    padding: .6rem .75rem;
}

.contact-info .col-right form .form-group .form-control:focus {
    background-color: #f2f2f2;
}

.contact-info .col-right form .form-group .btn-submit {
    background-color: #182436;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 45px;
    font-size: 1.1rem;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.contact-info .col-right form .form-group .btn-submit:hover {
    background-color: #0A999E;
    color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.contact-info .col-right form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #182436;
    font-size: 1rem;
}

.contact-info .col-right form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #182436;
    font-size: 1rem;
}

.contact-info .col-right form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #182436;
    font-size: 1rem;
}

.contact-info .col-right form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #182436;
    font-size: 1rem;
}


/* End Google map  */


/*=====  End of Contact page  ======*/


/*=============================================
=            Content detail            =
=============================================*/

.no-banner {
    margin: 115px 0 0;
    min-height: 500px;
}

#content-format {
    position: relative;
    padding: 3.5rem 0 4rem;
}

.content-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.content-header .d-flex {
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-header h1 {
    font-size: 1.55rem;
    margin-bottom: 10px;
}

.content-header .d-flex .left {
    /* width: calc(100% - 185px); */
    width: auto;
}

.content-header .d-flex .left .date {
    color: #666;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
}

.content-header .d-flex .right {
    width: 175px;
}


/*=====  End of Content detail  ======*/


/*=============================================
=            Product            =
=============================================*/

.page-banner.product-banner {
    padding-top: 100px;
    padding-bottom: 30px;
    overflow: hidden;
}

.page-banner.product-banner .container {
    position: relative;
}

.page-banner.product-banner .container::before {
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(../images/product/path-triangle-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: 0;
}

.page-banner.product-banner .container::after {
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(../images/product/path-triangle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -100px;
    bottom: 0;
}

.page-banner.product-banner .col-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner.product-banner .col-right article {
    padding: 15px;
    text-align: center;
}

.page-banner.product-banner .col-right article h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.page-banner.product-banner .col-right article h1 small {
    font-size: 1rem;
}

.page-banner.product-banner .col-right article p {
    font-size: .99rem;
    margin-bottom: 1.5rem;
}

a.read_more {
    color: #0A999E;
}

a.read_more:hover {
    color: #086d70;
}

a.button-ci-75 {
    display: inline-block;
    position: relative;
    padding: 7px 30px;
    font-weight: 400;
    font-size: 1.05rem;
    color: #000;
    z-index: 1;
}

a.button-ci-75::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFE7CE;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 3px 15px -6px rgb(24 36 54 / 20%);
    z-index: -1;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

a.button-ci-75:hover::before {
    background-color: #182436;
}

a.button-ci-75:hover {
    background-color: #182436;
    color: #fff;
    box-shadow: 0px 3px 15px -6px rgb(24 36 54 / 50%);
}

#page-products {
    padding: 4rem 0;
}

#page-products h2 {
    color: #182436;
}

.products-body {
    padding: 2rem 0 0;
}

.products-body .container .col-12 {
    margin-bottom: 2rem;
}

.products-body .container .d-block {
    text-align: center;
}

.products-body .container .d-block figure {
    position: relative;
    margin-bottom: 1rem;
}

.products-body .container .d-block figure img {
    width: 100%;
}

.products-body .container .d-block h3.title {
    font-size: 1.1rem;
    color: #182436;
}

.products-body .container .d-block figure::before,
.aside-recommend ul li a.d-block figure::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(24 36 54 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    opacity: 0;
}

.products-body .container .d-block figure::after,
.aside-recommend ul li a.d-block figure::after {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 3.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    opacity: 0;
}

.products-body .container .d-block:hover img,
.aside-recommend ul li a.d-block:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.products-body .container .d-block:hover figure::before,
.products-body .container .d-block:hover figure::after,
.aside-recommend ul li a.d-block:hover figure::before,
.aside-recommend ul li a.d-block:hover figure::after {
    opacity: 1;
    font-size: 1.85rem;
    z-index: 10;
}


/*=====  End of Product  ======*/


/*=============================================
=            Product detail            =
=============================================*/

.pd-detail-header {
    background-color: #F9F3EC;
    padding: 2.5rem 0;
}

.pd-detail-header .col-left h1 {
    margin: 0;
}

.pd-detail-header .col-right nav ol.breadcrumb {
    justify-content: flex-end;
    background-color: transparent;
    margin: 0;
    padding: .35rem .5rem;
}

.pd-detail-header .col-right nav ol.breadcrumb li.breadcrumb-item {
    color: #666;
    font-weight: 300;
    padding-left: 1rem;
    font-size: .8rem;
}

.pd-detail-header .col-right nav ol.breadcrumb li.breadcrumb-item a {
    color: #666;
    font-weight: 300;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    padding-right: 1rem;
}

.pd-detail-banner {
    background-color: #fff;
    padding: 2.5rem 0;
}

.pd-detail-banner .col-left {
    text-align: center;
}

.pd-detail-banner .col-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-detail-banner .col-right article {
    text-align: center;
    padding: 15px;
}

.pd-detail-banner .col-right article h2 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #182436;
}

.pd-detail-banner .col-right article h2 span {
    font-family: serif;
}

.pd-detail-banner .col-right article h2 small {
    display: block;
    font-weight: 500;
    font-size: 70%;
}

.pd-detail-banner .col-right article p {
    margin-bottom: 1.5rem;
}

.gallery-format {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.gallery-format h3 {
    font-size: 1.5rem;
    color: #0A999E;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
}

.gallery-format .grid_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
}

.gallery-format .grid_container a.grid_item {
    position: relative;
    overflow: hidden;
    height: 235px;
}

.gallery-format .grid_container a.grid_item img.grid_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in;
}

.grid_item:hover .grid_image {
    transform: scale(1.1);
    filter: blur(2px);
}

.block-hilight {
    background-color: #F9F3EC;
    padding: 20px 20px;
    margin-bottom: 1.5rem;
}

.pd-detail-explore .col-right aside {
    position: relative;
    padding-left: 5px;
}

.pd-detail-explore .col-right aside::before {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px solid #ebeaea;
    position: absolute;
    left: -15px;
    top: 0;
}

.pd-detail-explore {
    padding: 2rem 0 2rem 0;
    background-color: #fff;
}

.explore-inner article:last-child {
    border-bottom: none;
}

.content-body strong,
.content-body b,
.explore-inner article strong,
.explore-inner article b {
    font-weight: 500;
}

.content-body h3,
.explore-inner article h3 {
    font-size: 1.4rem;
    font-weight: 500 !important;
    color: #0A999E;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}

.explore-inner article {
    position: relative;
    margin-bottom: 1.5rem;
}

.content-body h4,
.explore-inner article h4 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.content-body h5,
.explore-inner article h5 {
    font-family: serif;
    margin-top: 0;
    margin-bottom: .5rem;
    padding: 3px 15px;
    font-size: 1.1rem;
    display: inline-block;
    background-color: #182436;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.content-body h6,
.explore-inner article h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.content-body p,
.explore-inner article p {
    margin-bottom: 1.5rem;
}

.content-body ul,
.content-body ol,
.explore-inner article ul {
    padding-left: 20px;
    margin-bottom: 1.5rem;
    list-style: unset;
}

.explore-inner article ol {
    padding-left: 15px;
    list-style: decimal;
    margin-bottom: 1.5rem;

}

.content-body ul li,
.content-body ol li,
.explore-inner article ul li,
.explore-inner article ol li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

aside h4 {
    font-size: 1.25rem;
    color: #0A999E;
}

aside article {
    margin-bottom: 2rem;
}

.aside-category ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0.5rem;
}

.aside-category ul li {
    line-height: 1.35;
    margin-bottom: 3px;
}

.aside-category ul li,
.aside-category ul li a {
    font-size: .95rem;
    color: #1A2435;
    font-weight: 300;
}

.aside-category ul li a {
    padding: 1px 0;
    display: block;
}

.aside-category ul li a:hover {
    color: #0A999E;
}

.aside-recommend ul {
    display: flex;
    flex-direction: column;
}

.aside-recommend ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.aside-recommend ul li a.d-block figure {
    position: relative;
}

.aside-recommend ul li a.d-block figure img {
    width: 100%;
}

.aside-recommend ul li a.d-block figcaption {
    padding: 10px 0;
    color: #182436;
    line-height: 1.3;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*=====  End of Product detail  ======*/

.service-detail-page .content-header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.service-detail-page .content-header h1 {
    font-size: 1.7rem;
}