* {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    background-color: #fff;
    color: #000;
}

body,
button,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
input,
label,
legend,
option,
textarea {
    font: 14px/18px 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
    outline: 0;
    zoom: 1
}

li,
ol,
ul {
    list-style: none;
    margin: 0
}

a,
b,
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 20px;
    margin: 0
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.clear {
    clear: both
}

.container-fix {
    max-width: 1170px;
    margin: 0 auto;
}

.fix-w0 {
    padding-left: 0;
    padding-right: 0;
}

.fix-w1 {
    padding-left: 0;
}

.fix-w2 {
    padding-right: 0;
}

.header-head {
    height: 30px;
    border-bottom: 1px solid #eee;
}

.header-top {
    width: 100%;
    padding: 5px 0;
}

.header-top a.icon24-social {
    padding-right: 8px;
    line-height: 80px
}

.header-top .icon24-social>i {
    color: #333;
    font-size: 14px
}

.header-top .icon24-social>i:hover {
    color: #ff6904
}

.header-hotline2 a,
.header-hotline2 span {
    padding-left: 50px
}

.header-hotline {
    float: left;
    background-color: #4558a9;
    border-radius: 5px;
    padding: 7px 5px;
    margin-top: 10px;
}

.header-hotline2 {
    padding-left: 8px;
    margin-left: 8px
}

.header-hotline i,
.header-hotline2 i {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
    float: left;
    background-color: #FF5722;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    text-align: center;
    line-height: 32px
}

.header-hotline span {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left: 35px;
    padding-bottom: 5px;
}

.header-hotline a {
    color: #fff704;
    display: block;
    padding-left: 36px;
    font-size: 15px;
    font-weight: 700;
}

.header-hotline a:hover {
    text-decoration: none
}

.header-top a.dropdown-toggles>select {
    background-color: #1454b1
}


/* .fixed {
    top: 0;
    width: 100%;
    height: 50px !important;
    -ms-box-shadow: 0 4px 15px -5px #555;
    -moz-box-shadow: 0 4px 15px -5px #555;
    -o-box-shadow: 0 4px 15px -5px #555;
    -webkit-box-shadow: 0 4px 15px -5px #555;
    box-shadow: 0 4px 15px -5px #555;
    position: fixed!important;
    z-index: 2000;
} */

@media screen and (max-width:768px) {
    .header-top {
        height: auto
    }
    .header-top .area-logo>a>img {
        max-height: 60px;
        text-align: center;
        margin: 0 auto
    }
    .header-top .area-logo .pull-left {
        width: 100%
    }
    .header-hotline {
        margin-left: 0;
        font-size: 1em
    }
    .header-hotline2 {
        margin-left: 10px
    }
    .header-top .pull-right {
        float: left!important;
        margin-bottom: 0
    }
    .header-hotline i,
    .header-hotline2 i {
        margin-top: 0!important
    }
    .header-hotline2 a,
    .header-hotline2 span {
        padding-left: 38px!important
    }
    .header-hotline2 {
        padding-left: 10px!important
    }
    .header-hotline span {
        font-weight: 400!important
    }
    .header-hotline a {
        font-size: 1.2em!important
    }
    .product-padd {
        padding-left: 0px !important;
    }
}

.menu-top li {
    display: inline;
    padding: 0 10px
}

.menu-top li a {
    line-height: 30px;
    color: #454545
}

.menu-top li a:hover {
    text-decoration: none;
    color: #000
}

.area-logo {
    width: 100px;
}

.area-logo img {
    display: block;
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.navbar-inverse {
    background-color: #FF5722;
    border-color: transparent;
    height: 45px;
    min-height: 45px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0
}

.navbar-collapse {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.navbar-brand {
    height: 40px
}

.navbar .navbar-nav {
    display: inline-block;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

@media(min-width:768px) {
    .navbar-nav>li>a {
        padding-top: 13px;
        padding-bottom: 12px
    }
}

@media screen and (max-width:768px) {
    .navbar-inverse {
        min-height: 40px
    }
    .dropdown-menu {
        display: block!important;
        opacity: 1!important;
        background: 0 0!important;
        position: relative;
        width: 100%!important;
        padding-left: 20px!important;
        margin: 0;
        border-radius: 0!important;
        margin-bottom: 10px;
        margin-top: 0!important;
        overflow: hidden;
        top: 0;
        padding-top: 0!important;
        padding-bottom: 0!important;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: relative;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        transition: none!important;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        -ms-transition: none!important
    }
    .dropdown-menu>li>a {
        color: #f0f0f0;
        font-size: 1em!important;
        line-height: 22px!important;
        padding: 5px!important
    }
    li.dropdown>a {
        background: #215490;
        margin-bottom: 5px
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: transparent!important
    }
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        text-align: left;
    }
    .nav li>.dropdown-menu {
        transform: translateY(0)!important;
        -webkit-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
        width: 100%;
    }
    .navbar-left {
        width: 100%;
        margin: 0;
    }
    .navbar-inverse .navbar-nav>li>a {
        text-align: left;
        padding-left: 15px!important;
        padding-right: 15px!important;
        padding: 5px 0;
        font-size: 1em!important;
        z-index: 9;
        margin: 0px;
    }
    .childs-menu {
        position: relative!important;
        border: none;
        min-width: 100%!important;
        width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 0
    }
    .navbar-brand {
        padding: 5px 15px
    }
    .navbar-brand>img {
        width: 50%
    }
    .navbar-inverse .navbar-toggle {
        border-color: #f0f0f0
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent
    }
}

a.icon-home {
    background-color: #2465c5;
    padding-left: 15px!important;
    padding-right: 15px!important
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase
}

.navbar-inverse .navbar-nav>li>a:last-child {
    border-right: 0
}

@media screen and (max-width:768px) {
    .dropdown-menu {
        position: relative
    }
    .nav li>.dropdown-menu {
        background: 0 0!important;
        width: 100%;
        -moz-box-shadow: none!important;
        box-shadow: none!important
    }
    .dropdown-menu>li>a {
        color: #fff
    }
    .breadcrumb-style ul.breadcrumb {
        padding: 10px 0!important;
        font-size: 1em;
        white-space: nowrap;
        overflow: hidden
    }
}

.navbar-right .dropdown-menu {
    left: 0
}

ul.nav li:hover>ul.dropdown-menu {
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.nav li:hover>.dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0)
}

.nav li>.dropdown-menu {
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: tran position: absolute;
    min-width: 250px;
    background: #fff;
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out
}

.dropdown-menu>li>a {
    padding: 7px 15px;
    font-weight: 500;
    font-size: 16px;
    white-space: normal;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #67320c
}

.nav>li>a {
    padding-left: 25px;
    padding-right: 25px
}

.nav>li>a>i {
    padding-left: 2px
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #e97551;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #142a86
}

.navbar-inverse .navbar-nav>li>a:hover>i {
    transform: rotateX(180deg);
}

.childs-menu {
    right: 0;
    position: absolute;
    margin-left: 250px;
    top: 0;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    min-width: 250px!important
}

.carousel-inner {
    margin: 0 0 0px 0;
}

.dropdown-menu-left {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.dropdown-menu-left>li {
    border-bottom: 1px solid #f3f0f0;
}

.dropdown-menu-left>li:last-child {
    border-bottom: none;
}

.dropdown-menu-left>li>a {
    display: block;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 16px;
    white-space: normal;
    line-height: 1.42857143;
    color: #000;
}

.dropdown-menu-left>li>a:hover {
    text-decoration: none;
    color: #4558a9;
}

.menu-index ul li:hover>ul.dropdown-menu-left {
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.childs-menu-left {
    display: none;
    right: 0;
    position: absolute;
    margin-left: 260px;
    top: 0;
    border: 0;
    z-index: 999;
    border-radius: 0;
    margin-top: 0;
    min-width: 250px!important;
    min-height: 460px;
}

.breadcrumb-style {
    background-color: #f2f2f2;
}

.breadcrumb-style ul.breadcrumb {
    padding: 10px 0px;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0
}

.breadcrumb-style ul.breadcrumb li a {
    color: #665555
}

.breadcrumb-style ul.breadcrumb li a:hover {
    text-decoration: none;
    color: #000
}

.slideshow {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    margin: 0 auto;
    width: 100%;
    height: 465px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 60px;
    bottom: 0;
    width: 70%;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-inner a:hover {
    text-decoration: none
}

@media screen and (min-width:768px) {
    .carousel-caption h2 {
        font-size: 40px;
        text-align: center;
        font-weight: 900;
        padding-top: 10px;
        display: block;
        line-height: 40px;
        padding-bottom: 10px
    }
}

.carousel-caption h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    padding-top: 10px;
    display: block;
    line-height: 30px;
    padding-bottom: 10px
}

.carousel-caption p {
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 40px;
    line-height: 28px
}

.style-dangers {
    background-color: #fff;
    border-color: #fff;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    border-radius: 20px;
    padding: 4px 20px
}

.style-dangers a {
    font-size: 18px;
    color: #454545;
}

.style-dangers a:hover {
    text-decoration: none
}

.btn-danger:active:hover {
    background-color: #ff6904;
    text-decoration: none
}

.btn-danger:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6904;
    border-color: #ff6904
}

.carousel-caption {
    padding-bottom: 160px
}

@media screen and (min-width:768px) {
    .carousel-indicators {
        bottom: 100px
    }
}

.bg-showdown {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
    border: 0
}

.carousel-indicators .active {
    background-color: #ff6904;
    width: 25px;
    height: 5px
}

@media screen and (max-width:768px) {
    .section-document-width .number-item {
        margin-bottom: 20px
    }
}

.carousel-buttons {
    position: absolute;
    top: 38%;
    height: 0;
    width: 100%;
    display: none
}

.carousel-buttons .carousel-control-prev {
    position: absolute;
    left: 10px;
    padding: 12px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, .3);
    width: 48px;
    height: 40px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body
}

.carousel-buttons .carousel-control-next {
    position: absolute;
    right: 10px;
    padding: 12px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, .3);
    width: 48px;
    height: 40px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body
}

