.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/**/
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

.fix_top {
    top: 0;
    width: 287px;
}

.product-detail .fix_top {
    margin-top: 44px;
}

html {
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
    font-family: 'HyundaiSansVNTextOffice';
    src: url("../fonts/HyundaiSansVNTextOffice-Regular.ttf");
    src: url("../fonts/HyundaiSansVNTextOffice-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansVNTextOffice-Regular.ttf") format("woff2"), url("../fonts/HyundaiSansVNTextOffice-Regular.ttf") format("woff"), url("../fonts/HyundaiSansVNTextOffice-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HyundaiSansVNTextOffice';
    src: url("../fonts/HyundaiSansVNTextOffice-Bold.ttf");
    src: url("../fonts/HyundaiSansVNTextOffice-Bold.ttf?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansVNTextOffice-Bold.ttf") format("woff2"), url("../fonts/ModernH-Bold.woff") format("woff"), url("../fonts/HyundaiSansVNTextOffice-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ChakraPetch-Bold';
    src: url("../fonts/font-tcm/ChakraPetch-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/font-tcm/Roboto-Regular_2.ttf");
    font-weight: bold;
    font-style: normal;
}

ul {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a {
    color: #000
}

a:hover,
a:focus,
a:active,
.color-featured {
    text-decoration: none;
    color: #ccc;
    outline: none !important;
}

.rte img {
    max-width: 100% !important
}

img {
    max-width: 100%;
}

.img-fix {
    max-width: 100%
}

.button {
    display: inline-block;
    color: #636363;
    border: 0;
    outline: none;
    background-color: #ededed;
    width: 125px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center
}

.button i.fa.fa-shopping-cart {
    font-size: 20px;
}

.button.square {
    width: 40px;
    height: 40px
}

.button:hover,
.button.red {
    color: #fff;
    background-color: #1565c0
}

.input-control {
    background-color: #f4f4f4;
    padding: 5px;
    outline: none;
    border: 0
}

.fa {
    line-height: inherit
}

.no-padding {
    padding: 0
}

.left {
    float: left
}

.right {
    float: right
}

.errors ul {
    padding: 0 0 0 15px;
    color: red
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

* {
    box-sizing: border-box
}

#mp_header {
    background-size: 100% 100%;
}

#mp_header .top-header {
    line-height: 40px;
    position: relative;
    background: #1565c0;
}

#mp_header .top-header a {
    color: #fff;
    display: inline-block;
    margin-left: 25px
}

#mp_header .top-header a:hover {
    color: #fbc1c1
}

#mp_header .top-header .container .right {
    text-align: right
}

#mp_header .bottom-header {
    position: relative;
    z-index: 1000;
}

#mp_header .bottom-header .mpq_fix_bottom {
    height: 121px;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow: hidden
}

#mp_header .bottom-header .mpq_fix_bottom .right {
    overflow: hidden
}

#mp_header .bottom-header .container .main-nav {
    text-align: left;
    position: static;
    display: table;
    background: #7d7d7d;
    padding: 0 15px;
    border: 1px solid #000;
    width: 100%;
}

#mp_header .bottom-header .container .main-nav > li {
    display: table-cell;
    line-height: 30px;
    font-weight: bold
}

#mp_header .bottom-header .container .main-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 8px;
    display: block;
    font-family: 'ChakraPetch-Bold';
}

#mp_header .bottom-header .container .main-nav > li:last-child:after {
    display: none
}

#mp_header .bottom-header .container li:hover > a,
#mp_header .bottom-header .container li.active > a {
    color: #e0e0e0 !important
}

#mp_header .bottom-header .container li.has-submenu {
}

#mp_header .bottom-header .container li.has-submenu .level1,
#mp_header .bottom-header .container li.has-submenu .level2 {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

#mp_header .bottom-header .container li.has-submenu div.level1 {
    margin-top: 100px;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: auto;
    text-align: left
}

#mp_header .bottom-header .container li.has-submenu ul.level1 {
    margin-top: 100px;
    width: 200px;
    height: auto;
    overflow: auto;
    text-align: left;
    background: #333;
}

#mp_header .bottom-header .container li.has-submenu div.level1 {
    position: absolute;
    z-index: 11;
    width: 100%;
    background-color: #fff
}

#mp_header .bottom-header .container li.has-submenu ul.level1 {
    position: absolute;
    z-index: 11;
    background-color: #333
}

#mp_header .bottom-header .container li.has-submenu:hover > .level1,
#mp_header .bottom-header .container li.has-submenu:hover .level2 {
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

#mp_header .bottom-header .container .mini-cart {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}

#mp_header .bottom-header .container .mini-cart a {
    color: #000
}

#mp_header .bottom-header .container .mini-cart .cartCount {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #1565c0;
    border-radius: 50%;
    margin-top: -20px;
}

#mp_header .bottom-header li.has-submenu li {
    padding: 0 20px
}

#mp_header .bottom-header li.has-submenu li a {
    display: block;
    padding: 8px 0;
    border-bottom: solid 1px #1d1d1d;
    color: #939393;
    font-weight: 400
}

#mp_header .container .left {
    float: left;
    color: #fff;
}

#mp_header .container .logo {
    height: 163px;
    display: block;
    vertical-align: middle;
    position: relative;
    z-index: 1000;
    width: 100%;
    text-align: center;
}

#mp_header .container .right {
    float: left
}

#mp_header .left {
    width: 38.4615%
}

#mp_header .right {
    width: 61.5385%
}

.container.menu-car {
    position: static;
}

#mp_header .container.menu-car .left {
    width: 12%
}

#mp_header .container.menu-car .right {
    width: 88%;
    float: right;
}

#mp_header .container .left .logo img {
    max-width: 100%;
}

#mp_header.left .logo {
    height: 121px;
    display: table-cell;
    vertical-align: middle
}

.header-mobile {
    box-shadow: 0 2px 7px #E6E6E6
}

.header-mobile .top-header,
.header-mobile .middle-header {
    background-color: #1565c0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    line-height: 40px
}

.header-mobile .top-header {
    line-height: 1.5em;
    padding: 5px 0;
}

.header-mobile .middle-header a {
    color: #fff
}

