/* ==== Google font ==== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('css/font-awesome.css');
/* ==== overwrite bootstrap standard ==== */

@import url('css/overwrite.css');
@import url('css/animate.css');

body {
    font-size: 12px;
    overflow-x: hidden;
    color: #333
}

a:focus {
    outline: none;
    border-width: 0;
}

a {
    outline: none;
    color: #354B9C
}

a:hover {
    text-decoration: none
}

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

.skew-x--30 {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.skew-x-30 {
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    display: block;
}

#slick-slider {
    width: 100%;
    margin: auto
}

.my-title {
    font-family: 'UTM HelvetIns';
}

@media screen and (max-width:767px) {
    body {
        margin-top: 50px !important
    }

    #slick-slider {
        width: 90%;
        margin: auto
    }
}

/* Small devices (tablets, 768px and up) */

@media screen and (min-width: 768px) {
    #slick-slider {
        width: 90%;
        margin: auto
    }
}

/* Medium devices (desktops, 992px and up) */

@media screen and (min-width: 992px) {
    .container {
        width: 100%
    }

    #slick-slider {
        width: 100%;
        margin: auto
    }
}

/* Large devices (large desktops, 1200px and up) */

@media screen and (min-width: 1200px) {
    .container {
        width: 1280px
    }

    #slick-slider {
        width: 100%;
        margin: auto
    }
}

/*===========================
  Menu and Navigation
============================ */

.navigation {
    font-family: 'arial';
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

.navigation::after {
    clear: both
}

.logo {
    float: left;
}

.header-desktop .logo {
    width: 17%;
    padding: 36px 15px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
}

.menu-div {
    float: right;
    width: 80%;
}

.search-div {
    float: right;
    min-height: 47px;
}

.main-menu {
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
}

.menu {
    text-transform: uppercase;
    font-weight: 600;
}

.menu .active {
    background-color: transparent;
    color: #333;
}

.menu .nav-tabs {
    border-bottom-width: 0;
}

.main-menu>.nav {
    display: table;
    width: 100%;
}

.main-menu>.nav>li {
    display: table-cell;
    float: none;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.menu ul.nav-tabs>li {
    color: #000;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    padding: 0;
    position: relative;
}

.main-menu>.nav>li>a {
    line-height: 55px;
    display: block;
    border-width: 0;
}

.menu .nav-tabs>li>a {
    border-radius: 0;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: relative;
}

.menu .nav-tabs>li>a:after {
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #cac9c9;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.menu .nav-tabs>li:last-child>a:after {
    content: none;
}

.menu .nav-tabs>li:hover>a {
    color: #333;
    background-color: transparent;
}

/*.nav-tabs>li>a:hover {
    border-width: 0;
    padding: 0;
}*/

.menu .nav-tabs>li>div.pd-menu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s linear;
    overflow: hidden;
    padding-top: 10px;
}

.menu .nav-tabs>li>div.pd-menu>ul {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    overflow: hidden
}

.menu .nav-tabs>li:hover>div.pd-menu {
    visibility: visible;
    opacity: 1
}

.menu .nav-tabs>li>div.pd-menu>ul>li {
    width: 250px;
    float: left;
    padding: 5px
}

.menu .nav-tabs>li>div.pd-menu>ul>li:nth-child(3n+1) {
    border-right: 1px solid #ccc;
}

.menu .nav-tabs>li>div.pd-menu>ul>li:nth-child(3n+2) {
    padding-right: 0px
}

.menu .nav-tabs>li>div.pd-menu>ul>li:nth-child(3n+3) {
    padding-left: 0px
}

.menu .nav-tabs>li>div.pd-menu>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu .nav-tabs>li>div.pd-menu>ul>li>ul>li {
    position: relative
}

.menu .nav-tabs>li>div.pd-menu>ul>li>ul>li:hover::after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ccc;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.menu .nav-tabs>li>div.pd-menu>ul>li>ul>li.current::after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ccc;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.menu .nav-tabs>li>div.pd-menu>ul>li>ul>li>a {
    display: block;
    color: #333;
    font-weight: normal;
    text-transform: none;
    padding: 10px
}

.menu .nav-tabs>li>div.pd-menu>ul>li>ul>li:hover>a {
    color: #f00;
    text-decoration: underline
}

.sub-menu-show {
    overflow-y: hidden;
    position: relative
}

.sub-menu-show div {
    position: absolute;
    background: #ccc;
    width: 240px;
    border-radius: 5px;
}

.sub-menu-show div a {
    display: block;
    color: #000;
    padding: 10px;
    font-weight: normal;
    text-transform: none
}

.sub-menu-show div a:hover {
    color: #f00;
    text-decoration: underline;
}

/*
//Big menu
.menu .nav-tabs>li>ul>img{
    opacity:0.5;position:absolute;right:0px;bottom:0px
}
.menu .nav-tabs>li>ul>li{
    width:200px;float:left;margin-bottom:20px;margin-right:60px
}
.menu .nav-tabs>li>ul>li>a{
    display:block;border-bottom:1px dashed #ccc;padding-bottom:5px;color:#f00;
}
.menu .nav-tabs>li>ul>li>ul{
    list-style:none;padding:0;border-top:1px dashed #ccc;margin-top:2px
}
.menu .nav-tabs>li>ul>li>ul>li{
    margin-top:5px;
    margin-bottom:5px;
    border-bottom:1px solid #ccc
}
.menu .nav-tabs>li>ul>li>ul>li>a{
    color:#333;font-weight:normal;text-transform:none;display:block;padding:7px 0px
}
.menu .nav-tabs>li>ul>li>ul>li>a:hover{
    color:#f00
}
//Big menu
*/

/*.menu .nav-tabs>li:hover>ul{
  visibility:visible;
  width: 250px;background:#fff;opacity:1
}*/

/*.menu .nav-tabs>li>ul>li{
  border-bottom: 1px solid #ccc;margin:0
}
.menu .nav-tabs>li>ul>li:last-child{
  border-bottom: none
}
.menu .nav-tabs>li>ul>li>a{display: block;padding:10px 10px;text-align: left;
color:#333
}
.menu .nav-tabs>li>ul>li>a:hover{
  color:#f00;transition: all 0.3s ease 0s;
}*/

/**/

/*.slider { margin:0px 0px 0px 0px !important}*/

.slider {
    margin: auto
}

.slick-slide {
    margin: 0px 20px;
    text-align: center
}

.slick-slide img {
    display: block;
    margin: auto
}

.slick-slide h3 {
    color: #fff;
    font-size: 11px;
    font-weight: lighter;
    text-transform: uppercase;
}

.flexslider {
    margin: 0px 0px 10px 0px !important
}

#carousel li {
    margin-right: 5px;
}

