@import url(normalize.css);
@import url(font-awesome.min.css);

body {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f1f1f;
}
ul {
    padding-left: 0;
}
ul li {
    list-style: none;
}
/*Button*/
.btn-submit {
    background: #EE2050;
    border: none;
    border-top: 1px solid #949494;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 8px;
}
header#banner img {
    width: 100%;
}
#banner {
    /*background-color: #ececec;*/
}
.hot-banner div {
    height: 207px;
    overflow: hidden;
}
.hot-banner img {
    width: 100%;
}
/*#menu*/
#menu {
    color: #fff;
    padding-bottom: 9px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
#menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}
#menu #menu-right {
    margin-top: 10px;
}
.navbar-fixed-top #menu-right {
    margin-top: 5px !important;
}
.navbar-inverse {
    background-color: #24273E;
}
#menu-right ul li a:hover {
    background-color: #ee2050;
}
#menu-right ul li a:hover:before {
    content: '';
    background-color: #ee2050;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 20px;
}
.navbar-fixed-top #menu-right ul li a:hover:after {
    bottom: -10px;
}
#menu-right ul li a:hover:after {
    content: '';
    background-color: #ee2050;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 35%;
}

.menu .current-menu-item {
    background: transparent;
    margin-bottom: 7px;
}
.menu .current-menu-item a:hover {
    color: #EE2050;
    text-decoration: none;
}
.menu .current-menu-item:before {
    content: none;
}
.menu .current-menu-item:after {
    content: none;
}

.current-menu-item {
    background-color: #ee2050;
    position: relative;
}
.current-menu-item:before {
    content: '';
    background-color: #ee2050;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 20px;
}
.current-menu-item:after {
    content: '';
    background-color: #ee2050;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 35%;
    transition: bottom 0.4s;
    -webkit-transition: bottom 0.4s;
}

/*End #menu*/

/*#search*/
#search {
    /*background-color: #ececec;*/
    /*padding: 15px 0;*/
    position: relative;
}
#search:before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 80px);
    border-right: 1px solid #DEDEDE;
    height: 100%;
}
#search .container .row{
    background-color: #ececec;
    padding: 15px 0;
    margin: 0;
}
input, .input-form {
    border-top: 1px solid #949494;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #FBFBFB;
    width: 100%;
    padding: 4px 0;
}
#search select {
    border-top: 1px solid #949494;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #FBFBFB;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 4px 10px;
    font-weight: bold;
    margin-left: 20px;
}
#search .col-md-10, #search .col-md-2 {
    padding-left: 0;
}
/*End #search*/

/*#news*/
#news {
    
}
#news img, #content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.hot-banner {
    margin-top: 0;
    margin-bottom: 1.5em;
}
#news .left-bar {

}
ul.post-categories {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.post-categories li {
    margin-right: 20px;
}
#news .box-news .hot-news {
    position: relative;
    margin-bottom: 15px;
    height: 400px;
    overflow: hidden;
}
#news .box-news .hot-news:last-child {
    margin-top: 10px;
}
#news .box-news .hot-news:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #808080;
    width: 100%;
    display: block;
    height: 21%;
    opacity: 0.7;
}
#news .info {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 9;
    color: #fff;
}
#news .info a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.tag {
    opacity: 0.4;
}
.time {
    margin-left: 50px;
}
#news .info .author {
    
}
#news .left-bar .box-news:last-child .news:last-child li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#news .left-bar .news .right-news {
    padding-top: 20px;
}
.new ul li a {
    padding: 5px 0 5px 10px;
    background-color: #EE2050;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    min-width: 66px;
    margin-right: 15px;
}
.new ul li a:after {
    content: '';
    position: absolute;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #EE2050;
    top: 0;
    right: -14px;
}
#news .left-bar .news .right-news >a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
#news .left-bar .news .right-news >a h4 {
    font-weight: bold;
}
#news .left-bar .news >li {
    border-top: 2px solid #EAEAEA;
    padding: 15px 0;
}
#news .left-bar .box-news .news >li:last-child {
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#news .right-bar {
    position: relative;
}
#news .right-bar .recent-news {
    
}
#news .right-bar .recent-news .recent-hot {
    
}
#news .right-bar .recent-news .recent-hot ul li, #content .right-bar .recent-news .recent-hot ul li {
    margin-bottom: 18px;
}
#news .right-bar .recent-news .recent-hot ul li img, #content .right-bar .recent-news .recent-hot ul li img {
    height: auto;
}
#top-new h3, #video h3, .recent-story h3 {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}
/*h3:after {
    content: '';
    border-bottom: 4px solid #EE2050;
    width: 100px;
    display: block;
    margin: 5px 0;
}*/
#news .right-bar .recent-news .recent-story ul {
    
}
#news .right-bar .recent-news .recent-story ul li, #content .right-bar .recent-news .recent-story ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#news .right-bar .recent-news .recent-story ul li img, #content .right-bar .recent-news .recent-story ul li img {
    width: 33%;
}
#news .right-bar .recent-news .recent-story ul li h4, #content .right-bar .recent-news .recent-story ul li h4 {
    float: right;
    width: 63%;
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
    word-wrap: break-word;
}
#news .right-bar .recent-news .recent-story ul li h4 a, #content .right-bar .recent-news .recent-story ul li h4 a {
    color: #000;
    text-decoration: none;
}
/*End #news*/