.header-mobile .bottom-header {
    position: relative;
    padding: 7px 0
}

.header-mobile .bottom-header .logo a {
    display: table-cell;
    height: 45px;
    vertical-align: middle
}

.header-mobile .bottom-header .mini-cart {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background-image: url(../img/bg-m-cart-min.png?1481871541150);
    background-size: 100% 100%;
    line-height: 59px;
    text-align: right;
    padding-right: 20px;
}

.header-mobile .bottom-header .mini-cart a {
    color: #fff;
    font-size: 22px;
    display: inline
}

.header-mobile .bottom-header .mini-cart .cartCount {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    background-color: #1565c0;
    color: #fff;
    top: 50%;
    right: 10px;
    line-height: 25px;
    border-radius: 50%;
    margin-top: -25px
}

.header-mobile .bottom-header a.toggle-main-nav {
    font-size: 30px;
    color: #fff;
    padding-right: 10px
}

.mobile-main-nav .search-form form {
    position: relative
}

.mobile-main-nav .search-form .input-control {
    width: 100%;
    height: 40px;
    padding: 10px 20px 10px 40px;
    background-color: #363636
}

.mobile-main-nav .search-form button {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 0;
    outline: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.owl-slideshow .slider img {
    width: 100%
}

.owl-slideshow .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0
}

.owl-slideshow .owl-controls .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0
}

.owl-slideshow .owl-controls .owl-buttons .owl-prev, .owl-slideshow .owl-controls .owl-buttons .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #999;
}

.home-banner {
    margin-top: 30px
}

.top-collection,
.mid-collection,
.home-blogs,
.home-brands,
.home-about,
.service,
.testimonial {
    margin-top: 30px
}

.owl-theme.slide-prod .owl-controls {
    position: absolute;
    top: 35%;
    width: 100%;
    margin-top: -15px
}

.mid-collection .featured-prod .info {
    padding: 30px 20px 32px;
    background-color: #2a2a2a
}

.mid-collection .featured-prod .info h3 {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold
}

.mid-collection .featured-prod .info h3 a {
    color: #fff
}

.mid-collection .featured-prod .info .desc {
    color: #989898;
    padding-bottom: 18px;
    border-bottom: solid 1px #363636;
    margin-bottom: 20px
}

.owl-mid-collection {
    margin-top: 30px
}

.bottom-collection {
    margin-top: 60px;
    padding: 50px 0 40px;
    background-color: #ededed
}

.home-about .info {
    position: relative;
    width: 43.0769%;
    float: left;
    padding: 27px 0 27px 30px;
    background-color: #2a2a2a;
    height: 240px
}

.home-about .info:after {
    content: '';
    position: absolute;
    top: 0;
    right: -67px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 240px solid transparent;
    border-left: 67px solid #2a2a2a
}

.home-about .info h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 17px
}

.home-about .desc {
    color: #989898;
    line-height: 22px
}

.home-about .image {
    width: 56.9231%;
    float: left;
    height: 240px;
    overflow: hidden
}

.service {
    text-align: center
}

.service h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 12px;
    font-family: 'ChakraPetch-Bold';
}

.service .desc {
    text-align: center;
    line-height: 24px;
    margin-bottom: 0
}

.testimonial {
    padding: 53px 0 20px;
    background-image: url("../img/bg-testimonial-min.jpg?1481871541150");
    background-attachment: fixed;
    background-position: 0 50%
}

.testimonial .block-title {
    color: #fff
}

.testimonial .owl-item {
    padding: 0 45px
}

.testimonial .testimonial-box {
    position: relative;
    color: #fff;
    padding: 30px 25px 30px 80px;
    min-height: 120px
}

.testimonial .testimonial-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #1565c0;
    opacity: .6;
    transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg)
}

.testimonial .testimonial-box .image {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    top: 50%;
    margin-top: -57px;
    left: -57px
}

.testimonial .testimonial-box .info h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px
}

.testimonial .testimonial-box .info .content {
    margin-bottom: 0
}

.testimonial .owl-testimonial .owl-controls {
    margin-top: 48px
}

.home-brands .item-brand {
    display: table;
    width: 100%
}

.home-brands .image-brand {
    display: table-cell;
    height: 109px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #ebebeb
}

.home-brands .image-brand img {
    max-height: 100%;
    max-width: 100%
}

.home-brands .title-brand {
    display: table-row;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background-color: #2a2a2a;
    color: #fff
}

.home-brands .owl-brands .owl-controls {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%
}

.product-grid .image,
.article .image {
    position: relative
}

.product-grid .image a {
    display: block;
}

.product-grid .image .price,
.mid-collection .featured-prod .info .price,
.article .image .date,
.product-list .image .price,
.product-detail .product-price,
.article-item .image .date,
.article-content .featured-image .date {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    background-color: #1565c0;
    padding: 6px 20px
}

.product-grid .image .price:after,
.product-list .image .price:after,
.mid-collection .featured-prod .info .price:after,
.product-detail .product-price:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 16px solid #1565c0
}

.product-grid h3 {
    font-size: 18px;
    padding: 15px 0;
    text-transform: capitalize;
}

.product-grid .info form {
    margin-top: 15px
}

.prod-grid {
    position: relative
}

.prod-grid .info {
    position: relative;
    z-index: 11;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.prod-grid .info h3 a {
    color: inherit;
    font-weight: bold;
    font-family: 'ChakraPetch-Bold';
}

.prod-grid .info h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    text-align: center
}

.prod-grid .info .price {
    font-size: 14px;
    font-weight: bold;
    color: #1565c0;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 12px
}

.prod-grid .add-cart {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.add-cart {
    display: none;
}

.prod-grid .add-cart .group {
    display: table;
    position: absolute;
    top: 40%;
    margin-top: -20px;
    left: 50%;
    margin-left: -45px
}

.prod-grid:hover .add-cart {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.prod-grid:hover .info {
    background: #2a2a2a;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

#mp_header .bottom-header .container .main-nav > li .prod-grid:hover .info {
    background: #f9f9f9
}

.prod-grid:hover h3 {
    color: #fff
}

#mp_header .bottom-header .container .main-nav > li .prod-grid:hover h3 {
    color: #1565c0;
}

.top-collection .prod-grid:hover .info {
    background: transparent;
}

.top-collection .prod-grid:hover h3 {
    color: #333;
}

.top-collection .prod-grid h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.top-collection .prod-grid .info .price {
}

.prod-grid .add-cart .button {
    margin: 0 5px
}

.img-fix {
    margin: 0 auto;
    display: inline-block;
}

.prod-grid {
    text-align: center;
}

.mid-collection .featured-prod .info .price {
    right: 12px
}

.article .image .date {
    right: auto;
    left: 0
}

.article .image .date:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 16px solid #1565c0
}