#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

#carousel img:hover {
    opacity: 1;
}

#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

/**/

.sp-title {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f00;
    color: #fff;
    padding: 5px 10px
}

.btn_lag {
    -moz-user-select: none;
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 14px 0 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn_lag .caret {
    display: none;
}

.dropdown_lag {
    background-color: transparent;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 7px;
}

.search_index {
    cursor: pointer;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}

/*Css for product menu*/

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 0px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 10px 10px 32px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c70f5+0,486ae7+50,4464d7+51,3f5bc2+100 */
    background: #0f7c77;
    /*    background: -moz-linear-gradient(top, #4c70f5 0%, #486ae7 50%, #4464d7 51%, #3f5bc2 100%);
    background: -webkit-linear-gradient(top, #4c70f5 0%, #486ae7 50%, #4464d7 51%, #3f5bc2 100%);
    background: linear-gradient(to bottom, #4c70f5 0%, #486ae7 50%, #4464d7 51%, #3f5bc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c70f5', endColorstr='#3f5bc2', GradientType=0);*/
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i img {
    width: 14px;
    height: 16px;
    margin-top: -3px
}

.accordion li i.fa-chevron-right {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.active .link,
.accordion li.active i {
    color: yellow;
}

.accordion li.open .link {
    color: yellow
}

.accordion li.open i {
    color: yellow;
}

.accordion li.open i.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    background: #5bccc7;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.submenu li {
    border-bottom: 1px solid #fff;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #354B9C;
    padding: 8px;
    padding-left: 22px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a::before {
    content: '\003e  '
}

.submenu a:hover {
    background: #ae222e;
    color: #FFF;
}

/*End css product menu*/

.img-video {
    width: 245px;
    height: 185px;
}

.menu_sub1 select {
    margin-bottom: 5px
}

.btn-search {
    display: inline-block;
    float: right;
    background: none;
    background-color: #000;
    border: none;
    font-size: 12px;
    padding: 5px 10px
}

.btn-search:after {
    clear: both
}

.add-to-cart {
    background: #00AE10;
    border-radius: 0;
    color: #00AE10;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
    border: 1px solid #ccc border-radius:0 !important
}

.add-to-cart:hover {
    background: #00AE10;
    border-radius: 0;
    color: #FFFFFF;
}

#myCarousel {
    height: 713px;
    position: relative;
    z-index: 5;
}

#myCarousel .item {
    height: 100%;
}

#myCarousel .carousel-inner {
    height: 100%;
    background: #000;
}

#myCarousel .item .carousel-caption {
    bottom: 300px;
}

#myCarousel .item .carousel-caption h2>span {
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    background-color: rgba(0, 12, 28, .7);
    border: solid 1px rgba(0, 1, 1, .77);
    line-height: 70px;
    padding-left: 50px;
    padding-right: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#myCarousel .item .carousel-caption h2>span span {
    display: block;
}

#myCarousel .item .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#myCarousel .item .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        -ms-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        -ms-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

#myCarousel .item .fadeInRight {
    -webkit-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#myCarousel .carousel-indicators {
    position: absolute;
    z-index: 15;
    padding-left: 0;
    text-align: right;
    list-style: none;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 34px;
}

#myCarousel .carousel-indicators li {
    border-color: #969595;
    width: 11px;
    height: 11px;
    margin: 0;
    margin-left: 4px;
}

#myCarousel .carousel-indicators .active {
    border-color: #fff;
    background-color: #ff0000;
}

.box {
    margin-top: 70px;
    text-align: center;
    background: #f9f9f9;
}

.box h4 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 50px;
}

.box i {
    color: #fff;
    border-radius: 50%;
    padding: 20px;
    background: #ED502E;
}

.box i:hover {
    color: #ED502E;
    background: #fff;
}

/*===========================
 Feature
============================ */

.features p {
    margin-bottom: 70px;
    color: #333;
}

.main-feature {}

.main-feature .media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-feature .media p {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
}

.main-feature .media i {
    border-radius: 50%;
    padding: 20px;
    background: #ED502E;
    color: #fff;
}

.main-feature .text-center {
    background: #354b9c none repeat scroll 0 0;
    padding: 32px;
}

.main-feature .text-center p {
    color: #fff;
}

/*===========================
    about-us
============================ */

.about-us {
    background: #f9f9f9;
    margin-top: -50px;
    padding-top: 90px;
    padding-bottom: 80px;
}

.about-us img {
    margin-top: 50px;
    border-radius: 20%;
    margin-bottom: 20px;
}

/*===========================
    services
============================ */

.services {
    background: #f9f9f9;
    margin-top: -50px;
    padding-top: 90px;
    padding-bottom: 50px;
}

.services img {
    margin-top: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.services-box i {
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 50%;
}

.services-box i.fa-rocket {
    background-color: #00abf0;
}

.services-box i.fa-cogs {
    background-color: #02FE7C;
}

.services-box i.fa-eye {
    background-color: #0077b5;
}

.services-box h4 {
    margin-bottom: 20px;
}

.skills {
    margin-top: 60px;
}

.skill {
    margin-top: 60px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.skill h2 {
    margin-bottom: 25px;
}

.progress-wrap {
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 50px;
    line-height: 20px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right;
}

.progress {
    position: relative;
}

.progress .bar-width {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -30px;
    border-radius: 2px;
    margin-left: -30px;
}

.progress span {
    position: relative;
}

.progress span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -15px;
    right: 8px;
}

.progress .color1 span:before {
    border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
    border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}

.services-skill {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

/*===========================
    blog
============================ */

#blog {
    margin-top: 50px;
}

.widget {
    margin-bottom: 60px;
    padding-left: 0;
}

.single_comments {
    margin-bottom: 20px;
}

.single_comments img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.single_comments p {
    margin-bottom: 0;
}

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog_category li {
    float: none;
    margin-bottom: 20px;
}

.blog_category li a {
    background: #f5f5f5;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    padding: 5px 15px;
}

.blog_category li a:hover {
    background: #ED502E;
    color: #fff;
}

.badge:before {
    border-color: transparent transparent transparent #ED502E;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: #ED502E;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.blog_archieve li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
    padding-top: 0;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}

ul.faq {
    list-style: none;
    margin: 0;
}

ul.faq li {
    margin-top: 30px;
}

ul.faq li:first-child {
    margin-top: 0;
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34495e;
    color: #fff;
    font-size: 24px;
}

ul.faq li>div {
    margin-left: 70px;
}

ul.faq li>div h3 {
    margin-top: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 45px;
}

.blog .blog-item .blog-content {
    padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
    margin-top: 0;
    font-size: 30px;
}

.readmore {
    margin-top: 0;
}

.blog .blog-item .blog-content h4 {
    color: #858586;
    margin-bottom: 40px;
    /* font-weight: 300 */
}

.blog .blog-item .blog-content p {
    font-size: 13px;
    color: #858586;
}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

.blog .blog-item .entry-meta>span {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

#publish_date {
    background: #ED502E;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta>span {
    color: #ccc;
}

.blog .blog-item .entry-meta>span a {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 300;
    color: #888;
}

ul.pagination>li>a {
    border: 1px solid #F1F1F1;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 14px;
}

ul.pagination>li>a i {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 14px;
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
    background-color: #ED502E !important;
    border-color: #ED502E !important;
    color: #fff;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
    background: #f5f5f5;
    color: #888;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
}

.tag-cloud li a:hover {
    background: #ED502E;
    color: #fff;
}

.sidebar-gallery li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
    border-radius: 4px;
    display: inline-block;
}

