@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=vietnamese');

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }

}
@media (max-width: 600px) {
  .sp-tab-info .nav-tabs .nav-link {
    font-size: 15px!important;
    }
    .h2{
        font-size:1.1rem!important;
    }
    .product-home a img {
    width: 60px!important;
    }
    .product-home a em {

    font-size: 11px!important;

    }
     .product-home a {

    margin-bottom: 0px!important;

    }
    .lh-bt-right{
        margin-bottom: 10px!important;
    }
    .lh-bt-left{
        text-align:center;
    }
    .col-xl-3 {
        margin-bottom: 20px;
    }
}
body {
    color: #494d50;
     font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;

}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

a {
    color: #555;
}
a:hover{
    color:#017569;
}
.header,
.top-header,
.middle-header,
.nav-header,
.banner,
.company,
.service {
    width: 100%;
}

.top-header {
    border-bottom: solid thin #d7d7d7;
}

    .top-header > div {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

        .top-header > div p {
            margin: 0;
        }

.sns-top-header a {
    color: #737e95;
    margin: 0 15px;
    display: inline-block;
}

.middle-header {
    padding: 18px 0;
}

    .middle-header > div {
        display: flex;
        justify-content: space-between;
    }

.info-header {
    display: flex;
}

.item-info-header {
    display: flex;

    margin: 0 30px 0 0;
    color: #4e9fab;
}

    .item-info-header img {
        margin: 0 10px 0 0;
    }

    .item-info-header span {
        color: #71c2c2;
        font-size: 12px;
    }

.nav-header {
    background-color: #3db4a9;
}

    .nav-header > div {
        padding: 0;
    }

.navbar {
    padding: 0;
}

#mainmenu > li {
    position: relative;
}

    #mainmenu > li > a,
    #mainmenu .nav-link {
        color: #fff;

        padding: 12px 15px;
        line-height: 44px;
    }

        #mainmenu .nav-link:hover,
        #mainmenu > li > a:hover, #mainmenu > li.current-menu-parent > a {
            color: #fff;
            background-color: #319c93;
        }

        #mainmenu > .current-menu-item > a,
        #mainmenu .active > .nav-link,
        #mainmenu .nav-link.active,
        #mainmenu .nav-link.show,
        #mainmenu .show > .nav-link {
            background-color: #319c93;
            color: #fff;
        }

#mainmenu .sub-menu {
    display: none;
    min-width: 280px;
    background: #7ec3c3;
    position: absolute;

    left: 0;
    z-index:1000;
}

#mainmenu > li:hover .sub-menu {
    display: block;
}

    #mainmenu > li:hover .sub-menu li {
        font-weight: 400;
        line-height: 35px;
        border-bottom: 1px solid #3db4a9;
        padding: 0 27px;
	text-wrap: nowrap;
	white-space: nowrap;
    }

#mainmenu .sub-menu li:hover, #mainmenu .sub-menu li.current-menu-item {
    background: #f9fcfc;
}

    #mainmenu .sub-menu li:hover a, #mainmenu .sub-menu li.current-menu-item a {
        color: #3db4a9;
    }

#mainmenu .sub-menu li a {
    color: #fff;
    font-weight: 400;
}

#mainmenu {
    position: relative;
    z-index: 10;
}

.cl_xanh6 {
    color: #319c93;
}

.cl_xanh {
    color: #3db4a9;
}

.cl_808285 {
    color: #808285;
}

.cl_7070 {
    color: #707070;
}