.special {
    padding: 60px 0 50px 0
}

.padd-20 .section-title-item {
    padding-bottom: 10px
}

.padd-20 .section-title-item h2 {
    display: block;
    text-align: center;
    color: #333;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px
}

.padd-20 .section-title-item h2.color-white {
    color: #333
}

@media screen and (max-width:768px) {
    .padd-20 .section-title-item h2 {
        font-size: 1.6em;
        line-height: 26px
    }
    .padd-20 .section-description-item p {
        padding: 0 0!important
    }
}

.padd-20 .section-title-item h2>b {
    color: #0065b2;
    font-weight: 400
}

.padd-20 .section-title-item h2.color-white>b {
    color: #ff4f00
}

.padd-20 .section-description-item {
    padding-bottom: 15px
}

.padd-20 .section-description-item p {
    color: #676767;
    font-size: 14px;
    text-align: center;
    padding: 0 10%
}

.padd-20 .section-description-item p.color-white {
    color: #454545
}

.customer {
    background-color: #fff;
    padding: 60px 0 50px 0
}

.customer .width-70 {
    padding: 0 10%
}

.customer .section-title h2 {
    display: block;
    text-align: center;
    color: #454545;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 15px
}

.customer .section-title h2>b {
    color: #1454b1;
    font-weight: 300
}

.customer .section-description p {
    color: #676767;
    font-size: 14px;
    text-align: center;
    padding: 0 10%
}

.customer .section-description {
    padding-bottom: 15px
}

.customer .width-70 .item-customer p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    padding: 5px 0 10px 0
}

.customer .width-70 .item-customer h4 {
    color: #333;
    font-weight: 700;
    font-size: 16px
}

@media screen and (max-width:768px) {
    .customer {
        padding: 20px 0 30px 0
    }
    .customer .section-title h2 {
        font-size: 2em;
        line-height: 32px
    }
    .customer .section-description {
        padding-bottom: 15px;
        margin-bottom: 8px
    }
}

#section-price {
    background: url(../image/bgp_home.png) no-repeat center;
    color: #fff
}

.section-prices {
    padding: 70px 0;
    background-size: cover!important;
    position: relative
}

.section-prices p {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    line-height: 50px
}

.section-prices a .button-price {
    font-size: 20px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    background-color: #ff6904;
    border: 2px solid #ff6904;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.section-prices a .button-price:hover {
    background-color: #1454b1;
    border: 2px solid #1454b1
}

.section-prices a .button-price i {
    padding-left: 5px
}

@media screen and (max-width:768px) {
    .section-prices p {
        font-size: 1.4em;
        line-height: 28px
    }
    .section-prices .btn-center {
        text-align: center;
        padding-top: 20px
    }
    .about-us .text-about {
        display: block;
        margin-top: 15px
    }
}

.about-us {
    background-color: #fff;
    padding: 40px 0 50px 0
}

.about-us .text-about p {
    line-height: 22px;
    text-align: justify
}

.news-home {
    padding: 40px 0 50px 0
}

.news-home .news-content {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dedede
}

.news-home .news-content h2 {
    display: block;
    min-height: 50px;
    padding-bottom: 10px
}

.news-home .news-content h2 a {
    font-weight: 700;
    color: #454545;
    font-size: 1.1em
}

.news-home .news-content h2 a:hover {
    color: #0065b2;
    text-decoration: none
}

.news-home img {
    height: 210px;
    margin: 0 auto
}

.button-item {
    display: block;
    margin: 15px 0
}

.button-item .button-news {
    font-size: 16px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
    background-color: #1454b1;
    color: #fff;
    font-weight: 300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.button-item .button-news:hover {
    background-color: #ff6904
}

@media screen and (max-width:768px) {
    .news-home {
        padding: 30px 0 5px 0
    }
    .news-home .news-content {
        margin-bottom: 15px
    }
    .news-home .news-content>a>img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic
    }
}

.area-psame {
    background-color: #f6f6f6;
    padding: 15px 0;
    margin: 40px 0 20px 0
}

.area-psame .list-group-item {
    border: 0
}

.area-psame .owl-carousel .owl-item img {
    max-height: 160px;
    min-height: 139px
}

.partner-us {
    padding: 0px 0 50px 0
}

