@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
   font-family: 'Roboto', sans-serif;;
    font-size: 16px;
    -webkit-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease
}
body.nav-fixed {
    padding-top: 140px;
}
@media (max-width: 767px) {
    body.nav-fixed {
        padding-top: 85px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
}
a.btn-view, .btn-view {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    padding: 12px 25px;
    background-color: #e94d65;
    color: #ffffff;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}
a.btn-view:hover, .btn-view:hover {
    background-color: #e94d65;
    color: #ffffff;
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
/*.product_list{
    border:0.5px solid #000000;
}*/
.product_list .info{
    min-height: 60px;
    color: white;
    background: #002060;
    font-size: 14px;
    /* padding: 6px 0px; */
    text-align: center;
    width: 100%;
    float: left;
}
p {
    color: #555d6a
}
strong {
    font-family: 'Roboto', sans-serif;
}
.page-header {
    color: #2b5aa9;
    font-size: 17px
}

.panel-title {
    color: #2b5aa9
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.info .model{
    float: left;
    /*display: block;
    padding: 15px 10px;*/
    width: 51px;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid black;
}
.info .name{
    /*padding: 4px;
    float: left;
    text-align: center;
    line-height: 0px!important;*/
    float: left;
    text-align: center;
    width: calc(100% - 51px);
    line-height: 60px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 13px;
}
.info .name.full{ width: 100%; }
ul.dotted {
    list-style-type: disc;
    margin-bottom: 10px
}
ul.inside {
    list-style-position: inside
}
.close-button {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border: none;
    outline: 0;
    background: transparent;
    color: transparent;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.close-button:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.close-button:after, .close-button:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #181818;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-skin {
    background: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.fancybox-wrap {
    pointer-events: none
}

.divide5 {
    width: 100%;
    height: 5px
}

.divide10 {
    width: 100%;
    height: 10px
}

.divide15 {
    width: 100%;
    height: 15px
}

.divide20 {
    width: 100%;
    height: 20px
}

.divide30 {
    width: 100%;
    height: 30px
}

.business-header {
    background: center center no-repeat;
    background-size: cover;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .business-header {
        margin-bottom: 40px
    }
}

.business-header .container {
    height: 100%;
    position: relative
}

.business-header .container .hero-title {
    display: inline-block;
    background-color: #263238;
    position: absolute;
    top: 50%;
    padding: 0 15px;
    margin: 0 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.business-header .container .hero-title h1 {
    font-size: 24px;
    color: #fff;
    margin: 0
}

.title-module {
    border-bottom: 1px solid #E1E1E1;
    margin: 10px 0 28px;
    padding-bottom: 7px;
    text-transform: none;
    font-size: 30px;
    color: #2b5aa9
}

.filter_padder {
    text-align: center;
    margin: 20px auto 38px
}

.filter_padder .filter_wrapper {
    padding: 0px 10px;
    display: inline-block;
    background-image: none;
    background-color: #2b5aa9
}

.filter_padder .filter_wrapper .filter {
    padding: 0 20px;
    color: #E1E1E1;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    display: inline-block
}

.filter_padder .filter_wrapper .filter.selected {
    font-weight: bold;
    color: #fff
}

@media (max-width: 991px) {
    .filter_padder .filter_wrapper .filter {
        min-width: 33%
    }
}

@media (max-width: 479px) {
    .filter_padder .filter_wrapper .filter {
        width: 100%
    }
}

.caption-title {
    text-align: center;
    margin-bottom: 10px
}

.caption-title > * {
    display: inline-block;
    border-bottom: 1px #E1E1E1 solid;
    position: relative;
    margin-bottom: 0;
    color: #2b5aa9;
    padding-bottom: 26px
}

.caption-title > :after, .caption-title > :before {
    content: ' ';
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%
}

.caption-title > :before {
    background: #E1E1E1;
    width: 10px;
    height: 10px;
    bottom: -5px
}

.caption-title > :after {
    background: #fff;
    width: 6px;
    height: 6px;
    bottom: -3px;
    margin-left: 2px
}

.counter-icon {
    display: inline-block;
    position: relative
}

.counter-icon:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: 22px;
    background: url(../images/counter-arrow.png) no-repeat;
    width: 20px;
    height: 16px
}

.counter-icon:after {
    content: attr(data-dimension);
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: 47px;
    font-size: 15px;
    font-weight: bold;
    color: #2b5aa9
}

.content-2-7-dark .counter {
    font-size: 48px;
    color: #555d6a
}

.content-2-7-dark .counter-text p {
    color: #2b5aa9;
    font-size: 17px;
    margin-top: 18px
}

.text-image-module {
    padding: 30px 0;
    position: relative;
    float: left;
    width: 100%
}

@media (max-width: 991px) {
    .text-image-module {
        float: none
    }
}

.text-image-module + .text-image-module {
    margin-top: 50px
}

@media (max-width: 991px) {
    .text-image-module + .text-image-module {
        float: none
    }
}

.text-image-module + .text-image-module:before {
    content: "";
    width: 100%;
    max-width: 570px;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.text-image-module + .text-image-module:after {
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    z-index: 1;
    background: #fff
}

@media (max-width: 991px) {
    .text-image-module .text-wrapper {
        padding: 0;
        float: none
    }
}

.text-image-module .text-wrapper:first-child {
    padding-left: 0
}

.text-image-module .text-wrapper + .img-wrapper {
    padding-right: 0
}

.text-image-module .text-wrapper h3 {
    color: #2b5aa9;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.1
}

@media (max-width: 991px) {
    .text-image-module .text-wrapper h3 {
        margin-top: 30px;
        text-align: center
    }
}

.text-image-module .text-wrapper p {
    font-size: 17px;
    text-align: justify
}

@media (max-width: 991px) {
    .text-image-module .img-wrapper {
        padding: 0
    }
}

.text-image-module .img-wrapper img {
    width: 100%
}

.text-image-module.right-aligned > div {
    float: right
}

@media (max-width: 991px) {
    .text-image-module.right-aligned > div {
        float: none
    }
}

.text-image-module.right-aligned > div.img-wrapper:first-child {
    padding-right: 0
}

.text-image-module.right-aligned > div.img-wrapper + .text-wrapper {
    padding-left: 0
}

.title-page + .text-image-module {
    margin-top: -20px
}

.panel-group .page-header {
    text-transform: none
}

.panel-group .page-header span {
    color: #555d6a
}

.panel-group .panel-title {
    font-family: 'Roboto', sans-serif;
}

.video-module {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.video-module .video-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.video-module .video-wrapper iframe {
    border-width: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    max-width: 640px;
    max-height: 360px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blueimp-gallery > .close {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block
}

.toolbar .container {
    padding-top: 0;
    line-height: 40px;
    font-size: 14px
}

.toolbar .container i {
    font-size: 15px;
    color: #e94d65;
}
.toolbar .container .contact span {
    color: #fff;
    margin-left: 3px;
}
.toolbar .container .contact a:first-child {
    margin-right: 18px
}

.toolbar .container .contact a[href*=mailto] + a:before {
    content: '|';
    display: inline
}

@media (max-width: 991px) {
    .toolbar .container .contact a:nth-child(n+4) {
        display: none
    }
}

.toolbar .container .language .separator {
    margin: 0 20px
}

.toolbar .container .language .social-media-icons a {
    opacity: 1;
    filter: alpha(opacity=40)
}

.toolbar .container .language .social-media-icons a.active, .toolbar .container .language .social-media-icons a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.toolbar .container .language .social-media-icons a.facebook {
    color: #e94d65;
    opacity: 1;
    filter: alpha(opacity=100)
}

.toolbar .container .language .social-media-icons a ~ a:last-of-type {
    margin-right: 0
}

.header-main {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    vertical-align: middle;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

@media (max-width: 767px) {
    .header-main {
        position: static
    }
}

@-webkit-keyframes fixedbar-animation {
    0% {
        -webkit-transform: translate3d(0, -88px, 0);
        -moz-transform: translate3d(0, -88px, 0);
        -ms-transform: translate3d(0, -88px, 0);
        transform: translate3d(0, -88px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fixedbar-animation {
    0% {
        -webkit-transform: translate3d(0, -88px, 0);
        -moz-transform: translate3d(0, -88px, 0);
        -ms-transform: translate3d(0, -88px, 0);
        transform: translate3d(0, -88px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fixedbar-animation {
    0% {
        -webkit-transform: translate3d(0, -88px, 0);
        -moz-transform: translate3d(0, -88px, 0);
        -ms-transform: translate3d(0, -88px, 0);
        transform: translate3d(0, -88px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fixedbar-animation {
    0% {
        -webkit-transform: translate3d(0, -88px, 0);
        -moz-transform: translate3d(0, -88px, 0);
        -ms-transform: translate3d(0, -88px, 0);
        transform: translate3d(0, -88px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.nav-fixed .header-main {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation-name: fixedbar-animation;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-name: fixedbar-animation;
    -moz-animation-duration: 300ms;
    -moz-animation-timing-function: ease;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    animation-name: fixedbar-animation;
    animation-duration: 300ms;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal
}

.header-main .navbar-default .navbar-header .navbar-brand {
    display: inline-block;
    height: auto;
    line-height: 140px;
    padding: 0;
}
body.nav-fixed .header-main .navbar-default .navbar-header .navbar-brand {
    line-height: 70px;
}

@media (max-width: 991px) {
    .header-main .navbar-default .navbar-header .navbar-brand {
        line-height: 80px;
        padding-left: 10px;
        padding-bottom: 5px;
    }
}
.box-category .category-item{
    width: calc(25% - 2px);
    float: left;
    min-height: 88px;
    border: 1px solid #dadada;
    border-right: 0;
    background: whitesmoke;
    -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.box-category .category-item:hover{
    color: #fff;
    background: #2335e9;
}
.box-category .category-item a{
    padding: 30px 10px;
    display: block;
    font-weight:bold;
    text-transform: uppercase;
}
/*.box-category .category-item a.active{
    background: #e0e0e0;
}*/
.box-category .category-item:hover a{
    color: #fff;
    
}
.box-category .category-item:last-child{
    border-right: 1px solid #dadada !important;
}
.product-item{
    padding: 0px;
}
.product-item a.product_list{
    border: 1px solid;
}
@media (max-width: 767px) {
    .box-category .category-item{
        width: calc(100% - 2px) !important;
        float: none;
        border: 1px solid #dadada !important;
    }
}

.header-main .navbar-default .navbar-header .navbar-brand img {
    max-height: 90px;
    display: inline-block;
}
body.nav-fixed .header-main .navbar-default .navbar-header .navbar-brand img {
    max-height: 60px;
}
@media (max-width: 991px) {
    .header-main .navbar-default .navbar-header .navbar-brand img {
        max-height: 75px;
    }
}
.header-main .navbar-default .navbar-header .navbar-brand span {
    display: none;
    color: #2b5aa9;
    text-transform: uppercase;
    font-size: inherit
}

html.ie8 .header-main .navbar-default .navbar-header .navbar-brand span {
    display: inline-block
}

@media (min-width: 1200px) {
    .header-main .navbar-default .navbar-header .navbar-brand span {
        display: inline-block
    }
}

.header-main .navbar-default .navbar-header .navbar-toggle {
    background: none;
    border: none !important;
    margin-top: 25px
}

@media (max-width: 991px) {
    .header-main .navbar-default .navbar-header .navbar-toggle {
        display: block;
    }
}

.header-main .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background: #2b5aa9
}

.header-main .navbar-default .navbar-header .navbar-toggle:hover .icon-bar {
    background: #007EE1
}

@media (max-width: 991px) {
    .header-main .navbar-default .nav {
        padding: 15px 20px 0;
        display: block;
        width: 280px;
        position: fixed;
        height: 100%;
        background: #fff;
        top: 0;
        right: -280px;
        overflow-y: auto;
        -webkit-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    .nav-opened .header-main .navbar-default .nav {
        padding-left: 20px;
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0)
    }
}

.header-main .navbar-default .nav .close-button {
    margin-bottom: 20px;
    display: none
}

@media (max-width: 991px) {
    .header-main .navbar-default .nav .close-button {
        display: block
    }
}
.header-main .navbar-default .nav {
    padding-left: 80px;
}
.header-main .navbar-default .nav ul {
    font-size: 0
}
.header-main .navbar-default .nav ul li {
    position: relative;
    display: inline-block;
}
.header-main .navbar-default .nav > ul > li {
    padding: 0 50px 0 0;
}
.header-main .navbar-default .nav > ul > li:last-child {
    padding: 0 20px 0 0;
}
.header-main .navbar-default .nav > ul > li > a {
    font-size: 16px;
    color: #181818;
    display: block;
    line-height: 140px;
    padding: 0;
    font-weight: 700;
}
body.nav-fixed .header-main .navbar-default .nav > ul > li > a {
    line-height: 70px;
}
.header-main .navbar-default .nav ul li.current > a:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    margin-top: -1px;
}
@media (min-width: 992px) and (max-width: 1119px) {
    .header-main .navbar-default .nav {
        padding-left: 65px;
    }
    .header-main .navbar-default .nav > ul > li {
        padding: 0 45px 0 0;
    }
}
@media (min-width: 992px) {
    .header-main .navbar-default .nav > ul > li.has-sub:after {
        content: "";
        display: block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 9px solid #fff;
        z-index: 3;
        position: absolute;
        left: 50%;
        top: 75%;
        margin-left: -33px;
        margin-top: -9px;
        opacity: 0;
        -webkit-transition: 200ms ease all;
        -moz-transition: 200ms ease all;
        transition: 200ms ease all;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
    }
    .header-main .navbar-default .nav > ul > li.has-sub:last-child:after {
        margin-left: -8px;
    }
    .header-main .navbar-default .nav > ul > li.has-sub:hover:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    /* sub */
    .header-main .navbar-default .nav ul ul.sub {
        position: absolute;
        min-width: 270px;
        top: 75%;
        margin: 0;
        font-size: 14px;
        list-style: none;
        -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
        z-index: 1;
        padding: 0;
        right: auto;
        left: -20px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 200ms ease 0s;
        -moz-transition: all 200ms ease 0s;
        transition: all 200ms ease 0s;
    }
    .header-main .navbar-default .nav ul li:last-child > ul.sub {
        right: 0;
        left: auto;
    }
    .header-main .navbar-default .nav ul li:hover > ul.sub {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header-main .navbar-default .nav ul ul.sub a {
        color: #181818;
        position: relative;
        display: block;
        padding: 12px 20px;
    }
    .header-main .navbar-default .nav ul ul.sub a:hover {
        color: #e94d65;
    }
    .header-main .navbar-default .nav ul ul.sub a:before{
        display: block;
        content: "";
        width: 0;
        height: 2px;
        background: #e94d65;
        top: 50%;
        margin-top: -1px;
        left: 0;
        -webkit-transition: 200ms ease all;
        -moz-transition: 200ms ease all;
        transition: 200ms ease all;
        position: absolute;
    }
    .header-main .navbar-default .nav ul ul.sub a:hover:before {
        width: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-main .navbar-default .nav ul li {
        padding: 0 10px
    }
}

@media (max-width: 991px) {
    .header-main .navbar-default .navbar-header {
        width: 100%;
    }
    .header-main .navbar-default .nav ul li,
    .header-main .navbar-default .nav > ul > li:last-child {
        display: block;
        padding: 0 0 0 19px;
    }

    .header-main .navbar-default .nav > ul > li > a,
    .header-main .navbar-default .nav ul li a,
    body.nav-fixed .header-main .navbar-default .nav > ul > li > a {
        color: #181818;
        line-height: 1.3;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .header-main .navbar-default .nav ul li.current > a:before {
        top: 20px;
    }
    span.toggle-sibllings {
        width: 35px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 1px;
        -webkit-transition: 200ms ease all;
        -moz-transition: 200ms ease all;
        transition: 200ms ease all;
    }
    span.toggle-sibllings.open {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }
    span.toggle-sibllings:before {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 22px;
        color: #000;
    }
    .header-main .navbar-default .nav ul ul.sub {
        font-size: 14px;
        display: none;
    }

    .mb-info-contact {
        margin: 0 -20px;
        background: #1b4962;
        padding: 20px;
        font-size: 13px;
    }
    .item-mb-contact {
        margin-bottom: 10px;
    }
    .item-mb-contact a {
        color: #fff;
    }
    .item-mb-contact a i {
        color: #e94d65;
    }
    .item-mb-contact a.btn-view i {
        color: #fff;
    }
    .item-mb-contact a span {
        margin-left: 3px;
    }
}

.header-main .navbar-default .nav .nav-language {
    display: none;
    padding: 10px 20px
}

.header-main .navbar-default .nav .nav-language a {
    margin-right: 20px
}

@media (max-width: 767px) {
    .header-main .navbar-default .nav .nav-language {
        display: block
    }
}
.header-main .navbar-default .over-btn-telephone {
    line-height: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
body.nav-fixed .header-main .navbar-default .over-btn-telephone {
    line-height: 70px;
}
.mainbottom {
    background: #263238;
    font-size: 14px;
    line-height: 1.5
}

.mainbottom .container {
    padding: 75px 15px 60px;
    background-position: center center
}

.mainbottom .container a, .mainbottom .container h4, .mainbottom .container i, .mainbottom .container p {
    color: #fff
}

.mainbottom .container a:hover, .mainbottom .container p:hover {
    color: #007EE1
}

.mainbottom .latest-news-box .latest-news {
    margin-left: 0
}

.mainbottom .latest-news-box .latest-news li {
    margin-bottom: 25px;
    display: block
}

.mainbottom .latest-news-box .latest-news li img {
    height: 45px;
    width: 45px
}

.mainbottom .latest-news-box .latest-news li p {
    line-height: 1.3;
    margin: 0;
    margin-left: 55px
}

.mainbottom .latest-news-box .latest-news li span {
    margin-left: 55px;
    margin-bottom: 0;
    font-size: 15px;
   font-family: 'Roboto', sans-serif;
}

.mainbottom .access-box li {
    margin-bottom: 15px
}

.mainbottom .access-box li i {
    width: 10px;
    margin-right: 20px;
    height: auto;
    width: auto;
    padding-top: 0;
    font-size: 15px
}

.mainbottom .contact a, .mainbottom .contact p {
    padding-left: 35px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    word-break: break-word
}

.mainbottom .contact a span, .mainbottom .contact p span {
    font-size: 12px;
    color: #00aff0;
    display: block
}

.mainbottom .contact a i, .mainbottom .contact p i {
    position: absolute;
    left: 0;
    font-size: 18px;
    height: auto;
    width: auto;
    padding-top: 0
}
.sub-title-footer {
    font-size: 14px;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    color: #fff;
}
.sub-title-footer:before {
    content: ' ';
    width: 30px;
    border-top: 2px solid #e94d65;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer .copyright {
    text-align: center;
    color: white;
}

h4.title-footer {
    text-transform: unset!important;
    font-size: 20px;
    font-weight: 700;
    color: #e94d65!important;
}
.footer {

}

.mechanical .product-gallery .product-item, .products .products-container .product-item {
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mechanical .product-gallery .product-item, .products .products-container .product-item {
        width: 33.3%
    }
}

@media (max-width: 767px) {
    .mechanical .product-gallery .product-item, .products .products-container .product-item {
        width: 50%
    }
}

@media (max-width: 479px) {
    .mechanical .product-gallery .product-item, .products .products-container .product-item {
        width: 100%
    }
}

.mechanical .product-gallery .product-item a, .products .products-container .product-item a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    /* text-align: center; */
    /* background: #E1E1E1; */
}

.mechanical .product-gallery .product-item a img, .products .products-container .product-item a img {
    min-width: 100%;
    filter: alpha(opacity=80);
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.mechanical .product-gallery .product-item .title, .products .products-container .product-item .title {
    font-size: 18px;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    color: #fff;
    letter-spacing: 2px;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.mechanical .product-gallery .product-item:hover img, .products .products-container .product-item:hover img {

}

.mechanical .product-gallery .product-item .gallerycaption-bottom-light, .products .products-container .product-item .gallerycaption-bottom-light {
    width: -moz-calc(100% - 3px);
    width: -webkit-calc(100% - 3px);
    width: calc(100% - 3px);
    font-size: 13px
}

.masthead-title {
    font-family: "Lato-Light", Arial, sans-serif;
    color: #fff;
    z-index: 6;
    min-width: 600px;
    max-width: 600px;
    white-space: normal
}

section.carousel li div:nth-child(4) .tp-mask-wrap {
    padding-top: 8px;
}
.masthead-button a.btn-view{
    padding: 12px 25px!important;
    font-weight: 700!important;
    font-size: 16px!important;
    line-height: 1.3!important;
    transition: all .3s ease!important;
}
.masthead-button a.btn-view.btn-contact {
    background-color: #1b4962;
}

.tp-shape {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    border-color: #000
}

.masthead-subtitle {
    text-transform: uppercase;
    color: #e94d65;
    font-weight: bold;
    z-index: 7;
    white-space: nowrap
}

.coporate {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.coporate .fullwidthabanner {
    display: none
}

.tp-bottom {
    height: 5px;
    background-color: #6f92ce
}

.capability {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.capability > div[class^=col-] {
    background-color: #2b5aa9
}

.capability > div[class^=col-]:nth-child(2) {
    background-color: #263238
}

.capability > div[class^=col-]:nth-child(3) {
    background-color: #16A085
}

.capability .icon {
    margin-top: 30px;
    text-align: center;
    padding: 0
}

.capability .icon img {
    max-width: 100%
}

.welcome .content {
    text-align: center
}

.welcome .content img {
    max-width: 100%
}

.welcome .content .text {
    text-align: justify;
    font-size: 17px
}

.welcome .content .text > * + * {
    margin-top: 20px
}

.welcome .background {
    position: relative;
    overflow: hidden
}

.welcome .background:after, .welcome .background:before {
    content: ' ';
    width: 100%;
    height: 20%;
    position: absolute
}

.welcome .background:before {
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background: linear-gradient(#fff, rgba(255, 255, 255, 0))
}

.welcome .background:after {
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff)
}

.welcome .background img {
    width: 100%
}

.mechanical {
    overflow: hidden
}

@media (max-width: 479px) {
    .mechanical .block {
        padding-left: 0
    }
}

.mechanical .icon {
    margin-top: 37px;
    width: 19.5%
}

@media (max-width: 479px) {
    .mechanical .icon {
        padding-left: 0
    }
}

.mechanical .content {
    width: 80.5%;
    padding-bottom: 0 !important
}

@media (max-width: 479px) {
    .mechanical .content {
        padding-left: 0
    }
}

.mechanical .content i {
    color: #2b5aa9;
    font-size: 17px
}

.mechanical .content p {
    font-size: 15px;
    text-align: justify
}

.mechanical .module-title {
    padding-bottom: 7px;
    margin: 0 0 18px 0
}

.mechanical .module-title:after {
    background-color: #2b5aa9
}

.mechanical .module-title:after {
    margin-top: 30px
}

.mechanical .product-gallery {
    margin-right: -3px
}

.capabilities .caption-title {
    margin-bottom: 50px
}

.capabilities .capability-container {
    display: table;
    width: 100%
}

.capabilities .capability-item {
    text-align: justify;
    margin-bottom: 30px
}

.capabilities .capability-item img {
    width: 100%;
    margin-bottom: 25px
}

.capabilities .capability-item .module-title {
    color: #2b5aa9
}

@media (min-width: 768px) and (max-width: 991px) {
    .capabilities .capability-item:nth-child(odd) {
        clear: left
    }
}

.gallery {
    padding: 0 10px
}

.gallery .swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.gallery .sb-navigation-play .sb-playbutton {
    display: none
}

.gallery .sb-navigation-play.paused .sb-pausebutton {
    display: none
}

.gallery .sb-navigation-play.paused .sb-playbutton {
    display: inline
}

.gallery .showbiz-container {
    padding-bottom: 50px
}

.gallery .swiper-slide {
    position: relative;
    height: auto;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1
}

.gallery .swiper-slide:after {
    content: ' ';
    width: calc(100% + 2px);
    height: 5px;
    background: #2b5aa9;
    position: absolute;
    left: -1px;
    bottom: 0
}

.gallery .swiper-slide .media-holder {
    position: relative
}

.gallery .swiper-slide .media-holder .hover-cover {
    position: absolute;
    top: 0;
    left: 0;
    background: #007EE1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100%
}

.gallery .swiper-slide .media-holder img {
    width: calc(100% + 2px);
    margin-left: -1px
}

.gallery .swiper-slide .detail-holder {
    background-color: #fff;
    padding: 25px 20px;
    text-align: center
}

.gallery .swiper-slide:hover .hover-cover {
    opacity: 0.75;
    filter: alpha(opacity=75)
}

.gallery .swiper-pagination {
    left: 0;
    right: 0;
    margin-top: 40px
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #2b5aa9;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0 7px
}

.gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
    filter: alpha(opacity=100)
}

section.partner {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.partner .swiper-slide {
    margin: auto;
    text-align: center
}

.emtc-content {
    padding-bottom: 20px !important;
    margin-top: 66px !important
}

.emtc-content .page-header {
    text-transform: none;
    margin: 10px 0 30px;
    font-size: 30px;
    padding-bottom: 10px
}

.emtc-content .introduce p {
    text-align: justify;
    margin: 0 0 32px
}

.emtc-content .introduceLeft {
    margin-top: 10px
}

.emtc-content .introduceLeft .introduce-overview > * {
    padding: 0
}

.emtc-content .introduceLeft .introduce-overview .col-sm-9 {
    margin-bottom: 30px
}

.emtc-content .introduceLeft .introduce-overview p {
    margin: 0
}

.emtc-content .introduceLeft .introduce-overview p a {
    color: #2b5aa9
}

.emtc-content .introduceLeft .introduce-overview span {
    color: #2b5aa9;
    font-weight: bold
}

.emtc-content .introduceLeft .introduce-overview span.split {
    margin: 0 5px;
    color: #000;
    font-weight: normal
}

.emtc-content .introduceRight {
    margin-top: 15px
}

.emtc-content .introduceRight img {
    border-radius: 0;
    width: 100%
}

.emtc-content .history .page-header {
    color: #2b5aa9;
    text-transform: none
}

.emtc-content .history .page-header span {
    font-weight: bold
}

.emtc-content .history .timeline {
    padding: 0px 0 20px
}

.emtc-content .history .timeline li .img-responsive {
    margin: 0;
    width: 100%
}

.emtc-content .history .timeline li .timeline-post-header {
    color: #2b5aa9;
    font-weight: bold
}

.emtc-content .history .timeline li .timeline-body {
    font-size: 15px
}

@media (max-width: 767px) {
    .emtc-content .history .timeline:before {
        left: 0
    }

    .emtc-content .history .timeline li .timeline-badge {
        left: 0
    }

    .emtc-content .history .timeline li .timeline-panel {
        width: 92%;
        float: right
    }

    .emtc-content .history .timeline li .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    .emtc-content .history .timeline li .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.emtc-content .achievement {
   font-family: 'Roboto', sans-serif; !important
}

.emtc-content .achievement .page-header {
    color: #2b5aa9;
    text-transform: none;
   font-family: 'Roboto', sans-serif;;
    border-bottom: 1px solid #E1E1E1
}

.emtc-content .achievement .page-header span {
    font-weight: bold
}

.emtc-content .achievement ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0
}

.emtc-content .achievement ul li {
    width: 100%;
    margin-bottom: 35px
}

@media (min-width: 768px) and (max-width: 991px) {
    .emtc-content .achievement ul li {
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 20px 35px
    }
}

html.ie8 .emtc-content .achievement ul li {
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 0 20px 35px
}

@media (min-width: 992px) {
    .emtc-content .achievement ul li {
        width: -moz-calc(25% - 30px);
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin: 0 20px 35px
    }
}

.emtc-content .achievement ul li .thumbnail {
    margin-bottom: 0;
    height: 100%;
    border-radius: 0;
    padding: 6px
}

.emtc-content .achievement ul li .thumbnail img {
    border-radius: 0;
    width: 100%
}

.emtc-content .achievement ul li .caption h3 {
    text-align: center;
    font-size: 17px;
    margin-top: 0
}

.emtc-content .achievement ul li .caption h3 span {
    color: #2b5aa9;
    font-weight: bold;
    display: block
}

.emtc-content .achievement ul li:first-child, .emtc-content .achievement ul li:nth-child(4n+1) {
    margin-left: 0
}

.emtc-content .achievement ul li:nth-child(4n) {
    margin-right: 0
}

@media (max-width: 991px) {
    .emtc-content .achievement ul li:nth-child(odd) {
        margin-left: 0
    }

    .emtc-content .achievement ul li:nth-child(2n) {
        margin-right: 0
    }
}

html.ie8 .news .block-news .news-description, html.ie8 .news .block-news .news-thumbnail {
    padding-left: 0
}

@media (min-width: 992px) {
    .news .block-news .news-description, .news .block-news .news-thumbnail {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .news .block-news .news-thumbnail {
        margin-bottom: 20px
    }
}

.news .block-news .news-thumbnail img {
    width: 100%
}

.news .block-news .news-description {
    text-align: justify;
    font-size: 15px
}

.news .block-news .news-description .news-title * {
    color: #2b5aa9;
    font-size: 20px
}

.news .block-news .news-description .post-meta {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.news .block-news .news-description .post-meta span + span {
    margin-left: 50px
}

.pager {
    margin: 30px 0 80px
}

.pager li a {
    border-radius: 25px;
    color: #2b5aa9
}

.rateTable {
    margin: 10px 0 80px;
    width: 100%;
    border: 1px solid #E1E1E1
}

.rateTable .money {
    text-align: right
}

.rateTable thead th {
    background-color: #2b5aa9;
    color: #fff
}

.rateTable tbody td, .rateTable thead th {
    padding: 8px 5px;
    font-size: 15px;
    line-height: 1.42857143
}

.rateTable tbody td {
    border-bottom: solid 1px #E1E1E1;
    vertical-align: top;
    color: #555d6a
}

.tablesaw thead tr:first-child th {
    padding: 8px 5px
}

table.tablesaw thead td, table.tablesaw thead th {
    color: #E1E1E1
}

.tablesaw thead tr:first-child th {
    border-right: none;
   font-family: 'Roboto', sans-serif;
}

.tablesaw thead th {
    text-shadow: none
}

.tablesaw-swipe .tablesaw-cell-persist {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: none
}

.news-detail-content .blog-item h2 {
    margin: 0;
    color: #2b5aa9;
    font-size: 24px
}

.news-detail-content .blog-item .content {
    text-align: justify
}

.news-detail-content .blog-item img {
    width: 100%;
    border-top: none
}

.products {
    margin-bottom: 45px
}

.products .products-container {
    margin-right: -3px
}

.products .products-container .product-item .gallerycaption-bottom-light {
    background: #263238;
    font-weight: normal;
    color: #fff
}

.products .products-container .product-item .gallerycaption-bottom-light .gallerysubline-dark {
    color: #fff
}

.capabilities-swiper-pagination {
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 4.5px;
    line-height: 1
}

.capabilities-swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 8px;
    margin: 0 9px;
    background: #2b5aa9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.capabilities-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffd52d
}

.title-module.urgent-job {
    color: #bf0000;
    font-size: 25px;
    padding-top: 3%
}

.title-module.another-job {
    font-size: 25px;
    color: black
}

.panel-title.urgent-job {
    color: #bf0000
}

#another-job {
    padding-top: 4%
}

.contact-us #map-canvas {
    height: 400px;
    width: 100%
}

.contact-us .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-us .info > div {
    padding: 20px 20px;
    color: #fff
}

.contact-us .info .icon {
    font-size: 48px;
    color: #ffd52d
}

@media (max-width: 991px) {
    .contact-us .info .icon {
        font-size: 40px
    }
}

.contact-us .info .text a {
    display: block;
    color: #fff
}

.contact-us .info .text a[href^=mailto] {
    color: #ffd52d
}

.contact-us .info .text p {
    color: #fff
}

.contact-form .page-header {
    text-transform: none
}

.contact-form div[class*=col-] {
    padding: 0
}

.contact-form .form-group {
    margin-bottom: 25px
}

.contact-form .form-group .input-group {
    width: 100%
}

.contact-form .form-group .input-group-addon {
    border-radius: 0;
    width: 45px
}

.contact-form .form-group input.form-control {
    margin: 0;
    height: 40px
}

.contact-form .form-group textarea {
    resize: none
}

.contact-form .form-group .word-count-result {
    color: #007EE1
}

.contact-form .btn {
    background-color: #2b5aa9;
    float: right;
    padding: 6px 20px
}

.contact-form .btn:hover {
    background-color: #222
}

.contact-form .btn.disabled {
    position: relative
}

.contact-form .btn.disabled:before {
    content: attr(data-submit-text);
    padding: 6px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #2b5aa9;
    min-width: 100%;
    min-height: 100%
}

.contact-form .message {
    font-size: 100%;
    font-weight: normal
}

.contact-form .message.label-success {
    background-color: #007EE1
}
.breadcrumb>div>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/* md service */
section.md-service {
    position: relative;
    top: -40px;
    margin-bottom: 50px;
}
.service-item {
    background-position: center top;
    background-size: cover;
    padding: 140px 30px 30px;
    -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}
span.service-subtitle {
    font-size: 15px;
    color: #181818;
    text-transform: uppercase;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
}
span.service-subtitle:before {
    content: '';
    width: 40px;
    border-top: 2px solid #e94d65;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
h4.service-title {
    color: #1b4962;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 20px;
    min-height: 66px;
}
.service-desctiption {
    color: #181818;
    margin-bottom: 15px;
    min-height: 115px;
}

@media (max-width: 991px) {
    section.md-service {
        top: 0;
        margin: 30px 0;
    }
}

/* md vision */
.md-vision {
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.vision-icon {
    width: 70px;
    float: left;
}
.vision-icon img {
    max-width: 100%;
}
.vision-info {
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
}
h4.vision-title {
    color: #1b4962;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
.vision-desctiption{
    color: #181818;
    padding-top: 11px;
    font-size: 16px;
}
.overlink-vision {
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid #ddd;
}
.overlink-vision a.btn-view {
    font-size: 16px;
    background: #1b4962;
    padding: 18px 30px;
}
@media (max-width: 991px) {
    .md-vision {
        padding-bottom: 50px;
    }
    .overlink-vision {
        margin-top: 0;
    }
}

/* md ability */
section.md-ability {
    width: 100%;
    overflow-x: hidden;
    background-position: right 85%;
    background-size: auto;
    background-repeat: no-repeat;
}
.ability-right {
    max-width: -webkit-calc(1200px / 12 * 6);
    max-width: -moz-calc(1200px / 12 * 6);
    max-width: calc(1200px / 12 * 6);
    width: 100%;
    margin-right: auto;
}
.ability-icon {
    width: 100%;
    position: relative;
}
.ability-icon .over-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}
.ability-icon .over-icon img {
    max-width: 70px;
}
h4.ability-title{
    color: #1b4962;
    font-size: 25px;
    font-weight: 700;
    margin: 15px 0;
}
.ability-desctiption {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 991px){
    .ability-right {
        max-width: 100%;
        padding: 0 20px;
    }
}

/* md customer review */
section.md-customer-review {
    background-color: rgb(33, 88, 118);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    padding: 140px 0 110px;
}
section.md-customer-review .section-heading span.sub, 
section.md-customer-review .section-heading h2 span.t1 {
    color: #fff;
}
.img-top-customer {
    position: absolute;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 2;
}
.img-top-customer img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.customer-review-img {
    max-width: 200px;
    margin: 0 auto;
}
h4.customer-review-title {
    color: #e94d65;
    font-weight: 700;
    font-size: 25px;
    margin: 25px 0 18px;
}
.customer-review-desc {
    font-size: 14px;
    line-height: 1.5;
}
.customer-review-info .icon-star {
    margin: 5px 0;
    color: #e94d65;
    font-size: 14px;
}
.customer-review-name {
    font-size: 14px;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
}
.customer-review-note {
    font-size: 20px;
    font-weight: 700;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
}

@media (max-width: 991px){
    section.md-customer-review {
        padding: 90px 0 50px;
    }
}

/* md cooperate */
section.md-cooperate {
    padding-top: 80px;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: right 85%;
    background-size: auto;
}
.cooperate-left {
    max-width: -webkit-calc(1200px / 12 * 6);
    max-width: -moz-calc(1200px / 12 * 6);
    max-width: calc(1200px / 12 * 6);
    width: 100%;
    margin-left: auto;
}
.overlink-cooperate {
    margin: 30px 0 55px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.overlink-cooperate a.btn-view {
    padding: 15px 30px;
    font-size: 16px;
}
.cooperate-icon img {
    max-height: 70px;
    display: inline-block;
}
h4.cooperate-title {
    margin: 25px 0 10px;
    font-size: 40px;
    font-weight: 700;
    color: #1b4962;
}

@media (max-width: 991px){
    .cooperate-left {
        max-width: 100%;
        padding: 0 20px;
    }
}

/* md product combo */
section.md-product-home {
    padding-top: 35px;
    padding-bottom: 80px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-item-home {
    width: 100%;
    position: relative;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
.product-item-home:hover {
    z-index: 100;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.product-item-home:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 #191919;
    box-shadow: 0 0 0 #191919;
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
.product-item-home:hover:after {
    -webkit-box-shadow: 0 2px 20px #191919;
    box-shadow: 0 2px 20px #191919;
    opacity: .2;
}
.inner-item-pro {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-item-home-info {
    background: #fff;
    padding: 10px 30px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-item-home:hover .product-item-home-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.product-item-home-info:before {
    display: block;
    content: "";
    width: 100%;
    left: 0;
    height: 150px;
    background: -webkit-linear-gradient(bottom,#191919 0%,transparent 100%);
    background: -moz-linear-gradient(bottom,#191919 0%,transparent 100%);
    background: linear-gradient(to top,#191919 0%,transparent 100%);
    position: absolute;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5;
    position: absolute;
    top: 0;
}
.triangle-starter {
    position: absolute;
    background: #fff;
    height: 50em;
    left: 0;
    right: -1px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: -10px;
    -webkit-transition: 500ms ease transform;
    -moz-transition: 500ms ease transform;
    transition: 500ms ease transform;
}
.product-item-home:hover .triangle-starter {
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    transform: skewY(-15deg);
}
.triangle-starter:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 100px 0;
    border-color: transparent #1b4962 transparent transparent;
    position: absolute;
    right: 0;
    top: -0.5px;
}
.triangle-plus {
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 14px;
    z-index: 1;
    -webkit-transform: scale(2) skewY(15deg);
    -moz-transform: scale(2) skewY(15deg);
    -ms-transform: scale(2) skewY(15deg);
    transform: scale(2) skewY(15deg);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}
.product-item-home:hover .triangle-plus {
    -webkit-transform: scale(1) skewY(15deg);
    -moz-transform: scale(1) skewY(15deg);
    -ms-transform: scale(1) skewY(15deg);
    transform: scale(1) skewY(15deg);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}
.triangle-plus:before, .triangle-plus:after{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: absolute;
}
.triangle-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
h5.product-item-home-title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 22px;
    color: #e94d65;
    margin-top: 0;
}
.md-product-home ul.nav.nav-tabs {
    border: 0;
}
.md-product-home ul.nav.nav-tabs>li {
    margin: 0;
}
.md-product-home ul.nav.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    padding: 8px 0;
    margin-right: 45px;
    font-weight: 700;
    font-size: 15px;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    color: #181818;
}
.md-product-home ul.nav.nav-tabs>li>a:focus {
    color: #181818!important;
    outline: none;
}
.md-product-home ul.nav.nav-tabs>li>a:hover {
    color: #e94d65;
    background: transparent;
}
.md-product-home ul.nav.nav-tabs>li>a:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.md-product-home ul.nav.nav-tabs>li>a:hover:before,
.md-product-home ul.nav.nav-tabs>li.active>a:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.md-product-home .tab-content {
    border: 0;
}
.md-product-home .tab-content > .tab-pane {
    padding: 30px 0 0;
}

/* md home connect */
section.md-home_connect {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(33, 88, 119);
    padding: 80px 0;
}
section.md-home_connect .section-heading span.sub,
section.md-home_connect .section-heading h2 span.t1 {
    color: #fff;
}
section.md-home_connect a.btn-view {
    font-size: 16px;
    padding: 15px 30px;
}

@media (max-width: 991px){
    section.md-home_connect .section-heading {
        text-align: center;
        margin-bottom: 25px;
    }
    section.md-home_connect .section-heading span.sub:after {
        content: '';
        width: 50px;
        border-top: 2px solid #e94d65;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    section.md-home_connect .section-heading span.sub {
        display: flex;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .overlink-home_connect.text-right {
        text-align: center;
    }
}

/* md news by category */
.md-news-by-cat {
    margin: 80px 0 60px;
}
.md-news-by-cat .row.row-flex {
    align-items: stretch;
}
.md-news-by-cat .col-xs-12 {
    overflow: hidden;
}
.info-news-by-cat {
    padding: 30px;
    position: relative;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 360px;
    z-index: 2;
}
.info-news-by-cat:after {
    display: block;
    content: "";
    background: currentColor;
    position: absolute;
    left: 0;
    top: 0;
    right: -1px;
    bottom: 0;
    opacity: .05;
    pointer-events: none;
    z-index: -1;
}
.md-news-by-cat .col-xs-12:first-child .info-news-by-cat:after{
    opacity: .85;
    background: -webkit-linear-gradient(top,transparent 30%,#191919 60%);
    background: -moz-linear-gradient(top,transparent 30%,#191919 60%);
    background: linear-gradient(to bottom,transparent 30%,#191919 60%);
}
.info-news-by-cat ul.list-unstyled {
    font-size: 14px;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 8px;
    padding: 0;
}
.info-news-by-cat ul.list-unstyled:before {
    background: #181818;
    height: 2px;
    width: 19px;
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
}
.md-news-by-cat .col-xs-12:first-child .info-news-by-cat ul.list-unstyled:before { 
    background: #e94d65; 
}
.info-news-by-cat ul.list-unstyled li {
    margin: 0 13px 0 0;
    line-height: 1.5;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.info-news-by-cat ul.list-unstyled li a {
    color: #181818;
}
.md-news-by-cat .col-xs-12:first-child .info-news-by-cat ul.list-unstyled li a {
    color: #fff;
}
.date-news-by-cat {
    position: absolute;
    top: 0;
    right: 0;
    color: #181818;
    padding: 16px;
    text-align: right;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    z-index: 2;
}
.date-news-by-cat:before {
    display: block;
    content: "";
    background: #fff;
    width: 180px;
    height: 100px;
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0;
    margin: 0;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.date-news-by-cat .date_day {
    font-size: 28px;
    font-weight: 700;
}
.date-news-by-cat .date_month {
    font-size: 18px;
}
.info-news-by-cat h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}
.info-news-by-cat h4 a {
    color: #e94d65;
}
.md-news-by-cat .col-xs-12:first-child .info-news-by-cat h4 a {
    color: #fff;
}
.info-news-by-cat .desc {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 13px;
}
.md-news-by-cat .col-xs-12:first-child .info-news-by-cat .desc {
    display: none;
}
.info-news-by-cat a.read-more{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #e94d65;
    font-size: 14px;
    font-weight: 700;
}
.info-news-by-cat a.read-more:after {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 8px;
}


.md-news-by-cat .col-xs-12 .img-news-by-cat { display: none; }
.md-news-by-cat .col-xs-12:first-child .img-news-by-cat {
    display: block;
    border-radius: 0;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
}

/* md google map */
section.md-google_map {
    position: relative;
}
section.md-google_map iframe {
    width: 100%;
    height: 800px;
    margin-bottom: -10px;
}
section.md-google_map .container {
    position: relative;
}
section.md-google_map .section-heading span.sub {
    font-size: 15px;
}
section.md-google_map .section-heading span.sub:before {
    width: 25px;
}
section.md-google_map .section-heading h2 {
    font-size: 30px;
}
section.md-google_map .section-heading .desc-heading {
    font-size: 14px;
    line-height: 1.5;
}
.google_map_info .icon {
    width: 50px;
    float: left;
}
.google_map_info .icon img {
    height: 50px;
}
.google_map_info .info {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
}
.google_map_info .info .title{
    font-family: Sarabun, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #1b4962;
}
.google_map_info .info .info-content {
    font-size: 16px;
    color: #181818;
    line-height: 1.5;
    padding-top: 11px;
}
@media (min-width: 992px) {
    .md-google_map .google_map_info.row.row-flex {
        box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
        background: #FFF;
        bottom: 55px;
        left: 0;
        right: 0;
        position: absolute;
        align-items: flex-end;
    }
    section.md-google_map .section-heading {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    section.md-google_map iframe {
        height: 250px;
    }
}