/*===========================
    portfolio
============================ */

.recent-work-wrap {
    position: relative;
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #fff;
}

.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #ED502E;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

#portfolio {
    margin-top: 50px;
    margin-bottom: 50px;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

.portfolio-filter>li {
    display: inline-block;
}

.portfolio-filter>li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 3px;
}

.portfolio-filter>li a:hover,
.portfolio-filter>li a.active {
    color: #fff;
    background: #ED502E;
    border: 1px solid #ED502E;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-items>li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item {
    margin: 0;
    padding: 0;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*===========================
    contact
============================ */

.contact {
    margin-top: 50px;
}

.contact-info {
    margin-top: 50px;
}

.contact-info p {
    color: #333;
}

.contact-info ul {
    color: #333;
    list-style: none;
    margin-left: -40px;
}

.contact-info ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-info i {
    color: #eb8984;
}

.contact-form {
    margin-bottom: 80px;
}

.form-group .form-control {
    padding: 7px 12px;
    border-color: #ddd;
    box-shadow: none;
}

textarea.form-control {
    box-shadow: none;
    border-color: #ddd;
    border-radius: 0;
}

/*===========================
    footer
============================ */

#footer {
    background-color: #323232;
    border-top: 3px solid #0f7c77;
    padding-top: 40px;
}

#footer .middle {
    padding-bottom: 40px;
}

#footer .middle .fanpage {
    float: right;
    width: 320px;
}

#footer .middle .logo-footer img {
    height: 70px;
}

#footer .middle .info-footer .contact-footer {
    padding-bottom: 27px;
    color: #fff;
    margin-top: 20px;
}

#footer .middle .list-footer-menu {
    margin-top: 15px;
}

#footer .middle .list-footer-menu .foot-menu h4 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

#footer .middle .list-footer-menu .foot-menu ul,
#footer .middle .list-footer-menu .foot-menu li {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 1.3rem;
}

#footer .middle .list-footer-menu .foot-menu li {
    margin-bottom: 3px;
}

#footer .middle .list-footer-menu .foot-menu li:last-child {
    margin-bottom: 0;
}

#footer .middle .list-footer-menu .foot-menu ul li a {
    color: #939393;
}

#footer .middle .list-footer-menu .foot-menu ul li a:hover {
    color: #0f7c77;
}

#footer .bottom {
    background-color: #272727;
    padding: 20px 0;
}

#footer .bottom .container {
    position: relative;
}

#footer .bottom .copyright {
    color: #999;
    font-size: 12px;
    text-align: center;
}

#footer .bottom .copyright>div>p {
    margin-bottom: 0;
}

#footer .bottom .copyright>div>p:first-child {
    margin-bottom: 10px;
}

#footer .bottom .copyright a {
    color: #999;
    text-decoration: underline;
}

#footer .bottom .copyright a.license {
    display: block;
    margin-top: 15px;
}

#footer .bottom .social {
    list-style: none;
    padding: 0;
    margin: 15px auto 0;
    display: none;
    width: 23%;
    float: left;
}

#footer .bottom .social li {
    font-size: 20px;
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#footer .bottom .social li:last-child {
    margin-right: 0;
}

#footer .bottom .social li a {
    color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 44px;
    border: 2px solid #999;
    display: block;
    text-align: center;
}

#footer .bottom .social li a:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

#footer .bottom .social li a i {
    line-height: 40px;
}

ul.social-network {
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
    display: inline;
    font-size: 14px;
    margin-right: 10px;
}

ul.social-network li a {
    color: #d0d0d0;
    padding: 5px 10px;
    background: #000;
    border-radius: 50%;
}

.social-network li:hover .fa-twitter {
    color: #00abf0;
}

.social-network li:hover .fa-facebook {
    color: #39579a;
}

.social-network li:hover .fa-google-plus {
    color: #eb8984;
}

.social-network li:hover .fa-pinterest {
    color: #c9171e;
}

.social-network li:hover .fa-linkedin {
    color: #0077b5;
}

.footer h3 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 16px;
}

.footer ul {
    text-decoration: none;
    list-style: none;
    margin-left: -40px;
    font-size: 13px;
}

.footer ul li:hover {
    color: #ED502E;
    cursor: pointer;
}

.sub-footer a {
    color: #9b9a9a;
    font-size: 13px;
}

.sub-footer a:hover {
    color: #ED502E;
}

.sub-footer {
    background: #d4d4d4 none repeat scroll 0 0;
    color: #9b9a9a;
    padding: 15px 0 5px;
}

.sub-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-footer ul>li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}

a.scrollup {
    border-radius: 9px;
    bottom: 75px;
    color: #fff;
    font-size: 12px;
    height: 69px;
    line-height: 30px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 72px;
    z-index: 999;
}

a.scrollup:hover {
    opacity: 1;
    background: #ed3237 none repeat scroll 0 0;
    color: #fff;
}

.bk_danhmuc {
    background: #f7f7f7 url("/file/self/bg-danh-muc.png") no-repeat scroll 50% 50% / cover !important;
    margin: 0 !important;
    padding: 42px 41px 15px 20px !important;
    text-transform: uppercase;
}

.muangay {
    background: rgba(0, 0, 0, 0) url("/file/self/muangay.png") no-repeat scroll 50% 50% / cover !important;
    margin: 0 !important;
}

.bk_hethonghanphoi {
    background: rgba(0, 0, 0, 0) url("/file/self/bg-he-thong-phan-phoi-1.png") no-repeat scroll 50% 50% / cover !important;
    height: 166px;
    text-align: center;
    margin-top: -24px;
    margin-bottom: 30px;
    padding: 7px;
    text-transform: uppercase;
}

