
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

.smooth {
    -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;
}

.bg {
    background-size: cover;
    background-position: 50% 50%;
}

.margin-auto {
    margin-right: auto;
    margin-left: auto;
}

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-f20 {
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-f20 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-f20 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-f20 {
        float: left;
        width: 20%;
    }
}

img {
    max-width: 100%
}

.mainimg > i {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 25px;
    color: #ddd;
    position: absolute;
    top: calc(50% - 23.5px);
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    z-index: 10
}

    .mainimg > i:hover {
        background: #fff;
        border-color: #eee;
        color: #333
    }

    .mainimg > i.next {
        right: 0
    }

.mainimg .slick-slide img {
    display: inline-block;
}

.mainimg .item a {
    display: table-cell;
    vertical-align: middle;
}

.allgioithieu .container {
    position: relative
}

.allgioithieu .owlgioithieu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .allgioithieu .owlgioithieu .item {
        display: inline-block;
    }

        .allgioithieu .owlgioithieu .item a {
            font-size: 12px;
            display: block;
            width: 100%;
            text-align: center;
            padding: 15px 30px;
            color: #FFF;
            text-transform: uppercase;
            background: rgba(28,28,28,0.7);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            float: left;
        }

        .allgioithieu .owlgioithieu .item.active a {
            background: rgba(59,182,239,0.7)
        }

