/*
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;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #111;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
    color: #295a9f;
	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;
}
.showbar {
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    transform: translateY(-50%);
    color: #09438a;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #f1f8f9;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
}
.close-menu i {
    font-size: 21px;
    color: #111;
    position: absolute;
    top: 28px;
    transform: rotate(180deg);
    right: 20px;
}
.close-menu img {
    width: 120px;
}
.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;
}
.header--inner {
    background: url(images/header-bg.jpg) left center no-repeat;
    background-size: cover;
}
.header--top {
    padding: 10px 0;
    border-bottom: 1px dotted #e7e7e7;
}

.header--top .top--inner {
    padding-right: 12px;
}

.header--top .form-search {
    width: 320px;
    position: relative;
    margin-right: 15px;
}
.header--top .form-search .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.header--top .form-search .form-group input {
    color: #121212;
    height: 34px;
    font-size: 13px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #09438a;
    background: var(--white);
    border-right: 0;
    width: calc(100% - 90px);
    outline: none !important;
    box-shadow: none !important;
    transition: 0.2s all ease-in;
}
.header--top .form-search .form-group button {
    height: 34px;
    width: 100px;
    flex-shrink: 0;
    font-size: 13px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #09438a;
    transition: .1s all;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .03em;
}
.header--top .top--list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header--top .form-search .form-group button i {
    margin-right: 2px;
    margin-top: -2px;
    font-size: 1em;
}
.header--top .top--list li a {
    position: relative;
    padding: 5px 5px;
    display: inline-block;
    color: #111;
    opacity: .65;
    font-size: 13px;
}
.header--top .top--list li:not(:last-child) a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    background: #d9d9d9;
    top: 20%;
    right: 0;
}
.bottom--social ul li a {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    margin: 0 2px;
    line-height: 30px;
    transition: .3s all ease-in-out;
}
.bottom--social ul li.social--facebook a {
    background: #223975;
}
.bottom--social ul li a i {
    font-size: 13px;
    transition: .3s all;
}
.bottom--social ul li.social--youtube a {
    background-color: #b80000;
}
.bottom--social ul li.social--zalo a {
    background: #0072b3;
}
.daily-area a {
    color: #09438a;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease;
}
.daily-area a i {
    margin-right: 5px;
    font-size: 20px;
}
.btn i {
    font-size: 1rem;
    vertical-align: -2px;
}
.header--bottom {
    background: #09438a;
}
.header--bottom .bottom--logo {
    width: 12%;
    top: -55px;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #fff;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 8%) !important;
    transition: .3s all ease;
}
.header--bottom .bottom--logo > a {
    transition: .3s all ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.header--bottom .bottom--logo img {
    max-width: 95%;
    transition: .3s all ease-in-out;
}
.header--bottom .bottom-inner .navigation--inner {
    width: calc(100% - 12%);
    margin-left: 12%;
}
#primary-menu .menu  > li:hover > a {
    background: #174072;
}
.hasProduct {
    position: absolute;
    top: 115%;
    background: #fff;
    left: 0;
    min-height: 200px;
    width: 100%;
    border: 1px solid #d1d1d1;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
    transform: scale(0);
    z-index: 9;
}
.header--navigation {
    width: calc(100% - 12%);
    margin-left: 12%;
    position: relative;
}
.menu-product li:hover> .hasProduct {
    top: 100%;
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
#primary-menu .menu.menu-product li {
    position: static;
}
.hasProduct > ul > li {
    display: flex;
}
.hasProduct > ul > li > .hasProduct--title {
    width: 20%;
    padding: 14px 10px 14px 15px;
    border-left: 3px solid #fff;
    font-size: 13px;
    font-weight: 700;
    color: #09438a;
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.hasProduct > ul > li:not(:last-child) > .hasProduct--title {
    border-bottom: 1px solid #d9d9d9;
}
.hasProduct > ul > li > .hasProduct--title > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width: 991px) {
    .hasProduct > ul > li.active > .hasProduct--title, .hasProduct > ul > li:hover > .hasProduct--title, .hasProduct > ul > li:focus > .hasProduct--title {
        border-left-color: #09438a;
        color: #09438a;
        background: #f5f7f7 !important;
    }
}
.hasProduct > ul > li > .hasProduct--inner {
    width: 80%;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: .3s all ease-in-out;
    height: 100%;
    overflow-y: auto;
}
.hasProduct > ul > li.active > .hasProduct--inner, .hasProduct > ul > li:hover > .hasProduct--inner, .hasProduct > ul > li:focus > .hasProduct--inner {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.hasProduct > ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 20%;
    background: #dedede;
    z-index: 0;
    opacity: 1;
}
.hasProduct--title a h4 {
    font-size: 13px;
    color: #09438a;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-weight: 700;
}
.hasProduct--price {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    background: rgba(27, 76, 135, 1);
    padding: 2px 5px 2px 10px;
    text-align: center;
}
.hasProduct--price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -5px;
    height: 100%;
    width: 32px;
    background: rgba(27, 76, 135, 1);
    transform: skew(18deg, 0deg);
    z-index: 5;
}
.hasProduct--price span {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 6;
}
.hasProduct--box:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hasProduct--box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.hasProduct--box:hover:after, .hasProduct--box:focus:after {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.hasProduct--link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#primary-menu .menu.menu-product > li:last-child > a:before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: rgba(255, 255, 255, .2);
}
.header--information h6 {
    font-weight: 700;
    font-size: 14px;
    color: #09438a;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0;
    transition: .3s all ease;
}
.header--information .information-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #000;
    padding: 15px 5px;
    transition: .3s all ease;
}
.header--information .information-item .hotline {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.header--information .information-item .hotline a{
    font-size: 15px;
    font-weight: 700;
    color: #f00;
}
.header--information .information-item .hotline:before {
    position: absolute;
    content: "";
    display: block;
    height: 10px;
    width: 1px;
    background: #a0a0a0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#home-slide img {
    width: 100%;
}
#home-slide .slick-dots {
    bottom: 25px;
    list-style: none;
    display: flex;
    text-align: center;
    padding: 0;
    width: 100%;
    left: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
}
#home-slide .slick-dots li {
    height: 6px;
    margin: 5px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    transition: all .3s;
    background: #fff;
}
#home-slide .slick-dots li.slick-active,#home-slide .slick-dots li:hover {
    background: #09438a;
}
#home-slide .slick-dots li button {
    display: none;
}
.lp-screen span,.lp-screen img {
    width: 180px !important;
}
.lp-screen span:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 80px;
    z-index: 999;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.wrapper--cta {
    margin-top: -30px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}
.wrapper--cta .container .row {
    background-color: #f4f4f4;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
    border-radius: 5px;
    padding: 45px 35px;
}
.wrapper--cta .cta-item {
    background-color: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 4px 10px -2px, rgb(0 0 0 / 30%) 0px 2px 5px -3px;
    transition: .3s all ease-in-out;
    border-radius: 5px !important;
}
.wrapper--cta .cta-item .cta-icon {
    font-size: 1.8em;
    color: #09438a;
    transition: .3s all ease-in-out;
}
.wrapper--cta .cta-item .cta-title {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #09438a;
    font-weight: 700;
    margin: 5px 0;
    transition: .3s all ease-in-out;
}
.wrapper--cta .cta-item .cta-desc {
    font-size: .9em;
    color: #7a7a7a;
    transition: .3s all ease-in-out;
}
.wrapper--cta .cta-item:hover {
    background-color: #09438a;
}
.wrapper--cta .cta-item:hover .cta-icon, .wrapper--cta .cta-item:hover .cta-title, .wrapper--cta .cta-item:hover .cta-desc {
    color: #fff;
}
.modal {
    margin-top: 0 !important;
}
.modal {
    z-index: 99999999 !important;
    margin-top: 50px !important;
}
.modal-content {
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
.modal-content {
    border: 0;
}
.modal-header {
    position: relative;
    text-align: center;
    padding: 0;
    background: transparent;
    color: #fff;
    border-radius: 0;
}
.modal-desc {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 70px 50px;
    background-image: url('images/bg-baogiaford.jpg')
}
.modal-desc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
    z-index: -1;
}
.modal-desc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    z-index: -1;
}
.big-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8em;
}
.modal-header button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    transform: translate(30%, -30%);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d01818;
    color: #fff;
    border-radius: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.modal label {
    font-weight: 700 !important;
    color: #121212 !important;
    font-size: 1.1em;
    display: block;
}
.form-select select {
    margin-left: 10px;
    border-radius: 4px !important;
    max-width: 300px;
    border: 1px solid #e9e9e9;
    outline: none !important;
    box-shadow: none !important;
}
.button-shadow {
    color: #fff;
    background-color: #d01818 !important;
    font-size: 1em;
    padding: 2px 30px;
    box-shadow: 0 3px 0 #a91010 !important;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s all ease;
    border: 0 !important;
        line-height: 25px;
}
.button-shadow:hover {
    background-color: #ba1515 !important;
    color: #fff;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
}
.modal-icon {
    position: absolute;
    z-index: 6;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    border-radius: 100%;
    background: #d01818;
    font-size: 2rem;
    color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}
.wpcf7-dynamictext {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.wrapper--product {
    padding-bottom: 50px;
    min-height: 550px;
    padding-top: 24px;
}
.list---nav {
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}
.new-title {
    padding: 10px 30px 10px 17px;
    clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 17px) 0);
    background-color: #09438a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2px;
    position: relative;
}
.new-title h5 {
    margin-bottom: 0;
    font-size: 1em;
}
.wrapper--product .total {
    font-size: 1em;
    color: #777;
    font-weight: 300;
}
.wrapper--product .total i {
    font-size: 1.2em;
}
.wrapper--product .total span {
    color: #222;
    font-weight: 700;
}
.d-nav ul li {
    padding: 0 13px;
}
.d-nav ul li a {
    display: block;
    padding-bottom: 11px;
    color: #111;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}
.d-nav ul li a.active {
    color: #09438a;
}
.d-nav ul li a:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #09438a;
    display: block;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    content: "";
}
.d-nav ul li a.active:before {
    width: 100%;
}
.product_item .product_item__img {
    position: relative;
}
.product_item .product_item__img span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 10px;
    font-weight: 600;
    line-height: 25px;
    color: white;
    background-color: #d01818;
}
.product_item .product_item__button {
    width: 100%;
    color: #888;
    border: 1px solid #eee;
}
.product_item .product_item__button li {
    width: 50%;
}
.product_item .product_item__button li > a {
    line-height: 44px;
    text-align: center;
    border-right: 1px solid #eee;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1px;
    font-size: .9em;
}
.product_item .product_item__button li:last-of-type > a {
    border-right: 0;
}
.product_item .product_item__name {
    margin-top: 20px;
    margin-bottom: 9px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.product_item .product_item__name:before {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-top: 8px;
    margin-right: 15px;
    content: '';
    background-color: #d01818;
}
.product_item .product_item__name > a {
    color: #222;
    font-weight: 700;
    width: calc(100% - 25px);
    transition: .3s all ease;
    height: 38px;
}
.product_item .product_item__name > a span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.product_item .product_item__name > a:hover {
    color: #d01818;
}
.product_item .product_item__desc {
    font-size: 14px;
}
.product_item .product_item__desc li {
    align-items: flex-start !important;
    padding: 2px 0;
}
.product_item .product_item__desc li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #454545;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}
.tab-slide .slick-list {
    margin: 0 -15px;
}
.tab-slide .slick-slide {
    margin: 0 15px;
}
.tab-slide {
    padding-bottom: 80px;
}
.tab-slide .slick-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    opacity: 1;
    color: #454545;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 24px;
}
.tab-slide .slick-next {
    margin-left: 50px;
}
.tab-slide .slick-nav:hover {
    background-color: #09438a;
    color: #fff;
}
.wrapper--blog {
    padding-bottom: 50px;
}
.blog--item {
    background-color: #fff !important;
    transition: .3s all ease !important;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
}
.blog--item .blog--avatar {
    overflow: hidden;
}
.blog--item .blog--content {
    padding: 10px 15px;
    position: relative;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    transition: .3s all ease !important;
}
.blog--date {
    color: #454545;
}

.blog--category a {
    background-color: #d01818;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    display: inline-block;
    transition: .3s all ease;
    font-size: .9em;
}
.blog--date i {
    margin-top: -2px;
    margin-right: 4px;
}

.blog--item .blog--content .blog-decor {
    padding-left: 25px;
}
.blog--title {
    transition: .3s all ease !important;
    font-size: 1rem;
    color: #232323;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    order: 1;
}
.text-line-2 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
}
.blog--desc {
    font-size: .95rem;
    color: #676767;
    order: 3;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    height: 96px;
}
.text-line-3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog--item .blog--content .blog-decor:after {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 3px;
    background-color: #d01818;
    left: 0;
    top: 9px;
}
.blog--action {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    transition: .3s all ease;
}
.blog--action .blog--show {
    transition: .3s all ease;
}
.blog--action .blog--show span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 2px;
    background-color: #e9e9e9;
}
.blog--action .blog--hide, .blog--action .blog--hide > a {
    color: #454545;
}

.blog--action .blog--hide {
    font-size: 1.1em;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.blog--action .blog--hide > a {
    display: flex;
    align-items: center;
    transition: .3s all ease;
}
.blog--action .blog--hide > a > i {
    font-size: 1.2em;
    color: #d01818;
    margin-right: 5px;
}
.blog--item:hover .blog--content .blog--show {
    opacity: 0;
    visibility: hidden;
}
.blog--item:hover .blog--content .blog--hide {
    opacity: 1;
    visibility: visible;
}
.slide-blog .slick-list {
    margin: 0 -15px;
}
.slide-blog .slick-slide {
    margin: 0 15px;
}
.slide-blog {
    padding-bottom: 80px;
}
.slide-blog .slick-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    opacity: 1;
    color: #454545;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 24px;
}
.slide-blog .slick-next {
    margin-left: 50px;
}
.slide-blog .slick-nav:hover {
    background-color: #09438a;
    color: #fff;
}
.blog--item img {
    height: 260px;
    object-fit: cover;
}
.wrapper--about-2 {
    padding: 30px 0;
    position: relative;
    margin-bottom: 90px;
    padding-top: 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(images/banner-popup-min-7rr4p12DtY.jpg);
}
.wrapper--about-2 .about_inner {
    position: relative;
    z-index: 2;
}
.wrapper--about-2:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .8;
    background-color: #000;
    z-index: 1;
}
.wrapper--about-2 .about_inner .about__main .about__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.08;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper--about-2 .about_inner .about__main .about__subtitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.08;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper--about-2 .about_inner .about__main .about__block {
    font-size: 14px !important;
    line-height: 1.875;
    color: #fff;
    max-width: 768px;
    margin: 0 auto;
}
.wrapper--about-2 .about_inner .about__main .divider {
    background-color: #3068ab;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    display: none;
}
.wrapper--about-2 .abouts_main__icon {
    padding: 35px 25px 45px;
    transition: all .3s;
    text-align: center;
    background-color: #f4f4f4;
    box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
    margin-top: 57px;
    margin-bottom: -90px;
    color: #000;
}
.wrapper--about-2 .abouts_main__icon i {
    font-size: 47px;
    margin-bottom: 10px;
}
.wrapper--about-2 .abouts_main__icon .icon__title {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}
.wrapper--about-2 .abouts_main__icon .icon__desc {
    line-height: 1.875;
}
.wrapper--about-2 .abouts_main__icon .divider {
    background-color: #3068ab;
    display: inline-block;
    width: 20px;
    height: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wrapper--about-2 .abouts_main__icon .icon__desc p {
    margin-bottom: 0;
}
.wrapper--about-2 .abouts_main__icon:hover {
    background-color: #09438a;
    color: #fff;
}
.wrapper--about-2 .abouts_main__icon:hover .divider {
    background-color: #fff;
}
.wrapper--block {
    padding: 30px 0;
}
.wrapper--block .wrapper--block__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.wrapper--block .wrapper--block__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.wrapper--block .block_collapse_main .block_collapse__item > a {
    padding-left: 25px;
    font-size: 1em;
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .3s all ease;
    position: relative;
}
.wrapper--block .block_collapse_main .block_collapse__item > a[aria-expanded=true] {
    color: #d01818;
}
.wrapper--block .block_collapse_main .block_collapse__item .divider {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-top: -6px;
    margin-right: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    background-color: #d01818;
    position: absolute;
    left: 0;
    top: 13px;
}
.wrapper--block .block_collapse_main .block_collapse__item > a i {
    transition: .3s transform ease;
    display: block !important;
    margin-right: 25px;
    font-size: 1.3em;
}
.wrapper--block .block_collapse_main .block_collapse__item > a[aria-expanded=true] i {
    transform: rotate(180deg);
}
.wrapper--block .block_collapse_main .block_collapse__content {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e9e9e9;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 1.1em;
    color: #4e4e4e;
}
.collapse:not(.show) {
    display: none;
}
.wrapper--block  .block_form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    margin-top: -30px;
}
.wrapper--block__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.wrapper--block__desc {
    font-size: 1.1em;
    color: #4e4e4e;
    margin-bottom: 30px;
    line-height: 1.6;
}
.block_form .wrapper--block__form .form-control {
    height: 44px;
    border-radius: 0;
    margin-bottom: 0;
}
.block_form .form-group {
    margin-bottom: 0;
}
.grid-r >div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block_form .wrapper--block__form .form-control.wpcf7-textarea {
    height: 150px;
}
#header.stick-header .header--top {
    display: none;
}
#header.stick-header .bottom--logo {
    top: 0;
    height: 83px;
}
#header.stick-header .header--information h6 {
    padding-left: 155px;
}
.wrapper--client {
    background: #F4F4F4;
    padding: 55px 0 40px;
}
.wrapper--client .title {
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 2em;
}
.wrapper--client .client_content {
    position: relative;
    margin: 10px 15px 83px;
    padding: 0;
    border-left: none;
}
.wrapper--client .client_content blockquote {
    margin: 10px 0 12px;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    padding: 23px 0 20px;
    text-align: center;
    font-size: 14px;
    border: 0;
    font-style: normal;
    color: #343434;
}
.wrapper--client .client_content blockquote p {
    margin-bottom: 0;
}
.wrapper--client .client_content .client_content__footer {
    text-align: center;
}
.wrapper--client .client_content .client_content__footer .client_content__img {
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 50%;
}
.wrapper--client .client_content .client_content__footer .client_content__cite {
    display: inline-block;
    margin-top: 10px;
    padding-left: 33px;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
}
.wrapper--client .client_content .client_content__footer .client_content__img img {
    height: 100%;
    object-fit: cover;
}
.wrapper--client .client_content .client_content__footer .client_content__author {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #222;
}
.wrapper--client .client_content .client_content__footer .client_content__category {
    display: block;
    font-weight: 500;
    margin-top: 2px;
    font-size: 14px;
    color: #888;
}
.wrapper--client .client_content .client_content__footer .client_content__author:before {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-right: 10px;
    margin-left: -20px;
    content: '';
    vertical-align: middle;
    background-color: #d01818;
}
.client--slide .slick-list {
    margin: 0 -15px;
}
.client--slide .slick-slide {
    margin: 0 15px;
}
.block_collapse__item {
    position: relative;
}
.wrapper--info {
    padding: 30px 0;
}
.new-title {
    padding: 10px 30px 10px 17px;
    clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 17px) 0);
    background-color: #09438a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2px;
    position: relative;
}
.wrapper--info .new-title {
    margin-bottom: 0;
}
.new-title h5 {
    margin-bottom: 0;
    font-size: 1em;
}
.contact--content {
    background: #fff;
    box-shadow: 0px 3px 18px rgb(35 38 40 / 30%);
    border-radius: 0 5px 5px 5px;
}
.contact--list li {
    padding: 15px;
    margin-bottom: 1rem;
}
.contact--list li .contact--icon {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background: #09438a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.contact--list li .contact--desc {
    width: calc(100% - 35px);
    padding-left: 15px;
    font-size: 16px;
    color: #f00;
    font-weight: 700;
}
.contact--list li .contact--icon i {
    font-size: 16px;
}
.contact--list li .contact--desc p {
    margin-bottom: 0.2rem;
    font-weight: bold;
    color: #111;
    font-size: 1rem;
}
.wrapper--best {
    padding: 40px 0;
}
.wrapper--best .best_wrap .heading {
    text-transform: uppercase;
    color: #d01818;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrapper--best .best_wrap .desc {
    font-size: 1.1em;
    line-height: 1.6;
    color: #737373;
}
.wrapper--best .best_wrap .best_box {
    padding-right: 10px;
    margin-top: 30px;
}
.wrapper--best .best_wrap .best_box .best_box__content {
    background-color: #fff;
    box-shadow: 0 28px 40px 0 rgb(0 0 0 / 10%);
    border-radius: 0 0 0 0;
    position: relative;
    z-index: 2;
    text-align: center !important;
    padding: 30px 25px 30px 25px;
}
.wrapper--best .best_wrap .best_box .best_box__content .best_box__title {
    color: #232323;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}
.wrapper--best .best_wrap .best_box .best_box__content .best_box__desc {
    margin-bottom: 0;
    color: gray;
    font-size: 14px;
}
.wrapper--best .best_wrap .best_box .best_box__content::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
    background-color: #53f995;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.wrapper--best .best_wrap .best_box .best_box__content:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.wrapper-contact form.wpcf7-form {
    position: relative;
}
.wrapper-contact input.wpcf7-text {
    line-height: 1.7;
    color: #333;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    display: block;
    letter-spacing: 0.25px;
    font-size: 14px;
    width: 100%;
    padding-right: 105px;
    height: 40px;
    font-style: italic;
    margin-bottom: 0;
}
.wrapper-contact .wpcf7-submit {
    background: #111 !important;
    border: 0;
    height: 40px;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 700;
    border-radius: 0;
}
.wrapper-contact {
    background-color: #09438a;
    padding: 40px 0 7px;
}
.wrapper-contact .contact_inner .contact_inner__icon {
    font-size: 3em;
    color: #fff;
    margin-right: 10px;
}
.wrapper-contact .contact_inner .contact_inner__icon i {
    animation: hand-shake 2s infinite;
}
.wrapper-contact .form-group:not(.tel-102) {
    position: absolute;
    top: 0;
    right: 0;
}
@keyframes hand-shake {
    0% {
        transform: rotate(
                -5deg
        );
    }
    25% {
        transform: rotate(
                15deg
        );
    }
    50% {
        transform: rotate(
                -10deg
        );
    }
    75% {
        transform: rotate(
                15deg
        );
    }
    100% {
        transform: rotate(
                -5deg
        );
    }
}
.wrapper-contact .contact_inner .contact_inner__content h6 {
    font-size: 1.9em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.wrapper-contact .contact_inner .contact_inner__content p {
    color: #e9e9e9;
    font-size: 1.1em;
}
#footer {
    padding: 50px 0 10px;
    background: #fff;
    margin-top: 20px;
}
#footer .title {
    color: #121212;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    position: relative;
    font-weight: 700;
}
.footer-top ul li:not(:last-of-type) {
    margin-bottom: 6px;
}
.footer-top a {
    font-size: 14px;
    color: #232323;
    padding: 0;
    display: block;
    transition: .3s all ease-in-out;
}
.footer-info ul li.contact {
    margin-right: 7px;
}
.footer-info ul li.contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
    font-size: 14px;
    transition: .3s ease-in-out;
}
.footer-info ul li.contact a i {
    margin-top: 1.5px;
}
.footer-info ul li.contact a:hover {
    transform: translateY(-5px);
}
.footer-info ul li.contact.facebook a {
    background-color: #0E8DF2;
}

.footer-info ul li.contact.phone a {
    background-color: #DB091E;
}

.footer-info ul li.contact.mail a {
    background-color: #787878;
}

.footer-info ul li.contact.youtube a {
    background-color: #FF0000;
}
.brc {
    background-color: #f6f6f6;
    padding: 12px 0;
    margin-bottom: 20px;
}
.brc span span {
    color: #1B4C87;
    margin: 0 8px;
}
.single-meta-day {
    padding-right: 5px;
}
.single-meta > div:not(:first-child) {
    padding-left: 5px;
    border-left: 1px solid #d1d1d1;
    padding-right: 5px;
}
.single-post {
    padding-right: 15px;
    border-right: 1px solid #d1d1d1;
}
.sidebar-list ul li a {
    display: flex;
    align-items: flex-start;
}
.sidebar-list ul li:not(:last-child) a {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d1d1d1;
}
.sidebar-list ul li a .sidebar-list-image {
    width: 35%;
}
.sidebar-list ul li a .sidebar-list-content {
    width: 65%;
    padding-left: 15px;
}
.sidebar-list-title h6 {
    font-size: .95rem;
    line-height: 1.2;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
    transition: .3s all;
}
.sidebar-list-day {
    font-size: .8rem;
    color: #666;
}
.heading-style-ani {
    position: relative;
    text-align: center;
}
.heading-style-ani h5 {
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem;
}
.heading-style-ani .decor-divider {
    width: 100px;
    height: 4px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    overflow: hidden;
}
.heading-style-ani .decor-divider:after, .heading-style-ani .decor-divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #d01818;
}
.heading-style-ani .decor-divider:before {
    height: 4px;
    width: 25px;
    margin-top: -2px;
    -webkit-animation: divider-ani 5s linear 0s infinite;
    animation: divider-ani 5s linear 0s infinite;
}
.heading-style-ani .decor-divider:after {
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
@keyframes divider-ani {
    0% {
        left: -50%
    }
    100% {
        left: 100%
    }
}
.related-slide .slick-list {
    margin: 0 -15px;
}
.related-slide .slick-slide {
    margin: 0 15px;
}
.related-slide {
    padding-bottom: 80px;
}
.related-slide .slick-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    opacity: 1;
    color: #454545;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 24px;
}
.related-slide .slick-next {
    margin-left: 50px;
}
.related-slide .slick-nav:hover {
    background-color: #09438a;
    color: #fff;
}
.banner-top img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.banner--description {
    position: absolute;
    z-index: 50;
    bottom: 25px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.banner--description .btn {
    margin-left: 10px;
    margin-right: 10px;
}
.banner--description .btn i {
    margin-top: -2px;
    vertical-align: 0;
}
.tax-danh-muc .brc {
    margin-bottom: 0;
}
.wrapper--title {
    text-align: center;
    position: relative;
}
.wrapper--title h5 {
    text-transform: uppercase;
}
.divider-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}
.buttonSingle {
    color: #FFF !important;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    background-color: #09438a;
    border: 1px solid #09438a;
    padding: 10px 20px;
    line-height: 1.2;
    transition: .3s all ease-in-out;
    overflow: hidden;
}
.buttonSingle p {
    margin-bottom: 0;
    font-size: .9rem;
    padding-right: 1rem;
    position: relative;
    z-index: 2;
}
.buttonSingle i {
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
}
.buttonSingle p span {
    font-size: 1.3rem;
    font-weight: bold;
}
.wrapper--title h5 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 1rem;
}
.mota-tax span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}
.buttonSingle:hover {
    color: #09438a !important;
    background: #fff;
}
.contact--background {
    background-image: url(images/1-1-1920x400.jpg);
    position: relative;
    padding-top: 20.8333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    top: 0;
    left: 0;
}
.contact--main {
    position: relative;
    padding: 50px 90px;
    background: #fff;
    margin-top: -150px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 3px 18px rgb(35 38 40 / 30%);
}
.wrapper_breadcrumb {
    background-image: url(images/1-1-1920x400.jpg);
    height: 370px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wrapper_breadcrumb .title {
    text-transform: uppercase;
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 700;
}
.brc2 >span {
    margin-right: 5px;
}
.brc2 {
    color: #2c2c2c !important;
    font-weight: 700;
    font-size: 1.2em;
    padding: 12px 0;
}
.brc2 >span:not(:first-child) {
    margin-left: 5px;
    margin-right: 0;
}
.card-phukien {
    background: #fff;
    display: block;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
}
.card-phukien .card-phukien-header {
    position: relative;
    width: 100%;
    height: 176px;
    overflow: hidden;
}
.card-phukien .card-phukien-desc {
    padding: 10px;
}
.card-phukien .card-phukien-header img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: cover;
}
.card-phukien .card-phukien-desc .title {
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #121212;
    font-weight: 400;
    line-height: 1.5;
    height: 42px;
}
.card-phukien .card-phukien-desc .price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #ee4d2d;
    font-weight: 500;
}
.text-red {
    color: #cd201f !important;
}
.scrollspy {
    background: url(images/header-bg.jpg);
}
.scrollspy .scrollspy-menu {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0;
    width: 100%;
}
.scrollspy .scrollspy-menu li a {
    display: block;
    font-size: 14px;
}
.scrollspy .scrollspy-menu li .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
}
.scrollspy .scrollspy-menu li .icon img {
    margin: 0 auto;
}
.scrollspy .scrollspy-menu li .icon span {
    font-weight: bold;
    color: #222;
}
.scrollspy .scrollspy-menu li {
    width: 100%;
}
#tongquan {
    padding: 15px 0 0;
}
.wrapper-product .product--inner {
    padding-left: 0;
    border-left: 0;
}
.wrapper-product .product-name {
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.7rem;
    color: #000;
}
.wrapper-product .product--inner .product__category {
    font-size: 1.2em;
    color: #A0979F;
}
.wrapper-product .product--inner .product__category a {
    font-weight: 700;
    color: #2c33b5;
}
.car-preview-content {
    display: flex;
}
.wrapper-product .product--inner .car-preview-content .content-price {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wrapper-product .product--inner .car-preview-content .content-price .product--single-price {
    font-size: 2em;
    color: #2c33b5;
    font-weight: 700;
}
.wrapper-product .product--inner .car-preview-content .content-price .product--single-price span:last-of-type {
    font-size: 17px;
    color: #232323;
}
.wrapper-product .product--inner .car-preview-content .content-price .product--single-price span:last-of-type:before {
    content: "|";
    margin: 0 5px 0 0;
    font-size: 1.5em;
    display: inline-block;
    color: #2c33b5;
}
.wrapper-product .product--inner .car-preview-content .content-price .banner-price {
    font-size: 1.1em;
    color: #A0979F;
}
.wrapper-product .product--inner .product_box {
    position: relative;
    padding: 15px 50px 15px 15px;
    border-radius: 10px;
    background: #FBFBFD;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    display: inline-flex;
    align-items: flex-start;
}
.wrapper-product .product--inner .product_box-2 {
    display: block;
    /* padding: 0 10px; */
    background: #FAFBFC;
}

