/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    background-color: #f3f3f3;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
button,input {
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
    background-color: unset;
    border-color: unset;
    border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
    html {
        margin-top: 0 !important;
    }
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #00104a;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 8px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #ff9900!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
#header {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    position: relative;
}
div#logo img {
    width: 75px;
}
#home-slide .slick-prev,#home-slide  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}
#home-slide .slick-prev {
    right: 220px;
    bottom: 80px;
    left: auto;
    top: auto;
}
#home-slide  .slick-prev:before, #home-slide  .slick-next:before {
    font-size: 25px;
    line-height: 8px;
    opacity: .75;
    color: #00104A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#home-slide  .slick-prev:before {
    content: '←';
}
#home-slide  .slick-next {
    right: 150px;
    bottom: 80px;
    left: auto;
    top: auto;
}
#home-slide .slick-next:before {
    content: '→';
}
#home-slide .slick-prev:hover,#home-slide .slick-next:hover {
    outline: none;
    background: #00104A;
}
#home-slide .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#home-slide  .slick-dots {
    right: 9.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    bottom: auto;
}
#home-slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#home-slide  .slick-dots li {
    display: block;
    margin: 25px 0;
}
#home-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#home-slide .slick-dots li button {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 50;
}
#home-slide .slick-dots li.slick-active button:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 23px;
    background-color: #fff;
    left: -30px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40px;
    opacity: 1;
}
#home-slide  .slick-dots li.slick-active button:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 23px;
    background-color: #fff;
    right: -30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40px;
    opacity: 1;
}
#home-slide .slick-prev:hover:before,#home-slide  .slick-next:hover:before {
    opacity: 1;
    color: #fff;
}
.contact-btn {
    display: flex;
    margin-top: -6px;
}
.contact-btn a {
    width: calc(100% / 3);
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-btn{background-color: #c31d1d}
.dklt-btn{background-color: #08213e}
.baogia-btn{background-color: #1077c9}
.call-btn:hover {
    background-color: #7a0b0b;
}
.dklt-btn:hover {
    background-color: #1d4a7f;
}
.baogia-btn:hover {
    background-color: #095592;
}
.contact-btn i img {
    max-width: 22px !important;
    margin-right: 6px;
}
div#popmake-531,div#popmake-533 {
    border: 0;
    padding: 40px;
}

div#popmake-531 h2,div#popmake-533 h2 {
    font-size: 22px;
    font-weight: 700;
    color: #00104a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

div#popmake-531 p,div#popmake-533 p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

div#popmake-531 h3,div#popmake-533 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #00104a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

div#popmake-531 .wpcf7-text,div#popmake-533 .wpcf7-text {
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
    padding: 9px 14px;
}

div#popmake-531 .wpcf7-submit,div#popmake-533 .wpcf7-submit {
    background: #00104a;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
    border: 0;
    padding: 10px 10px;
}
section.wrap-volvo-type {
    background: #f3f3f3;
    padding: 70px 0 26px;
}

section.wrap-volvo-type h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.product-item {
    background-color: #fff;
    margin-bottom: 24px;
    padding: 15px 15px 60px;
    box-shadow: 0px 4px 10px rgb(51 51 51 / 15%);
    overflow: hidden;
}
.wrap-image {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.wrap-image img {
    height: 200px;
    object-fit: cover;
    transition: all 0.4s ease;
}
.product-item:hover .wrap-image img {
    transform: scale(1.1);
}
.item-info {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 30px;
}
.item-name a {
    color: #00104a;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    min-height: 47px;
    display: block;
}
.price-new {
    font-size: 18px;
    font-weight: 400;
    color: #00104a;
}
.wrap-about-index {
    padding: 77px 0;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 26px;
}
.wrap-about-index .about-image img {
    z-index: 10;
    display: inline-block;
    border-radius: 4px;
}
.title-about {
    text-align: left;
    margin-bottom: 25px;
}
.title-about h2 {
    display: inline-block;
    position: relative;
    margin: auto;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    font-size: 27px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.title-about h2:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 3px;
    background: #000;
    left: 0;
    bottom: 0;
}
.why-us {
    background-color: #f3f3f3;
    padding-top: 77px;
    padding-bottom: 77px;
}
.why-us .title h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.wrap-why-us {
    padding-top: 35px;
}
.why-us .title h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.why-us-img {
    margin-top: 20px;
    text-align: center;
}
.why-us-list {
    padding-top: 24px;
}
.why-us-item {
    padding: 16px;
    background-color: #fff;
    height: 100%;
    cursor: pointer;
}
.why-us-item:hover {
    background-color: #00104a;
    color: #fff;
}
.why-us-item h4 {
    font-size: 18px;
}
p.why-us-desc {
    margin-bottom: 0;
}
section.wrap-service-index.for-news {
    padding: 77px 0;
}

section.wrap-service-index.for-news h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
    margin-bottom: 0px;
    text-align: center;
}

.list-service .slick-list {
    margin: 0 -15px;
}
.list-service .slick-slide {
    padding: 0 15px;
}

.service-info {
    padding: 25px 20px;
}

.list-service .slick-prev,.list-service .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}
.list-service .slick-prev {
    left: -75px;
}
.list-service .slick-prev:before {
    content: '←';
}
.list-service .slick-prev:before,.list-service .slick-next:before {
    font-size: 25px;
    line-height: 8px;
    opacity: .75;
    color: #00104A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-service .slick-prev:before {
    content: '←';
}
.list-service .slick-next {
    right: -75px;
}
.list-service .slick-next:before {
    content: '→';
}
.wrap-banner-ads {
    padding-bottom: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 16, 74, 0.6);
    background-blend-mode: overlay;
    position: relative;
    z-index: 5;
    background-image: url(images/bg.png);
        background-position: center;
}