.mar-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.pad-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.mar-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.mar-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.pad-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.mar-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.radial-in {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

    .radial-in:after, .radial-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        -webkit-transition: all .45s cubic-bezier(0,.5,1,1);
        transition: all .45s cubic-bezier(0,.5,1,1);
    }

    .radial-in:before {
        background: rgba(0,0,0,.08);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .radial-in:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .radial-in:after {
        background: rgba(0,0,0,.08);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }

    .radial-in:hover:after {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.light-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .light-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
        background: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .light-img:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(255,255,255,0.3);
        content: '';
        -webkit-transition: -webkit-transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out;
        -webkit-transform: scale3d(2,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        transform: scale3d(2,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }

    .light-img:hover:before {
        background: rgba(242, 211, 0, 0.2);
    }

    .light-img:hover:after {
        -webkit-transform: scale3d(2,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        transform: scale3d(2,1.,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }

.delay02 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay04 {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay06 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.icheck {
    cursor: pointer;
}

    .icheck input {
        display: none;
    }

    .icheck i {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 17px;
        border: solid 1px #666;
        color: #666;
        text-align: center;
        line-height: 16px;
        margin-top: -2px;
        margin-right: 3px;
    }

    .icheck input:checked + i:after {
        content: attr(symbol);
    }


body {
    font-family: "Roboto";
    font-size: 14px;
    color: #555;
}

.single-content {
    line-height: 1.5;
}

    .single-content ol {
        list-style: decimal;
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .single-content ul {
        list-style: initial;
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .single-content li {
        list-style: inherit;
    }

    .single-content p {
        margin-bottom: 10px;
    }

    .single-content img {
        display: block;
        max-width: 100%;
        margin: 10px auto;
        width: auto;
        height: auto;
    }

.single-social .fb_iframe_widget, .single-social a.pinterest {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.back-to-top {
    display: none;
    position: fixed;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    background: rgba(1, 74, 78, 0.8);
    color: #fff;
}

    .back-to-top:hover {
        background: rgba(1, 74, 78, 1);
    }

header {
    background-color: #fff;
    border-bottom: solid 4px #009bff;
    margin-top: 0;
    z-index: 999;
    width: 100%;
}

.is-sticky .logo img {
    height: 54px;
}

.is-sticky .top-head {
    display: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.is-sticky .main-nav {
    margin: 0;
}

.top-item {
    display: inline-flex;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #23527c;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .top-item .fa {
        font-size: 35px;
        color: #009bff
    }

    .top-item .ct {
        display: inline-block;
        line-height: 35px;
        margin-left: 5px;
    }

.top-head {
    text-align: justify;
    font-size: 0;
}

    .top-head:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

.drop {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: left;
}

    .drop > a:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 4px;
        margin-left: 10px;
    }

    .drop ul {
        position: absolute;
        min-width: 150px;
        right: 0;
        z-index: 2;
        display: none;
        margin-top: 10px;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(100,100,100,0.3);
    }

        .drop ul li a {
            display: block;
            padding: 8px 10px 6px 10px;
            background: #fff;
            color: #333;
            border-bottom: solid 1px rgba(0,0,0,0.1);
        }

            .drop ul li a:hover {
                background: #f5f5f5;
            }

    .drop img {
        width: 22px;
        vertical-align: middle;
        margin-bottom: 2px;
        margin-right: 5px;
    }

.language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 17px;
}

.search-form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 17px;
}

    .search-form button {
        background: none;
        font-size: 24px;
    }

    .search-form .ct {
        position: absolute;
        right: 0;
        margin-top: 10px;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(100,100,100,0.4);
        padding: 10px;
        width: 300px;
        display: none;
        z-index: 1;
    }

    .search-form input {
        width: 100%;
        height: 33px;
        border: solid 1px #009bff;
        border-radius: 3px;
        padding-right: 30px;
    }

    .search-form button[type="submit"] {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        font-size: 18px;
        color: #009bff;
    }

.main-nav {
    float: left;
}

    .main-nav > ul > li {
        display: inline-block;
        margin-right: 40px;
    }

        .main-nav > ul > li:last-child {
            margin-right: 10px;
        }

    .main-nav li a {
        font-size: 17px;
        color: #111;
        text-transform: uppercase;
        font-weight: 300;
        display: block;
        padding: 15px 5px;
        position: relative;
    }

    .main-nav > ul > li > a:not(:only-child):after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #111;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        margin-top: -4px;
    }

    .main-nav > ul > li > a:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #009bff;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        opacity: 0;
        bottom: -6px;
        pointer-events: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .main-nav li.active > a, .main-nav li:hover > a {
        color: #009bff;
    }

    .main-nav > ul > li:hover > a:before {
        opacity: 1;
        bottom: 0;
    }

    .main-nav > ul > li:hover > a:after {
        border-top-color: inherit;
    }

    .main-nav li {
        position: relative;
    }

    .main-nav ul ul {
        position: absolute;
        min-width: 250px;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        padding-top: 2px;
        opacity: 0;
        pointer-events: none;
        margin-top: 10px;
        z-index: 1;
    }

        .main-nav ul ul ul {
            padding-top: 0;
            padding-left: 2px;
            left: 100%;
            top: 0;
        }

    .main-nav ul li:hover > ul {
        opacity: 1;
        pointer-events: all;
        margin-top: 0;
    }

    .main-nav ul ul a {
        text-transform: none;
        background: #fff;
        border: solid 1px #f1f1f1;
        border-top: none;
        padding: 10px 15px;
        font-size: 16px;
    }

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.delay02 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay03 {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay06 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.item-bg img {
    width: 100%;
    display: block;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    width: 45px;
    margin-top: -18px;
    font-size: 60px;
}

    .slider-arrow img {
        width: 100%;
    }

    .slider-arrow.prev {
        left: 4%;
    }

    .slider-arrow.next {
        right: 4%;
    }

    .slider-arrow:hover {
        opacity: 1;
    }

.carousel-caption {
    text-shadow: none;
    text-align: center;
    /*left: 14%;
	width: 780px;
	max-width: 72%;
	top: 25%;*/
    line-height: 1.4;
}

    .carousel-caption h3 {
        font-size: 45px;
        margin-bottom: 10px;
        color: #51aa3c;
        text-shadow: #113608 2px -2px 2px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .carousel-caption h2 {
        font-size: 50px;
        font-weight: 300;
        color: #009bff;
        margin-bottom: 10px;
    }

    .carousel-caption p {
        font-size: 21px;
    }

.h-about {
    margin: 40px 0;
}

    .h-about .title {
        font-size: 38px;
        text-transform: uppercase;
        color: #111;
        margin-top: 25px;
        margin-bottom: 20px;
        border-left: solid 3px #009bff;
        padding: 14px 0 14px 25px;
        font-weight: 300;
    }

        .h-about .title span {
            color: #009bff;
        }

    .h-about .single-content {
        line-height: 2;
    }

.h-product .item {
    background-size: cover !important;
    padding: 0 15px 20px 15px;
    text-align: center;
    outline: solid 1px #e1e1e1;
    border-bottom: solid 2px transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 45px;
    min-height: 220px;
    display: block;
}

    .h-product .item:hover {
        -webkit-transform: scale(1.1,1.1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 200ms;
        -moz-transform: scale(1.1,1.1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 200ms;
    }

.h-product {
    padding: 45px 0 30px 0;
    background: #f4fbff;
}

    .h-product .img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        line-height: 90px;
        display: block;
        text-align: center;
        background: #162545;
        position: relative;
        top: -45px;
        margin: 0px auto -20px auto;
    }

        .h-product .img img {
            max-width: 65px;
            max-height: 65px;
            display: inline-block;
            vertical-align: middle;
            margin-top: 20px;
        }

    .h-product h3 {
        font-size: 20px;
        font-weight: 300;
        color: #111;
        height: 44px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .h-product .single-content {
        height: 56px;
        overflow: hidden;
        text-transform: uppercase;
        font-weight: bold;
    }

    .h-product .item:hover {
        background: #ffecec;
        border-color: #e52525;
        outline-color: #ffecec;
    }

        .h-product .item:hover h3 {
            color: #e52525;
        }

        .h-product .item:hover .img {
            background: #e52525;
        }

.md-title {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 300;
    color: #009bff;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 5px
}

    .md-title span {
        color: #111;
    }

    .md-title:after {
        content: '';
        width: 75px;
        height: 3px;
        background: #009bff;
        display: block;
        margin: 10px auto;
    }

.showroom {
    padding: 40px 0;
}

    .showroom .md-title {
        margin-top: 50px;
    }

    .showroom .item {
        text-align: center;
        line-height: 1.4;
    }

        .showroom .item .img {
            height: 55px;
        }

            .showroom .item .img img {
                max-height: 100%;
            }

        .showroom .item label {
            font-size: 50px;
            font-weight: bold;
            color: #353535;
            margin: 10px auto;
        }

        .showroom .item p {
            text-transform: uppercase;
            line-height: 20px;
            height: 40px;
        }

.h-product2 {
    overflow: hidden;
}

.spe-pro {
    padding-bottom: 35px;
    position: relative;
    border: solid 1px #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
    height: 265px;
}

    .spe-pro .img {
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 30px;
    }

        .spe-pro .img img {
            max-width: 90%;
            max-height: 100%;
            height: auto;
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .spe-pro h3 {
        position: absolute;
        bottom: 15px;
        left: 5px;
        right: 5px;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        color: #333;
        z-index: 2;
        line-height: 1.3;
    }

    .spe-pro:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: none;
        z-index: 1;
    }

    .spe-pro, .spe-pro h3, .spe-pro:before, .spe-pro h3 a:before, .spe-pro .img {
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        display: block;
    }

        .spe-pro:hover {
            padding-bottom: 0;
        }

            .spe-pro:hover:before {
                background: rgba(0, 155, 255, 0.5);
            }

            .spe-pro:hover .img {
                top: 15px;
                bottom: 15px;
            }

        .spe-pro h3 a:before {
            content: '';
            display: block;
            background: url('../images/arrow1.png') no-repeat center;
            background-size: contain;
            width: 40px;
            height: 40px;
            opacity: 0;
            margin: 0 auto 8px auto;
        }

        .spe-pro:hover h3 a:before {
            opacity: 1;
        }

        .spe-pro:hover h3 {
            color: #fff;
        }

        .spe-pro h3 a:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            right: 50%;
            border-bottom: solid 2px #fff;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -ms-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
        }

        .spe-pro h3 a:hover:after {
            left: 50px;
            right: 50px;
        }

.h-why {
    text-align: center;
    padding: 40px 0;
    background-image: url('../images/bg1.jpg');
    position: relative;
}

    .h-why .title {
        font-size: 38px;
        text-transform: uppercase;
        color: #111;
        margin-top: 25px;
        margin-bottom: 40px;
        border-left: solid 3px #009bff;
        padding: 14px 0 14px 25px;
        font-weight: 300;
        display: inline-block;
    }

        .h-why .title span {
            color: #009bff;
        }

    .h-why li {
        position: relative;
        padding-right: 105px;
        min-height: 90px;
        margin-bottom: 70px;
        text-align: right;
        line-height: 1.4;
    }

        .h-why li .img {
            width: 86px;
            height: 86px;
            padding: 5px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url('../images/bor.png');
            text-align: center;
            line-height: 70px;
            position: absolute;
            right: 0;
            top: 0;
        }

            .h-why li .img img {
                max-width: 90%;
                max-height: 90%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

        .h-why li:hover .img {
            background-image: url('../images/bor2.png');
        }

        .h-why li .img img:first-child {
            opacity: 1;
        }

        .h-why li .img img:last-child {
            opacity: 0;
        }

        .h-why li:hover .img img:first-child {
            opacity: 0;
        }

        .h-why li:hover .img img:last-child {
            opacity: 1;
        }

        .h-why li h3 {
            font-size: 20px;
            font-weight: 300;
            color: #111;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .h-why li:hover h3 {
            color: #009bff;
        }

        .h-why li p {
            color: #333;
            line-height: 2;
        }

        .h-why li:last-child {
            margin-bottom: 0;
        }

.h-why-cas {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 38%;
}

    .h-why-cas .item {
        height: 280px;
        line-height: 280px;
    }

        .h-why-cas .item img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: bottom;
        }

.static {
    position: static;
}

.h-why-cas .slick-dots li {
    display: inline-block;
    margin: 30px 5px 0 5px;
    padding: 0;
    width: 20px;
    height: 3px;
    background: #999;
    min-height: auto;
    cursor: pointer;
}

    .h-why-cas .slick-dots li button {
        display: none;
    }

    .h-why-cas .slick-dots li.slick-active {
        background: #009bff;
    }

footer {
    padding-top: 50px;
    background: #fff980;
    color: #23527c;
    border-top: solid 4px #009bff;
    margin-top: 35px;
}

    footer h3 {
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    footer .single-content {
        font-size: 13px;
        text-align: center;
    }

        footer .single-content p {
            margin-bottom: 15px;
        }

    footer .foot {
        margin-top: 30px;
        background: #ffcd20;
        padding: 20px 0;
        font-size: 13px;
        color: #fff;
        line-height: 1.8;
    }

.ic {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.ic-phone {
    background-image: url('../images/m1.png');
    height: 31px;
}

.ic-mail {
    background-image: url('../images/m2.png');
}

.ic-clock {
    background-image: url('../images/m3.png');
}

.ic-marker {
    background-image: url('../images/m4.png');
    width: 23px;
}

#map {
    height: 600px;
}

    #map.clicked > div {
        pointer-events: auto;
    }

    #map > div {
        pointer-events: none;
    }

.show-on-map {
    background: rgba(0, 155, 255, 0.8);
    padding: 10px 15px 5px 15px;
    border-radius: 8px;
    color: #fff;
}

    .show-on-map h3 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 15px;
        padding-right: 8px;
        line-height: 1.4;
    }

    .show-on-map p {
        margin-bottom: 10px;
        font-size: 13px;
    }

        .show-on-map p i {
            width: 30px;
            margin-right: 10px;
            margin-bottom: 3px;
        }

.gm-style-iw + div {
    margin-right: 10px;
    margin-top: 5px;
}

.gm-style-iw > div {
    min-width: 100%;
    overflow: visible !important;
}

.sr-bor:after {
    content: '';
    height: 50px;
    border-right: dashed 2px #009bff;
    position: absolute;
    right: 0;
    top: 75px;
    opacity: .25;
}

.h-pt-cas .slick-arrow {
    position: absolute;
    font-size: 21px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #009bff;
    opacity: 0.4;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    color: #fff;
}

.h-pt-cas:hover .slick-arrow {
    opacity: 0.6
}

.h-pt-cas .slick-arrow:hover {
    opacity: 1;
}

.h-pt-cas .slick-arrow.next {
    right: 0px;
}

.h-pt-cas .slick-arrow.prev {
    left: 0px;
}

.main-nav li > i {
    display: none;
}

.group-product {
    margin-bottom: 40px;
}

.boxnews {
    position: relative;
    margin-bottom: 30px;
}

.mainimg {
    border: solid 1px #cdcdcd;
}

.boxnews .img {
    position: relative;
}

.boxnews .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

.title-news {
    margin-top: 5px;
    font-weight: bold;
}

.text-news {
    text-align: justify;
    margin: 5px 0;
}

.readmore {
    float: right;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.boxnews .info h6 {
    padding: 10px;
    color: #222222;
    margin: 0;
    padding-top: 0;
    line-height: 22px;
    font-size: 16px
}

.titlecontent {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media all and (min-width: 1200px) {
}

@media all and (max-width: 1199px) {
    .top-item p {
        font-size: 18px;
    }

    .main-nav > ul > li {
        margin-right: 30px;
    }

    .showroom .md-title {
        margin-top: 0;
        margin-bottom: 35px;
    }

    .h-why li {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 991px) {
    .row > .row {
        margin: 0
    }

    .search-form {
        position: static;
        margin-top: 0;
    }

    .language, .search-form {
        margin-top: 0;
    }

    .language {
        margin-right: 60px;
    }

    .search-form .ct {
        max-width: 100%;
        margin-top: 7px;
    }

    .carousel-caption h3 {
        font-size: 36px
    }

    .carousel-caption h2 {
        font-size: 40px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .h-why-cas {
        position: relative;
        bottom: auto;
        width: 450px;
        max-width: 100%;
        margin: 30px auto 0 auto;
    }

    footer .foot, footer .foot .text-right {
        text-align: center;
    }

    .mobile-menu .top-account {
        color: #fff;
        font-size: 13px;
        margin-top: 11px;
    }

    .mobile-menu .search-form {
        display: block;
        margin: 5px 15px;
        position: relative;
    }

        .mobile-menu .search-form button[type="submit"] {
            right: 3px;
        }

    .mobile-menu .language {
        color: #fff;
        font-size: 13px;
        margin-top: 11px;
        margin-right: 0;
        margin-left: 100px;
    }

    .mobile-menu .drop > a:after {
        content: none;
    }

    .h-about .title {
        font-size: 28px;
        padding: 10px 0 10px 20px;
        line-height: 1.3;
        margin-top: 0;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(0,0,0,0.7);
        z-index: 999;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

        .mobile-menu:after {
            content: '';
            display: block;
            clear: both;
        }

    .cnav-hide {
        top: -50px;
    }

    .menu-btn {
        display: inline-block;
        border: none;
        outline: none;
        background: rgba(0,0,0,0.7);
        color: #fff;
        width: 42px;
        height: 42px;
        vertical-align: bottom;
        float: right;
    }

        .menu-btn > .menu-btn-bar {
            display: block;
            margin: auto;
            border-top: solid 3px #fff;
            width: 19px;
            border-bottom: double 9px #fff;
            height: 15px;
        }

        .menu-btn > .menu-btn-close:after, .menu-btn > .menu-btn-close:before {
            content: '';
            display: block;
            margin: auto;
            width: 18px;
            border-bottom: solid 2px #fff;
        }

        .menu-btn > .menu-btn-close:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: -2px;
        }

        .menu-btn > .menu-btn-close:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .mobile-menu ul {
        padding: 0;
        margin-bottom: 0;
        text-align: left;
    }

        .mobile-menu ul li {
            list-style: none;
        }

    .mobile-menu > ul {
        display: none;
        width: 100%;
        border-top: solid 1px rgba(255,255,255,.4);
        overflow: auto;
        max-height: 87vh;
    }

    .mobile-menu li a {
        display: block;
        border-top: solid 1px rgba(255,255,255,.4);
        padding: 12px 15px;
        background: none;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu li li a {
        padding-left: 30px;
    }

    .mobile-menu li li li a {
        padding-left: 45px;
    }

    .mobile-menu li li li li a {
        padding-left: 60px;
    }

    .mobile-menu ul ul {
        display: none;
        background: rgba(0,0,0,0.15);
    }

    .mobile-menu li > i {
        width: 42px;
        height: 39px;
        float: right;
        background: rgba(0,0,0,0.15);
        text-align: center;
        line-height: 39px;
        position: relative;
        cursor: pointer;
    }

    .sub-menu-hide:after, .sub-menu-hide:before {
        content: '';
        width: 12px;
        border-top: solid 2px #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -6px;
    }

    .sub-menu-hide:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sub-menu-show:after {
        content: '';
        width: 12px;
        border-top: solid 2px #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .mobile-logo img {
        height: 38px;
        margin-top: 2px;
        float: left;
        margin-left: 8px;
    }

    header {
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        position: relative;
        padding-top: 44px;
    }
     
    .m-static {
        position: static;
    }

    .menu-btn {
        position: absolute;
        top: 0;
        right: 0
    }

    .logo img {
        position: absolute;
        top: 0;
        left: 0;
        height: 42px !important;
        width: auto;
    }

    .top-item {
        display: none;
    }

    .language {
        position: absolute;
        top: 15px;
        right: 20%;
        color: #fff;
        margin-right: 0;
    }

    .drop > a:after {
        content: none;
    }

    .top-account {
        position: absolute;
        color: #fff;
        top: 13px;
        left: 25%;
    }

    .m-static .search-form {
        display: none
    }

    .main-nav .search-form > button[data-show] {
        display: none;
        pointer-events: none;
    }

    .m-static .main-nav .search-form {
        display: block;
    }

    .search-form button[type="submit"] {
        right: 3px
    }

    .main-nav .search-form .ct {
        position: relative;
        display: block;
        width: auto;
        padding: 0;
        background: none;
        margin: 5px 20px;
    }

    .main-nav > ul > li > a:before, .main-nav > ul > li > a:after {
        content: none !important
    }

    .top-head {
        display: none;
    }

    .main-nav {
        margin: 0;
        padding: 0;
        height: 0;
        display: inline;
    }

    .show_cart {
        float: none !important;
        margin: 0 auto !important;
        background: #fff !important;
        color: #23527c !important;
        position: absolute; 
        top: 6px;
        padding: 0 !important; 
        width: auto !important;
        left:48%;
        right:60px
    }
        .show_cart:last-child {
            right: 48%;
            left: 60px
        }

        .main-nav > ul > li {
            display: block;
            margin-right: 0
        }

    .main-nav li > i {
        display: block;
        width: 42px;
        height: 41px;
        float: right;
        background: rgba(255,255,255,.1);
        text-align: center;
        line-height: 41px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    .main-nav ul ul {
        position: static;
        padding: 0px;
        opacity: 1;
        pointer-events: all;
        margin-top: 0px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .main-nav > ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        background: rgba(0,0,0,0.8);
        display: none;
    }

        .main-nav > ul ul {
            background: rgba(0,0,0,0.3);
            display: none;
        }

    .main-nav ul a {
        color: #fff;
        padding: 9px 15px 9px 20px;
        text-transform: none;
        font-size: 16px;
        line-height: 1.4;
        border-top: solid 1px rgba(255,255,255,.4);
        font-weight: normal;
    }

    .main-nav ul ul a {
        background: none;
        border: none;
        padding: 9px 15px 9px 40px;
        border-top: solid 1px rgba(255,255,255,.4);
    }

    .main-nav ul ul ul a {
        background: none;
        padding: 9px 15px 9px 60px;
    }
}

@media all and (max-width: 767px) {
    .carousel-caption h3 {
        font-size: 24px
    }

    .carousel-caption h2 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-caption {
        top: auto;
        padding: 0;
        bottom: 20px;
        left: 40px;
        right: 40px;
        max-width: none;
        width: auto
    }

    .slider-arrow {
        width: 26px;
        margin-top: -11px;
    }

        .slider-arrow.next {
            right: 6px;
        }

        .slider-arrow.prev {
            left: 6px;
        }

    .showroom .item {
        margin-bottom: 30px;
    }

        .showroom .item label {
            font-size: 32px;
            margin: 5px 0;
        }

    .md-title {
        font-size: 30px;
    }

    .h-why .title {
        font-size: 30px;
        padding-left: 15px;
        text-align: left;
    }

    .h-why li .img {
        width: 70px;
        height: 70px;
        padding: 3px;
        line-height: 64px
    }

        .h-why li .img img {
            max-width: 70%;
            max-height: 70%;
        }

    .h-why li {
        padding-right: 85px;
        min-height: 70px;
        margin-bottom: 30px;
    }

    #map {
        height: 450px;
    }

    .spe-pro {
        height: auto;
        padding-top: 60%;
    }

        .spe-pro .img {
            height: auto !important;
        }

            .spe-pro .img img {
                max-width: 100%; /*max-height: 80%;*/
            }

        .spe-pro:hover .img {
            top: 0;
            bottom: 0;
        }

        .spe-pro h3 {
            font-size: 15px;
            bottom: 6px;
        }
    /*.spe-pro:hover h3 {margin-bottom: -48px;}*/
    .mobile-menu .top-account {
        font-size: 12px
    }

    .mobile-menu .language {
        margin-left: 50px;
    }

    .h-about .title {
        margin-top: 20px;
        font-size: 21px;
        padding-left: 11px
    }

    .show-on-map h3 {
        font-size: 16px;
    }
    /*#map > div{pointer-events: all;}*/
}

@media all and (max-width: 480px) {
    .mobile-menu .language {
        margin-left: 10px;
    }

    .language {
        right: 15%;
    }

    .top-account {
        left: 22%;
    }

    .container > .row {
        margin: 0
    }

    .col-xs-6 {
        width: 100%
    }

    .allgioithieu .owlgioithieu .item a {
        padding: 10px 15px
    }
}

.post {
    line-height: 1.7;
}

h1.entry-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.entry-meta {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 13px;
}

.post p {
    margin-bottom: 15px !important;
}

.share {
    position: fixed;
    bottom: 20px;
    width: 45px;
    left: 5px;
    z-index: 999;
}

.share_facebook1 {
   /* background: url(../images/fb_01.png) center center no-repeat;*/
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    cursor: pointer;
    margin-bottom: 5px;
}
    .share_facebook1 a, .share_zalo1 a{
        display: block
    }
    .share_zalo1 {
        width: 40px;
        height: 40px;
        display: inline-block;
    }

.show_cart {
    display: block !important;
    float: right;
    width: 120px;
    background: #23527c;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 5px
}

.fa-shopping-cart {
    display: none
}

/* Popup container */
.bgtran {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #777;
    opacity: 0.5;
    z-index: 9998;
}

.popup {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    max-width: 80%;
    background-color: #fff;
    color: #333;
    border: solid 1px #23527c;
    line-height: 200%;
    overflow: hidden;
    box-sizing: content-box
}

    .popup label {
        display: inline-block;
        width: 80px;
        font-weight: bold
    }

    .popup .pop_head {
        text-align: center;
        padding: 5px 10px;
        border-bottom: solid 1px #23527c;
        font-weight: bold;
        background-color: #009bff;
        color: #fff;
        text-transform: uppercase;
    }

    .popup .pop_ct {
        padding: 10px;
    }

    .popup .pop_bot {
        text-align: right;
        padding: 5px 10px;
        border-top: solid 1px #23527c;
    }

    .popup input[type=button] {
        margin-left: 10px;
        min-width: 65px;
    }

#btnSendOrder {
    background-color: #23527c;
    color: #fff;
    border: solid 1px #23527c;
}

#btnCancelOrder {
    border: solid 1px #ccc
}

#pqtt {
    width: 75px !important
}

.img_thum {
    border: solid 1px #dfdfdf;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding-bottom: 66%;
    display: block;
    box-sizing: border-box;
    position: relative;
}

    .img_thum span {
        display: block;
        padding: 0;
        text-align: center;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .img_thum img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

#content .col-sm-6:nth-child(2n+1) {
    clear: both;
}

.news-info {
    margin-bottom: 25px;
}

.tb-data th {
    padding: 5px;
    border-bottom: solid 1px #777
}

.tb-data tbody tr {
    background-color: #fff
}

    .tb-data tbody tr:nth-child(2n+1) {
        background-color: #f9f9f9
    }

.tb-data td {
    padding: 5px;
}

.account-sidebar {
    border: solid 1px #009bff;
    line-height: 200%
}

    .account-sidebar h2 {
        background-color: #009bff;
        color: #fff;
        padding: 20px;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .account-sidebar h3 {
        font-weight: bold;
        line-height: 2.2;
        font-size: 16px
    }

.account-panel {
    padding: 20px
}

.account-content h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 30px;
}

.account-content label {
    display: block
}

.account-content .form-row {
    margin-bottom: 20px
}

    .account-content .form-row input {
        padding: 5px;
        line-height: 27px;
        width: 500px;
        max-width: 100%;
        box-sizing: border-box
    }
    .account-content .form-row input[type="checkbox"] { 
        width: 20px; 
    }
.infoss {
    font-style: italic;
    color: red;
    margin: 20px 0
}
.spfcheck{display:inline-block}
.account-content a{color:#38f;}
.lg-or-rg {margin-top:25px}