.article h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 5px
}

.link-sitebar {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px;
    background: #7d7d7d;
    color: #fff;
    text-transform: uppercase;
}

.link-sitebar:hover {
    color: #ccc;
}

.page-title {
    font-size: 24px;
    padding: 0 0 10px 0;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #7d7d7d;
    width: 80px;
    height: 4px;
    margin: 0;
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.block-title {
    position: relative;
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-family: 'ChakraPetch-Bold';
}

.block-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: #000;
    width: 80px;
    height: 4px;
    left: 50%;
    margin: 0;
    margin-left: -35px;
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.block-title:after {
}

.home-blogs .block-title {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    text-transform: uppercase;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 4px solid #f1f1f1;
}

.home-blogs .block-title:after {
    content: "";
    display: block;
    background: url(../img/tit-decoration-min.png?1481871541150) center center no-repeat;
    width: 100%;
    height: 4px;
    margin: 0;
    position: absolute;
    bottom: -4px;
    left: -4px;
}

.hr-line {
    width: 100%;
    height: auto;
    text-align: center;
}

.hr-line img {
    margin: 0 auto;
    max-width: 100%;
}

.home-blogs .block-title {
    text-align: left;
    position: relative;
}

.home-blogs .block-title:after {
    width: 80px;
    height: 3px;
    background: #ccc;
    position: absolute;
    bottom: -5px;
    left: 50%;
}

.home-blogs.home .block-title:after {
    left: 0;
    bottom: -3px;
}

.collection-grid .product-grid {
    margin-bottom: 30px
}

.collection-grid .tab-link.current .product-grid {
    background: rgba(254, 254, 254, 0);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(219, 219, 219, 0.47) 47%, rgba(209, 209, 209, 0.51) 51%, rgba(226, 226, 226, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 0)), color-stop(47%, rgba(219, 219, 219, 0.47)), color-stop(51%, rgba(209, 209, 209, 0.51)), color-stop(100%, rgba(226, 226, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(219, 219, 219, 0.47) 47%, rgba(209, 209, 209, 0.51) 51%, rgba(226, 226, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(219, 219, 219, 0.47) 47%, rgba(209, 209, 209, 0.51) 51%, rgba(226, 226, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(219, 219, 219, 0.47) 47%, rgba(209, 209, 209, 0.51) 51%, rgba(226, 226, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, rgba(219, 219, 219, 0.47) 47%, rgba(209, 209, 209, 0.51) 51%, rgba(226, 226, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
}

.content-text {
    font-size: 16px;
}

.aside-collection h2 {
    color: #fff;
    background-color: #2c3d7f;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 15px;
    font-weight: bold;
}

.aside-collection .list-cate li {
    line-height: 45px;
    border-bottom: solid 1px #969494;
    background-color: #7d7d7d;
    padding: 0 15px
}

.aside-collection .list-cate li a {
    color: #fff;
    font-size: 16px;
    display: block
}

.aside-collection .list-cate li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .5
}

.aside-collection .list-cate li:hover a:before {
    opacity: 1
}

.aside-collection .list-cate li a:before {
    content: "\f02b";
    line-height: 1.5em;
    font: normal normal normal 20px/1 FontAwesome;
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-paddingleft {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.padding-left-md {
    padding-left: 0;
}

.product-list {
    margin-top: 30px
}

.product-list h3 a {
    font-size: 18px;
    font-weight: bold
}

.product-list h3 {
    margin-bottom: 13px;
    margin-top: 10px
}

.product-list .image {
    position: relative
}

.product-list .info {
    padding-left: 5px
}

.product-list .desc {
    padding-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
    line-height: 24px;
    margin-bottom: 15px
}

.product-list .button {
    margin-right: 10px
}

.toolbar-collection span.active {
    color: #1565c0
}

.toolbar-collection {
    padding: 10px 20px;
    background-color: #ededed
}

.toolbar-collection,
.toolbar-collection a,
.toolbar-collection span {
    color: #c2c2c2;
    line-height: 37px
}

.toolbar-collection a,
.toolbar-collection span {
    margin-right: 5px;
    margin-bottom: 0
}

.toolbar-collection .fa {
    font-size: 18px
}

.toolbar-collection .left {
    float: left;
    width: 30%
}

.toolbar-collection .right {
    float: right;
    width: 70%;
    text-align: right
}

.toolbar-collection select {
    width: 240px;
    height: 37px;
    border: solid 1px #ebebeb;
    padding: 3px;
    color: #333
}

ul.tags li {
    display: inline-block;
    margin-right: 5px
}

ul.tags li a {
    display: block;
    border: solid 1px #c2c2c2;
    padding: 5px 10px;
    margin-bottom: 10px
}

ul.tags li a:hover {
    color: #fff;
    background-color: #59b586;
    border-color: #59b586
}

.product-detail .product-image img {
    width: 100%
}

.product-detail .product-image .featured-image {
    margin-bottom: 15px
}

.product-detail .info h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    margin-bottom: 40px;
    color: #464646;
    line-height: 34px;
    text-transform: uppercase;;
}

.product-detail .basic-info {
    position: relative
}

.product-detail .info p.desc {
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 13px;
    border-bottom: solid 1px #ebebeb;
    margin-top: 17px;
    margin-bottom: 0
}

.product-detail .info form label {
    display: inline-block;
    width: 100px;
    font-weight: 400
}

.product-detail .info .selector-wrapper select,
.product-detail .info .input-control {
    display: inline-block;
    width: 190px;
    height: 40px;
    outline: none;
    border: solid 1px #ebebeb;
    padding: 5px 10px
}

.product-detail .info .input-control {
    width: 50px;
    text-align: center;
    margin: 0 -5px;
    -webkit-appearance: none
}

.product-detail .variant-selector,
.product-detail .product-form .action {
    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: solid 1px #ebebeb
}

.product-detail .variant-selector .selector-wrapper {
    width: 50%;
    float: left
}

.product-detail .quantity {
    float: left;
    margin-right: 15px
}

.product-detail .action-btn {
    float: left
}

.product-detail .quantity .group {
    width: 130px;
    display: inline-block
}

.product-detail .quantity button {
    display: inline-block;
    width: 40px;
    height: 40px;
    outline: none;
    border: solid 1px #ebebeb;
    background-color: #ebebeb
}

.product-detail .quantity button:hover {
    background-color: #1565c0;
    border-color: #1565c0;
    color: #fff
}

.product-detail .info .selector-wrapper select:focus,
.product-detail .info .input-control:focus {
    border-color: #1565c0
}

.product-detail .middle .product-tabs li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    border: solid 1px #ebebeb;
    border-top: solid 4px #e8e6e6;
    border-bottom-color: #fff;
    color: #2b2a2a;
    text-align: center;
    border-left: 0;
    border-bottom: 0;
}

.product-detail .middle .product-tabs li:first-child {
    border-left: 1px solid #ebebeb;
}

ul.list-unstyled.product-tabs {
    background: #f1f1f1;
    display: table;
    width: 100%;
}

ul.list-unstyled.product-tabs li {
    display: table-cell;
}

.cate-product ul.list-unstyled.product-tabs {
    display: inline-block;
    width: auto
}

.cate-product ul.list-unstyled.product-tabs li {
    display: inline-block;
    float: left;
}

.cate-product {
    text-align: center;
}

.product-detail .middle.cate-product .tab-container {
    padding: 0;
    border: 0
}

.product-detail .middle .product-tabs li a.active {
    border-top: solid 4px #afaaaa;
    border-bottom-color: #7d7d7d;
    color: #fff;
    background: #7d7d7d;
}

.list-row-car {
    margin-top: 30px;
}

.product-detail .middle .tab-container {
    border: solid 1px #ebebeb;
    display: table;
    width: 100%;
    padding: 15px 20px
}

.owl-theme.owl-related .owl-controls {
    position: absolute;
    top: 35%;
    width: 100%;
    margin-top: -15px
}

.list-products {
    border: solid 1px #ebebeb
}

.list-products li {
    border-bottom: solid 1px #ebebeb;
    padding: 20px
}

.list-products li .image {
    display: block;
    width: 35%;
    float: left
}

.list-products li .info {
    width: 65%;
    float: left;
    padding-left: 15px
}

.list-products li .info h3 a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

.list-products li:last-child {
    border-bottom: 0
}

.list-products li .info .price {
    font-size: 14px
}

.list-products li .info .price span {
    font-size: 12px
}

#footer {
    margin-top: 75px;
    background-color: #F3F1F3;
    position: relative;
}

#footer .top-footer {
    background-color: #ededed;
    padding: 40px 0
}

.top-footer b {
    display: inline-block;
    margin-bottom: 10px
}

.top-footer p {
    margin-bottom: 0;
    line-height: 22px
}

.mid-footer {
    border-top: solid 1px #ccc;
    padding: 45px 0;
    -webkit-box-shadow: inset 0 6px 13px rgba(1, 2, 2, .11);
    -moz-box-shadow: inset 0 6px 13px rgba(1, 2, 2, .11);
    box-shadow: inset 0 6px 13px rgba(1, 2, 2, .11);
}

.mid-footer a,
.bottom-footer a {
    color: #000
}

.mid-footer a:hover,
.bottom-footer a:hover {
    color: #1565c0
}

.mid-footer h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: 'ChakraPetch-Bold';
}

.mid-footer .linklist li {
    padding: 10px 0;
    border-bottom: solid 1px #e8e8e8;
}

.bottom-footer {
    background-color: #e8e8e8;
    padding: 6px 0
}

.bottom-footer .social {
    text-align: right
}

.bottom-footer .social li {
    display: inline-block;
    margin-left: 10px
}

.bottom-footer .social li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #989898;
    background-color: #363636
}

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

.bottom-footer .copyright {
    line-height: 34px;
    color: #000
}

.article-item {
    padding-bottom: 18px;
    margin-top: 18px;
    border-bottom: solid 1px #ebebeb
}

.article-item.first {
    margin-top: 0
}

.article-item .image {
    position: relative
}

.article-item .image .date {
    right: auto;
    left: 0
}

.article-item .image .date:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 16px solid #1565c0
}