.pb-50 {
    padding-bottom: 50px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.lienhe-bottom {

    padding: 10px 0;
    background: url('/assets/frontend/images/background-03.jpg') no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

    .lienhe-bottom .btn-lh-bt {
        width: 80%;
        color: #fff;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        padding: 10px 0;
        text-transform: uppercase;
        background: #3db4a9;
        border-radius: 30px;
    }

        .lienhe-bottom .btn-lh-bt:hover {
            background: #319c93;
        }

.btn-readmore {
    width: 187px;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #3db4a9;
}

    .btn-readmore:hover {
        background: #319c93;
        color: #fff;
    }

.btn-slick {
    font-size: 43px;
    color: #3db4a9;
    position: absolute;
    cursor: pointer;
}

    .btn-slick:hover {
        color: #024a44;
    }

    .btn-slick.btn-next {
        right: 0;
        top: 40%;
        z-index:1000;
    }

    .btn-slick.btn-prev {
        left: 0;
        top: 40%;
        z-index: 1000;
    }


.align-midle {
    display: flex;
    align-items: center;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.short-info-sp .top {
    border-bottom: 2px solid #ebebeb;
}

.short-info-sp li {
    position: relative;
    padding-left: 16px;
}

    .short-info-sp li:before {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        content: '';
        float: left;
        background: #42b6ab;
        left: 0;
        top: 10px;
    }

.price {
    color: #319c93;
}

.fotorama__nav-wrap {
    margin-top: 20px;
}

.fotorama__active img {
    border: 1px solid #ccc !important;
}

.description-page {
    background: url('/assets/frontend/images/background-03.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}

.sp-tab-info .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3db4a9;
    border: 1px solid #43a9a4;
}

.sp-tab-info .nav-tabs .nav-link {

    color: #46b4a9;

    font-size: 18px;

}

.sp-tab-info .nav-tabs, .img-rlt {
    max-height: 174px;
}

.sp-tab-info .tab-content {

    border-top: 0;

}

.img-rlt {
    padding: 5px;
}

.rltp-item h3 {
    line-height: 24px;
}

.btn-search-nav {
    background-color: #319c93;
    line-height: 45px;
    border: 0;
    color: #fff;
    padding: 0 15px;
    font-size: 20px;
}

.dropdown-menu {
    left: unset;
    right: 0;
}

.nav-header .dropdown-menu {
    padding: 15px;
}

    .nav-header .dropdown-menu form {
        flex-flow: row;
    }

.banner {
    overflow: hidden;
}

    .banner .slick-slide {
        position: relative;
    }

.description-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

    .description-banner > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.middle-banner {
    width: 562px;
    display: inline-block;
}

    .middle-banner .h2 {
        font-size: 30px;
        color: #3db4a9;
        font-weight: bold;
    }

    .middle-banner p {
        margin: 10px 0;
    }

.bottom-banner {
    align-self: flex-end;
    margin-bottom: 20px;
    font-weight: bold;
}

.btn-more {
    min-width: 150px;
    background-color: #3db4a9;
    padding: 8px 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius:30px;
}

    .btn-more:hover {
        background-color: #329d93;
        text-decoration: none;
        color: #fff;
    }

.company {
    background: #fff;
}

.slick-company {
    padding: 10px 0;
}

    .slick-company.slick-initialized .slick-slide {
        padding: 0 10px;
    }

        .slick-company.slick-initialized .slick-slide img {
            max-height: 55px;
        }





.title {
    color: #3db4a9;
    border-bottom: solid 3px #ebebeb;
}

    .title .h4 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        position: relative;
        margin: 0;
        padding: 10px 0;
        text-transform: uppercase;
    }

        .title .h4:before {
            content: '';
            width: 100%;
            height: 3px;
            position: absolute;
            bottom: -3px;
            left: 0;
            background-color: #f1be3e;
        }

.content {
    padding: 0;
}

    .content .card {
        padding: 0;
        border: 0;
        margin: 0 0 15px 0;
    }

    .content .card-body {
        padding: 1.25rem 0;
    }

.card-title {
    font-size: 18px;
    color: #707070;
}

.relative {
    position: relative;
}

.date-card {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3db4a9;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
}

    .date-card .h5 {
        margin: 0;
    }

.comment {
    color: #898989;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.footer {
    background-color: #ebebeb;
    width: 100%;
    min-height: 100px;
    position: relative;
    padding: 30px 0 0 0;
}

    .footer:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0px 6px 10px 1px #dcdcdc;
    }

.logo-footer {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
}

.fz-14 {
    font-size: 14px;
}

.nav-bottom-footer {
    list-style: none;
    padding: 0;
}

    .nav-bottom-footer li a {
        color: inherit;
        display: inline-block;
        padding: 5px 0;
    }

.navbar-light .navbar-toggler {
    color: #fff;
}


.content-tab-sp-lv2 h2, .content-tab-sp-lv2 h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tabcontent {
    display: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tab-info-lv2 .tablinks.active h3 {
    color: #3db4a9;
}

.tab-info-lv2 .tablinks {
    cursor: pointer;
}

.tab-info-lv2 img {
    display: inline-block !important;
    margin-bottom: 10px;
}

#menu-sidebar-menu {
    border: 1px solid #ebebeb;
    padding: 15px 10px;
    width: 100%;
    float: left;
}

    #menu-sidebar-menu li {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
        float: left;
        width: 100%;
        text-transform: uppercase;
    }

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1169px) {
    .container {
        max-width: 100%;
    }

    .company {
        padding: 0 30px;
    }

    .top-header {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .info-header {
        display: none;
    }
}

@media (max-width: 600px) {
    .top-header > div p {
        display: none;
    }

    .middle-banner .h2 {
        font-size: 18px;
    }

    .description-banner > div {
        flex-flow: row wrap;
    }

    .middle-banner {
        width: 100%;
    }
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;

    font-size: 14px;
    line-height: 20px;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
    line-height: 35px;
}

.font25 {
    font-size: 25px;
    line-height: 35px;
}

.font26 {
    font-size: 26px;
    line-height: 35px;
}

.font27 {
    font-size: 27px;
    line-height: 35px;
}

.font28 {
    font-size: 28px;
    line-height: 35px;
}

.font29 {
    font-size: 29px;
    line-height: 35px;
}

.font30 {
    font-size: 30px;
    line-height: 35px;
}

.font31 {
    font-size: 31px;
    line-height: 35px;
}

.font32 {
    font-size: 32px;
    line-height: 35px;
}

.font33 {
    font-size: 33px;
    line-height: 35px;
}

.font34 {
    font-size: 34px;
    line-height: 35px;
}

.font35 {
    font-size: 35px;
    line-height: 35px;
}

.font36 {
    font-size: 36px;
    line-height: 35px;
}

.font37 {
    font-size: 37px;
    line-height: 42px;
}

.font38 {
    font-size: 38px;
    line-height: 42px;
}

.font39 {
    font-size: 39px;
    line-height: 42px;
}

.font40 {
    font-size: 40px;
    line-height: 42px;
}

.font41 {
    font-size: 41px;
    line-height: 42px;
}

.font42 {
    font-size: 42px;
    line-height: 55px;
}

.mar10 {
    margin: 10px 0 !important;
}

.mar20 {
    margin: 20px 0;
}

.mar30 {
    margin: 30px 0;
}

.mar40 {
    margin: 40px 0;
}

.mart10 {
    margin-top: 10px !important;
}

.mart20 {
    margin-top: 20px;
}

.mart30 {
    margin-top: 30px;
}

.mart40 {
    margin-top: 40px;
}

.marb20 {
    margin-bottom: 20px;
}

.marb30 {
    margin-bottom: 30px;
}

.marb40 {
    margin-bottom: 40px;
}

.marb10 {
    margin-bottom: 10px !important;
}

.marb50 {
    margin-bottom: 50px;
}

.mar5 {
    margin: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.float_none {
    float: none !important;
}

.no-border {
    border: none !important;
}

.overhiden {
    overflow: hidden;
}

.bg_df801e {
    background: #df801e;
}

.bg_xanh6 {
    background: #67ad4a;
}

.bg_black {
    background: #000;
}

.bg_white {
    background: #fff;
}

.bg_cam {
    background: #d74c37;
}

.bg_xanh1 {
    background: #003a70;
}

.bg_01355b {
    background: #01355b
}

.bg_ff6600 {
    background: #ff6600;
}

.bg_ff7500 {
    background: #ff7500;
}

.bg_024d88 {
    background: #024d88;
}

.bg_ff8200 {
    background: #ff8200;
}

.bg_c1ffc1 {
    background: #c1ffc1;
}

.bg_0080d5 {
    background: #0080d5;
}

.cl_808080 {
    color: #808080
}

.cl_df801e {
    color: #df801e;
}

.cl_b55749 {
    color: #b55749;
}

.cl_6d6f70 {
    color: #6d6f70;
}

.cl_0080d5 {
    color: #0080d5;
}

.cl_006fb0 {
    color: #006fb0
}

.cl_767676 {
    color: #767676
}

.cl_01355b {
    color: #01355b
}

.cl_ff6600 {
    color: #ff6600
}

.cl_931e29, .cl_man {
    color: #931e29
}

.cl_efa316, .cl_gold {
    color: #efa316;
}

.cl_f6ff00 {
    color: #f6ff00;
}

.cl_xanh1 {
    color: #2b3d98;
}

.cl_white {
    color: #fff;
}

.cl_black {
    color: #000;
}

.cl_666 {
    color: #666;
}

.cl_444 {
    color: #444;
}

.cl_fed700 {
    color: #fed700
}

.cl_nav a {
    color: #3e3e3e;
}

.cl_xanh6 {
    color: #319c93;
}

.cl_cam {
    color: #d74c37 !important;
}

.cl_f57c00 {
    color: #f57c00;
}

.cl_red, .cl_red a {
    color: #ff0000;
}

.clear {
    clear: both;
}

.none, .hamburger, .mobile {
    display: none;
}

.block {
    display: block;
}

.full {
    float: left;
    width: 100%;
    margin: 0;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
    display: inline-block;
}

.relative {
    position: relative;
}

.transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.border {
    border: 1px solid #b4b4b4;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.pad-bot-0 {
    padding-bottom: 0;
}

.pad10 {
    padding: 10px 0;
}

.pad15 {
    padding: 15px 0;
}

.pad25 {
    padding: 25px 0
}

.pad30 {
    padding: 30px 0;
}

.pad50 {
    padding: 50px 0;
}

.padt50 {
    padding-top: 50px;
}

.padb50 {
    padding-bottom: 50px;
}

.no-border {
    border: 0;
}

.mar0 {
    margin: 0;
}

ul {
    list-style: none;
}

.txt_upcase, .text-uppercase {
    text-transform: uppercase;
}

.txt-center, .text-center {
    text-align: center;
}

.img-scale-in:hover img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    cursor: pointer;
}

.img-scale img, .img-scale-in img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.img-scale:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    cursor: pointer;
}