.bk_hethonghanphoi>div {
    padding: 10px;
}

.bk_lienhe {
    background: #f1f1f1 url("/file/self/bk_lienhe.png") no-repeat scroll 50% 50% / cover !important;
    height: 125px;
    margin-top: -24px;
    text-align: center;
    padding: 0px;
    text-transform: uppercase
}

.bk_lienhe>div {
    padding: 10px;
}

.bk_lienhe2 {
    background: white url("/file/self/bk_lienhe2.png") no-repeat scroll 50% 50% / cover !important;
    height: 65px;
    margin-top: 0;
    text-align: center;
}

.bk_danhmuc1 {
    background: rgba(0, 0, 0, 0) url("/file/self/bg-danh-muc1.png") no-repeat scroll 50% 50% / cover !important;
    padding: 1px !important;
    height: 133px;
}

.bk_footer1 {
    background: rgba(0, 0, 0, 0) url("/file/self/bg-footer-tren.png") no-repeat scroll 50% 50% / cover !important;
    padding: 20px !important;
}

.bk_footer1_xam {
    background: #F7F7F7 url("/file/self/bg-footer-tren.png") no-repeat scroll 50% 50% / cover !important;
    padding: 20px !important;
}

.bk_baoHanh1 {
    background: rgba(0, 0, 0, 0) url("/file/self/bk_baoHanh1.png") no-repeat scroll 50% 50% / cover !important;
    height: 150px;
    text-align: center;
    margin-top: -20px;
    text-transform: uppercase
}

.bk_baoHanh1>div {
    padding: 10px;
}

.gioithieu_1 {
    background: transparent url("/file/self/bk_baoHanh1.png") no-repeat scroll 50% 50% / cover !important;
    height: 125px;
    margin-bottom: 25px;
    margin-top: -20px;
    text-align: center;
    padding: 13px;
}

.gioithieu_2 {
    margin-top: -44px;
    height: 150px;
    padding: 24px;
    text-transform: uppercase;
}

.bk_video {
    background: white url("/file/self/bk_video.png") no-repeat scroll 50% 50% / cover !important;
    height: 107px;
    margin-bottom: 0;
    margin-top: -23px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.bk_video>div {
    padding: 10px;
}

.bk_baoHanh1 .bk_tintuc {
    background: rgba(0, 0, 0, 0) url("/file/self/bk_tintuc_new.png") no-repeat scroll 50% 50% / cover !important;
    height: 93px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.bk_tintuc>div {
    padding: 4px;
}

.bk_HoTro {
    background: rgba(0, 0, 0, 0) url("/file/self/bk_htro.png") no-repeat scroll 50% 50% / cover !important;
    height: 105px;
    margin-bottom: 45px;
    margin-top: -24px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.bk_HoTro>div {
    padding: 10px;
}

.bk_HoTro h3 {
    margin-top: 10px;
}

.bk_sp {
    background: #f7f7f7 url("/file/self/bk_sp.png") no-repeat scroll 50% 50% / cover !important;
    height: 102px;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
}

.bk_sp1 {
    background: #f7f7f7 url("/file/self/bk_sp.png") no-repeat scroll 50% 50% / cover !important;
    height: 102px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.bk_sp>div {
    padding: 2px;
}

.item_dm h3 a {
    color: white;
    font-size: 11px;
    font-weight: lighter;
    text-transform: uppercase;
}

.item_dm div {
    height: 85px;
}

.item_dm h3 {
    height: 50px;
}

.hr_title {
    border-color: #6e6e6e;
    border-width: 1px;
    margin: 10px 0 15px;
}

.hr_title_fotter {
    border-color: #d0d0d0;
    border-width: 1px;
    margin: 10px 0 15px;
}

.white {
    color: white !important;
}

li {
    color: #354b9c;
}

.tp_ {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.chinhanh {
    font-weight: bold;
    color: black;
}

.email_footer {
    color: #354b9c;
}

.icss {
    display: block;
    height: 29px;
    width: 29px;
}

.icon-fb {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-fb.png");
}

.icon-twitter {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-twitter.png");
}

.icon-rss {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-rss.png");
}

.icon-g {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-g.png");
}

.icon-pinterest {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-pinterest.png");
}

.icon-like {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-like.png");
}

.redmeko {
    color: #ed3237;
}

.list_star {
    list-style: none;
    padding: 0px;
}

.list_star li:before {
    content: '\2A';
    margin: 0 1em;
    /* any design */
}

.list_star li {
    color: #888888;
}

.TimKiemCn>span {
    float: left;
    margin: 0 5px 0 0;
}

.btcn {
    background: #a8a8a8 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding-bottom: 6px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px !important;
    text-transform: uppercase;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #555;
    display: block;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 5px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 268px;
}

.bk_white {
    background: white;
}

.hethongPhanPhoi_content {
    padding-top: 15px;
}

.listPhanPhoi {
    list-style-image: url("/file/self/logo-nho-xiu.png");
    padding-left: 5px;
}

.listPhanPhoi>li {
    line-height: 29px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .logo {
        width: 135px;
    }
}

.TileBaoHanh {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

.list_row {
    margin: 0 0 20px;
}

.item_sp div {
    position: relative
}

.item_sp p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #333;
    font-weight: bold;
    transition: all 0.5s ease 0;
    text-align: center
}

.item_sp span {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: block
}

.item_sp:hover p {
    color: #f00;
}

.item_sp .attention {
    position: absolute;
    top: 5px;
    right: 10px
}

.ghichu {
    color: #737373;
    font-size: 14px;
    font-style: italic;
}

.list_gioithieu {
    border-bottom: 1px solid #dddfdd;
    padding: 20px 0;
}

.list_gioithieu:last-child {
    border-bottom: none;
}

.list_gioithieu p {}

.list_gioithieu span {
    display: block;
    margin-top: 10px;
}

.list_gioithieu span a {
    font-weight: bold
}

.tilte_phanphoi {
    display: block;
    font-weight: bold;
    padding: 0px 0px 10px 0;
    text-align: justify;
    text-transform: uppercase;
}

.titleblock_red {
    background: #ed3237 none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 1px 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.hotroitem {
    padding: 0px;
}

.hotroitem li:before {
    margin: 0 1em;
    /* any design */
}

.hotroitem li {
    color: #151515;
    margin: 4px 0 4px 12px;
    text-align: justify;
}

.titleblock_red:hover {
    color: white !important;
}

.ghichu1 {
    color: black;
    font-size: 14px;
    font-style: normal;
    padding: 10px;
    text-align: center;
}

.contact-form input {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    height: 35px;
}

.contact-form textarea {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

.title_tintuc {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
}

.title_tintuc_min {
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0;
    text-align: justify;
}

.tilte_hot {
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    padding: 20px 0;
    text-transform: uppercase;
}

.listvideo {
    padding: 30px 0 0;
}

.bk_player {
    background: rgba(0, 0, 0, 0) url("/file/self/player.png") no-repeat scroll 50% 50% / cover !important;
    border-radius: 4px;
    bottom: 40px;
    display: block;
    height: 32px;
    left: 21px;
    position: absolute;
    width: 32px;
}

.player_content {
    background: #ededed none repeat scroll 0 0;
    padding: 35px 0;
}

.titleblock_blue {
    background: #0f7c77 none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.img_full {
    width: 100%;
}

.lstspsub {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px;
}

.title_sp {
    color: #131313;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn.btn-default.xemthem {
    background: #d7d7d7 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 14px;
    margin: 0 auto;
    text-transform: none;
}

.panel {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.sp_khac {
    background: #cfcfcf none repeat scroll 0 0;
    color: black;
    display: block;
    font-size: 14px;
    margin: 15px 0;
    padding: 5px 10px;
}

.tensp {
    color: #354b9c;
    font-size: 19px;
    margin-top: 0px
}

.giasp {
    color: #ed3237;
    font-size: 18px;
}

.sptin {
    background: #cfcfcf none repeat scroll 0 0;
    color: black;
    font-size: 14px;
    padding: 5px;
}

.dropbtn {
    background-color: #4f6ace;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    max-width: 360px !important;
    padding: 10px 10px 30px;
    text-transform: uppercase;
    /*margin-left: 15px;*/
}

.ind-title {
    color: #333
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    background-color: #4f6ace;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: block;
    position: absolute;
    min-width: 250px;
    list-style: none;
}

.dropdown-content li {
    border-bottom: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    background-color: #fbfbfb;
}

.dropdown-1 {
    padding-top: 100px;
    width: 20%;
}

.dropdown-content-1 {
    border: 1px solid #a1a1a1;
    width: 30%;
    min-width: 250px;
    padding-bottom: 40px;
}

/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    display: block;
    float: left;
    list-style: outside none none;
    padding: 10px 0;
    text-decoration: none;
}

/* Change color of dropdown links on hover */

.dropdown-content li :hover {
    background-color: #f1f1f1;
    color: #354b9c;
}

/* Show the dropdown menu on hover */

.dropdown-content:hover .glyphicon {
    color: #354b9c;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #4f6ace;
}

.caret-1 {
    float: right;
    padding-right: 0px;
}

.caret-2 {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-tin-con.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}

.dropbtn .tintuc.active .caret-2 {
    background: rgba(0, 0, 0, 0) url("/file/self/icon-tin-con_active.png") no-repeat scroll 0 0;
}

#ind-product {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40% 100%;
}

#ind-product .col-left .my-title {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 6px;
    margin-top: 55px;
    text-align: center;
    color: #eb0303;
}

#ind-product .col-left .inner .sum {
    text-align: center;
    margin-top: 40px;
}

#ind-product .readmore {
    text-align: center;
    width: 165px;
    font-size: 20px;
    line-height: 50px;
    background-color: #e90000;
    color: #fff;
    margin: 0;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}

#ind-product .readmore a {
    display: block;
    color: #fff;
}

#ind-product .product-list {
    padding: 40px 0;
}