.partner-us .list-group-item {
    height: 370px;
    margin-bottom: 10px;
    border: none;
}

.width-4 {
    float: left;
    width: 32%;
    padding: 0px;
    margin: 0 5px;
    border-radius: 2px;
}

.partner-us .list-group-item>div>a>img {
    object-fit: fill;
    width: 100%;
    height: 230px;
}

.partner-us .list-group-item h3 a {
    color: #383838;
    font-size: 18px;
    display: block;
    padding: 15px 0px 5px 0px;
    font-weight: 600;
    line-height: 24px;
}

.partner-us .box-mota span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

.partner-us .box-mota p {
    font-size: 14px;
    color: #666;
}

#partner-content {
    padding-top: 50px
}

.section-title-item {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.section-title-item h2 {
    background: url(../image/line.png) no-repeat bottom center;
    padding-bottom: 24px;
}

.section-title-item h2 a {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    font-family: 'Koho', sans-serif;
}

.section-title-item h2 a:hover {
    text-decoration: none;
}

.mkm {
    overflow: hidden;
    padding-top: 20px;
    border-top: solid 3px #e6e7e9;
}

.mkm .h {
    overflow: hidden;
    background: url(../image/a.gif) no-repeat 192px 34px;
    height: 90px;
}

.mkm .l {
    height: 56px;
    overflow: hidden;
    float: right;
    width: 660px;
}

.mkm .r {
    overflow: hidden;
    font-size: 17px;
}

.mkm b {
    display: block;
    font-size: 21px;
    color: #ed1b24;
    height: 38px;
}

.mkm span {
    float: left;
}

.mkm .b {
    font-weight: bold;
    font-size: 17px;
    margin-left: 35px;
}

.mkm .c {
    margin-left: 15px;
}

#form-dk {
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 660px;
    overflow: hidden;
    height: 56px;
}

.form-dk-in {
    width: 500px;
    overflow: hidden;
    height: 54px;
    float: left;
    border: solid 1px #ef4138;
}

.form-dk-sub {
    float: left;
    width: 158px;
    overflow: hidden;
}

.kk {
    border: 0px solid #fff;
    font-size: 17px;
    color: #666;
    background-color: Transparent;
    padding: 15px;
    font-family: Arial;
    outline: none;
}

.footer {
    background-color: #f6f6f6;
    color: #454545;
    border-bottom: 1px solid #434343;
}

.section-footer {
    display: block;
    padding: 30px 0 10px 0;
    overflow: hidden
}

.section-footer .text-left>h5 {
    font-size: 20px;
    font-weight: 600
}

.footer-left>strong {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
}

.section-footer .text-left {
    padding-bottom: 10px
}

.section-footer .text-left>p {
    font-size: 14px
}

.section-footer .font-opens-icon {
    padding-left: 0px
}

.section-footer .font-opens-icon h6 {
    color: #454545;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 6px
}

.section-footer .font-opens-icon h6>i {
    font-size: 15px;
    color: #b9b9b9;
    padding-right: 2px
}

.section-footer .font-opens-icon p {
    color: #445544;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0
}

.section-footer .font-opens-icon p>b {
    color: red
}

.section-footer .list-footer>ul {
    padding-bottom: 5px;
    padding-left: 6px
}

.section-footer .list-footer>ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #b9b9b9;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.section-footer .list-footer>ul li a {
    padding: 3px;
    color: #454544;
    font-size: 14px;
    line-height: 24px
}

.section-footer .list-footer>ul li a:hover {
    text-decoration: none;
    color: #b9b9b9
}

.section-footer .list-footer>h4 {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    display: block;
    padding-bottom: 5px
}

.helen-logo {
    text-align: center;
    display: block;
    margin: 0 auto
}

.helen-logo a img {
    max-width: 250px
}

.helen-logo p {
    font-size: 1.3em
}

p.helen-logan {
    margin-bottom: 30px;
    font-size: 1.3em;
    line-height: 1.3em
}

@media screen and (max-width:768px) {
    .footer .container {
        padding-left: 5px;
        padding-right: 5px
    }
    .section-footer {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 5px
    }
    .section-footer .col-lg-3,
    .section-footer .col-lg-5 {
        padding-left: 5px;
        padding-right: 5px
    }
    .section-footer .text-center>h3 {
        font-size: 1.3em;
        line-height: 25px
    }
    .section-footer .font-opens-icon {
        padding-bottom: 5px
    }
    .section-footer .text-left>h3 {
        font-size: 1.4em
    }
}

.section-footer-hot {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #1f5fbe;
    overflow: hidden
}

.section-footer-hot h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px
}

.section-footer-hot ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #cecece
}

.section-footer-hot ul li a:hover {
    text-decoration: underline;
    color: #fff
}

@media screen and (max-width:768px) {
    .section-footer-hot {
        padding-top: 10px;
        padding-bottom: 20px
    }
    .section-footer-hot .pad-bottom {
        padding-top: 10px
    }
    .section-footer-hot h4 {
        font-size: 1.2em;
        padding-top: 10px
    }
    .section-footer-hot ul {
        padding-bottom: 15px
    }
    .section-footer-hot .pad-bottom {
        padding-bottom: 15px
    }
}

.footer-copyright {
    background-color: #003b90;
    height: 35px;
    color: #f0f0f0;
    text-align: center
}

.footer-copyright p {
    display: block;
    line-height: 35px;
    margin: 0
}

.copyright {
    background-color: #282828
}

.copyright p.text-center {
    margin: 0
}

.copyright p.text-center>a {
    color: #bcbcbc;
    display: block;
    padding: 10px 0;
    margin: 0
}

.copyright p.text-center>a:hover {
    text-decoration: none
}

.helen-footer {
    display: block;
    padding: 15px 10px
}

.helen-footer span {
    color: #b1b1b1;
    font-size: 1em;
    line-height: 1.4em;
}

.helen-footer span a {
    float: right;
    text-align: right;
    color: #b1b1b1;
    font-size: 14px;
}

#maps-position {
    background-size: cover!important;
    position: relative
}

.background-head {
    background: url(../image/background-fix.jpg) no-repeat center
}

#background-head-fix {
    background-size: cover!important;
    padding: 70px 0;
    position: relative
}

.background-head .text-center {
    font-size: 30px;
    font-weight: 300;
    color: #fff
}

.page-content {
    padding: 0 0 20px 0
}

.page-content>h1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.page-item-detail p img {
    max-width: 100%
}

.page-item-detail p {
    text-align: justify;
    line-height: 1.5;
    font-size: 1.3em;
    margin: 18px 0
}

.page-item-detail p a,
.page-item-detail p a strong,
.page-item-detail p span a strong {
    color: #0065b2
}

.page-item-detail h2,
.page-item-detail h3,
.page-item-detail h4,
.page-item-detail h5,
.page-item-detail h6 {
    text-align: justify;
    line-height: 1.5;
    font-size: 1.3em;
    margin: 0 0 10px;
    color: #333;
    font-weight: 500
}

.page-item-detail h2 a,
.page-item-detail h3 a,
.page-item-detail h4 a,
.page-item-detail h5 a,
.page-item-detail h6 a {
    font-size: 1em;
    color: #0065b2
}