.wrapper-product .product--inner .product_box .box__icon {
    width: 16px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -2px;
}

.wrapper-product .product--inner .product_box .box__icon img {
    max-width: 100%;
    height: auto;
}
.wrapper-product .product--inner .product_box .box__content p {
    margin-bottom: 4px;
}
.wrapper-product .product--inner .product_box .box__label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    background: #5eba00;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
}
.wrapper-product .product--inner .product_box-2 table {
    font-size: 14px;
    color: #232323;
}
.wrapper-product .product--inner .product_box-2 table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
}
.wrapper-product .product__buttons a {
    text-align: center;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 21px;
    transition: .3s;
    position: relative;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 16px 24px -8px rgb(0 82 163 / 40%);
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    background: #0080ff;
    margin-left: 3px;
    margin-right: 3px;
}
.wrapper-product .product--single-image img {
    width: 100%;
}
.product-image-inner .loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .65);
    transition: .3s all ease;
    opacity: 1;
    visibility: visible;
}
.product-image-inner .loading-inner.js-hidden {
    opacity: 0;
    visibility: hidden;
}
.product-image-inner .loading {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: rotate(75deg) translate(-50%, -50%);
}
.product-image-inner .loading .bar {
    position: absolute;
    animation: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
.product-image-inner .loading .bar:nth-child(1) {
    bottom: calc(35px / 3);
    width: calc(35px / 3);
    height: 100%;
    background: #0984e3;
    transform: scaleY(0);
    transform-origin: bottom;
    animation-name: slide-bottom-top;
}
.product-image-inner .loading .bar:nth-child(2) {
    left: calc(35px / 3);
    width: 100%;
    height: calc(35px / 3);
    background: #d63031;
    transform: scaleX(0);
    transform-origin: left;
    animation-name: slide-left-right;
}
.product-image-inner .loading .bar:nth-child(3) {
    top: calc(35px / 3);
    right: 0;
    width: calc(35px / 3);
    height: 100%;
    background: #fdcb6e;
    transform: scaleY(0);
    transform-origin: top;
    animation-name: slide-top-bottom;
}
.product-image-inner .loading .bar:nth-child(4) {
    right: calc(35px / 3);
    bottom: 0;
    width: 100%;
    height: calc(35px / 3);
    background: #00b894;
    transform: scaleX(0);
    transform-origin: right;
    animation-name: slide-right-left;
}

@keyframes slide-bottom-top {
    50% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    50.1% {
        transform-origin: top;
    }
    to {
        transform-origin: top;
    }
}

@keyframes slide-left-right {
    50% {
        transform: scaleX(1);
        transform-origin: left;
    }
    50.1% {
        transform-origin: right;
    }
    to {
        transform-origin: right;
    }
}

@keyframes slide-top-bottom {
    50% {
        transform: scaleY(1);
        transform-origin: top;
    }
    50.1% {
        transform-origin: bottom;
    }
    to {
        transform-origin: bottom;
    }
}

@keyframes slide-right-left {
    50% {
        transform: scaleX(1);
        transform-origin: right;
    }
    50.1% {
        transform-origin: left;
    }
    to {
        transform-origin: left;
    }
}
.wrapper-product .product--color {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 30px;
}
.wrapper-product .product--color ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: unset;
    max-height: 100%;
}
.product--color ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-width: 1px;
    transition: .3s all ease-in-out;
    margin-left: 5px;
}
.product--color ul li a.active_choose {
    box-shadow: rgb(255 255 255) 0px 0px 0px 1.5px inset;
}
.wrapper-product .product--color ul li a {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    border-width: 2px;
}
.pb-6, .py-6 {
    padding-bottom: 2rem !important;
}
.mt-7, .my-7 {
    margin-top: 3rem !important;
}
.wrapper-product .wrapper--title h5 {
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 900;
}
.wrapper-product .btn-exchange.btn-exchange-noslide {
    bottom: -10px;
    left: calc(50%);
}
.wrapper-product .btn-exchange {
    bottom: 30px;
    left: calc(50% + 130px);
    transform: translateX(-50%);
    z-index: 2;
}
.wrapper-product .btn-exchange .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #09438a;
    color: #fff;
    text-align: left;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 17px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    font-size: 12px;
    font-weight: 300;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0;
    border-radius: 6px;
    transition: .3s all ease;
}
.wrapper-product .decor-divider {
    width: 100px;
    height: 4px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    overflow: hidden;
}
.wrapper-product .decor-divider:after, .wrapper-product .decor-divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #d01818;
}
.wrapper-product .decor-divider:before {
    height: 4px;
    width: 25px;
    margin-top: -2px;
    -webkit-animation: divider-ani 5s linear 0s infinite;
    animation: divider-ani 5s linear 0s infinite;
}
.wrapper-product .decor-divider:after {
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
#noithat {
    padding: 30px 0;
}
.divider-link {
    border-bottom: 1px solid #e9e9ee;
    position: relative;
    display: block;
    width: 100%;
}
.divider-link a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    border-radius: 20px;
    height: 36px;
    text-align: center;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    bottom: -18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    color: #09438a;
    transition: .3s all ease-in;
    line-height: 0;
}
.divider-link a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.divider-link a:hover {
    background-color: #09438a;
    color: #fff;
}
.row-grid-5 > [class*=col] {
    padding: 5px;
}
.mt-8 {
    margin-top: 2.5rem !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}