#ind-product .product-list .item {
    margin-bottom: 30px;
}

#ind-product .product-list .item h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    height: 35px;
}

#ind-product .product-list .item p {
    text-align: center;
    font-size: 12px;
    color: #686868;
    height: 33px;
}

#ind-partner {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 45% 100%;
    padding-top: 35px;
    padding-bottom: 80px;
}

#ind-partner .my-title {
    font-size: 60px;
    color: #eb0303;
}

#ind-partner .partner-list {
    margin-top: 50px;
}

#ind-partner .partner-list .item {
    margin-bottom: 30px;
}

#ind-project {
    background-size: cover;
    background-position: center center;
    padding: 55px 0 85px;
}

#ind-project .my-title,
#ind-news .my-title {
    text-align: center;
    max-width: 200px;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
    background-color: #e90000;
    color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
}

#ind-project a img {
    border: 5px solid #fff;
}

#ind-project .sum {
    max-width: 1000px;
    color: #d5d5d5;
    margin: 18px auto 0;
    text-align: center;
}

#ind-project .project-list {
    margin-top: 55px;
}

#ind-project .project-list a h4 {
    color: #fff;
}

#ind-project .project-list p {
    color: #e0e0e0;
}

#ind-project .readmore,
#ind-news .readmore {
    text-align: center;
    width: 165px;
    font-size: 20px;
    line-height: 50px;
    background-color: #e90000;
    color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .33);
    margin-top: 45px;
}

#ind-project .readmore a,
#ind-news .readmore a {
    display: block;
    color: #fff;
}

#ind-news {
    background-size: cover;
    background-position: center center;
    padding: 55px 0 85px;
}

#ind-news .sum {
    max-width: 1000px;
    color: #d5d5d5;
    margin: 18px auto 0;
    text-align: center;
}

#ind-news .news-list {
    margin-top: 55px;
}

#ind-news .news-list a h4 {
    color: #fff;
    height: 58px;
    overflow: hidden;
}

#ind-news .news-list p {
    color: #e0e0e0;
    height: 51px;
    overflow: hidden;
}

.title {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 11px;
}

.title a:hover {
    color: white;
}

.glyphicon {
    top: 10px;
    padding-left: 30px;
}

.glyphicon-menu-right {
    float: right;
    padding-right: 10px;
    top: -30px;
}

.thanh-pho,
.quan-huyen {
    margin: 5px 15px;
    padding: 5px;
    width: 85%;
}

.thanh-pho,
.quan-huyen option {
    color: black;
    font-size: 12px;
    width: 85%;
    padding: 8px;
}

.tim {
    background: #a8a8a8 none repeat scroll 0 0;
    border: 1px solid #9a9a9a;
    color: background;
    float: right;
    font-size: 13px;
    margin-right: 21px;
    padding: 1px 11px;
}

.icon_menu {
    color: background;
    display: block;
    float: left;
    padding: 0 12px 0 8px;
}

.icon_menu i {
    font-size: 14px;
}

.icon_menu.right {
    float: right;
    padding: 0;
}

.icon_menu.right i {
    color: #bdbdbd;
    font-size: 23px;
}

.dropbtn.menu_sub {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
}

