*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face{
    font-family:'Roboto';
    src:url("../fonts/Roboto-Bold.ttf");
    font-weight:700;
    font-style:normal;
}
@font-face{
    font-family:'Roboto';
    src:url("../fonts/Roboto-Light.ttf");
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family:'Roboto';
    src:url("../fonts/Roboto-Medium.ttf");
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family:'Roboto';
    src:url("../fonts/Roboto-Regular.ttf");
    font-weight:400;
    font-style:normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    font-size: 15px;
    font-family: "Roboto", Arial, sans-serif;
    color: #333;
    line-height: 1.42857143;
    position: relative;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover,a:focus {
    color: #0053a1;
    text-decoration: none;
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.container {
    margin-left: auto;
    margin-right: auto;  
    position: relative;
}
.container::after{
    content: "";
    display: table;
    clear: both;
}
.container {
    max-width: 1170px;        
}
@media (max-width: 1200px) {
    .container {
        max-width: 93%;
    }
}
.clearfix:after, .clearfix:before{
    content: "";
    display: table;
    clear: both;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    display: block;
}
.menu_desktop,.menu_mobile{
    position: relative;
    background-color: #0063b0;
}
.menu_mobile{
    padding: 8px 0;
    margin-top: 5px;
}
.d-none {
    display: none!important;
}
.locked #mm-blocker{
    display: block;
}
p:last-child{
    margin-bottom: 0 !important;
}
#mm-blocker {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.nav_pagination{
    text-align: center;
}
.empty_data{
    color: red;
    text-align: center;
    margin: 20px 0;
}
.breadcrumb {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f9f9f9 url(../images/bg-line.png) repeat;
    padding: 12px 0;
}
.breadcrumb span {
    line-height: 20px;
}
.breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.breadcrumb a {
    color: #104e8b;
    text-decoration: none;
}
.navPagination{
    text-align: center;
}
sup {
    top: -10px;
    position: relative;
    color: #fff;
    font-size: 10px;
}
.contentck video{
    width: 100%;
    height: 100%;
}
.contentck img{
    height: auto;
}
.contentck a{
    color: #0062c3;
}
.contentck a:hover{
    color: red;
}
.contentck h1, .contentck h2, .contentck h3, .contentck h4, .contentck h5, .contentck h6 {
    color: #555;
    width: 100%;
    margin: .5em 0;
    text-rendering: optimizeSpeed;
    font-weight: bold;
    font-size: 18px;
}
.contentck pre, .contentck blockquote, .contentck p, .contentck dl, .contentck ul, .contentck ol {
    margin-bottom: 10px;
}
figure figcaption {
    padding: .4em;
    font-size: .9em;
    background: rgba(0,0,0,0.05);
    font-style: italic;
}
figcaption {
    text-align: center;
}
figure.align-center,figure.aligncenter{
    display: table;
    margin: 20px auto;
    max-width: 640px;
}
figure.align-center, figure.aligncenter,figure.image {
    display: table;
    margin: 20px auto;
    max-width: 640px;
}
.loading{
    background: url('../images/ajax-loader.gif') no-repeat scroll center center black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 0px;
}
.header .logo{
    width: auto;
}
.header .frm_search{
    display: flex;
    width: 40%;
}
.frm_search input{
    border-radius: 4px 0 0 4px;
}
.frm_search button{
    border-radius: 0px 4px 4px 0px;
}
.header .hotline p{
    margin: 2px 0;
}
/*lang*/
.language_navtop{
    position: relative;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 40px 0 16px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.language_navtop .language_navtitle{
    margin-top: -1px;
    font-size: 15px
}
.language_navtop .language_navtitle span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.language_hovertop .language_navtitle > .fa {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.language_hovertop:hover .language_navtitle > .fa {
    color: #2979ff;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.language_navtop .language_navtitle span svg,
.language_dropdown ul li > a span svg {
    width: 30px;
    height: 30px;
    display: block;
}
.language_hovertop .language_navcontent {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: -10px;
    width: 125px;
    padding: 0 10px 10px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.language_navcontent .language_dropdown {
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
}
.language_navcontent .language_dropdown:after,
.language_navcontent .language_dropdown:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 30px;
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.language_dropdown ul {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.language_dropdown ul li {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.language_dropdown ul li + li {
    border-top: 1px solid #dfe3e8;
}
.language_dropdown ul li > a {
    font-size: 14px;
    color: #3d5067;
    display: block;
    text-align: left;
    line-height: initial;
    padding: 5px 15px;
}
.language_dropdown ul li > a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.language_dropdown ul li:hover {
    background: #e3f2fd;
}
.language_dropdown ul li:hover a {
    text-decoration: none;
}
.language_hovertop:hover .language_navcontent{
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}
.js-parents.hover-bg .language_dropdown:after,
.js-parents.hover-bg .language_dropdown:before {
    border-top-color: #e3f2fd;
    border-right-color: #e3f2fd;
}
.language_hovertop .icon-arrow,.language_toggle .icon-arrow{
    font-family: 'FontAwesome'!important;
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
    color: #367E18;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    transition: transform 150ms ease,top 150ms ease;
}
.language_navtop .language_navtitle span{
    margin-right: 7px;
}
.language_navtop img{
    width: 31px;
    height: 21px;
}
.section_header .spacer{
    width: 40px;
    height: 40px;
    background-color: #DADADA;
    position: relative;
    z-index: 9;
}
.section_header{
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section_header .title{
    color: #54595F;
    margin: 0 0 -8px 0px;
    font-size: 29px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    background: #fff;
    padding-left: 20px;
    padding-right: 25px;
}
.section .section_header .separator{
    border-top: 1px solid #7A7A7A4D;
    width: 100%;
    position: relative;
    top: -12px;
}
.section .section_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.section .section_content .left{
    width: 50%;
    padding-right: 30px;    
}
.section .section_content .right{
    width: 50%;
}
.contentck{
    font-size: 17px;
    line-height: 28px;
}
.contentck p{
    margin-bottom: 1.3em;
}
.contentck ul {
    list-style: disc;
}
.contentck ol, .contentck ul {
    margin: 0 0 1.2em 18px;
}
.quote .separator{
    display: flex;
    align-items: center;
    margin: -10px 10px 0;
    position: relative;
    top: 10px;
}
.quote .separator:after{
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 2px solid #54595F;
    margin-left: 10px;
}
.quote .content{
    margin: 0 0 0px 0;
    padding: 15px 15px 10px 15px;
    background-color: #7A7A7A14;
    border-radius: 3px 3px 3px 3px;
}
.quote .content p:last-child{
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .section .section_content{
        display: block;
    }
    .section .section_content .left,.section .section_content .right{
        width: 100%;
        padding-right: 0;
    }
    .section_header .spacer{
        width: 35px;
        height: 35px;
    }
    .section_header .title{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section .section_header .separator{
        top: -5px;
    }
}
.section + .section{
    margin-top: 70px;
}
.working_process .section_content{
    background-image: url(../images/how-work.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4%;
    margin-right: -4%;
    text-align: center;
}
.working_process .section_content .item{
    width: 25%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    margin-left: 4%;
    margin-right: 4%;
}
.working_process .section_content .item .icon_flex{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.working_process .section_content .item .icon-wrapper{
    margin: 10px 0 0 0;
    padding: 18px 18px 18px 18px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7A7A7A;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.working_process .section_content .item .icon-wrapper .number{
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 6px 9px;
    background-color: #0063b0;
    border-radius: 100%;
    line-height: 1em;
    color: #fff;
}
.working_process .section_content .item .icon-wrapper .icon{
    font-size: 72px;
    color: #0063b0;
    border-color: #0063b0;
}
svg:not(:root) {
    overflow: hidden;
}
.working_process .section_content .item .icon-wrapper .icon svg{
    fill: #0063b0;
    transform: rotate(0deg);
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.working_process .section_content .item .title{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
}
.working_process .section_content .item .desc{
    margin-top: 10px;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}
@media (max-width: 575px) {
    .working_process .section_content{
        background-image:initial;
    }
    .working_process .section_content{
        margin-left: 0;
        margin-right: 0;
    }
    .working_process .section_content .item{
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .working_process .section_content .item + .item{
        margin-top: 30px;
    }
}
.projects-page .section_content{
    display: flex;
    margin-left: -1.5%;
    margin-right: -1.5%;
}
.projects-page .section_content .item{
    max-width: 100%;
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 0;
}
.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.project-three__img-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    left: 60px;
    background-color: var(--ambed-base, #0063b0);
    content: "";
    width: 2px;
    transition: all 500ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
    height: 100%;
    transition-delay: 500ms;
}

.project-three__img-box:after {
    position: absolute;
    left: 0;
    bottom: 58px;
    background-color: var(--ambed-base, #0063b0);
    content: "";
    height: 2px;
    width: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
    width: 50%;
    transition-delay: 500ms;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-three__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb, 60, 80, 110), 0.9);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.project-three__single:hover .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.project-three__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
    transform: scale(1.05);
}

.project-three__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__arrow {
    transform: scale(1);
    opacity: 1;
    transition-delay: 500ms;
}

.project-three__arrow a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ambed-white, #ffffff);
}

.project-three__content {
    position: absolute;
    bottom: 65px;
    right: 40px;
    text-align: right;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__content {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 700ms;
}

.project-three__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 38px;
}

.project-three__title a {
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__title a:hover {
    color: var(--ambed-base, #0063b0);
}

.project-three__sub-title {
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    opacity: .4;
}
.projects-page figcaption {
    background-color: #f5f1f0;
}
.projects-page figcaption{
    padding: 15px 25px 15px 25px;
}
.projects-page figcaption >.dvh5 {
    font-size: 18px;
    color: #313536;
}
.projects-page figcaption>hr {
    background-color: #fff;
    margin-right: -25px;
    margin-left: -25px;
    margin-top: 10px;
    margin-bottom: 12px;
    height: 1px !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    opacity: 1;
}
.projects-page figcaption>.dvh5>a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #313536 !important;
    font-weight: bold;
}
.projects-page figcaption>.dvh5>a:hover {
    color: #66a7c5 !important;
}
.projects-page figcaption>div>p {
    margin-bottom: 5px !important;
}
@media (max-width: 575px) {
    .projects-page .section_content{
        display: block;
    }
    .projects-page .section_content{
        margin-left: 0;
        margin-right: 0;
    }
    .projects-page .section_content .item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.section.projects-page{
    margin-bottom: -30px;
}
.section.contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #FBF9F6;
}
.section.contact .left{
    width: 50%;
    background: #006354;
    padding: 3% 4% 3% 10%;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;  
    text-align: center;
}
.section.contact .left .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.section.contact .right{
    width: 50%;
    background: #FBF9F6;
    padding: 3% 8% 2% 10%;
    text-align: center;
}
.section.contact .right .title{
    font-size: 25px;
    font-weight: bold;    
}
.divider-separator{
    width: 200px;
    margin: 10px auto;
    display: flex;
    align-items: center;
}
.divider-separator .divider{
    color: #fff;
    border-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #fff;
}
.divider-separator:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #fff;
}
.section.contact .left .contentck{
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
    text-align: justify;
}
.section.contact .target{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.section.contact .target li + li{
    margin-left: 25px;
}
.section.contact .target span{
    margin-left: 10px;
}
.form-group.button input{
    background-color: #FD5E53;
    border: 0;
    color: #FFF;
    padding: 0 30px;
    border-radius: 5px;
}
.form-group.notification{
    width: 100%;
}
.error{
    color: red;
    margin-top: 5px;
}
.notification .error{
    color: red;
    border: 1px solid red;
    padding: 5px;
}
.success{
    color: green;
    border: 1px solid green;
    padding: 5px;
}
.success i{
    margin-left: 4px;
}
@media (max-width: 1366px) {
    .section.contact .left{
        padding: 3% 4%;
    }
    .section.contact .right{
        padding: 3% 4%;
    }
}
@media (max-width: 1024px) {
    .section.contact .target{
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5%;
        margin-right: -1.5%;
    }
    .section.contact .target li{
        width: 47%;
        margin-left: 1.5% !important;
        margin-right: 1.5%;
        margin-top: 3px;
        margin-bottom: 3px;
    }    
}
@media (max-width: 992px) {
    .frm_pricetable .form-group{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section.contact{
        display: block;
    }
    .section.contact .left{
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 30px 20px;
    }
    .section.contact .right{
        width: 95%;
        margin: auto;
    }
    .section.contact .left .contentck{
        text-align: center;
    }
    .section + .section {
        margin-top: 30px;
    }
}
.product_service .section_content{
    margin-left: -1.5%;
    margin-right: -1.5%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product_service .section_content .item{
    width: 30.3%;
    margin: 1.5%;
}
.product_service .section_content .item img{
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.product_service .section_content .item .title{
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.product_service .section_content .item .title a{
    color: #54595F;
}
.product_service .section_content .item .btn_detail{
    margin-top: 10px;
    text-align: center;
}
.product_service .section_content .item .btn_detail a{
    display: inline-block;
    border: 1px solid #54595F;
    padding: 7px 26px;
    padding-bottom: 5px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .product_service .section_content .item{
        width: 47%;
    }
}
@media (max-width: 576px) {
    .product_service .section_content .item{        
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.section.product_service{
    margin-bottom: -1.5%;
}
.hover_img{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.hover_img:hover:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.hover_img:after{
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.section_footer{
    background-image: url('../images/home1-bg.jpg');
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 45px 0 25px 0;
}
.footer{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.footer .logofooter{
    margin-bottom: 15px;
}
.footer a{
    color: #fff;
}
.footer ul.content_service a{
    display: flex;
}
.footer a:hover{
    color: #00A98F;
}
.footer .info_company{
    width: 43%;
    padding-right: 15px;
}
.footer .service{
    width: 26%;
}
.footer .request_price{
    width: 30.664%;
}
.footer .list-icon i{
    color: #179AA2;
    font-size: 16px;
    margin-right: 8px;
}
.info_company .title{
    font-size: 17px;
}
.footer .list-icon{
    margin-top: 10px;
}
.footer .list-icon li{
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
}
.footer .list-icon ul a{
    color: #fff;
}
.footer ul.list_social li a{
    background-color: rgba(255,255,255,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer ul.list_social li a i{
    color: #ffffff;
}
.footer ul.list_social li a:hover{
    border-color: #00A98F;
    transform: scale(1.1);
    opacity: .9;
    color: #fff;
}
.footer ul.list_social li a:hover i{
    color: #00A98F;
}
.footer ul.list_social{
    display: flex;
}
.footer ul.list_social li+li{
    margin-left: 10px;
}
.footer .headerf .title{
    font-size: 22px;
    font-weight: bold;
}
.footer .headerf .line{
    width: 60px;
    border-top: 2px solid #00A98F;
    margin-top: 8px;
}
.footer ul.content_service li{
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
}
.footer ul.content_service{
    margin-top: 20px;
}
.footer ul.content_service li i{
    font-size: 18px;
    margin-right: 8px;
}
.footer .service{
    padding-right: 25px;
}
.footer .cskh{
    margin-top: 20px;    
}
.footer .cskh ul li:first-child{
    margin-top: 0;
}
.footer .cskh ul li{
    margin: 5px 0;
}
.footer .cskh ul li a{
    font-size: 20px;
    display: block;    
}
.btnLinkPrice{
    display: inline-block;
    padding: 10px 20px;
    background-color: #179AA2;
    margin-top: 15px;
}
.footer .btnLinkPrice:hover{
    color: #fff;
}
.footer .certificate{
    margin-top: 20px;
    line-height: 24px;
}
.footer .certificate a{
    color: #179aa2;
}
.footer .bct{
    margin-top: 15px;
}
.section_copyright{
    background-color: #3D3D3D;
    padding: 15px 0;
}
.copyright{
    color: #8D8D8D;
    text-align: center;
    font-size: 16px;
}
@media (max-width: 768px) {
    .footer{
        display: block;
    }
    .footer .info_company,.footer .service,.footer .request_price{
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    .footer .info_company{
        margin-top: 0;
    }
}
.section.contact .right_phone ul li a.noimg{
    font-size: 20px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    background-color: #179AA2;
    display: inline-block;
}
.section.contact .right_phone ul li a.noimg:hover{
    background-color: #00A98F;
}
.section.contact .right_phone ul li i,.back_to_top i{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.section.contact .right_phone ul li{
    margin-bottom: 10px;
}
.back_to_top{
    position: fixed;
    right: 20px;
    bottom: 15px;    
}
.back_to_top a{
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    background-color: #179AA2;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
}
.section.contact .right_phone img{
    display: inline-block;
}
.mb_hotline{
    display: none;
}
@media (max-width: 992px) {    
    .mb_hotline{
        display: block;
    }
    .back_to_top {
        bottom: 80px;
    }
    .section_footer .container{
        width: 85%;
    }
    .logofooter img{
        margin: auto;
    }
}
.mb_hotline ul li a{
    color: #7A7A7A;
    border-color: #7A7A7A;    
    display: inline-block;
    text-align: center;
}
.mb_hotline{
    background-color: #F3F3F3;
    padding: 7px 0 8px 0;    
}
.mb_hotline ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.mb_hotline ul li{
    width: 25%;
    text-align: center;    
}
.mb_hotline ul li + li{
    border-left: 1px solid #E0E0E0;
}
.mb_hotline ul li span{
    font-size: 15px;
}
.mb_hotline ul li img {
    margin-left: auto;
    margin-right: auto;
}
.mb_hotline ul li a span{
    display: block;
    margin-top: 5px;
}
.mb_hotline{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
}
.content_phone{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.content_phone p{
    font-size: 20px;
    margin: 10px 0;
}
.content_phone .left_phone{
    width: 70%;
    padding-right: 20px;
}
.content_phone .right_phone{
    width: 30%;
    text-align: left;
}
@media (max-width: 992px) {    
    .section_copyright{
        margin-bottom: 65px;
    }
    .language_navtop{
        height: 35px;
        line-height: 35px;
    }
    .language_hovertop .icon-arrow, .language_toggle .icon-arrow{
        top: 0;
        right: 0px;
    }
    .language_navtop{
        padding: 0 30px 0 10px;
    }
}
@media (max-width: 400px) { 
    .header .logo{
        width: 90px;
    }    
}
/*news*/
.heading i {
    margin-bottom: 8px;
    margin-right: 7px;
    font-size: 25px;
}
.heading .title{
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #023e7c;
    font-weight: bold;
}
.list_news{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin: 20px -1.2% 0 -1.2%;
}
.list_news .item{
    width: 30.9%;
    margin: 1.2%;
}
.user_comment{
    display: flex;
    align-items: center;
}
.user_comment li + li{
    margin-left: 7px;
}
.user_comment li i{
    font-size: 16px;
    margin-right: 3px;
}
.list_news .item .info{
    position: relative;
    padding: 32px 40px 29px;
    background-color: #f2eeeb;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.list_news .item:hover .info {
    background-color: white;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.list_news .info .date{
    position: absolute;
    top: -19px;
    right: 30px;
    background-color: #a47c68;
    padding: 8px 20px 8px;
    z-index: 2;
    color: #fff;
}
.list_news .info .title a{
    font-size: 22px;
}
.list_news .info .title{
    margin-top: 5px;
}
.list_news .img{
    position: relative;
    display: block;
    overflow: hidden;
}
.img > a > span {
    position: relative;
}
.img > a > span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #f2eeeb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.img > a > span::after {
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #f2eeeb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item:hover .img > a {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.thumb img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    vertical-align: middle;
}
.item:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: var(--ambed-base, #a47c68);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
section.page-header {
    position: relative;
    display: block;
    padding: 144px 0 118px !important;
    z-index: 1;
    margin: 0;
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-color: var(--ambed-black, #3c3531);
}
.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}
.thm-breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ml-0 {
    margin-left: 0;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #c1b8b3;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #c1b8b3;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}
.page-header__inner h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
    line-height: 50px;
}
@media (max-width: 992px) {
    .list_news{
        margin: 20px -1.5% 0 -1.5%;
    }
    .list_news .item {
        width: 47%;
        margin: 1.5%;
    }
}
@media (max-width: 768px) {
    .list_news .item .info{
        padding: 32px 20px 20px;
    }
    .list_news .info .title a {
        font-size: 20px;
    }
    .page-header__inner h2{
        font-size: 30px;
    }
    .list_news .info .date{
        padding: 6px 15px;
    }
}
@media (max-width: 576px) {
    .list_news .item{
        width: 100%;
    }
}
.empty_data{
    margin-top: 60px;
}
.nav_paging{
    text-align: center;
}
.detail_news{
    display: flex;
    flex-wrap: wrap;
}
.detail_news .left{
    width: 68%;
    margin-right: 2%;
}
.detail_news .right{
    width: 30%;
}
.main_content.detail_news{
    margin-top: 30px;
}
.detail_news .user_comment{
    margin-top: 20px;
}
.content_post{
    margin-top: 20px;
}
/*block*/
.block{
    padding: 20px;
    background-color: #f2eeeb;
}
.block .name{
    font-weight: bold;
    font-size: 19px;
}
.block.news ul{
    margin-top: 20px;
}
.block.news .date{
    color: #8b827d;
}
.block.news ul li + li{
    margin-top: 20px;
}
.block.news ul li > a{
    margin-right: 15px;
    float: left;
}
.block.news ul li:after{
    content: "";
    clear: both;
    display: block;
}
.block + .block{
    margin-top: 25px;
}
.block.activity ul{
    margin-top: 20px;
}
.block.activity ul li{
    margin: 12px 0;
    font-size: 16px;
    border-bottom: 1px dashed #8b827d;
    padding-bottom: 12px;
}
.block.activity ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.block.activity ul li a{
    color: #8b827d;
}
.block.news .info .title{
    margin-top: 3px;
}
@media (max-width: 768px) {
    .detail_news{
        display: block;
    }
    .detail_news .left{
        width: 100%;
        margin-right: 0;
    }
    .detail_news .right{
        width: 100%;
    }
}
.content_page{
    margin-top: 40px;
}
.load_gmap{
    margin-top: 30px;
}
.load_gmap iframe{
    width: 100%;
}
.info_contact{
    margin-top: 20px;
}
.frm_lienhe{
    margin-top: 30px;
}
.info_contact p{
    line-height: 22px;
    margin-bottom: 2px;
}
.notification{
    margin-top: 20px;
}
.loading {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.result_search{
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
}
.red{
    color: red;
}
.list_product{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_product .item{
    width: 22%;
    margin: 1.5%;
    border: 1px solid #eee;
}
.list_product .item .info{
    text-align: center;
    padding: 10px;
}
.list_product .item .info .title{
    font-size: 17px;
}
.list_product .item .info .price{
    color: #cd0000;
    margin-top: 5px;
    font-weight: bold;
}
@media (max-width: 992px) {
    .list_product .item{
        width: 47%;
    }
}
.detail_product .large-image img{
    max-width: 100%;
}
.zoomWrapper {
    width: 100% !important;
    height: 400px !important;
    display:table-cell;
    vertical-align:middle;
}
.zoomWrapper img {
    position: static !important;
    height: auto !important;
}
.zoomWrapper img ~ img {
    display: none !important;
}
.detail_product{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.detail_product .gallery {
    padding-right: 2%;
    width: 48%;
}
.detail_product .info {
    width: 50%;
}
.detail_product .info h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.detail_product .info .item .label {
    color: #222;
    font-size: 16px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
}
.detail_product .info .item .price{
    font-weight: bold;
    color: red;
}
.detail_product .info .desc{
    margin-top: 15px;
    line-height: 25px;
}
.detail_product_content{
    margin-top: 40px;
}
.heading {
    border-bottom: 1px solid #e4e4e4;
    line-height: 35px;
    margin: 0 0 20px;
    padding-bottom: 5px;
    color: #023e7c;
    font-weight: bold;
    display: flex;
    font-size: 20px;
}
.heading i {
    margin-bottom: 8px;
    margin-right: 7px;
    font-size: 25px;
}
.heading .title{
    font-weight: bold;
}
table tr:first-child {
    background: #FFE7D6;
    color: #000000;
    font-size: 12px;
}
table tr td {
    padding: 5px;
}
table tr td p {
    margin-bottom: 0px;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.product_other{
    margin-top: 20px;
}
@media (max-width: 768px) {
    .detail_product{
        display: block;
    }
    .detail_product .gallery{
        width: 100%;
        margin-right: 0;
    }
    .detail_product .info{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .detail_product_content {
        margin-top: 20px;
    }
}