.scrollspy .scrollspy-menu li a.mPS2id-highlight {
    border-bottom: 3px solid #09438a;
}
.cta_main {
    width: 420px;
    position: relative;
}

.cta_main .top,
.cta_main .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_main .top > a {
    color: #fff;
    background-color: #d01818;
    font-size: 1em;
    padding: 2px 10px;
    box-shadow: 0 3px 0 #a91010;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .03em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 10rem;
}

.cta_main .top > a:hover {
    background-color: #a91010;
    border-color: #a91010;
}

.cta_main .bottom {
    margin-top: 20px;
}

.cta_main .bottom .item {
    width: 50%;
    border: 1px solid #e9e9e9;
    padding: 0 5px;
    height: 40px;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.1em;
}

.cta_main .bottom .item:first-of-type {
    margin-left: 0;
}

.cta_main .bottom .item span.button {
    width: 30px;
    height: 30px;
    background-color: #d01818;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 15px;
}

.cta_main .bottom .item:first-of-type {
    padding-right: 40px;
}

.cta_main .bottom .item:last-of-type {
    padding-left: 40px;
}

.cta_main .bottom .item span.text {
    font-weight: 700;
    color: #d01818;
    margin-left: 4px;
}

.cta_main .avatar {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #cacaca;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%);
}
section.product_cta {
    margin-top: 30px;
}
.wrapper-product .tieude {
    position: relative;
}
.wrapper-product .tieude h4 {
    color: #121212;
    line-height: 1.3;
    font-size: 1.2em;
    height: 48px !important;
}
.limit {
    padding-bottom: 0.5rem;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.05) 99%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.wrapper-product .tieude .limit {
    background: #fff;
}
.limit p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 5px;
    height: 80px;
    overflow: hidden;
    padding: 0px 5px;
}
.wrapper-product .tieude .limit p {
    padding: 0;
    height: auto;
    -webkit-line-clamp: unset;
}
.info-readmore {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #1b4c87;
    margin: -10px auto 0 auto;
    box-shadow: 1px 1px 6px #ddd;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.wrapper-product .tieude a {
    position: absolute;
    bottom: 15px;
    right: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    color: #09438a;
}
.limit br {
    display: none;
}
.noidung .detail-toggle {
    margin-bottom: 15px;
}
.noidung .detail-toggle {
    position: relative;
}
.noidung .detail-toggle .divider {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-top: -3px;
    margin-right: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    background-color: #d01818;
    position: absolute;
    left: 0;
    top: 13px;
}
.noidung .detail-toggle >p a {
    padding-left: 25px;
    font-size: 1.1em;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .3s all ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.noidung .detail-toggle >p a:after {
    transition: .3s transform ease;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #121212;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: '\f107';
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}
.collapse:not(.show) {
    display: none;
}
.noidung .detail-toggle .detail-toggle-content {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e9e9e9;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 1.1em;
    color: #4e4e4e;
}
.noidung .detail-toggle >p a[aria-expanded=true]:after {
    transform: rotate(180deg);
    color: #d01818;
}
.noidung .detail-toggle >p a[aria-expanded=true] {
    color: #d01818;
}
.tieude >p {
    margin-bottom: 0;
}
.pt-5, .py-5 {
    padding-top: 1.5rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 1.5rem!important;
}
.float-contact {
    left: 10px;
    bottom: 4rem;
    position: fixed;
    z-index: 99;
}
.float-contact__item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.float-contact__item__icon {
    font-size: 2rem;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: white;
    background: #09438a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2.8px 2.2px rgba(0,0,0,0.034),0 6.7px 5.3px rgba(0,0,0,0.048),0 12.5px 10px rgba(0,0,0,0.06),0 22.3px 17.9px rgba(0,0,0,0.072),0 41.8px 33.4px rgba(0,0,0,0.086),0 100px 80px rgba(0,0,0,0.12);
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}
.float-contact__item__icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    background-color: #f11c00;
}
.float-contact__item__icon:after, .float-contact__item__icon:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.float-contact__item__icon:before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background: rgba(241, 28, 0, 0.1);
    z-index: 1;
    border: none;
    animation: zoomHotLine 2s infinite;
}
.float-contact__item__icon:after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border: 8px solid rgba(241, 28, 0, 0.6);
    background: transparent;
    z-index: 2;
    animation: zoomHotLine 2s infinite;
}
.float-contact__item__icon i {
    position: relative;
    z-index: 2;
    -webkit-animation: ring-ring-icon 1s infinite ease-in-out;
    animation: ring-ring-icon 1s infinite ease-in-out;
}
.float-contact__item__text {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: white;
    background: #09438a;
    font-weight: bold;
    margin-left: -0.8rem;
    z-index: 1;
    font-size: 1.1rem;
    -webkit-box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2.8px 2.2px rgba(0,0,0,0.034),0 6.7px 5.3px rgba(0,0,0,0.048),0 12.5px 10px rgba(0,0,0,0.06),0 22.3px 17.9px rgba(0,0,0,0.072),0 41.8px 33.4px rgba(0,0,0,0.086),0 100px 80px rgba(0,0,0,0.12);
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}
.float-contact__item__text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@keyframes zoomHotLine {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes ring-ring-icon {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg
        );
        transform: rotate(0) scale(1) skew(
                1deg
        );
    }
    10% {
        -webkit-transform: rotate(
                -15deg
        ) scale(1) skew(
                1deg
        );
        transform: rotate(
                -15deg
        ) scale(1.2) skew(
                1deg
        );
    }
    20% {
        -webkit-transform: rotate(
                15deg
        ) scale(1) skew(
                1deg
        );
        transform: rotate(
                15deg
        ) scale(1) skew(
                1deg
        );
    }
    30% {
        -webkit-transform: rotate(
                -15deg
        ) scale(1) skew(
                1deg
        );
        transform: rotate(
                -15deg
        ) scale(1) skew(
                1deg
        );
    }
    40% {
        -webkit-transform: rotate(
                15deg
        ) scale(1) skew(
                1deg
        );
        transform: rotate(
                15deg
        ) scale(1) skew(
                1deg
        );
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg
        );
        transform: rotate(0) scale(1) skew(
                1deg
        );
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg
        );
        transform: rotate(0) scale(1) skew(
                1deg
        );
    }
}
@media(max-width: 991px) {
    .float-contact__item__text {
        display: none;
    }
    .header--top {
        display: none;
    }
    .header--bottom {
        background: transparent;
        padding: 7px 0;
    }
    .header--bottom .bottom--logo {
        position: unset;
        background: transparent;
        box-shadow: unset !important;
        height: auto;
        width: auto;
        flex: 1;
    }
    .header--bottom .bottom--logo img {
        max-width: unset;
        width: 120px;
    }
    .header--information {
        display: none;
    }
    .wrapper--cta {
        margin-top: 30px;
        padding: 0 20px;
    }
    .wrapper--cta .container .row {
        padding: 10px 0;
    }
    .wrapper--cta .cta-item .cta-title {
        font-size: 14px;
    }
    .wrapper--about-2 {
        padding-top: 30px;
    }
    .wrapper--about-2 .abouts_main__icon {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
    }
    .wrapper--about-2 .abouts_main__icon i {
        font-size: 34px;
    }
    .wrapper--about-2 .abouts_main__icon .icon__title {
        font-size: 14px;
    }
    .wrapper--about-2 {
        margin-bottom: 20px;
    }
    #mobile-menu li.menu-item-has-children > a>i, ul.menu-product>li>a> i {
        display: none;
    }
    #home-slide .slick-nav i {
        font-size: 38px;
        color: #fff;
    }
    #home-slide .slick-dots li {
        height: 3px;
        margin: 3px;
        padding: 0;
        width: 15px;
        cursor: pointer;
        transition: all .3s;
        background: #fff;
    }
    #home-slide .slick-dots {
        bottom: 10px;
        margin-bottom: 0;
    }
    .d-nav ul li a {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .slide-blog {
        padding-bottom: 40px;
    }
    #mobile-menu ul.menu-product li {
        border-bottom: 1px dotted #505050;
        border-top: 0;
    }
    ul.menu-product li:nth-child(2) > a {
        margin-right: 60px;
    }
    ul.menu-product li:nth-child(2):after {
        content: "\f107";
        font-family: 'fontawesome';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        width: 40px;
        padding-top: 10px;
        text-align: center;
    }
    .menu-product li> .hasProduct {
        top: 0;
        transform: scale(1);
        visibility: visible;
        opacity: 1;
        display: none;
        min-height: unset;
        box-shadow: unset;
        position: unset;
    }
    #mobile-menu ul.menu-product ul li a {
        width: auto;
        display: block;
        padding: 15px;
        margin-right: 40px;
    }
    #mobile-menu ul.menu-product ul li .hasProduct--title {
        width: 45% !important;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }
    #mobile-menu ul.menu-product ul li {
        border-bottom: 0;
    }
    #mobile-menu ul.menu-product ul li.active .hasProduct--title {
        background: #09438a;
    }
    #mobile-menu ul.menu-product ul li.active .hasProduct--title a {
        color: #fff;
    }
    ul.menu-product ul li:nth-child(2):after,.hasProduct > ul:before {
        display: none;
    }
    #mobile-menu ul.menu-product ul li {
        border-bottom: 0;
        display: flex;
        position: unset;
    }
    #mobile-menu ul.menu-product .hasProduct>ul {
        position: relative;
    }
    #mobile-menu ul.menu-product ul li .hasProduct--title>a>i {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .hasProduct > ul > li > .hasProduct--inner {
        width: 55%;
    }
    .hasProduct--image a {
        padding: 0 !important;
        margin-right: 0 !important;
    }
    #mobile-menu ul.menu-product .hasProduct--box .hasProduct--title {
        background: transparent !important;
        width: 100% !important;
        border: 0;
    }
    #mobile-menu ul.menu-product .hasProduct--box .hasProduct--title a h4 {
        padding: 5px;
        font-weight: 700;
        margin-top: 0;
        
    }
    #mobile-menu ul.menu-product .hasProduct--box .hasProduct--title a {
        margin-right: 0;
        padding: 0;
    }
    .hasProduct--box:after {
        opacity: 1;
    }
    .single-post {
        padding: 0;
        border: 0;
    }
    .blog--action .blog--hide {
        opacity: 1;
     visibility: visible;
    }
   .scrollspy .scrollspy-menu li .icon img {
        width: 50px;
    }
    .scrollspy .scrollspy-menu li a {
        padding: 5px;
    }
    .banner-top img {
        height: 200px;
    }
    .banner--description .btn {
        margin-bottom: 10px;
    }
}
.tool-right {
    position: fixed;
    top: 30%;
    right: 0;
    width: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    z-index: 9999;
    border-radius: 10px 0 0 10px;
    opacity: 1;
}
.tool-right {
    right: unset;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tool-right {
    box-shadow: none;
}
.tool-right ul li {
    position: relative;
    z-index: 999;
}
.tool-right ul li a, .tool-right ul li span {
    transition: all .4s ease;
}
.tool-right ul li a.hover {
    background-color: #1b4c87;
    padding: 7px;
    display: block;
}
.tool-right ul li:not(:last-child) > a, .tool-right ul li:not(:last-child) > span {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.tool-right ul li a.hover {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-right ul li a.hover, .tool-right ul li .show {
    background-color: #2e96cd !important;
}
.tool-right ul li:not(:last-child) > a, .tool-right ul li:not(:last-child) > span {
    border-bottom: 1px solid #fff;
}
.tool-right ul li a img {
    width: 23px !important;
    height: 23px !important;
}
.tool-right ul li .show {
    position: absolute;
    top: 0;
    width: 200px;
    height: 35px;
    right: -200px;
    background-color: #1b4c87;
    transition: right 0.5s;
    line-height: 35px;
    z-index: -1;
}
.tool-right ul li .show {
    right: unset;
    left: -250px;
    height: 100%;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    width: 130px;
    padding-left: 10px;
    font-size: 1em;
}
.tool-right ul li a.hover, .tool-right ul li .show {
    background-color: #2e96cd !important;
}
.tool-right ul li:not(:last-child) > a, .tool-right ul li:not(:last-child) > span {
    border-bottom: 1px solid #fff;
}
.tool-right ul li .show a {
    display: block;
    color: #fff;
    font-weight: bold;
}

.tool-right ul li span > a {
    display: block;
    width: 100%;
    text-align: left;
}
.tool-right ul li:hover a.hover, .tool-right ul li:hover .show {
    background-color: #36a7e3 !important;
}
.tool-right ul:hover li .show {
    right: unset;
    left: 40px;
}
@media screen and (max-width: 768px) {
    .tool-right {
        transform: translateY(0);
        background-color: #2e96cd !important;
        right: unset;
        left: 0;
    }
    .tool-right ul {
        display: flex;
        margin-bottom: 0;
    }
    .tool-right ul li {
        width: 100%;
        padding: 0 0.5rem;
    }
    .tool-right ul li:not(:last-child) > a, .tool-right ul li:not(:last-child) > span {
        border: 0;
    }
    .tool-right ul li:not(:last-child) > a, .tool-right ul li:not(:last-child) > span {
        border: 0;
    }
    .tool-right ul li .show a {
        display: block;
        line-height: 1;
        font-size: 10px;
        color: #fff !important;
        text-align: center;
    }
    .tool-right ul li:first-child a {
        border-top-left-radius: 0 !important;
    }
    .tool-right {
        width: 100% !important;
        top: unset !important;
        bottom: -2px;
        text-align: center;
        background: #09438a !important;
        -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        z-index: 9;
        border-radius: 0 !important;
        opacity: 1;
    }
    .tool-right ul li .show {
        position: static !important;
        width: 100% !important;
        height: 18px !important;
        line-height: 35px;
        padding-left: 0;
    }
    .tool-right ul li {
        background: #2e96cd !important;
    }
    .tool-right ul li a.hover {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #footer {
        padding: 50px 0 110px;
    }
}
.contact__info {
    padding-top: 100px;
}
.contact__info .shipping-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(images/1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 240px;
    position: relative;
}
.contact__info .shipping-img {
    position: absolute;
    top: 15px;
    width: 70px;
}
.contact__info .shipping-content {
    background-color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 0;
    width: 100%;
}
.contact__info .shipping-img img {
    width: 100%;
}
.contact__info .shipping-content .short-desc {
    color: #3e3e3f;
    font-size: 18px;
}
.contact__form {
    margin-top: 100px;
}
.contact__form .contact__form-wrap {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact__form .contact__form-wrap .contact-img {
    padding-left: 160px;
    padding-top: 200px;
    width: 520px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.contact__form .contact__form-wrap .contact-form {
    border-left: 1px solid #dee2e6;
    padding: 40px;
    width: calc(100% - 520px);
}
.contact__form .contact__form-wrap .contact-img .contact-time {
    position: absolute;
    background: #fff;
    padding: 30px 50px 30px 30px;
    top: -120px;
    left: 0;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}
.contact__form .contact__form-wrap .contact-img .contact-time .title {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.contact__form .contact__form-wrap .contact-img .contact-time .title:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background:#d01818;
    bottom: 0;
    left: 0;
}
.contact__form .contact__form-wrap .contact-img .contact-time ul li {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #a9a9a9;
}
.contact__form .contact__form-wrap .contact-img .contact-time ul li span:first-of-type {
    font-weight: 700;
    color: #232323;
    width: 100px;
}
.contact__form .contact__form-wrap .contact-img img {
    max-width: 100%;
}
.contact__form .contact__form-wrap .contact-form .contact-form-title {
    position: relative;
    line-height: 24px;
    font-size: 1.5rem;
    margin-bottom: 2.1875rem !important;
}
.contact__form .contact__form-wrap .contact-form .contact-form-title:before {
    background-color:#d01818;
    content: "";
    width: 9px;
    height: 17px;
    position: absolute;
    top: 0;
    left: -40px;
}
.heading-style-ani {
    position: relative;
    text-align: center;
}
.heading-style-ani h5 {
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem;
}
.contact__form .contact__form-wrap .contact-img .contact-time ul li + li {
    margin-top: 10px;
}
.bangiaxe-content {
    background: #f6f6f6;
}
.bangiaxe-item {
    padding: 20px;
    background: #fff;
    margin-top: 1rem;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 17px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.bangiaxe-item:last-of-type {
    margin-bottom: 1rem;
}

.pricing-img {
    overflow: hidden;
}

.pricing_title {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.pricing_title:before {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #9c9c9c;
    z-index: -1;
}

.pricing_title h2 {
    font-size: 1.4rem;
    margin: 0;
    font-style: italic;
    color: var(--base-color);
    background-color: #fff;
    padding-right: 5px;
}

.pricing_title .pricing_price {
    font-size: 1.27rem;
    font-weight: 600;
    color: #e9000a;
    padding-left: 5px;
    background-color: #fff;
}

.pricing_title .pricing_price span {
    font-size: 0.7em;
}

.ver_price {
    color: #565656;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
}

.ver_price:not(:last-of-type) {
    border-bottom: 1px solid #bbb;
}

.ver_price h4 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    line-height: unset;
    margin-right: 15px;
    width: 290px;
    font-weight: 700;
}

.ver_price span {
    font-size: 14px;
    font-weight: 600;
    color: #e9000a;
}
.home .wrapper--product .product_item .product_item__name > a span {
    font-size: 16px;
}
.ver_price span span {
    font-size: 0.75em;
}

.cta {
    font-size: 12px;
    color: #565656;
    font-style: italic;
    margin: 10px 0 15px;
}

.cta a {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--base-color);
}
.product-img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
}

@media screen and (max-width: 768px) {
    .pricing-img {
        margin: 0 auto;
    }

    .pricing_title h2 {
        font-size: 1.1rem;
    }

    .pricing_title .pricing_price {
        font-size: 1.05rem;
    }

    .pricing_title .pricing_price span {
        font-size: 0.75em;
    }

    .ver_price {
        margin-left: 0;
        padding-bottom: 5px;
        align-items: center;
        flex-wrap: wrap;
    }

    .ver_price h4 {
        font-size: 13.5px;
        width: 100%;
        margin-bottom: 10px;
    }

    .ver_price span {
        font-size: 13.5px;
        width: max-content;
        flex-shrink: 0;
    }

    .cta {
        font-size: 0.88em;
        margin-top: 0;
    }

    .cta a {
        font-size: 1.05em;
    }

    .button.button-link {
        font-size: 0.87em;
        padding: 7px 20px 10px;
    }

    .car-ver-price .ver_price {
        margin-left: 0;
    }

    .car-ver-price .ver_price h4 {
        font-size: 14px;
    }

    .car-ver-price .ver_price span {
        font-size: 13.5px;
        line-height: 1;
    }


    .bangiaxe-item > .row {
        margin-right: 0;
        margin-left: 0;
    }
}
.block_form label {
    margin-top: 10px;
    font-weight: 700;
}
div#data-detail >a {
    background: #d01818;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #d01818;
}
div#data-detail >a:hover {
    background: #fff;
    color: #d01818;
}
.top--text {
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    text-align: right;
    padding: 7px 0;
    color: #f00;
}
.product-hover {
    text-align: left;
    -webkit-box-shadow: 0px 0 0 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0 0 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0 0 0 rgb(0 0 0 / 75%);
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background: #fff;
    font-size: 1rem;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
}
.product-hover .smart-box-hover {
    display: block;
    position: relative;
}
.box_border {
    border-top: 1px solid #ced4da;
}
.product-hover .product-box-name {
    font-weight: 600;
    font-size: .913rem;
    color: #333;
    line-height: 20px;
    margin-bottom: 0;
    justify-content: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.product-box-price {
    height: 30px;
    font-size: .875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.product-box-price .price__regular {
    color: #df0000;
    font-weight: 600;
    font-size: .913rem;
}
.product-hover .vehicle-info {
    background-color: #f3f3f3;
    padding: 5px 0;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
.product-hover .vehicle-info span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    position: relative;
}
.product-hover .vehicle-info span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    display: block;
    width: 1px;
    height: 12px;
    background-color: #ddd;
}
.product-hover .vehicle-info span:first-child:before {
    display: none;
}
.accessories-detail-img .products-gallery_slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.accessories-detail-img .slick-dot_thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.slick-dot_thumbnail .slick-list {
    margin: 0 -5px;
}
.slick-dot_thumbnail .slick-slide {
    margin: 0 5px;
    transition: all .3s;
    cursor: pointer;
     border: 1px solid transparent;
}
.slick-dot_thumbnail .slick-slide >div {
    height: 100px !important;
}
.slick-dot_thumbnail .slick-current,.slick-dot_thumbnail .slick-slide:hover {
    border: 1px solid #09438a;
}
.slick-dot_thumbnail .slick-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background: transparent;
    font-size: 21px;
}
.slick-dot_thumbnail .slick-next {
    left: unset;
    right: 0;
}
@media(max-width: 991px) {
.accessories-detail-img .products-gallery_slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
}
@media(max-width: 767px) {
    .accessories-detail-img .products-gallery_slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
}
@media(max-width: 576px) {
    .accessories-detail-img .products-gallery_slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
}