.dropbtn.menu_sub {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding-bottom: 8px !important;
}

.thanh-pho>option {
    width: 91%;
}

.dropbtn.menu_sub {
    padding-bottom: 30px;
    text-transform: capitalize;
}

.dropbtn.menu_sub1 {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding-bottom: 35px !important;
}

.tracuu_red_bk {
    background: rgba(0, 0, 0, 0) url("/file/self/tracuu_red_bk.png") no-repeat scroll 0 0 / cover !important;
    border-radius: 11px;
    height: 56px;
    /*  margin: 0 !important;   */
    margin-left: 30px;
}

.tracuu_red_bk a {
    color: white;
    display: block;
    font-weight: bold;
    padding: 10px 10px 15px 45px;
    text-align: center;
}

.dropbtn.menu_sub.gioithieu {
    border-bottom: medium none;
    border-top: 1px solid #ccc;
    padding-left: 0px;
    width: 103%;
}

.dropbtn.menu_sub.gioithieu:last-child {
    border-bottom: 1px solid #ccc;
    padding-left: 0px;
    width: 103%;
}

.dropbtn.menu_sub.gioithieu.active {
    background: #f0f0f0;
}

.dropbtn.menu_sub.gioithieu>a {
    color: #636363;
    font-weight: bold;
}

.btn.btn-info.xemthem {
    float: right;
    font-size: 12px;
    padding: 2px 5px;
    display: none;
}

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.accordion-toggle.collapsed {
    color: white;
    font-weight: bold;
}

.accordion_sp_link {
    color: white;
}

.accordion_sp_link>img {
    margin-top: -4px;
    margin-right: 5px
}

.accordion_sp {
    background-image: url("/file/self/bk_blue_menu.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #ccc;
    padding: 6px 10px;
}

.accordion_sp.active {
    background-image: url("/file/self/bk_blue_menu.png");
    background-repeat: repeat-x;
    border-bottom: medium none;
}

.accordion_sp:hover {
    background-image: url("/file/self/bk_blue_menu.png");
    background-repeat: repeat-x;
    border-bottom: medium none;
}

.accordion_sp:hover .accordion_sp_link {
    color: white;
}

.accordion_sp_link:after {
    color: transparent;
}

.accordion_sp_link {
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}

.accordion_sp_link:hover {
    color: white;
}

.accordion-inner {
    background: #c5cdff none repeat scroll 0 0;
    padding: 10px;
}

.accordion_sp_link_inner {}

.dropbtn.tintuc {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fdfdfd none repeat scroll 0 0;
    border-color: #dedede;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #707070;
}

.dropbtn.tintuc:last-child {
    border-bottom: 1px solid #ccc;
}

.dropbtn.tintuc:hover,
.dropbtn.tintuc.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3a3a+0,f73131+50,f32b2b+51,e41717+100 */
    background: #ff3a3a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3a3a 0%, #f73131 50%, #f32b2b 51%, #e41717 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3a3a 0%, #f73131 50%, #f32b2b 51%, #e41717 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3a3a 0%, #f73131 50%, #f32b2b 51%, #e41717 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3a', endColorstr='#e41717', GradientType=0);
    /* IE6-9 */
    color: #fff;
}

.dropbtn.tintuc a {
    color: #767676
}

.dropbtn.tintuc:hover a,
.dropbtn.tintuc.active a {
    color: #fff
}

.slide_Sp {
    padding: 20px;
}

.ds_spKhac .bx-wrapper .bx-prev {
    left: 0px;
}

.ds_spKhac .bx-wrapper .bx-next {
    right: 0px;
}

.menu_sub>a {
    color: #6c6c6c;
}

.menu_sub>a.active {
    color: red;
    font-weight: bold;
}