.article-item .img-fix {
    width: 100%
}

.article-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 15px
}

.article-item.first h3 {
    font-size: 24px;
    margin: 20px 0 15px
}

.sidebar .block {
    margin-bottom: 35px
}

.list-articles li {
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px
}

.list-articles li:last-child {
    margin-bottom: 0
}

.list-articles h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 13px
}

.list-articles .image,
.list-articles .info {
    display: block;
    float: left;
    width: 50%
}

.list-articles .image {
    padding-right: 15px
}

.list-articles .info {
    padding-left: 15px
}

.list-articles .date {
    color: #b0b0b0;
    margin-bottom: 0;
    line-height: 14px
}

.tags-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.tags-list li a {
    display: block;
    color: #333;
    padding: 6px 19px;
    background-color: #f4f4f4
}

.tags-list li a:hover {
    color: #fff;
    background-color: #1565c0
}

.article-content .featured-image {
    position: relative
}

.article-content .featured-image .date {
    right: auto;
    left: 0
}

.article-content .featured-image .date:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 16px solid #1565c0
}

.article-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0
}

.article-content .share-link {
    padding: 12px 0;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb
}

.article-content .share-link a {
    font-size: 16px;
    margin-right: 7px
}

.comments {
    margin-top: 25px
}

.comments ul li {
    margin-bottom: 0
}

.comments .avatar {
    width: 11%;
    float: left
}

.comments .avatar img {
    border-radius: 50%
}

.comments .info-comment {
    width: 89%;
    float: left;
    padding-left: 15px
}

.comments .info-comment .comment-content {
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb
}

.comments .info-comment .date {
    color: #b0b0b0;
    margin-bottom: 18px
}