p {
    text-align: justify;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    outline:none;
}

    a:hover {
        text-decoration: none;
    }

.bg-gradient {
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    color: #fff;
}

img {
    max-width: 100%;
}

table.no-border tr td {
    border: none;
}

tr td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 5px;
}

.fa, .fe {
    margin-right: 5px;
}

section, header, footer, nav {
    width: 100%;
}



/*header*/

.yoast_bread {
    color: #898989;
    padding: 15px 0;
}

    .yoast_bread a {
        color: #3db4a9;
    }


.pagi_box li {
    display: inline-block;
    margin: 50px 2px 20px 2px;
}

.pagi_box span, .pagi_box a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #01355b;
}

.pagi_box span {
    background: #01355b;
    color: #fff;
}

.pagi_box a {
    background: #fff;
    color: #01355b;
    border-color: #01355b;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

    .acf-map img {
        max-width: inherit !important;
    }

.abs::-webkit-scrollbar,
.verticaltabscontentouter .tabscontent .textcolumn::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b7b7b7;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #b7b7b7;
    }

.verticaltabscontentouter .tabscontent .textcolumn::-webkit-scrollbar-thumb:window-inactive {
    background: #b7b7b7;
}

.verticaltabscontentouter .tabscontent .textcolumn::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b7b7b7;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