.page-item-detail h2 span,
.page-item-detail h3 span,
.page-item-detail h4 span,
.page-item-detail h5 span,
.page-item-detail h6 span {
    font-size: 1.1em!important
}

.page-item-detail ul li {
    line-height: 1.5;
    font-size: 1.3em;
    padding-bottom: 5px;
    padding-left: 15px
}

.page-item-detail ul li::before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 12px;
    color: #0065b2;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.page-social {
    display: block;
    padding: 10px 0
}

.page-social>span.text-left {
    font-size: 14px;
    color: #c1c3c6
}

.page-date-view {
    display: block;
    margin-top: 5px;
    padding: 0 5px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px
}

.page-date-view .text-left {
    padding-right: 10px;
    color: #777
}

.float-right-text {
    float: right
}

.float-right-text a {
    color: #c1c3c6;
    font-size: 16px;
    padding-left: 5px
}

.float-right-text a:hover {
    color: #ff6904
}

.page-other {
    padding-bottom: 50px
}

.page-other .page-other-title {
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 20px;
    height: 32px
}

.page-other .page-other-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #555;
    border-bottom: 1px solid #1454b1;
    padding-bottom: 10px;
    position: absolute;
    text-transform: uppercase
}

.page-other .page-item-list ul li a {
    color: #333;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400
}

.page-other .page-item-list ul li a i {
    color: #999;
    padding-right: 5px
}

.page-other .page-item-list ul li a:hover {
    color: #0065b2;
    text-decoration: none
}

#page-margin {
    padding-top: 35px
}

.page-new {
    padding-bottom: 50px
}

.page-new .page-new-title {
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 20px;
    height: 32px
}

.page-new .page-new-title h4 {
    font-size: 20px;
    font-weight: 400;
    color: #777;
    border-bottom: 1px solid #1454b1;
    padding-bottom: 10px;
    position: absolute;
    text-transform: uppercase
}

.page-new .page-item-new ul li a {
    color: #454545;
    line-height: 27px
}

.page-new .page-item-new ul li a i {
    color: #1454b1;
    padding-right: 5px
}

.page-new .page-item-new ul li a:hover {
    color: #1454b1;
    text-decoration: none
}

.align-left {
    float: left;
    margin: 0 20px 10px 0
}

.thumbnail {
    border: 1px solid #ececec;
    padding: 8px
}

.page-item-des h4 {
    padding-bottom: 5px
}

.page-item-des h4 a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 1.3em
}

.page-item-des h4 a:hover {
    color: #0065b2;
    text-decoration: none
}

.page-item-des .text-left {
    color: #bbb;
    font-size: 14px;
    display: block;
    padding: 5px 0
}

.page-item-des p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.2em
}

@media(min-width:1200px) {
    .contact-form .contact-content {
        width: 900px
    }
}

.contact-form {
    padding: 50px 0
}

.contact-form .contact-content .form-group input {
    box-shadow: none;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    border-radius: 0
}

.contact-form .contact-content .form-group textarea {
    min-height: 150px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd
}

.contact-form .contact-content .button-price {
    font-size: 20px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    background-color: transparent;
    border: 2px solid #ff6904;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.contact-form .contact-content .button-price:hover {
    background-color: #ff6904;
    color: #fff
}

.contact-tabs #contact-tabs-content {
    padding: 50px 10%
}

.contact-tabs #contact-tabs-content ul.nav-pills {
    background-color: #fff
}

.contact-tabs #contact-tabs-content ul.nav-pills li {
    width: 100%;
    border-top: 0
}

.contact-tabs #contact-tabs-content ul.nav-pills li a {
    display: block;
    font-size: 16px;
    color: #454545;
    padding: 15px 10px
}

.contact-tabs #contact-tabs-content ul.nav-pills li.active a {
    background-color: #1454b1;
    color: #fff;
    border-radius: 0
}

@media screen and (max-width:768px) {
    .contact-tabs #contact-tabs-content {
        padding: 30px 0
    }
    .contact-tabs #contact-tabs-content ul.nav-pills {
        margin-bottom: 20px
    }
}

.contact-text p {
    line-height: 25px
}

#news-cate {
    padding: 40px 0 20px 40px
}

#news-cate .new-title {
    border-bottom: 1px solid #dedede;
    position: relative;
    margin: 20px 0;
    height: 32px
}

#news-cate .new-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #1454b1;
    border-bottom: 1px solid #1454b1;
    padding-bottom: 10px;
    position: absolute
}

#news-cate .new-title h4 span {
    color: #333;
    font-weight: 300
}

#news-cate .news-cate-ul li h3 {
    font-size: 16px;
    color: #1454b1;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: 400
}

#news-cate ul.submenu {
    padding-left: 0
}

#news-cate ul.submenu li a {
    color: #333;
    font-size: 15px;
    padding: 5px 0;
    display: block
}

#news-cate ul.submenu li a span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    float: left;
    background: 0 0;
    border: 2px solid #909090
}

#news-cate ul.submenu li:hover a {
    color: #ff6904;
    text-decoration: none
}

.inputstyle {
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 16px
}

.buttonstyle {
    background-color: #1852a7;
    padding: 7px 12px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px
}

.buttonstyle:hover {
    background-color: #fc7319
}

#getinfo .modal-content {
    background-color: #f0f0f0;
    color: #444;
    font-size: 14px;
    font-weight: 400
}

#getinfo .modal-content .modal-header {
    border-bottom: 1px dotted #4e4ea8;
    margin-bottom: 15px
}

#getinfo .modal-content .modal-header>h5 {
    float: left;
    color: #333;
    font-size: 1.3em;
    font-weight: 400
}

#getinfo .modal-content .modal-header>button>span {
    color: #333
}

#getinfo .modal-content .form-group label {
    font-weight: 400;
    color: #333
}

#getinfo .modal-content .form-group input {
    box-shadow: none;
    color: #333;
    border: 1px dotted #a7a7c3;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #fff
}

#getinfo .modal-content .has-error input {
    border-color: #a94442
}

#getinfo .modal-content .form-group textarea {
    box-shadow: none;
    color: #fff;
    border: 1px dotted #a7a7c3;
    height: 80px;
    border-radius: 3px;
    background-color: #fff
}

#getinfo .modal-content .modal-footer {
    border-top: 0;
    padding: 5px 15px 15px 15px
}

#getinfo .modal-content .modal-footer .style-send {
    font-size: 20px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    background-color: #ff6904;
    border: 2px solid #ff6904;
    color: #e4e4e4;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 2px
}

#getinfo .modal-content .modal-footer .style-send:hover {
    background-color: #1454b1
}

.banner-box {
    display: block;
    margin: 15px 0
}

.paging-style {
    display: inline-block;
    margin: 20px 0
}

.paging-style>li {
    display: inline
}

.paging-style>li>a,
.paging-style>li>span {
    float: left;
    padding: 0 !important;
    text-decoration: none;
    background-color: transparent;
    margin: 3px;
    font-weight: 600;
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-align: center;
}

.paging-style li.active a {
    background: #0065b2!important;
    border: 1px solid #0065b2;
    color: #fff!important
}

.paging-style li a:hover:not(.active) {
    background-color: #0065b2;
    color: #fff
}