.write-comment {
    margin-top: 30px
}

.write-comment label {
    display: block;
    margin-bottom: 7px;
    font-weight: 400
}

.write-comment .input-control {
    width: 100%;
    padding: 10px 15px
}

.write-comment textarea {
    height: 185px
}

.write-comment button {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    width: auto
}

.template-contact form label {
    display: block;
    font-weight: 400
}

.template-contact form .input-control {
    width: 100%;
    padding: 10px 15px
}

.template-contact form textarea {
    height: 150px
}

.template-contact form .button {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    width: auto
}

#map {
    width: 100%
}

#map.cart-map iframe {
    height: 590px;
    width: 100%
}

.page-404 {
    text-align: center
}

.page-404 .button {
    padding: 0 25px;
    line-height: 50px;
    width: auto;
    height: 50px
}

.template-cart .table-cart {
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb
}

.template-cart .table-cart thead tr th {
    padding: 17px 0;
    border-bottom: 0;
    background-color: #ebebeb;
    text-align: center;
    vertical-align: middle
}

.template-cart .table-cart .image {
    width: 25%
}

.template-cart .table-cart .title,
.template-cart .table-cart .price,
.template-cart .table-cart .quantity,
.template-cart .table-cart .total {
    width: 16.75%
}

.template-cart .table-cart tr td {
    vertical-align: middle;
    text-align: center
}

.template-cart .table-cart tbody td:first-child {
    padding: 30px
}

.template-cart .table-cart tbody tr {
    border-bottom: solid 1px #ebebeb
}

.template-cart .table-cart .input-control {
    width: 50px;
    text-align: center
}

.template-cart .table-cart .fa {
    font-size: 22px
}

.template-cart .button {
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 0 35px
}

.template-cart .calculation .button,
.template-cart .table-calculation {
    width: 100%
}

.template-cart .table-calculation {
    margin-bottom: 15px
}

.template-cart .table-calculation td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    height: 50px
}

.template-cart .table-calculation td,
.template-cart .table-calculation tr {
    border: solid 1px #ebebeb;
    border-collapse: collapse
}

.template-customer label {
    display: block;
    margin-bottom: 7px
}

.template-customer .input-control {
    width: 100%;
    height: 44px
}

.template-customer .button {
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 0 35px
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0
}

.breadcrumb ul li {
    display: inline-block;
    line-height: 50px
}

.breadcrumb ul li span {
    color: #1565c0
}

ul.paginate {
    margin-top: 7px;
    text-align: center
}

ul.paginate li {
    display: inline-block
}

ul.paginate li a,
ul.paginate li span {
    display: table-cell;
    width: 38px;
    height: 38px;
    border: solid 1px #ebebeb;
    text-align: center;
    vertical-align: middle
}

ul.paginate li a.prev,
ul.paginate li a.next {
    width: auto;
    padding: 0 15px
}

ul.paginate li a {
    color: #333
}

ul.paginate li a:hover,
ul.paginate li span.active {
    background-color: #1565c0;
    color: #fff;
}

.template-account .table,
.template-account .table tr,
.template-account .table tr td,
.template-account .table tr th {
    border: solid 1px #d1d1d1;
    border-collapse: collapse;
    margin-bottom: 0
}

.template-account .table tbody tr:nth-of-type(2n+1) {
    background-color: #F4F4F4
}

.template-address .input-control {
    width: 100%;
    border: solid 1px #d1d1d1;
    height: 35px;
    padding: 5px 15px;
    outline: none;
    border-radius: 2px
}

.template-address .item {
    padding: 15px;
    background-color: #fafafa
}

.template-address .actions-btn {
    margin-bottom: 30px;
    margin-top: 30px
}

.template-address .button {
    width: auto;
    display: inline-block;
    line-height: 44px;
    padding: 0 30px
}

#add_address form {
    padding: 15px;
    background-color: #fafafa;
    margin-bottom: 30px
}

.temlate-order h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600
}

.temlate-order .heading {
    margin-bottom: 30px;
    text-align: center
}

.temlate-order h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase
}

.temlate-order .table-responsive {
    margin-top: 50px
}

.temlate-order table,
.temlate-order table tr,
.temlate-order table tr th,
.temlate-order table tr td {
    border: solid 1px #d1d1d1;
    border-collapse: collapse
}

.temlate-order table tbody tr:nth-of-type(2n+1) {
    background-color: #f4f4f4
}

.temlate-order .first-button {
    padding: 7px 15px;
    color: #fff
}

.template-search .form-search {
    text-align: center;
    width: 400px;
    margin: auto auto 50px;
    position: relative
}

.template-search .form-search .input-control {
    width: 100%;
    height: 40px;
    padding: 5px 40px 5px 10px;
    outline: none;
    border-radius: 5px
}

.template-search .form-search button {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    padding: 0
}

.template-search .product-grid {
    margin-bottom: 30px
}

.owl-theme .owl-pagination {
    text-align: center
}

.owl-theme .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fff;
    margin: 0 5px
}

.owl-theme .owl-pagination .owl-page.active {
    background-color: #fff
}

.owl-theme .owl-buttons .owl-prev {
    float: left;
    margin-left: 15px
}

.owl-theme .owl-buttons .owl-next {
    float: right;
    margin-right: 13px
}

.owl-theme .owl-buttons .owl-prev,
.owl-theme .owl-buttons .owl-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f6f6f6
}

.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons .owl-next:hover {
    background-color: #1565c0;
    color: #fff
}

.product-detail .thumbnail-image {
    position: relative
}

.product-detail .thumbnail-image .slick-slide {
    margin: 10px 0
}

.product-detail .thumbnail-image .slick-prev {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
    border: 0;
    background-color: #f6f6f6;
    z-index: 11;
    text-align: center;
    line-height: 26px;
    width: 30px;
    outline: none
}

.product-detail .thumbnail-image .slick-next {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    border: 0;
    background-color: #f6f6f6;
    z-index: 11;
    text-align: center;
    line-height: 26px;
    width: 30px;
    outline: none
}

.product-detail .thumbnail-image .slick-next:hover,
.product-detail .thumbnail-image .slick-prev:hover {
    background-color: #1565c0;
    color: #fff
}

.search_form {
    width: 100%;
    position: relative;
}