@media only screen and (max-width:1365px) and (min-width:991px) {
}

@media (max-width:1024px) {
}

@media (max-width:990px) {
}

@media (max-width:767px) {
    .destop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media (max-width:600px) {
}

@media (max-width:440px) {
}

@media (min-width:768px) {

    .comment-respond #comment {
        width: 100%;
    }

    .comment-respond #submit {
        background: #00818e;
        color: #fff;
        font-size: 22px;
        border: none;
        cursor: pointer;
        margin-bottom:0
    }

    .comment-respond #comment, .comment-respond input {
        padding: 14px 20px;
        margin-bottom: 30px;
    }

    .entry-comments, .entry-pings {
        color: #444;
        padding: 20px 45px 40px;
        border: 1px solid #ccc;
        overflow: hidden;
        background: #fff;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 8px rgba(0,0,0,.3);
        box-shadow: 0 0 8px rgba(0,0,0,.3);
        border-left: 4px solid #444
    }

        .entry-comments h3 {
            font-size: 30px;
            margin-bottom: 30px
        }

        .comment-respond h3, .entry-pings h3 {
            font-size: 20px;
            margin-bottom: 30px
        }

    .comment-respond {
        margin: 20px 1px 0 1px;
        border-left: none !important
    }

    .comment-header {
        color: #adaeb3;
        font-size: 14px;
        margin-bottom: 20px
    }

        .comment-header cite a {
            border: none;
            font-style: normal;
            font-size: 16px;
            font-weight: 700
        }

        .comment-header .comment-meta a {
            border: none;
            color: #adaeb3
        }

    li.comment {
        background-color: #fff;
        border-right: none;
        width: 100%;
        display: inline-block
    }

    .comment-content {
        clear: both;
        overflow: hidden
    }

    .comment-list li {
        font-size: 14px;
        padding: 20px 30px 20px 50px
    }

    .comment-list .children {
        margin-top: 40px;
        border: 1px solid #ccc
    }

    .comment-list li li {
        background-color: #f5f5f6
    }

        .comment-list li li li {
            background-color: #fff
        }

    .comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
        width: 100%
    }

    .comment-respond label {
        float: left;
        display: block;
        margin-right: 12px
    }

    .comment-notes, .entry-pings .reply {
        display: none
    }

    .entry-comments .comment-author {
        margin-bottom: 0;
        position: relative
    }

        .entry-comments .comment-author img {
            border-radius: 50%;
            border: 5px solid #fff;
            left: -80px;
            top: -5px;
            position: absolute;
            width: 60px
        }

    .form-allowed-tags {
        background-color: #f5f5f5;
        font-size: 16px;
        padding: 24px
    }

    .comment-reply-link {
        cursor: pointer;
        background-color: #444;
        border: none;
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        padding: 4px 10px;
        text-transform: uppercase;
        width: auto
    }

        .comment-reply-link:hover {
            color: #fff
        }

    .cm_fields {
        width: 32%;
        margin-right: 2%;
        float: left;
    }

        .cm_fields.comment-form-url {
            margin-right: 0;
        }

    .wp-caption-text {
        text-align: center;
    }

    .logged-in #wpadminbar {
        display: block;
    }

    #wpadminbar {
        display: none;
    }

    .alignnone {
        margin: 5px 20px 20px 0
    }

    .aligncenter, div.aligncenter {
        display: block;
        margin: 5px auto
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px
    }

    a img.alignleft, a img.alignnone {
        margin: 5px 20px 20px 0
    }

    a img.alignleft {
        float: left
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption {
        background: #FFF;
        border: 1px solid #F0F0F0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center
    }

        .wp-caption.alignleft, .wp-caption.alignnone {
            margin: 5px 20px 20px 0
        }

        .wp-caption.alignright {
            margin: 5px 0 20px 20px
        }

        .wp-caption img {
            border: 0;
            height: auto;
            margin: 0;
            max-width: 98.5%;
            padding: 0;
            width: auto
        }

    .gallery-caption {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px
    }
}