/*#video*/
#video {
    margin: 40px 0;
    position: relative;
}
#video img {
    width: 100%;
}
#video h3, #content .news-other h3, #contact h1, #contact h2  {
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd;
    text-transform: capitalize;
    font-size: 26px;
}
/*#video h3:after, #content .news-other h3:after, #contact h1:after, #contact h2:after {
    content: '';
    border-bottom: 2px solid #EE2050;
    width: 100px;
    display: block;
    margin: -2px 0;
    padding-bottom: 10px;
}*/
.current-video {
    position: relative;
}
#video .current-video:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    background: #000;
    width: 100%;
    height: 52px;
    opacity: 0.6;
}
#video .current-video .info {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    z-index: 9;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}
#video .current-video .info p a {
    color: #fff;
}
#video .recent-video {

}
#video .recent-video .list-video {
    position: relative;
    width: 45%;
    float: left;
    margin: 0 18px;
    margin-bottom: 31px;
}
#video .recent-video .list-video:nth-child(even) {
    margin-right: 0;
}
#video .recent-video .list-video span {
    background: url(../images/icon-play.png);
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 25px);
    height: 50px;
    width: 51px;
    display: block;
}
#video .recent-video .list-video:after {
    content: '';
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 40px;
    opacity: 0.6;
    position: absolute;
}
#video .recent-video img {

}
#video .recent-video .title-video a {
    color: #fff;
}
#video .recent-video .title-video > p {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 9;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
}
#videoplay {
    background: #fff;
    padding: 20px 0;
}
#videoplay a {
    color: #000;
    text-decoration: none;
}
/*End #video*/

/*#top-new*/
#top-new {
    background-color: #ECECEC;
    padding: 20px 0;
}
#top-new .model {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}
#top-new .model li {
    margin-top: 10px;
    margin-right: 10px;
    width: 9%;
}
#top-new .model li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
#top-new .model li a img {
    margin: 0 auto;
    width: 100%;
}
/*End #top-new*/