.search_form:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}

.search_form::-webkit-input-placeholder {
    color: #fff !important;
}

.search_form:-moz-placeholder {
    color: #fff !important;
}

.search_form::-moz-placeholder {
    color: #fff !important;
}

.search_form:-o-placeholder {
    color: #fff !important;
}

.search_form:-ms-input-placeholder {
    color: #fff !important;
}

.search_form_wp::-webkit-input-placeholder {
    color: #333 !important;
}

.search_form_wp:-moz-placeholder {
    color: #333 !important;
}

.search_form_wp::-moz-placeholder {
    color: #333 !important;
}

.search_form_wp:-o-placeholder {
    color: #333 !important;
}

.search_form_wp:-ms-input-placeholder {
    color: #333 !important;
}

.search_form_wp .searchButton i.fa {
    color: #c1c1c1;
}

.holine-search {
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.hotline-text {
    font-size: 22px;
    font-weight: bold;
    color: #1565c0;
    display: inline-block;
    float: left;
    padding: 7px 0px;
}

.search_form_wp {
    width: 300px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    border: 0;
    padding: 5px;
    height: 35px;
    outline: none;
    color: #474747;
    padding-right: 50px;
    background: transparent;
    float: left;
    font-size: 14px;
}

.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    opacity: 1;
    cursor: pointer;
    border: 0px;
    box-sizing: border-box;
    background: transparent;
    line-height: 0;
    background-size: cover;
}

.searchButton i.fa {
    font-size: 18px;
    color: #fff;
}

.mm-menu,
nav#nav-mobile {
    display: none;
}

nav#nav-mobile.mm-menu.mm-current {
    display: block;
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    font-size: 34px;
    cursor: pointer;
    background: #1565c0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

#map iframe {
    width: 100%;
    height: 450px;
}

.article .panel-body {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 280px;
}

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

ul.social li {
    float: left;
    padding-right: 5px;
}

ul.social li a {
    display: table-cell;
    width: 25px;
    line-height: 25px;
    height: 25px;
    background: #686868;
    color: #fff;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

ul.social li a i.fa {
    position: relative;
    z-index: 10000;
}

ul.social li a.fb {
    background: #425F9C;
}

ul.social li a.gl {
    background: #DD4E42;
}

ul.social li a.yt {
    background: #CC181E;
}

ul.social li a.tw {
    background: #55ACEE;
}

ul.social li a:hover i.fa {
    color: #333;
}

.clear {
    clear: both;
}

.col-social h3 {
    margin: 15px 0;
}

.show_video_intro iframe {
    width: 100%;
    height: 220px;
}

.list-grid {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list-grid li {
    padding: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    float: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.list-grid li a {
    text-decoration: none;
    color: #333;
    position: relative;
}

ul.list-grid li .news_info {
    padding-left: 25px;
    position: relative;
}

ul.list-grid li .news_info:before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #1565c0;
    content: "\f16a";
    font: normal normal normal 18px/1 FontAwesome;
}

.news .news_info {
    width: 100%;
    float: right;
    padding-left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width: 1199px) {
    .logo .img-fix {
        position: absolute;
        top: 10px;
        z-index: 1000;
        height: 38px;
    }

    .header-mobile .bottom-header {
        position: relative;
        padding: 7px 0;
        background: #2f82e0;
        z-index: 100;
    }

    .mid-footer {
        padding-bottom: 0;
    }
}

.related_news {
    margin: 0px;
    padding-bottom: 30px;
    text-align: left;
}

.related_news_title {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #ccc;
}

.related_news_title span {
    padding-right: 5px;
}

.related_news_content ul {
    list-style: none;
    padding-left: 15px;
    padding: 0;
    margin: 5px 0px;
}

.related_news_content ul li {
    font-size: 14px;
    padding: 5px 0px;
}

.list_fonts {
    padding-right: 5px;
}

.related_news_content .fa {
    padding-right: 5px;
}

.related_news_content ul li::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #AEB0B3;
    font-size: 18px;
}

.related_news_content li a {
    padding-left: 5px;
    color: #333;
}

.product-detail.product-detail-car-sub .list-unstyled {
    text-align: center;
    background: #f1f1f1;
}

.product-detail.product-detail-car-sub .middle .product-tabs li a {
    font-size: 16px;
    font-weight: bold;
}

.product-detail.product-detail-car-sub .middle .tab-container {
    border: 0;
}

.product-detail.product-detail-car-sub .middle .product-tabs li a.active {
    background: #7d7d7d;
    color: #fff;
}

.product-detail.product-detail-car-sub .bottom, .product-detail.product-detail-car-sub .middle {
    margin-top: 0;
}

.col-margin-pro {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #back-top {
        right: 5px;
    }
}

.hisella-messages2 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #e99416;
    line-height: 13px;
    padding: 16px;
    margin-right: 160px;
    font-size: 16px;
}

.hisella-messages {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.hisella-messages-outer {
    position: relative;
}

#hisella-minimize {
    font-size: 16px;
    font-family: HyundaiSansVNTextOffice, 'Roboto', sans-serif;
    padding: 10px;
    position: absolute;
    top: -35px;
    left: -135px;
    font-weight: normal;
    cursor: pointer;
    background: #3b5998;
    color: #fff;
    border: 1px solid #E9EAED;
    min-width: 135px;
    line-height: 1.2em;
    height: 35px;
    overflow: hidden;
    box-sizing: border-box;
}

.hisella-messages-outer.chat-show-phone #hisella-minimize {
    left: 0;
}

.icon_face {
    color: #fff;
    font-size: 20px;
}

.owl-slideshow {
    display: none;
}