.searchForm {
    padding-top: 18px;
    padding-left: 5px;
}

.searchForm form input.namesearch {
    background: #f2f2f2;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    font-size: 14px;
    color: #1454b1;
}

.hide-searchs {
    display: block;
    padding-top: 10px
}

.hide-searchs strong {
    color: #555
}

.hide-searchs a {
    color: #666
}

.hide-searchs a:hover {
    color: #0065b2;
    text-decoration: none
}

@media screen and (max-width:768px) {
    .searchForm {
        clear: both;
        padding-top: 10px;
        padding-left: 0
    }
    .searchForm form input.namesearch {
        width: 100%;
        height: 35px;
        padding-left: 10px;
        line-height: 37px
    }
}

ul.nav-left {
    display: block;
    margin: 15px 0;
    background-color: #fff
}

ul.nav-left h5 {
    background-color: #0065b2;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px
}

ul.nav-left ul.submenu {
    padding: 10px 5px 0 0;
}

ul.nav-left ul.submenu li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0
}

ul.nav-left ul.submenu li:last-child {
    border-bottom: 0
}

ul.nav-left ul.submenu li a {
    color: #333;
    font-weight: 500
}

ul.nav-left ul.submenu li a:hover {
    text-decoration: none;
    color: #0065b2
}

ul.nav-left ul.submenu li i {
    color: #999;
    font-style: normal;
    padding-left: 5px
}

ul.nav-left ul.submenu li span.count {
    float: right;
    color: #999
}

.box-support ul {
    display: block;
    margin: 15px 0;
    background-color: #fff
}

.box-support ul h2 {
    background-color: #1454b1;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 10px
}

.box-support ul li {
    display: block;
    padding: 7px 15px
}

.box-support ul li i {
    font-size: 16px;
    color: #999
}

.box-support ul li a {
    font-size: 18px;
    color: #ff6904
}

.box-support ul li a:hover {
    text-decoration: none
}

.product-hot .border-bottoms h3>a {
    color: #1454b1;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #1454b1;
    padding-bottom: 10px
}

.product-hot .border-bottoms h3>a:hover {
    text-decoration: none;
    color: #ff6904
}

.result-title {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

.result-title b {
    font-size: 16px;
    color: #1454b1
}

.listproduct .area-cate {
    padding: 0 0px 20px 0px;
    margin: 15px 0 10px 0
}

.listproduct .area-cate>p {
    line-height: 20px;
    font-size: 1.2em;
    line-height: 1.4
}

.listproduct .ul-pad ul {
    padding-left: 5px
}

.listproduct .ul-pad ul li {
    display: block;
    font-size: 1.2em;
    padding-bottom: 5px;
    line-height: 20px
}

.listproduct .ul-pad ul li::before {
    font-family: FontAwesome;
    content: "\f046";
    color: #ff4f00;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.listproduct .area-cate img {
    max-width: 100%
}

.list-sameproduct {
    background-color: #fff;
    display: block;
    padding: 20px 0
}

.bg-helenlist {
    padding: 40px 0 0px 0;
    overflow: hidden
}

.width-102 {
    width: 100%!important
}

.listproduct .list-cates {
    overflow: hidden;
    padding: 10px 0 10px 0;
    margin: 0;
}

.listproduct .list-cates .list-group {
    background-color: transparent;
    overflow: hidden;
    padding-top: 10px;
}

.listproduct img.padd-img {
    display: block;
    padding-bottom: 15px
}

.listproduct .list-cates .border-bottoms h3>a {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    font-family: 'Koho', sans-serif;
}

.listproduct .list-cates .border-bottoms h3>a::after {
    border-bottom: 2px solid #eee;
}

.listproduct .list-cates .border-bottoms h3>a:hover {
    text-decoration: none;
    color: #444
}

.listproduct .list-cates ul {
    border-bottom: 0;
    padding-right: 25px
}

.listproduct .list-cates ul li {
    display: inline
}

.listproduct .list-cates ul li.bg-catechild a {
    line-height: 30px;
    padding: 0 8px;
    display: inline-block;
    font-size: 14px;
    color: #454545;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 20px
}

.listproduct .list-cates ul li.bg-catechild a {
    line-height: 30px;
    padding: 0 8px;
    display: inline-block;
    font-size: 14px;
    color: #454545;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 20px
}

.listproduct .list-cates ul li.bg-catechild a:hover {
    text-decoration: none;
    color: #fff;
    background: #1454b1
}

.listproduct .list-cates ul li a {
    line-height: 30px;
    padding: 0 8px;
    display: inline-block;
    font-size: 14px;
    color: #454545;
    background: 0 0
}

.listproduct .list-cates ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #0065b2
}

.margin-banner img {
    margin: 10px 0 10px 0
}

.width-4 {
    float: left;
    width: 32%;
    padding: 5px
}

.width-5 {
    float: left;
    width: 19%;
    padding: 5px
}

.width-6 {
    float: left;
    width: 100%
}

img.lazy {
    display: block;
    background-image: url(../image/Eclipse-1s-60px.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

@media screen and (max-width:768px) {
    .listproduct .list-cates {
        width: 100%
    }
    .width-5 {
        width: 49%
    }
    .width-6 {
        width: 50%
    }
    .listproduct .list-cates .list-group-item {
        height: 390px!important;
        margin-right: 3px!important;
        margin-bottom: 3px!important
    }
    img.lazy {
        min-height: 85px!important
    }
    .listproduct .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        object-fit: fill;
        height: 170px;
    }
    .width-4 {
        width: 49%
    }
    .width-4 .price strong {
        font-size: 1.1em!important
    }
    .width-4 .price span {
        font-size: 13px!important
    }
    .listproduct .list-cates .list-group-item .hottag {
        top: 2px!important;
        left: 2px!important
    }
    .product-all .container .col-md-3,
    .product-all .container .col-md-9 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }
}

.bg-helen1900 {
    display: block;
    margin-bottom: 15px
}

.listproduct .list-cates .list-group-item .hottag {
    color: #f4f4f4;
    font-size: 12px;
    background-color: #ff4f00;
    line-height: 20px;
    padding: 3px 5px 2px 5px;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: 5px
}

.listproduct .list-cates .list-group-item .hottag:after,
.listproduct .list-cates .list-group-item .hottag:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -10px
}

.listproduct .list-cates .list-group-item .hottag:before {
    bottom: 0;
    border-bottom: 16px solid #ff4f00;
    border-right: 10px solid transparent
}

.listproduct .list-cates .list-group-item .hottag:after {
    content: "";
    top: 0;
    border-top: 16px solid #ff4f00;
    border-right: 10px solid transparent
}

.listproduct .list-cates .list-group-item a img {
    width: 100%;
    height: 230px;
    transform: scale(1.005);
    transition: all .5s ease;
}

.listproduct .list-cates .width-5>a>img {
    height: 155px;
    object-fit: cover
}

.listproduct .list-cates .list-group-item {
    height: 395px;
    padding: 15px;
    border: none;
}

.box-fl-img {
    position: relative;
}

.fl-date {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #FF5722;
    padding: 5px;
    border-radius: 2px;
    right: 0;
}