.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
}
footer#footer {
    padding: 55px 0;
    color: #474747;
    background: #fff;
}

footer#footer .title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-block-menu a {
    color: #000;
    font-size: 14px;
    transition: all 0.4s ease;
    display: block;
    margin-bottom: 18px;
}

.footer-block-menu a:hover {
    color: #00104a;
    padding-left: 10px;
}

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

.social-footer li {
    padding: 0 5px;
}
.brc {
    padding: 20px 0;
    color: #474747;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
.custom-banner {
    overflow: hidden;
    position: relative;
}
.custom-banner a {
    overflow: hidden;
}
.custom-banner .ov1 {
    left: 100%;
    top: 7%;
    width: 100%;
    height: 1px;
}
.custom-banner .ov2 {
    top: 100%;
    right: 5%;
    height: 100%;
    width: 1px;
}
.custom-banner .ov3 {
    right: 100%;
    bottom: 10%;
    width: 100%;
    height: 1px;
}
.custom-banner .ov4 {
    left: 8%;
    bottom: 100%;
    height: 100%;
    width: 1px;
}
.custom-banner .ov1, .custom-banner .ov2, .custom-banner .ov3, .custom-banner .ov4 {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    position: absolute;
    background: #fff;
    z-index: 1;
}
.custom-banner a:hover .ov1 {
    left: 0%;
}
.custom-banner a:hover .ov2 {
    top: 0%;
}
.custom-banner a:hover .ov3 {
    right: 0%;
}
.custom-banner a:hover .ov4 {
    bottom: 0%;
}
.custom-banner img {
    height: 200px;
    transition: all 0.6s;
    object-fit: cover;
}
.custom-banner:hover img {
    transform: scale(1.1);
}
.news .info-news {
    margin-top: 15px;
    text-align: center;
}
.news .info-news .name-news {
    line-height: normal;
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 9px;
    text-align: center;
}
.news .info-news .name-news a {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
}
.text-split-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 20px;
}
.news .info-news .desc-news {
    margin-bottom: 15px;
    line-height: 23px;
    color: #706666;
    -webkit-line-clamp: 4;
    font-size: 14px;
    font-weight: 400;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #2fa881;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.product_meta {
    display: flex;
    flex-direction: column;
}

.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
h1.product-title {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Open Sans';
    color: #00104a;
}

span.price-new-pro-detail {
    font-weight: 700;
    font-size: 24px;
    color: #FF0000;
}
.pro-detail-section {
    margin-top: 4rem;
}

.wrap-uu-dai {
    padding: 20px 45px;
    width: 100%;
    background-color: #B9D6F3;
    border: 1px dashed #0487D9;
}

.pro-detail-section img {
    width: auto !important;
    height: auto !important;
}

.pro-detail-section.thongso table {
    width: 100% !important;
}

.dealer-info{padding: 15px;border: 1px solid #ccc;border-radius: 4px}
.dealer-img img{border-radius: 50%}
.dealer-desc{padding-top: 20px}
.pro-detail-button a {
    width: 48% !important;
    border-radius: 5px;
}
.pro-detail-button {
    margin-top: 30px;
}
@media(max-width: 991px) {
    div#logo {
        flex: 1;
    }

    div#logo img {
        display: block;
        margin: 0 auto;
    }

    .showbar {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contact-btn {
        flex-wrap: wrap;
    }

    .contact-btn a {
        width: 100%;
    }

    section.wrap-volvo-type {
        padding: 30px 0;
    }

    .product-item {
        padding: 15px 15px 20px;
    }

    .wrap-about-index {
        padding: 0 0 30px 0;
    }

    .why-us {
        padding: 0 0 30px;
    }

    .why-us .title h2 {
        font-size: 21px;
    }

    .wrap-banner-ads {
        padding-bottom: 100%;
    }

    .banner-text {
        width: 90%;
    }
    #home-slide .slick-prev, #home-slide .slick-next,.list-service .slick-prev,.list-service .slick-next {
        width: 32px;
        height: 32px;
    }
    #home-slide .slick-prev {
        bottom: 20px;
        right: 70px;
    }
    #home-slide .slick-next {
        bottom: 20px;
        right: 25px;
    }
    .list-service .slick-prev {
        left: 0;
    }
    .list-service .slick-next {
        right: 0;
    }
}