.menu_sub>a:hover {
    color: #354B9C !important;
    font-weight: bold;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.bk_tintuc {
    background: rgba(0, 0, 0, 0) url("/file/self/bk_tt_new.png") no-repeat scroll 50% 50% / cover !important;
    margin-bottom: 25px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0px !important;
    padding: 5px !important;
    text-transform: uppercase;
    text-align: center;
    height: 100px;
}

.bk_tintuc_index {
    background: #f7f7f7 url("/file/self/bk_tintuc_index.png") no-repeat scroll 50% 50% / cover !important;
    height: 70px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    text-align: center;
}

.paginate {
    text-align: center;
}

.paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.paginate li {
    display: inline;
}

.paginate a {
    background: white none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    color: black;
    display: inline-block;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    font-size: smaller;
    margin: 1px 2px;
    padding: 5px 14px;
    text-decoration: none;
}

.paginate a:first-child,
.paginate a.first {
    margin-left: 0;
}

.paginate a:last-child,
.paginate a.last {
    margin-right: 0;
}

.paginate a:hover,
.paginate a:focus {
    background-color: red;
    border: 1px solid red;
    color: white;
}

.paginate a.more {
    box-shadow: 0 0 0 0 transparent;
    border: 0 none;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
}

.paginate a.active {
    background-color: red;
    border: 1px solid red;
    color: white;
}

.paginate-dark a {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
    border-top: 1px solid #62686d;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
    color: #fff;
    background-color: #4e5458;
    background-image: linear-gradient(top, #575e63, #3f4347);
}

.paginate-dark a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: linear-gradient(top, #303338, #2d3034);
}

.menu_hotro {
    background-image: url("/file/self/bk_header.png");
    background-repeat: repeat-x;
    border-bottom: medium none;
}

.menu_hotro .accordion_sp_link {
    color: #3f4347;
}

.icon_menu_left {
    color: background;
    display: block;
    float: left;
    padding: 0 5px;
    text-align: center;
    width: 31px;
}

.menu_hotro.active {
    background-image: url("/file/self/bk_blue_menu.png");
    background-repeat: repeat-x;
    border-bottom: medium none;
}

.menu_hotro:hover {
    background-image: url("/file/self/bk_blue_menu.png");
    background-repeat: repeat-x;
    border-bottom: medium none;
}

.menu_hotro:hover {
    background-image: url("/file/self/bk_blue_menu.png");
    background-repeat: repeat-x;
    border-bottom: medium none;
}

.menu_hotro:hover .accordion_sp_link {
    color: white;
}

.menu_hotro.active .accordion_sp_link {
    color: white;
}

.left20 {
    padding-left: 62px;
    text-align: left;
}

.titleVideo {
    color: #51513b;
    display: block;
    padding: 10px 0 0;
}

.lienhe_content {
    padding: 20px 0px;
}

.TileBaoHanh_big {
    font-size: 16px;
}

.title_index {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0;
    text-align: justify;
    text-transform: uppercase;
}

.padding2 {
    padding: 2px;
}

.padding10 {
    padding: 10px;
}

.padding10_min {
    padding: 0px;
}

.padding0 {
    padding: 4px;
}

.tintuc_listHome {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-top: 25px;
    padding-bottom: 25px
}

.tintuc_listHome h3 {
    text-transform: uppercase;
    font-size: 27px
}

.bk_footer_index {
    background: #f7f7f7 url("/file/self/bg-footer-tren.png") no-repeat scroll 50% 50% / cover !important;
    padding: 20px !important;
}

.gt_content {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: -61px;
    padding: 40px 40px 10px;
}

.gt_content_in {
    background: white none repeat scroll 0 0;
    border-radius: 6px;
    padding: 20px 0;
    /*margin-top: -61px;*/
}

.ind_news h4 {
    font-size: 16px;
    font-weight: bold
}

.ind_news .for-img {
    display: block;
    height: 146px;
    overflow-y: hidden;
}

.ind_news p {
    color: #777
}

.listNews {
    list-style: disc;
    margin: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    padding-left: 10px !important
}

.listNews li {
    padding: 0 !important;
    margin-bottom: 5px !important
}

.listNews a {
    padding: 0 !important
}

.dropbtn.menu_sub.gioithieu.active>a {
    color: #354B9C;
    list-style-position: inside;
}

.muahangonline {
    background: #f7f7f7 url("/file/self/muahangbk.png") no-repeat scroll 50% 50% / cover !important;
    border-radius: 5px;
    font-size: 15px;
    margin: 20px 0;
    padding: 9px 16px 5px;
}

.muahangonline a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.muahangonline a>span {
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}

.giaban {
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.chitietsp>.panel-heading {
    padding: 0px;
}

.chitietsp>.panel-heading a {
    padding: 10px 20px;
}

.chitietsp>.panel-heading .nav-tabs {
    background: #dcdcdc
}

.chitietsp>.panel-heading .nav-tabs li {
    border-left: 1px solid white;
    float: left;
}

.chitietsp>.panel-heading .nav-tabs li:hover a {
    border-radius: 0
}

.chitietsp>.panel-heading .nav-tabs li:first-child {
    border-left: none;
}

.chitietsp>.panel-heading .nav-tabs li.active a {
    background: #7C7C7C;
    color: #fff;
    border-radius: 0;
    font-weight: bold
}

.chitietsp>.panel-heading .nav-tabs li a {
    color: #333
}

/* CSS used here will be applied after bootstrap.css */

#carousel {
    margin-top: 20px;
}

#carousel .item .thumb {
    cursor: pointer;
    float: left;
    padding: 7px;
    width: 25%;
}

#carousel .item .thumb img,
#carousel .item img {
    width: 100%;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel-control {
    width: 5%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -40px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 16px;
    height: 30px;
    margin-top: -15px;
    width: 31px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -52px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 16px;
    height: 30px;
    margin-top: -8px;
    width: 31px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -6px;
}

.menu_item.menu_active {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

.img_product {
    width: 100%;
    height: 250px;
}

.align_product {
    margin-left: -19px;
}

.search_index1 {
    cursor: pointer;
    float: left;
    margin: 11px 10px;
}

.img_sp {
    max-width: 100%;
}

/* Main carousel style */

/* Indicators list style */

.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    margin-top: 36px;
    position: absolute;
    top: 220px;
    width: 100%;
}

/* Indicators list style */

.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}

/* Indicators images style */

.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    margin-bottom: 30px;
    width: 100px;
}

/* Indicators active image style */

.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.paging {
    text-align: center;
    margin: 0px 0px 10px 0px;
    font: 12px 'Tahoma';
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.paging a:hover {
    color: white;
    font: 12px 'Tahoma';
    text-shadow: 0px 1px #388DBE;
    border-color: #3390CA;
    background: #58B0E7;
    background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
    border-radius: 3px 3px 3px 3px;
    padding: 5px 10px;
}

.paging a {
    font: 12px 'Tahoma';
    color: #0A7EC5;
    border: solid 1px;
    border-color: #8DC5E6;
    background: #F8FCFF;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 10px;
    margin: 0px 5px;
}

.paging strong {
    color: white;
    font: 12px 'Tahoma';
    text-shadow: 0px 1px #388DBE;
    border-color: #3390CA;
    background: #58B0E7;
    background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
    border-radius: 3px 3px 3px 3px;
    padding: 6px 12px;
}

.content_search {
    background: rgba(255, 255, 255, 0.86) none repeat scroll 0 0;
    display: none;
    height: 53px;
    top: 82px;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 257px;
    z-index: 9999;
    margin-right: 80px;
    border-radius: 5px;
}

.content_search>span {
    display: block;
    float: left;
    padding: 0 2px;
}

.img-s {
    width: 530px;
    height: 338px;
}

.img-t {
    width: 160px;
    height: 150px;
}

.img-1 {
    width: 340px;
    height: 139px;
}

.art_title {
    margin-top: 0px;
}

.img1 {
    width: 14px;
    height: 16px;
}

.active-select .accordion-body {
    display: block !important;
    visibility: visible !important;
}

.icon_tk {
    display: block;
    position: absolute;
    right: 28px;
    top: 7px;
}

.icon_tk>img {
    max-width: 20px;
}

.img-tin {
    width: 150px;
    height: 100px;
}

.img-hinh {
    width: 340px;
    height: 226px;
}

#tab4default iframe {
    max-width: 100% !important
}

#owl-demo .item {
    background: #3fbf79;
    border: 2px solid #ccc;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#owl-demo .item:hover {
    border-color: #f00;
    transition: all 0.3 ease 0
}

#owl-demo .prev,
#owl-demo .next {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    cursor: pointer
}

.most-view-news {
    margin-bottom: 20px;
}

.most-view-news .col-xs-5 {
    padding-right: 8px
}

.most-view-news .col-xs-7 {
    padding-left: 8px
}

.most-view-news h4 {
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold
}

.most-view-news span {
    color: #333
}

.viet-nam-maps #map_canvas {
    width: 100%;
    height: 500px
}

/* --- Map --- */

.map {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}

.map #map_canvas {
    width: 100%;
    height: 578px;
}

.map iframe {
    border: medium none;
    height: 578px;
    width: 100%;
}

.div-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-banner {
    background-color: #ece9e4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-banner .header {
    padding-bottom: 30px;
}

.title-banner .header h1 {
    text-transform: uppercase;
    margin-top: 0;
}

.title-banner .header p {
    font-size: 16px;
}