.listproduct .list-cates .list-group-item .frame-tgc2 {
    background: #f1f1f1;
    padding: 15px 10px 10px 10px;
}

.listproduct .list-cates .list-group-item .price {
    display: block;
}

.listproduct .list-cates .list-group-item .price strong {
    display: flex;
    font-family: 'Play', sans-serif;
    color: #FF5722;
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 5px;
}

.listproduct .list-cates .list-group-item .price strong i {
    color: #666;
    font-size: 18px;
    padding-right: 5px;
}

.listproduct .list-cates .list-group-item .price span {
    display: flex;
    font-family: 'Play', sans-serif;
    color: #666;
    text-decoration: line-through;
    font-size: 1.2em;
}

.listproduct .list-cates .width-5 {
    height: 225px
}

.list-group-item h3 a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 5px 5px 10px 0;
    overflow: hidden;
}

.list-group-item h3 a:hover {
    color: #1454b1;
    text-decoration: none
}

.listproduct .list-cates ul li.text-next a.bg-next {
    background-color: #1454b1;
    color: #fff;
    border-radius: 20px
}

.listproduct .list-cates ul li a.bg-next {
    background-color: #f0f0f0;
    color: #1454b1;
    border-radius: 20px
}

.listproduct .list-cates ul li a.bg-next:hover {
    background-color: #ff6904;
    color: #fff;
    text-decoration: none
}

.border-bottoms {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 10px;
    margin-bottom: 10px
}

.border-bottoms h3 {
    color: #333;
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../image/line.png) no-repeat bottom center;
    padding-bottom: 24px;
}

.border-bottoms>div>h3 {
    display: block;
    padding-top: 5px
}

.width-5 .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #ff6904;
    line-height: 15px
}

.width-5 .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #888
}

.width-4 .price {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 2px
}

.width-4 .price strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #ff6904;
    line-height: 15px
}

.width-4 .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #888
}

.width-6 .price {
    display: block;
    overflow: hidden;
    padding: 2px 5px 5px 2px
}

.width-6 .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    color: #ff6904;
    line-height: 15px;
    font-weight: 400
}

.width-6 .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222
}

.sale-price {
    position: absolute;
    right: 0;
    top: 0
}

.sale-price .badge-promotion {
    float: right;
    margin-left: .5rem;
    background-color: #FF5722;
    width: 38px;
    height: 35px;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 14px;
    margin-top: 14px;
    padding: 4px 2px 3px
}

.sale-price .badge-promotion:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px;
    border-color: transparent #FF5722;
}

.sale-price .badge-promotion .items-sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.sale-price .badge-promotion .items-sale .percent {
    margin: 2px 0
}

.sale-price .badge-promotion .items-sale .label-sales {
    color: #fff;
    margin: 2px 0
}

.listproduct img.lazy {
    width: 100%;
    height: auto;
    min-height: 145px;
    display: block;
    background-position: 50% 50%
}

.product-hot {
    display: block
}

.product-hot li {
    position: relative;
    display: block;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.product-hot li a img {
    float: left;
    width: 100px;
    height: 80px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 3px;
    margin-right: 10px
}

.product-hot li h3 {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0 2px 5px 2px
}

.product-hot li h3 a {
    color: #454545
}

.product-hot li h3 a:hover {
    text-decoration: none;
    color: #1454b1
}

.product-hot li .price {
    display: block;
    overflow: hidden;
    padding: 2px 5px 5px 2px
}

.product-hot li .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    color: #ff6904;
    line-height: 15px;
    font-weight: 400
}

.product-hot li .price span {
    font-size: 12px;
    text-decoration: line-through;
    color: #888
}

.product-hot li .sale-price {
    right: initial;
    left: 57px
}

.product-hot li .sale-price .badge-promotion {
    margin-right: 0;
    margin-top: 0
}

.product-list {
    background-color: #fff
}

.desktop-padd-top {
    margin-top: 20px;
}

.product-list .row-title {
    display: block;
    padding: 10px 0 5px 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-list .row-title h1 {
    float: left;
    font-size: 18px;
    color: #454545;
    font-weight: 400
}

.product-list .row-title h1.h1-title {
    font-size: 22px;
    color: #333;
    font-weight: 600
}

.likeshare {
    float: right;
    font-size: 14px;
    margin: 0
}

.desktop-padd {
    padding-left: 0;
    padding-right: 0px;
}

.product-item-img {
    margin: 0 auto;
    max-height: 450px;
    display: block;
    text-align: center;
    overflow: hidden
}

.product-item-img>img {
    margin: 0 auto
}

.product-list .product-content {
    display: block;
    padding: 20px 15px 10px 15px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.product-list .product-content h1 {
    font-size: 18px
}

.product-list .product-content h2 {
    font-size: 16px;
    line-height: 28px
}

.product-list .product-content p {
    font-size: 16px;
    line-height: 28px;
}

.list-item-gallery {
    height: 400px;
    margin-bottom: 10px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #dedede;
    border-radius: 0
}

.list-item-gallery:hover {
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5)
}

.list-item-gallery h3 a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 12px 2px 8px 2px;
    line-height: 23px;
    overflow: hidden
}

.list-item-gallery h3 a:hover {
    color: #1454b1;
    text-decoration: none
}

.list-item-gallery>a>img {
    height: 220px!important;
    object-fit: cover
}

.listproduct .list-item-gallery>a>img.lazy {
    width: 100%;
    height: auto;
    min-height: 145px;
    display: block;
    background-position: 50% 50%
}

.list-item-gallery p {
    color: #666
}

.tag-list {
    font-size: 13px;
    display: block;
    padding-bottom: 10px;
    color: #1454b1
}

.tag-list>span>i {
    color: #888;
    font-size: 12px;
    padding-left: 2px
}

@media screen and (max-width:768px) {
    .list-item-gallery {
        height: auto;
        margin-bottom: 5px;
        margin-right: 5px
    }
    .list-item-gallery {
        width: 100%!important
    }
    .list-item-gallery>a>img {
        height: 190px!important
    }
    .product-list .col-md-3,
    .product-list .col-md-9 {
        padding-left: 0;
        padding-right: 0
    }
    .product-list .row-title h1 {
        line-height: 27px;
        font-size: 18px
    }
    .product-list .product-content img {
        width: 100%
    }
    .listproduct .list-cates ul {
        padding-right: 0!important
    }
    .listproduct .list-cates .list-group-item>a>img {
        height: 155px
    }
    .list-group-item h3 a {
        padding: 5px 2px 2px 2px;
        white-space: nowrap
    }
    .mkm {
        display: none;
    }
}

.product-padd {
    padding-left: 20px;
    padding-right: 0;
}

.area_promotion-price {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 10px 10px 15px
}

.area_promotion-price strong {
    display: inline-block;
    overflow: hidden;
    font-family: 'Fjalla One', sans-serif;
    color: #ff4f00;
    font-size: 1.6em;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400
}

.area_promotion-price span {
    font-size: 18px;
    text-decoration: line-through;
    color: #666
}

.area_info {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 0 10px 10px;
    margin-bottom: 20px
}

.area_promotion {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 10px 12px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

.area_promotion strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #454545;
    padding: 10px 10px 10px 15px;
    text-transform: uppercase
}