.imageViewer {
    position: relative;
    float: left;
    max-width: 100px;
}

.btnRemoveImg {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link-active {
    z-index: 2;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}
.content .card {
    padding: 0;
    border: 0;
    margin: 0 0 15px 0;
}
 .card .card-body {
   padding:0;
}
.bgcardHome {
    background: #225f58;
}
.content .card-body {
    padding: 6px 0;
}
.cl_white {
    color: #fff;
}
.mar0 {
    margin: 0;
}

.bold {
    font-weight: bold;
}

.cl_white {
    color: #fff;
}
.cl_white a:hover{
     color: #fff;
}

.font18 {
     font-size: 18px;
}

.card-title {
    font-size: 13px;

}

.correct-item {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    position: relative;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

    .correct-item:after {

        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        opacity: 0;
        -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    .correct-item:hover:after {
        opacity: 1
    }

    .correct-item:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

.active-submenu {
    background-color: #319c93;
}
.active-submenu a{
   color: #fff;
}
.submenulink {
    list-style-type: none;
    margin: 0;
    padding: 0;

    background-color: #f1f1f1;
}

.submenulink li a {
    display: block;
    padding: 8px 14px;
    text-decoration: none;
}

    .submenulink li a.active {
        background-color: #4CAF50;
        color: white;
    }

    .submenulink li a:hover:not(.active) {
        background-color: #319c93;
        color: white;
    }

.hover-image {
    transition: transform .2s
}
.hover-image:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.rowcontent{
           background-color: #79aa41;
    position: relative;
    z-index: 1;
     }
     img{
     max-width:100%;
     }
     .box-content-banner {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
}

.text-banner {
        width: 500px;
    margin: 0 auto;
    display: inline-block;
    /* border: solid 5px #fff200; */
    background-color: #3db4a9;
    border-radius: 3px;
    color: #fff;

}

.text-banner  .h5 {
    text-align: center;
    font-size: 30px;

}
.title-text{
 background-color: #319c93;
    /* min-height: 50px; */
    padding: 15px;
    color: #fff;
     border-bottom: 5px solid #FF9800
}
.text-p{
padding:20px;
}
.head-panel{
        background-color: #319c93;
    /* min-height: 50px; */
    padding: 7px;
    text-align: center;
    color: #fff;
    /* border-bottom: 5px solid #FF9800; */
}
.slick-track{
     display: flex !important;
     align-items: center;
}

.divProductOverview{
    background-size: 675px 750px;
    background-repeat: no-repeat;

    background-position-x: center;
    background-position-y: bottom;
}
._1line{
    display:table;
}
._1line i {
    display:table-cell;
    width:20px;
}

.product-home a {
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

    padding: 10px;
    margin-bottom: 10px;
}
.product-home a:hover{
    background: rgba(37,153,220,0.1);
    color:#2599dc;
}
.product-home a img{
    width: 100px;
}
.product-home a em{
    display: block;
    font-size: 18px;
    color: #767777;
    padding-top: 15px;
    font-style: normal;
    text-transform: uppercase;
    text-wrap: balance;
    white-space: normal;
}


@media (min-width:992px) {
    .row {
        position:relative;
    }
    .overlay {
      position: relative;
      z-index:1;
      width: 100%;
      bottom: 0;
    }
}


/* in order for accordion behavior of collapse to work
.panel must be used this CSS is to hide the shadow */
.panel {
    box-shadow:initial;
}
.arrow {
    display: none;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #319c93;
    position: absolute;
    z-index: 0;
    bottom: -15px;
    left: 25px;
}
.top{
    position: relative;
}
.top h1 {
    display: inline-block;
     position: relative;
}
.top h1:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #f1be3e;
}

.des li {
    position: relative;
    padding-left: 16px;
}
.des li:before{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    float: left;
    background: #42b6ab;
    left: 0;
    top: 10px;
}
#historyslide{
    min-height: 300px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.slick-center{
    transform: scale(1.05)!important;
    border: 1px solid #f1be3e;
}
.card-history{
    margin:20px;
    padding:10px;

        min-height: 300px!important;
}
.card-history .card-body .card-title{
    font-size:33px;
    text-align:center;
    color:#ad7c00;
}
.card-history .card-body .card-text{
    font-size:14px;

}
.slick-center .card-body .card-text{
    font-size:14px;

}
.slick-track .card{
    width:200px;
}
/* ranger*/
*, *:before, *:after {
  box-sizing: border-box;
}


.range-slider {
  margin: 5px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.choose-languagues {
    display: block;
    margin-right: 3px;
}
.flags {
    width: 25px;
    cursor: pointer;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.list-table thead th {
    font-size:14px;
    font-weight:600;
    text-align:center;
}
.list-table thead tr {
    background-color:#46b4a9;
    color:#fff;
}
.w-10 {
    width: 10%;
}
.news-content ul {
    list-style: inside;
    padding-left: 20px;
}