.spandomain {
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.desc {
    height: 110px;
    overflow: hidden;
    margin-bottom: 10px;
}

.article .image .img-responsive {
    height: 240px;
    width: 100%;
}

.article h3 a {
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .hisella-messages {
    }

    .spandomain {
        display: block;
    }

    .article .image .img-responsive {
        height: 180px;
    }
}

.wp_page {
    width: 100%;
    text-align: right;
    padding: 10px 0px;
}

.wp_page > .page {
    width: 100%;
}

.wp_page > .page a {
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #13afeb;
    display: inline;
    line-height: 2.5em;
}

.wp_page > .page a:hover, .wp_page > .page a.active {
    background: #13afeb;
    color: #fff;
    font-weight: bold;
}

.post-share {
    margin: 30px 0;
}

.post-share .title-share {
    font-size: 18px;
}

.content-tags {
    margin-bottom: 30px;
    overflow: hidden;
}

a.tag-item {
    padding: 5px 10px;
    font-size: 13px;
    background: #1565c0;
    color: #fff;
    border-radius: 5px;
}

label {
    font-size: 18px;
    font-weight: normal;
}

i.fa.fa-comments-o {
    font-size: 30px;
}

.hotline-top {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
}

.header-mobile .hotline-top {
    margin-top: 0
}

.hotline-top a {
    position: relative;
    padding: 5px 0;
    padding-left: 30px;
}

.hotline-top a:before {
    content: "\f2a0";
    font: normal normal normal 24px/1 FontAwesome;
    transform: rotate(-40deg);
    display: inline-block;
    top: 4px;
    position: absolute;
    left: 0px;
}

#mp_header .bottom-header .container .hotline-top a {
    color: red;
    text-align: left;
}

#mp_header .bottom-header .container .hotline-top a:before {
    content: "\f2a0";
    font: normal normal normal 24px/1 FontAwesome;
    transform: rotate(-40deg);
    display: inline-block;
    top: 4px;
    left: -2px;
    position: absolute;
}

#mp_header .bottom-header .container .hotline-top a span.name-phone {
    font-weight: normal;
}

.hotline-all {
    background: #333;
    color: #fff;
    text-align: center;
}

a.logo {
    display: block;
    background: #2c3d7f;
}

.hotline-top a {
    color: red;
    display: inline-block;
}

a.logo img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}
.h_logo
{
    float: left;
    width: 360px;
    margin-top: 20px;
}
.logo-text img {
    max-width: 100%;
    position: relative;
    z-index: 1000;
    padding: 5px;
    padding-right: 80px;
    height: 50px;
}
.logo-text {
    position: relative;
    overflow: hidden;
    min-height: 55px;
}
.logo_phai
{
    float: right;
    height: 40px;
    margin-top: 15px;
}
.logo_phai img
{
    height: 40px;
}
.h_hotline
{
    float: left;
    width: calc(100% - 700px);
}

.position-static {
    position: static;
}