.area_promotion p:before {
    content: '';
    margin-left: -20px;
    background: url(../image/check@2x.png);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 0;
    float: left;
    margin-top: 4px
}

.area_promotion p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 8px 10px 0 25px
}

.area_address {
    display: block;
    overflow: hidden;
    border: 1px solid #f5fbff;
    position: relative;
    margin: 5px 0 12px;
    background: #f5fbff;
    padding-bottom: 10px
}

.area_address strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #454545;
    padding: 10px 10px 10px 15px
}

.area_address p:before {
    content: "&#258;�€¢";
    color: #1855ae;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
    margin-left: -10px
}

.area_address p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 6px 10px 0 25px
}

.area_order {
    padding: 0 10px
}

.btn-buy .area_buy {
    width: 100%;
    height: 50px;
    font-weight: 700
}

.area_buy {
    display: block;
    overflow: hidden;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #1c88db;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1c88db), to(#1c88db));
    background: -webkit-linear-gradient(top, #1279c8, #0887e9);
    background: -moz-linear-gradient(top, #ff6904, #ff6904);
    background: -ms-linear-gradient(top, #ff6904, #ff6904);
    background: -o-linear-gradient(top, #ff6904, #ff6904);
}

.area_buy span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 5px
}

.area_buy:hover {
    background: #1c88db;
    color: #fff;
    text-decoration: none
}

.area_getcontact {
    display: block;
    overflow: hidden;
    padding: 9px 0;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #1454b1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1a5dc0), to(#1454b1));
    background: -webkit-linear-gradient(top, #1a5dc0, #1454b1);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d)
}

.area_getcontact span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 5px
}

.area_getcontact:hover {
    background: #1a5dc0;
    color: #fff;
    text-decoration: none
}

.row-borders {
    display: block;
    padding: 0 15px 0 15px;
    overflow: hidden;
    margin-top: 40px
}

.row-borders>h3 {
    float: left;
    background-color: #0065b2;
    line-height: 35px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.callorder {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.callorder .ct {
    padding-bottom: 5px
}

.callorder span {
    display: inline-block;
    padding: 5px 0 0
}

.callorder a {
    color: #1454b1
}

.newslist {
    display: block;
    overflow: hidden;
    margin: 5px 0 20px 0
}

.newslist h4 {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    line-height: 1.3em;
    padding-top: 5px;
    padding-bottom: 5px
}

.newslist li {
    display: block;
    overflow: hidden;
    padding: 8px 0
}

.newslist li a {
    display: block;
    overflow: hidden
}

.newslist li a:hover {
    text-decoration: none;
    color: #1454b1
}

.newslist li img {
    float: left;
    width: 100px;
    height: 60px;
    margin-right: 10px
}

.newslist li h3 {
    overflow: hidden;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newslist li h3:hover {
    color: #1454b1
}

.newslist li span {
    font-size: 13px;
    color: #1454b1
}

.sp-selected-thumbnail img.sp-thumbnail {
    opacity: 1!important
}

.sp-thumbnail-container img.sp-thumbnail {
    opacity: .4
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 5px
}

.container-cart {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px
}

.container-cart .detail_cart {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 20px
}

.container-cart>h3 {
    text-align: center;
    display: block;
    padding-bottom: 30px;
    font-size: 20px
}

.cart-head {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: auto
}

.buymore {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #1454b1;
    padding: 15px 0 0 15px
}

.buymore:after,
.buymore:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid #1454b1;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 28px
}

.buymore:after {
    margin-left: 2px;
    border-width: 9px;
    border-right-color: #f0f0f0;
    top: 26px
}

.yourcart {
    display: block;
    overflow: hidden;
    text-align: right;
    color: #333;
    line-height: 40px;
    padding-top: 15px
}

.cart-title {
    font-size: 14px;
    font-weight: 700;
    color: #454545;
    display: block
}

.cart-deletes {
    font-size: 13px;
    color: #999
}

.cart-deletes:hover {
    color: #2465c5;
    text-decoration: none
}

.style-input {
    display: block;
    padding: 9px 0;
    height: 27px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 5px;
    text-indent: 10px
}

.cart-img {
    display: block;
    width: 100px;
    height: 85px;
    border-radius: 10px
}

.cart-price {
    font-size: 14px;
    color: #ff6904
}

.cart-total {
    display: block;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 50px
}

.cart-right {
    float: right;
    display: block
}

.cart-right span.prices {
    font-size: 16px;
    font-weight: 600;
    color: #ff6904;
    padding-left: 10px
}

.cart-checkout {
    display: block;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: 20px;
    background-color: #f6f6f6;
    padding: 20px
}

.cart-checkout input {
    display: block;
    padding: 9px 0;
    height: 40px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 5px;
    text-indent: 10px;
    width: 99.6%;
    box-shadow: none
}

.cart-btn {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    background-color: #fc7319;
    border: 0;
    text-align: center;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.stickcart {
    position: fixed;
    right: 20px;
    top: 45%;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    color: #0068ff;
    padding: 0 10px 0 0;
    width: 140px;
    z-index: 99
}

.stickcart:hover {
    text-decoration: none
}

.stickcart div {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 40px;
    background: #ff0036;
    margin: 2px 5px 2px 2px
}

.stickcart div>i {
    height: 18px;
    display: block;
    margin: 8px 0 0 8px;
    font-size: 22px;
    color: #fff
}

.stickcart span {
    display: block;
    padding: 4px 0 0;
    white-space: nowrap
}

.stickcart strong {
    display: block;
    white-space: nowrap
}

@media screen and (max-width:768px) {
    .area_promotion {
        margin-top: 10px
    }
    .next-icon,
    .prev-icon {
        height: 30px!important;
        width: 30px!important
    }
    .next-icon>i,
    .prev-icon>i {
        font-size: 20px!important;
        line-height: 30px!important
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.next-icon,
.prev-icon {
    display: inline-block;
    background: #000;
    border: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    transition: .3s
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.next-icon>i,
.prev-icon>i {
    font-size: 36px;
    line-height: 40px
}

.next-icon:hover,
.prev-icon:hover {
    text-decoration: none;
    background-color: #0657ce;
    color: #fff
}

.owl-stage-outer {
    max-width: 99%;
    margin: 0 auto
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #c1c3c6
}

.owl-theme .owl-nav {
    margin: 0
}

.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev {
    background-color: #0065b2;
    border: 1px solid #0065b2;
    border-radius: 0;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%)
}

.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px
}

.owl-theme .owl-nav button i {
    font-size: 18px;
    font-weight: 700
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #1454b1;
    border: 1px solid #1454b1;
    color: #fff
}

.width-color {
    width: 100%;
    background-color: #eee;
}

.width-url {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.width-url .l0 {
    left: 0px;
}

.width-url .l2 {
    right: 0px;
}

.width-url .l1 {
    display: inline-block;
    max-width: 100%;
}

.width-url .l0,
.width-url .l2 {
    position: absolute;
    top: 22px;
}

.width-url li {
    height: 55px;
    white-space: nowrap;
}

.width-url a {
    display: block;
    height: 55px;
    color: #464646;
    text-align: left;
    font-size: 14px;
    padding-left: 65px;
    text-decoration: none;
}

.width-url a:hover,
.width-url b:hover {
    color: #ed1b24;
}

.width-url b {
    display: block;
    font-size: 18px;
    height: 26px;
    color: #464646;
    padding-top: 5px;
}

.page-list .page-padd {
    position: relative;
    padding: 20px 0;
    overflow: hidden
}

.page-list {
    background-color: #fff
}

.page-list .page-hot-img {
    display: block;
    padding-bottom: 20px
}

.page-list .page-hot-img img {
    width: 730px;
    height: 350px;
    object-fit: cover
}

.page-list .page-h2 {
    display: block;
    line-height: 24px;
    padding-bottom: 5px
}

.page-list .page-h2 a {
    font-size: 22px;
    font-weight: 600;
    color: #333
}

.page-list .page-h2 a:hover {
    color: #0065b2;
    text-decoration: none
}

.page-list .page-padd span.text-left {
    display: block;
    padding-bottom: 5px;
    color: #888
}

.page-list .page-padd span.text-clock {
    padding-top: 5px;
    color: #888;
    font-size: 13px;
    padding-right: 7px
}

p.page-p {
    line-height: 20px;
    color: #454545;
    line-height: 1.5;
    font-size: 1.2em
}

.page-list .page-item-new {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px
}

.page-list .page-item-new img {
    width: 250px;
    height: 160px;
    object-fit: cover
}

.page-right-content {
    position: relative;
    padding: 15px 0;
    overflow: hidden
}

.page-right .page-right-title {
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 10px;
    height: 32px
}

.page-right .page-right-title>h4 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    border-bottom: 1px solid #1454b1;
    padding-bottom: 11px;
    position: absolute;
    text-transform: uppercase
}

ul li.right-list-hot {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
    clear: both;
    overflow: hidden
}

ul li.right-list-hot .page-item-des .text-clock {
    padding-top: 5px;
    color: #888;
    font-size: 13px;
    padding-right: 7px
}

ul li.right-list-hot:last-child {
    border-bottom: 0
}

ul li.right-list-hot a img {
    width: 120px;
    height: 90px;
    margin: 0 10px 0 0;
    object-fit: cover
}

ul li.right-list-hot .page-item-des h4 a {
    font-size: 1.1em!important
}

@media screen and (max-width:768px) {
    .page-list .page-padd .col-lg-8,
    .page-list .page-padd .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }
    .page-list .page-hot-img img {
        width: 100%;
        height: auto
    }
    .page-list .page-item-new img {
        width: 100%;
        height: auto;
        max-height: 190px;
        min-height: 185px;
        object-fit: cover;
        margin: 0 0 10px 0
    }
    .page-item-des h4 a {
        font-size: 1.3em
    }
    .page-right-content .col-sm-12,
    .page-right-content.col-lg-8 {
        padding-left: 0;
        padding-right: 0
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.about-us .col-lg-3 {
    width: 25%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.item-heights {
    height: 100%
}

.item-heights ._itemimg {
    height: 100%
}

.item-heights img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-home .col-lg-3 {
    width: 25%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.news-home .news-content {
    background-color: #fff;
    padding: 10px
}

.img-bottom {
    display: block;
    padding-bottom: 15px
}

.news-home .news-content h2 {
    display: block;
    min-height: 50px;
    padding-bottom: 10px
}

.text-dates {
    display: block;
    padding-top: 5px
}

.news-home .news-content span {
    color: #8e8e8e;
    font-size: 13px;
    padding-right: 10px
}

.list-h1 {
    display: none
}

.list-h2 {
    display: none
}

.about-us .text-about {
    padding: 10px 10px 0 10px
}

.about-us .text-about p {
    line-height: 24px;
    text-align: justify;
    color: #fff;
    font-size: 1em
}

.style-dangers {
    background-color: #fff;
    font-size: 16px;
    color: #333;
    display: block;
    text-align: center;
    font-weight: 300;
    border-color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    padding: 4px 15px
}

.style-dangers a {
    font-size: 14px;
    color: #333
}

#topmy {
    display: none;
    position: fixed;
    bottom: 240px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: 0;
    outline: 0;
    background-color: #01a33f;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px
}

@media screen and (max-width:768px) {
    .about-us .col-lg-3 {
        width: 100%
    }
    .news-home .col-lg-3 {
        width: 100%;
        margin-bottom: 0
    }
    .helen-footer span a {
        float: left;
        padding: 10px 0;
        color: #dfe0e0
    }
    .helen-margin {
        padding-bottom: 15px
    }
    .tab-imgs p {
        width: 100%!important
    }
    .tab-imgs p img {
        width: 100%
    }
    #loading-gallery {
        padding-bottom: 10px
    }
}

#loading-gallery {
    display: block;
    overflow: hidden;
    padding-bottom: 50px
}

.gallery-top {
    display: block;
    padding-left: 5px;
    color: #454545
}

.gallery-top h1 {
    font-size: 22px;
    display: block;
    padding: 20px 0 10px 0;
    font-weight: 500;
    color: #1c88db
}

.tab-imgs {
    display: block;
    min-height: 300px;
    padding: 20px 0 0 0
}

.tab-imgs p {
    float: left;
    width: 50%
}

.tab-imgs p img {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    padding: 0 5px 0 5px;
    object-fit: cover
}

.nav-tabs {
    margin-top: 20px
}

.nav-tabs>li>a {
    margin-right: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #0065b2!important;
    font-weight: 500
}

.blur {
    transform: scale(.9);
    opacity: .6;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

.modal-hl img {
    width: 100%;
    text-align: center;
    opacity: 1!important
}

.modal-title {
    text-transform: uppercase
}

.itemlist img {
    height: 220px
}

.itemlist .page-item-des h4 a {
    font-size: 16px;
    font-weight: 500
}

.listproduct .area-cate table td {
    padding: 10px;
    border: 1px solid #dedede
}

.tel_phone {
    border-radius: 30px;
    line-height: 25px;
    position: absolute;
    height: 25px;
    padding: 0 20px;
    color: #fff;
    left: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #d6321c;
    color: #fff;
    bottom: 34px
}

.tel_phone a {
    margin: 0;
    color: #fff
}

.hotline {
    position: fixed;
    left: 10px;
    z-index: 9999999;
    height: 40px;
    width: 290px;
    color: #fff;
    padding: 0 0 0 10px;
    bottom: 20px;
    background: #ff5809;
    border-radius: 50px;
    line-height: 40px;
}

.hotline-no a {
    color: #fff
}

.hotline .hotline-no {
    float: left
}

.faa-wrench.animated {
    animation: wrench 1s ease infinite;
    animation-name: wrench;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial
}

.hotline p:first-child {
    font-family: utm_avobold, sans-serif;
    font-size: 14px
}

.hotline p {
    font-size: 11px;
    font-family: utm_avoregular, sans-serif;
    margin: 0;
}

.hotline p {
    text-align: center
}

.hotline img {
    float: left;
    margin: 8px 10px 0 0px;
}

img {
    border: 0;
    vertical-align: middle
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover>.faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
    -webkit-animation: wrench 1s ease infinite;
    animation: wrench 1s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite
}