.title-banner .list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-banner .list li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.title-banner .list li a {
    display: block;
    position: relative;
    -webkit-box-shadow: -4px 8px 20px -6px #333;
    -moz-box-shadow: -4px 8px 20px -6px #333;
    box-shadow: -4px 8px 20px -6px #333;
}

.title-banner .list li a h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 15px;
    font-size: 1.8rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px #000;
    color: #fff;
    margin: 0;
}

.title-banner .list li a:hover h3 {
    color: #ae222e;
}

.list-article.landing-page {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
}

.list-article.landing-page.has-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.list-article.landing-page.text-left {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.list-article.landing-page .container-left {
    margin-left: -6px;
    margin-right: -6px;
}

.list-article.landing-page .header-title {
    max-width: 640px;
}

.list-article.landing-page:not(.text-left) .header-title {
    margin-left: auto;
    margin-right: auto;
}

.list-article.landing-page .header-title h3 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ae222e;
    padding-bottom: 20px;
    position: relative;
}

.list-article.landing-page.cate-2 .header-title h3 {
    color: #fff;
}

.list-article.landing-page.text-left h3 {
    text-align: left;
}

.list-article.landing-page .header-title h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #4c4c4e;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
}

.list-article.landing-page:not(.text-left) .header-title h3:after {
    right: 0;
}

.list-article.landing-page.cate-2 .header-title h3:after {
    background-color: #fff;
}

.list-article.landing-page .header-title p {
    font-size: 16px;
    margin-bottom: 0;
    color: #4d4d4d;
}

.list-article.landing-page.text-left .header-title p {
    text-align: left;
}

.list-article.landing-page.cate-2 .header-title p {
    color: #fff;
}

.list-article.landing-page .list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-article.landing-page .list li {
    width: 50%;
    padding: 0 6px;
    margin: 0 0 12px;
}

.list-article.landing-page.text-left .list li {
    width: 25%;
}

.list-article.landing-page .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    overflow: hidden;
}

.list-article.landing-page .list li a img {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.list-article.landing-page .list li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.list-article.landing-page .list li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    overflow: hidden;
}

.list-article.landing-page .list li figure figcaption {
    background-color: #ccc;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    color: #4d4d4d;
}

.list-article.landing-page .more {
    line-height: 2rem;
    padding: 1.2rem 3rem;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    border: 1px solid #4d4d4d;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.list-article.landing-page.cate-2 .more {
    color: #fff;
    border-color: #fff;
}

.list-article.landing-page .more:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #981b1e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.list-article.landing-page .more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.list-article.landing-page .more span:hover {
    color: #fff;
}

#product-detail-banner {
    padding-bottom: 50px;
    background-color: #fff;
    color: #ae222e;
    text-align: center;
}

#product-detail-banner .container {
    max-width: 830px;
}

#product-detail-banner h1 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
}

#product-detail-banner p {
    font-weight: bold;
    font-size: 3.2rem;
    margin-top: 15px;
    line-height: 1.2;
    margin-bottom: 45px;
}

#product-detail-banner img {
    max-height: 400px;
}

.product-detail .landing-section {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.product-detail .landing-section.has-bg {
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-detail .landing-section .content {
    max-width: 640px;
    margin: 0 auto;
    font-size: 17px;
}

.gallery-product  {
    padding-top: 30px;
}

.gallery-product .inner {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-product .inner>div {
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-product .inner .gallery-mid {
    margin-top: 20px;
}

.gallery-product .inner .gallery-2-3 {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-product .inner .gallery-2,
.gallery-product .inner .gallery-3 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-product .inner .gallery-4 {
    width: 100%;
    padding-top: 20px;
}

.gallery-product .inner .gallery-5 {
    margin-top: 20px;
}

.gallery-product .inner img {
    width: 100%;
}

.content-product {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
}

.content-product .header-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.content-product .header-title h3 {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ae222e;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
}

.content-product .header-title h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #4c4c4e;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.content-product .header-title p {
    font-size: 17px;
}

@media screen and (min-width: 768px) {

    #ind-project .my-title,
    #ind-news .my-title {
        max-width: 280px;
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 15px;
    }

    #footer .middle .info-footer .contact-footer {
        float: right;
        width: calc(100% - 273px);
        margin-top: 0;
    }

    .title-banner {
        min-height: 750px;
        padding-top: 100px;
    }

    .title-banner .list li {
        width: 33.33333333%;
    }

    .list-article.landing-page .list li {
        width: 33.333333333%;
    }

    .product-detail .landing-section {
        min-height: 400px;
    }
}

@media (min-width:992px) {
    #ind-product .col-left {
        width: 40%;
        float: left;
        padding-bottom: 50px;
    }

    #ind-product .col-left .inner {
        width: 65%;
    }

    #ind-product .col-left .my-title {
        border-bottom: 2px solid #eb0303;
        display: inline-block;
        text-align: left;
    }

    #ind-product .readmore {
        margin-left: 0;
    }

    #ind-product .col-left .inner .sum {
        color: #fff;
        text-align: left;
    }

    #ind-product .product-list {
        width: 60%;
        float: left;
    }

    #ind-partner .inner {
        width: 55%;
    }

    .list-article.landing-page .list li {
        width: 25%;
    }

    .title-banner .list li {
        width: 20%;
    }

    .gallery-product .inner>div {
        float: left;
    }

    .gallery-product .inner .gallery-1 {
        width: 34.45%;
    }

    .gallery-product .inner .gallery-mid {
        width: 42.2%;
        margin-top: 0;
    }

    .gallery-product .inner .gallery-5 {
        width: 23.35%;
        margin-top: 0;
    }

    #footer .middle .logo-footer {
        float: left;
        width: 23%;
    }

    #footer .middle .contact-footer-wapper {
        float: left;
        width: calc(100% - 350px);
    }

    #footer .middle .list-footer-menu {
        float: left;
        width: 77%;
        padding-left: 35px;
        margin-top: 0;
    }

    #footer .bottom .social {
        display: block;
    }

    #footer .bottom .social li {
        text-align: right;
    }

    #footer .bottom .copyright {
        float: left;
        width: 77%;
        padding-left: 35px;
        position: relative;
        text-align: left;
    }

    #footer .bottom .copyright a.license {
        position: absolute;
        left: 500px;
        top: 45px;
        width: 140px;
        margin-top: 0;
    }
}

@media (min-width:1025px) {
    .list-article.landing-page .list li {
        width: 16.66667%;
    }

    .product-detail .landing-section {
        min-height: 550px;
    }
}

@media (max-width:991px) {

    #ind-product,
    #ind-partner {
        background: transparent !important;
    }
}