textarea.form-control {
    height: 150px !important;
    resize: vertical;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-top: solid 4px #ccc;
    color: #000;
    background: #f1f1f1;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
    border-top: solid 4px #afaaaa;
    border-bottom-color: #7d7d7d;
    color: #fff;
    background: #7d7d7d;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.no-border-radius {
    border-radius: 0;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

body.stick .menu-fixed {
    animation-name: fading;
    animation-duration: 0.5s;
    position: fixed;
    top: 0;
    z-index: 1000;
    margin-top: 0;
    width: 100%;
    left: 0;
    background: #f3f3f3;
}

section.content-tabs {
    margin-top: 40px;
}

section.content-tabs:first-child {
    margin-top: 0;
}

.tabs-to-dropdown > .tab-bar > ul > li.current-menu-item a {
    color: #2c3d7f;
}

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

ul.tabs_hover li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs_hover li.current {
    background: #ededed;
    color: #222;
}

.tab_content_hover {
    display: none;
    padding: 0;
    text-align: left;
}

.tab_content_hover.current {
    display: inherit;
}

.tabs-to-dropdown {
    background: #f3f3f3;
}

.bg-cate-top {
    background: rgba(226, 226, 226, 1);
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(240, 237, 240, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(240, 237, 240, 1)));
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(240, 237, 240, 1) 100%);
    background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(240, 237, 240, 1) 100%);
    background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(240, 237, 240, 1) 100%);
    background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(240, 237, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f0edf0', GradientType=0);
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -18px;
    color: #fff;
    opacity: 1;
    right: 4px;
    padding: 0px;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modal-header .close:focus, .modal-header .close:active, .modal-header .close {
    outline: none;
}

.comment_layout .box_contact_coment {
    width: 100%;
}

.comment_layout .title-box_contact_coment {
    width: auto;
    padding: 10px;
    background: #8A0000;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.comment_layout .content-box_contact_coment {
    width: 100%;
}

.comment_layout .row {
    width: 100%;
    margin-top: 10px;
}

.comment_layout .text-input {
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
    margin-top: 8px;
}

.comment_layout .clsip {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
}

.comment_layout .clsipa {
    padding: 7px;
    width: 100%;
    height: 150px;
}

.comment_layout .clsipxn {
    padding: 7px;
    width: 50%;
    border: 1px solid #ccc;
}

.comment_layout .ipmaxn {
    width: 55%;
}

.comment_layout .img-reload {
    float: left;
    margin: 5px;
    font-weight: bold;
}

.comment_layout .btn-reload {
    width: 32px;
    height: 30px;
    border: 0px;
    margin-left: 15px;
    cursor: pointer;
}

.comment_layout .divbtn-gui {
    float: left;
}

.comment_layout .btn-gui {
    border: 0px;
    background: #8A0000;
    color: #fff;
    cursor: pointer;
}

.comment_layout .btn-gui {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.comment_layout .bdnone {
    border: none;
}

.comment_layout .btnclass {
    margin: 0px;
}

.comment_layout .btn-success_bl {
    color: #fff;
    background-color: #0092db;
    border-color: #0092db;
    margin-top: 5px;
}

@media (max-width: 600px) {
    .comment_layout .clsip, .comment_layout .clsipa {
        width: 95%;
    }

    .comment_layout .content-box_contact {
        width: 90%;
        margin: 0 auto;
    }

    .comment_layout .text-input, .comment_layout .input {
        width: auto;
        text-align: left;
        float: none;
        font-weight: normal;
    }
}

.comment_layout .comment {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.comment_layout .title_comment {
    background-color: #0092db;
    width: 100%;
    position: relative;
    height: auto;
    text-align: left;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.comment_layout .title_comment_in i.fa.fa-comments {
    font-size: 25px;
    padding-right: 10px;
}

.comment_layout .title_comment_in span {
    font-size: 16px;
    position: relative;
    padding-left: 35px;
}

.comment_layout .title_comment_in span:before {
    content: "\f0e6";
    font-family: FontAwesome;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 24px;
}

.comment_layout .comment-content {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #0092db;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.comment_layout .comment-content li {
    padding: 10px 0;
    padding-bottom: 30px;
}

.comment_layout .comment-username {
    display: inline;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px;
}

.comment_layout .comment-username .name {
    font-weight: bold;
}

.comment_layout .comment-username .date_post {
    font-style: italic;
    font-weight: normal;
}

.comment_layout .comment-comment {
    display: inline;
    color: #717c87;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.comment_layout span.time_bl {
    position: absolute;
    right: 0px;
    top: 10px;
}

.comment_layout .comment-comment-details {
    width: 100%;
    margin: 5px auto;
    height: auto;
    position: relative;
    padding-left: 55px;
    box-sizing: border-box;
}

.comment_layout .comment-comment-reply {
    display: inline-block;
    float: left;
    color: #0092db;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    height: auto;
    padding: 8px 10px 5px 5px;
    cursor: pointer;
}

.comment_layout .comment-comment-ago {
    display: inline-block;
    float: right;
    color: #9aa1a7;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
    height: 11px;
}

.comment_layout .comment-form form {
    background: #ececec;
    display: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.comment_layout .comment-form form label {
    display: inline-block;
    color: #0092db;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 80px;
    line-height: 11px;
    margin-bottom: 15px;
}

.comment_layout .comment-form form .comment-comment-label {
    position: relative;
    top: -75px;
}

.comment_layout .reply_con {
    margin: 10px 0px;
}

.comment_layout .title_top_bl {
    width: 50px;
    height: 50px;
    float: left;
}

.comment_layout .title_top_bl img {
    width: 100%;
    height: 100%;
}

.comment_layout .title_top_bl {
    text-align: center;
}

.comment_layout .title_top_bl .image_user_comment img {
    width: 100%;
    height: 100%;
}

.comment_layout .text_comment {
    padding: 10px 0px 5px 0px;
    font-size: 14px;
}

.comment_layout .content_detail_wp {
    padding: 0 10px !important;
}

.comment_layout {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}

.start {
    margin-bottom: 20px;
}

.start img {
    width: 25px;
    display: inline-block;
}

.comment_layout .reply_con .content_detail_wp {
    background: #fff;
}

.comment_layout .arrow-left {
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-top: 10px solid transparent;
    border-right: 15px solid #ececec;
    opacity: 0.8;
}

.comment_layout .content_detail_wp > .note_comment > .arrow-left {
    border-right-color: #ECECEC;
}

.comment_layout .note_comment {
    position: absolute;
    top: 10px;
    left: 45px;
}

.comment_layout .content_detail_wp .reply_con .note_comment .arrow-left {
    border-right: 15px solid #fff;
}

.comment_layout .content_detail_wp {
    font-size: 12px;
    font-weight: normal;
}

.comment_layout .time_bl {
    margin-bottom: 15px;
}

.comment_layout .showhide i.fa.fa-pencil-square-o {
    font-size: 18px;
}

@media (max-width: 445px) {
    .comment_layout .comment-form form .comment-comment-label {
        top: 0;
    }

    .comment_layout .comment-form form input[type=submit] {
        margin-left: 0;
    }
}

.comment_layout .title_top_bl {
    font-size: 12px;
    color: #ccc;
    position: relative;
}

.comment_layout .content_detail_wp {
    padding: 0px 5px 0px 10px;
}

.comment_layout .content_detail_wp .reply_con {
    padding-left: 0px;
    position: relative;
}

.comment_layout .btn_write {
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.comment_layout .showhide {
    display: inline-block;
    padding: 10px;
    background: #0092db;
    text-align: center;
    cursor: pointer;
    color: #fff;
    color: #fff;
    font-weight: bold;
    width: auto;
}

.comment_layout form.formcm_con, .comment_layout input.clsip, .comment_layout textarea.clsip.clsipa {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

@media (max-width: 650px) {
    .comment_layout .comment-username {
        top: 20px;
        margin-left: 0px;
    }

    .comment_layout span.time_bl {
        position: static;
        right: 0px;
        top: 10px;
    }
}

.comment_layout .comment_layout span.comment-comment-reply > i.fa {
    font-size: 16px;
}

.comment_layout .row_width50pt {
    margin: 0 -5px;
}

.comment_layout .row_width50pt .row {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
}

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

.comment_layout .row.row_width100pt > .input, .row.row_width50pt > .input {
    width: 100%;
}

.comment_layout .row.row_width50pt > .input {
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.comment_layout .row.row_width50pt:nth-child(2) > .input {
    padding-right: 0px;
}

.comment_layout .text_des_comment {
    margin: 0;
    padding: 5px 0;
}

.sidebar {
    margin-top: 15px;
}

p.price {
    font-size: 14px;
    font-weight: bold;
    color: #1565c0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 12px;
}

@media (max-width: 1250px) {
    #mp_header .container .logo {
        height: 154px;
    }
}

@media (min-width: 1367px) {
    .container.menu-car:before {
        left: -130px;
    }
}

@media (min-width: 1366px) {
    .container.menu-car:before {
        left: -178px;
    }
}

aside.aside-collection {
    margin-bottom: 15px;
}

aside.aside-collection .hotline-top {
    margin-top: 0;
}

aside.aside-collection.hotline h2 {
    color: #fff;
    background-color: #898989;
    text-transform: uppercase;
    font-size: 20px;
    padding: 17px 15px;
    font-weight: bold;
}

.list-unstyled.list-cate .hotline-top {
    padding: 10px;
    text-align: center;
    background: #f1f9f9;
    border-bottom: 1px solid #d8d7d7;
}

.list-unstyled.list-cate .hotline-top:last-child {
    border-bottom: 0;
}

.text-position {
    color: red;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
    display: inline-block;
}

.hotline-all.div_fixed_mobile.fix_top {
    width: 100%;
    z-index: 1000;
}

div#myModal form .form-group.row:nth-child(3),
div#myModal form .form-group.row:nth-child(4),
div#myModalDrive form .form-group.row:nth-child(3),
div#myModalDrive form .form-group.row:nth-child(4) {
    display: none;
}