/*Footer*/
footer {
    background-color: #24273E;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}
footer a {
    color: #fff;
}
footer .address img {
    margin-bottom: 15px;
}
footer .address p {
    font-size: 12px;
    margin-bottom: 15px;
}
footer h4,
footer h4,
footer h4 {
    text-transform: uppercase;
    margin-bottom: 23px;
    font-weight: bold;
}
footer .services,
footer .company,
footer .newsletter {
    margin-top: 23px;
}
footer .newsletter >p {
    line-height: 25px;
}
footer .services ul li,
footer .company ul li,
footer .newsletter ul li {
    margin-top: 10px;
}
footer .services ul li a,
footer .company ul li a,
footer .newsletter ul li a {
    text-decoration: none;
}
footer .newsletter .form-sendmail {
    position: relative;
    margin: 20px 0;
}
.input-form {
    border-radius: 3px;
    padding: 4px;
    width: 90%;
    color: #000;
}
footer .newsletter .btn-submit {
    position: absolute;
    top: 0;
    right: 37px;
    width: 4em;
    height: 2.2em;
    text-indent: 99px;
    background: #EE2050 url(../images/icon-send.png) no-repeat center;
}
footer .newsletter .social ul li {
    float: left;
    margin-right: 29px;
}
footer .newsletter .social a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
}
footer .newsletter .social a:hover{
    color: #fff;
}
footer .newsletter .social a i {
    font-size: 18px;
    margin-top: 7px;
}
footer .newsletter .social .facebook {
    background-image: url('../images/icon-social.png');
    background-position: 0 0;
}
footer .newsletter .social .google {
    background-image: url('../images/icon-social.png');
    background-position: -59px 0;
}
footer .newsletter .social .instagram {
    background-image: url('../images/icon-social.png');
    background-position: -119px 0;
}
footer .newsletter .social .skype {
    background-image: url('../images/icon-social.png');
    background-position: -178px 0;
}
footer ul.menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    columns: 2;
}
footer ul li.menu-item:first-child {
    margin-top: 0;
}
footer ul li.menu-item {
    margin-top: 15px;
}
footer ul li.menu-item a:hover {
    color: #EE2050;
    text-decoration: none;
}
/*End footer*/
#footer {
    background: #EE2050;
    width: 100%;
    height: 25px;
}
/*fix top*/
@keyframes fix {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fix {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fix-top {
    top: 15%;
    height: auto;
    width: 25%;
    position: fixed;
    animation: fix 1s;
}
.navbar-fixed-top .navbar-header {
    margin-left: 15px;
}
.navbar-fixed-top {
    margin-left: -30px;
}
.navbar-fixed-top .current-menu-item:before {
    top: -11px;
}
.navbar-fixed-top .current-menu-item:after {
    bottom: -10px;
}
/*end fix top*/

/*Contact*/
#contact {
    margin: 30px 0;
}
#contact label {
    margin-right: 10px;
    margin-bottom: 15px;
}
#contact span {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 500;
}
#contact img {
    width: auto;
    margin-top: 40px;
}
#contact .social ul li {
    float: left;
    margin-right: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
}
#contact .social ul li a {
    display: inline-block;
    height: 36px;
    width: 45px;
}
#contact .social .facebook {
    background-image: url('../images/icon-social-black.png');
    background-position: 0 0;
}
#contact .social .google {
    background-image: url('../images/icon-social-black.png');
    background-position: 155px 0;
}
#contact .social .instagram {
    background-image: url('../images/icon-social-black.png');
    background-position: 96px 0;
}
#contact .social .skype {
    background-image: url('../images/icon-social-black.png');
    background-position: 45px 0;
}
#contact .contact-form input[type=text],
#contact .contact-form input[type=email],
#contact .contact-form textarea {
    border-top: none;
    border-left: snow;
    border-right: snow;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
#contact .contact-form textarea {
    height: 50px;
}
#contact .contact-form input[type=submit] {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 65px;
    text-indent: -200px;
    background: #ed1c24 url(../images/send.png) no-repeat center;
    width: 0;
}
#maps {
    height: 400px;
    margin: 35px 0;
}
/*End contact*/

/*content detail*/
#content {
    margin-bottom: 30px;
}
#content .container {
    padding-left: 0;
    padding-right: 0;
}
#content h1 {
    text-transform: capitalize;
    word-wrap: break-word;
    font-weight: bold;
}
#content .page-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
#content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: justify;
    word-wrap: break-word;
}
#content .share-social {
    margin-top: 30px;
}
#content .news-other {
    clear: both;
}
#content .news-other .box-new-other {
    position: relative;
}
#content .news-other .box-new-other img {
    width: 100%;
}
#content .news-other .box-new-other:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 55px;
}
#content .news-other .box-new-other .title-news-other {

}
#content .news-other .box-new-other .title-news-other p {
    line-height: 15px;
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    z-index: 9;
    text-align: justify;
    padding: 0 17px;
}
#content .news-other .box-new-other .title-news-other p a {
    color: #fff;
    text-decoration: none;
}
/*end content*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.wp-video {
    margin: 5px auto;
}
.video-content {
    display: none;
}
.wp-pagenavi {
    margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}
.wp-pagenavi a {
    color: #000;
}
.wp-pagenavi span.current {
    background: #EE2050;
    color: #fff;
    border-color: #EE2050;
}
.yith-infs-loader img{
    width: auto !important;
}
.current-video span {
    background: url(../images/icon-play.png);
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    display: inline-block;
    width: 51px;
    height: 50px;
}
.wpcf7-form>p {
    position: relative;
    margin: 20px 0;
}
div.gallery-size-full, div.gallery-size-thumbnail {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
figure {
    margin: 1em 15px;
}
figure.gallery-item{
    height: auto;
    width: 27%;
}
.gallery-car-more {
    display: none;
    overflow: hidden;
}
.gallery-car-more li {
    float: left;
    width: 150px;
    height: auto;
    margin-right: 30px;
}/*
.gallery-item img {
    width: 20% !important;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
}*/
a#more_cars {
    background: #ddd;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
figure.gallery-item:nth-child(5n+0) {
    clear: both;
}
.sticky-scroll {
    width: 33.3333%;
}
#news .left-bar h1 {
    font-size: 2.5em;
    font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 5px;
    text-transform: uppercase;
}
#news .left-bar .content {
    border-top: 1px solid #ddd;
    padding-top: 2em;
    font-size: 16px;
}
#news .left-bar .model .header-model {
    display: block;
}
#news .left-bar .model .header-model .year-model >p {
    font-size: 15px;
    font-weight: bold;
}
#news .left-bar .model .header-model .year-model > ul {
    margin-top: 2em;
}
#news .left-bar .model .header-model .year-model > ul >li {
    float: left;
    padding: 5px 30px;
    border: 1px solid #EE2050;
    margin-right: 10px;
}
#news .left-bar .model .header-model .year-model > ul >li:hover {
    background-color: #EE2050;
}
#news .left-bar .model .header-model .year-model > ul >li:hover a {
    color: #fff;
}
#news .left-bar .model .header-model .year-model >ul >li a {
    color: rgba(76, 62, 62, 0.84);
    text-decoration: none;
    font-weight: 800;
}
#news .left-bar .model .content-model {
    margin-bottom: 5em;
} 
#news .left-bar .model .content-model > h2 {
    font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#news .left-bar .model .content-model > p {
    font-size: 16px;
}
.page-content .box-info {

}
.page-content .box-info ul {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.page-content .box-info ul li.item {
    border-left: 1px solid #ddd;
    padding: 0 43px;
}
.page-content .box-info ul li.item:last-child {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.page-content .box-info ul li.item .title h4 {
    font-size: 12px;
    font-weight: 600;
    color: rgba(8, 6, 6, 0.73);
    text-align: center;
}
#content .page-content .box-info ul li.item .data {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
i.fa.fa-search {
    font-size: 15px;
}
a.btn.btn-to-top {
    background: #EE2050;
    color: #fff;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 99;
    padding: 10px 15px 10px 15px;
    display: none;
}
.bg-gray{
    background-color: #ececec;
}
.navbar-right{
    margin-right: 0; 
}
.navbar-fixed-top .navbar-right{
    margin-right: -15px;
}
.btn-sendcomment {
    background-color: #EE2050;
    color: #fff;
    width: 115px;
}
.btn-sendcomment:hover{
    color: #fff;
}
#comment-content {
    padding: 5px 5px 5px 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.comment-author.vcard {
    font-size: 15px;
    font-weight: 600;
}
h3#comments{
    text-transform: uppercase;
}
ol.commentlist{
    display: block;
    padding-left: 0;
}
ol.commentlist li{
    padding-top: 0;
    display: block;
}
.comment-body{
    margin-top: 0px;
    border: 2px dotted #212121;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
    margin-right: 5px;
}
.comment-meta.commentmetadata{
    padding-left: 5px;
    font-style: italic;
}
ul.children{
    padding-left: 5em;
}
.topTitle > h4 {
    font-weight: bold;
    color: #000;
}