.text-main {
    color: #1B4C87 !important;
}

:root {
    --base-color: #1B4C87;
    --hover-color: #205fa7;
}

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

a {
    text-decoration: none !important;
}

section {
    padding: 30px 0;
}

.header {
    border-bottom: 0;
}

.btn-rounded {
    border-radius: 30px;
}

.bg-main {
    background-color: #1B4C87;
}

.btn-footer {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.btn-footer:hover {
    background-color: #1B4C87;
}

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

.hover-animation:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.hover-animation:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.hover-animation:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
}

.hover-animation:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.hover-animation:hover img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.static {
    position: static !important;
}

#searchForm,
#searchFormMobile {
    position: relative;
}

#searchForm input,
#searchFormMobile input {
    border: 2px solid var(--base-color);
}

#searchForm .input-icon-addon,
#searchFormMobile .input-icon-addon {
    color: var(--base-color);
}

#searchForm .timkiem,
#searchFormMobile .timkiem {
    position: absolute;
    z-index: 999;
}

#searchForm .timkiem .ketquatim,
#searchFormMobile .timkiem .ketquatim {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
}

#searchForm .timkiem .ketquatim .d-flex,
#searchFormMobile .timkiem .ketquatim .d-flex {
    margin-bottom: 5px;
}

#searchForm .timkiem .ketquatim .d-flex .image,
#searchFormMobile .timkiem .ketquatim .d-flex .image {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    width: 30%;
}

#searchForm .timkiem .ketquatim .d-flex .info,
#searchFormMobile .timkiem .ketquatim .d-flex .info {
    width: 70%;
}

header {
    background-color: #fff;
}

.bx-wrapper {
    box-shadow: none;
}

header .header-logo {
    position: relative;
}

header .header-logo .logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 111px;
    position: absolute;
    background-color: #f8f8f8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: -5px;
    left: 0;
    padding: 15px
}

header .header-logo .logo-link img {
    width: 100%;
    height: auto;
}

.header-first {
    background-color: #ccc;
    position: relative;
}

.header-first .header-toggler {
    color: #111;
    background: none;
    border: none;
}

.header-first .header-toggler:hover {
    color: #111;
}

.close-menu #btn-close-menu {
    background: #fff;
    border: none;
    color: #262d33;
}

.close-menu #btn-close-menu:focus, .close-menu #btn-close-menu:active {
    outline: none !important;
}

.header-second {
    background-color: var(--base-color);
}

.header-second #mainMenu {
    background-color: transparent;
    padding: 0;
    margin-left: 130px;
}

.header-second #mainMenu > .container {
    padding: 0 !important;
}

.header-second #mainMenu [class*="col-lg-"] {
    line-height: 24px !important;
}

.header-second #mainMenu nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-second #mainMenu nav > ul > li {
    border: 0;
    transition: all .3s ease;
    position: static;
    margin-left: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
}

.header-second #mainMenu nav > ul > li.active a {
    background-color: #266fc6 !important;
    color: #fff;
}

.header-second #mainMenu nav > ul > li .dropdown-menu {
    display: block;
    transition: all 0.3s ease;
    min-width: 230px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    top: 50px;
    border: none;
    background-color: #fff;
    left: auto;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li {
    background-color: #fff;
    padding: 0;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    color: var(--base-color) !important;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a:focus, .header-second #mainMenu nav > ul > li .dropdown-menu > li > a:hover, .header-second #mainMenu nav > ul > li .dropdown-menu > li > a:active, .header-second #mainMenu nav > ul > li .dropdown-menu > li > a.hover-active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:focus,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:hover,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span.hover-active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a.hover-active {
    background-color: var(--base-color);
    color: #fff !important;
    cursor: pointer;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a a {
    color: #fff !important;
    text-decoration: none !important;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a > i,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span > i,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a > i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li.current > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li.current > span, .header-second #mainMenu nav > ul > li .dropdown-menu > li:hover > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:hover > span, .header-second #mainMenu nav > ul > li .dropdown-menu > li:focus > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:focus > span, .header-second #mainMenu nav > ul > li .dropdown-menu > li:active > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:active > span {
    color: #fff !important;
    text-decoration: none;
}

.header-second #mainMenu nav > ul > li .dropdown-mega-menu {
    list-style: none;
    display: block;
    transition: all 0.3s ease;
    min-width: 100%;
    /*max-height: 550px;*/
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    border: none;
    left: calc(-40px + 0.75rem);
    right: .75rem;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu {
    position: relative;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu:before {
    line-height: 40px;
    content: "\f105";
    font-family: fontawesome, serif;
    font-size: 12px;
    opacity: 0.6;
    position: absolute;
    right: 18px;
    color: #fff;
    transition: .3s ease;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
    margin-left: -6px;
    left: 100%;
    top: -1px;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu.menu-invert {
    right: 100%;
    left: auto;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu:hover:before {
    right: 14px;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu:hover > ul {
    min-width: 230px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-second #mainMenu nav > ul > li:hover > ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-second #mainMenu nav > ul > li:last-child {
    margin-right: 0;
}

.header-second #mainMenu nav > ul > li > a {
    display: block;
    position: relative;
    padding: 17px 9px;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    line-height: normal;
}

.header-second #mainMenu nav > ul > li > a > i {
    margin-left: 2px;
    margin-right: 6px;
    min-width: 14px;
    font-size: 14px;
}

.header-second #mainMenu nav > ul > li > a:after, .header-second #mainMenu nav > ul > li > a:before {
    transition: all .3s ease;
}

.header-second #mainMenu nav > ul > li.hover-active > a,
.header-second #mainMenu nav > ul > li.hover-active > span, .header-second #mainMenu nav > ul > li.current > a,
.header-second #mainMenu nav > ul > li.current > span, .header-second #mainMenu nav > ul > li:hover > a,
.header-second #mainMenu nav > ul > li:hover > span, .header-second #mainMenu nav > ul > li:focus > a,
.header-second #mainMenu nav > ul > li:focus > span {
    text-decoration: none;
}

.header-second #mainMenu nav > ul > li.hover-active > a, .header-second #mainMenu nav > ul > li.current > a, .header-second #mainMenu nav > ul > li:hover > a, .header-second #mainMenu nav > ul > li:focus > a {
    background-color: #266fc6;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

.social-icons ul {
    padding: 0;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons li {
    float: left;
    list-style: none;
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: transparent;
    color: #333;
}

.social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}

.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%;
}

.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}

.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee;
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

#topbar {
    position: relative;
    z-index: 200;
    background: url(../images/header-bg.jpg);
    padding: 5px 0;
}

#topbar .tenshop {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

#topbar .tenshop p {
    font-weight: normal;
    margin-bottom: 0;
    font-size: .95rem;
    text-transform: none;
}

#topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#topbar .top-menu > li {
    display: inline-block;
    color: #333;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    font-weight: 700;
    font-size: 1rem;
}

#topbar .top-menu > li > a {
    display: inline-block;
    color: var(--base-color);
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 16px;
    text-decoration: none;
}

#topbar .top-links {
    position: relative;
}

#topbar .social-icons {
    height: 100%;
    overflow: hidden;
}

#topbar .social-icons li,
#topbar .social-icons li a {
    list-style: outside none none;
}

#topbar .social-icons li a {
    border-radius: 0px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0;
    color: #111;
}

div.footer {
    background-color: #222;
}

div.footer p.sub-title {
    font-weight: bold;
}

div.footer i {
    color: #fff;
}

div.footer h5, div.footer h6, div.footer p, div.footer li, div.footer a {
    color: #fff !important;
}

div.footer h5 {
    text-transform: uppercase;
    color: #fff !important;
}

div.footer form input, div.footer form textarea {
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 0;
    height: 40px;
}

div.footer form input::placeholder, div.footer form textarea::placeholder {
    color: #555;
}

div.footer form .btn-send {
    background-color: var(--base-color);
    border-color: var(--base-color);
    padding: 5px 25px;
    height: 40px;
    color: #fff;
}

div.footer form .btn-send:hover {
    background-color: #f4001d;
}

.website-name {
    font-size: 20px;
}

footer {
    background: #111 !important;
}

footer .copyright {
    color: #fff;
}

.btn-baogia {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    flex-direction: column;
    bottom: 1rem;
    right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.quick-contact {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 999;
}

.quick-contact .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.quick-contact .icon-paperplane {
    font-size: 1em;
    color: #fff;
    margin-left: 1px;
    margin-top: 5px;
}

.quick-contact .contact-button {
    position: relative;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    color: #fff;
    background: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 15px;
    transition: 0.3s ease-in-out;
}

.quick-contact .contact-button:hover {
    transition: 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #fff;
    color: #EE283E;
}

.quick-contact .contact-button:hover:before {
    transition: 0.3s ease-in-out;
    background-color: #EE283E;
}

.quick-contact .contact-button:before, .quick-contact .contact-button:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -12px;
    width: 132px;
    height: 25px;
}

.quick-contact .contact-button:before {
    border: 2px solid #EE283E;
    background-color: #222;
    transform: skew(-25deg);
    transition: 0.3s ease-in-out;
}

.quick-contact .contact-button:after {
    content: "Mitsubishi Can Tho";
    font-size: 0.45em;
    top: -7px;
    left: 0px;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .quick-contact .contact-button:after {
        content: "Contact us";
    }
}

.quick-contact .inspiration {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #626262;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1em;
}

.idex-alo-phone {
    right: -119px;
    top: auto;
    bottom: 440px;
    zoom: 0.8;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
    background-color: #e9393b !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
    border-color: #e9393b !important;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
    background-color: #e9393b !important;
    opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
    background-color: #81d742 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
    border-color: #81d742 !important;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
    background-color: #81d742 !important;
    opacity: 0.75 !important;
}

.idex-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    cursor: pointer;
    z-index: 200 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 5px;
    bottom: 0;
}

.idex-alo-phone.idex-alo-show {
    visibility: visible;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.idex-alo-phone.idex-alo-static {
    opacity: 0.6;
}

.idex-alo-phone.idex-alo-hover, .idex-alo-phone:hover {
    opacity: 1;
}

.idex-alo-ph-circle {
    width: 160px;
    height: 160px;
    bottom: -50px;
    right: 44%;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle {
    -webkit-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle {
    -webkit-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone:hover .idex-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7 9;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc 9;
    opacity: 0.5;
}

.idex-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 60%;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle-fill {
    -webkit-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle-fill {
    -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone:hover .idex-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 9;
    opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: 0.75 !important;
}

.idex-alo-ph-img-circle {
    z-index: 9;
    width: 60px;
    height: 60px;
    bottom: 0px;
    right: 70%;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/phone-ringing.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-img-circle {
    -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-img-circle {
    -webkit-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone:hover .idex-alo-ph-img-circle {
    background-color: #00aff2;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #00aff2;
}

@-moz-keyframes idex-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes idex-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes idex-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@-moz-keyframes idex-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes idex-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes idex-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes idex-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes idex-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-moz-keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

a.hotline-mb {
    display: none;
}

.phone {
    position: relative;
}

.phone-hotline {
    background: #9b2022;
    padding: 13px 30px 13px 70px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.phone-hover {
    width: 260px;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.phone-hotline a {
    color: #f5ea1e;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.phone-hotline a:hover {
    color: #fff;
    text-decoration: none;
}

.section-grey {
    background-color: #f3f3f3;
}

.page-main {
    padding-top: 1rem;
}

.ngangon {
    height: 62px;
    overflow: hidden;
}

.header-section {
    text-align: center;
    margin-bottom: .5rem;
}


.header-section h2,
.header-section h1 {
    position: relative;
    margin: 0;
    color: var(--base-color);
    display: block;
    padding: 5px 20px 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.header-section h2:before,
.header-section h1:before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    background: #d1d1d1;
}

.header-section h2:after,
.header-section h1:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    background: var(--base-color);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

/*.header-section h2:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 100%;*/
/*    top: 50%;*/
/*    height: 3px;*/
/*    width: 1000px;*/
/*    background-color: var(--base-color);*/
/*}*/

/*.header-section h2:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: 50%;*/
/*    height: 3px;*/
/*    width: 1000px;*/
/*    background-color: var(--base-color);*/
/*}*/

.header-detail {
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--base-color);
}

.header-detail h3 {
    margin: 0;
    color: #000;
    text-align: left;
}

.list-vehical {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.list-vehical li {
    margin: 3px;
    display: inline-block;
}

.list-vehical li a {
    display: block;
    padding: 3px 7px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.list-vehical li a:hover {
    background: var(--base-color);
    color: #fff;
}

.list-vehical li a.active {
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    color: #fff;
}

.list-module {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.list-module li {
    margin: 3px;
}

.list-module li a {
    display: block;
    padding: 7px 17px;
    color: #111;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: bold;
    background: #ddd;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.list-module li a:hover {
    color: var(--base-color);
}

.list-module li a.active {
    background: var(--base-color);
    color: #fff;
}

.tool {
    position: relative;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tool ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.tool ul li {
    width: 100%;
    padding: 10px 0;
}

.tool ul li > a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.tool.show-desktop ul li {
    padding: 0
}

.tool.show-desktop ul li > a {
    padding: 14px 0;
}

.tool ul li:not(:first-child) > a {
    border-left: 2px solid #d9d9d9;
}

.tool ul li > a img {
    height: 60px;
}

.tool ul li > a p {
    font-weight: bold;
    color: #111;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tool ul li > a:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.tool ul li > a:hover p {
    color: var(--base-color);
}

.tool .footer-info {
    padding: 10px 0;
    height: 100%;
}

.tool .footer-info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border-left: 2px solid #ddd;
    height: 100%;
    padding-left: 10px;
    font-weight: bold;
    color: #111;
}

@media only screen and (max-width: 768px) {
    .tool .footer-info-content {
        border: none;
    }
}

.tool .footer-info-content p {
    margin-bottom: 5px;
}

.tool .footer-info-content a {
    color: #111;
}

.version-item {
    display: block;
    background: #eee;
    padding: .75rem;
    margin-bottom: 1rem;
    transition: .5s ease-in-out;
}

.version-item:hover {
    box-shadow: 6px 7px 20px 4px #444;
}

.version-item .version-title {
    color: #343434;
    font-weight: bold;
    font-size: 27px;
    margin: 0;
}

.version-item .price {
    color: var(--base-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.version-item .version-description {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-left: 15px;
    color: #111;
}

@media only screen and (max-width: 480px) {
    .version-item .version-description {
        padding-left: 0;
    }
}

.version-item .version-description ul {
    padding-left: 1.75rem;
}

.car-preview {
    position: relative;
}

.car-preview .basic {
    text-transform: uppercase;
    font-weight: bold;
    /*position: absolute;*/
    top: 50px;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .car-preview .basic {
        position: static;
    }
}

.car-preview h1 {
    font-size: 65px;
    line-height: 65px;
    color: #141414;
    font-weight: bold;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .car-preview h1 {
        font-size: 40px;
    }
}

.car-preview .car-preview-content .basic .banner-price {
    font-size: 12px;
}

.car-preview . car-preview-content .basic .banner-price span {
    color: var(--base-color);
    font-size: 34px;
}

.car-preview-content .car-preview-image {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.car-preview-content .car-preview-image img {
    width: 100%;
}

.car-preview .car-preview-color {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 80px;
}

@media only screen and (max-width: 768px) {
    .car-preview .car-preview-color {
        position: static;
        width: 100%;
        flex-direction: row;
    }
}

.car-preview .car-preview-color .color-item {
    margin: .25rem 0;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: .5rem;
    transition: .5s ease;
    overflow: hidden;
}

.car-preview .car-preview-color .color-item:hover {
    border: 2px solid var(--base-color);
}

.product-item {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin-bottom: 15px;
    padding: .75rem;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 100%
}

@media screen and (min-width: 991px) {
    .mega-menu-product .product-item {
        max-height: 205px;
    }
}

.product-item:hover {
    top: -5px;
    -webkit-box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.product-item:hover .border-effect .border {
    width: 109%;
}

.product-item .border-effect {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    height: 5px;
}

.product-item .border-effect .border {
    display: block;
    background-color: var(--base-color);
    width: 0;
    height: 5px;
    -webkit-transition: width .6s ease-in-out;
    -moz-transition: width .6s ease-in-out;
    -ms-transition: width .6s ease-in-out;
    -o-transition: width .6s ease-in-out;
    transition: width .6s ease-in-out;
}

.product-item .badge {
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    right: -10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
    z-index: 5;
    background-color: var(--base-color);
}

.product-item .product-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-item .product-image:hover img {
    -webkit-transform: scale(1.1) translateX(5px);
    -moz-transform: scale(1.1) translateX(5px);
    -ms-transform: scale(1.1) translateX(5px);
    -o-transform: scale(1.1) translateX(5px);
    transform: scale(1.1) translateX(5px);
}

.product-item .product-image img {
    border-radius: 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.product-item .product-description {
    width: 100%;
    text-align: left;
    padding-top: 5px;
}

.product-item .product-description .product-title {
    margin: 0;
    color: var(--base-color);
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.product-item .product-description .product-title:hover {
    color: var(--base-color);
}

.product-item .product-description .price {
    color: #111;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.product-item .product-description .thongsokt {
    color: #111;
    font-size: 14px;
    margin-bottom: 0;
}

.product-item .product-short {
    color: #111;
    font-size: 13px;
    text-transform: none;
    text-align: justify;
}

.blog-item {
    width: 100%;
    padding: 15px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    transition: .4s ease-in-out all;
    height: 100%;
}

.blog-item:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26), 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-content {
    position: relative;
}

.blog-avatar {
    position: relative;
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 576px) {
    .blog-content {
        width: 55%;
        position: relative;
        margin-left: 15px;
    }

    .blog-avatar {
        width: 45%;
        border-right: 1px solid #d9d9d9;
        padding-right: 15px;
    }

    .blog-day {
        margin-top: 0 !important;
    }

}

.blog-avatar img {
    max-width: 100%;
    max-height: 200px;
    vertical-align: middle;
    margin: 0 auto;
}

.blog-day {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #888;
    font-size: 13px;
    margin-top: 10px;
}

.blog-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1rem;
    margin: 10px 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
    transition: .3s all ease-in;
}

.blog-desc {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-bottom: 0;
    color: #343434;
}

.blog-title:hover {
    color: var(--base-color);
}


.blog-item .blog-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.blog-item .blog-description {
    width: 100%;
    padding: 15px;
}

.blog-item .blog-description .blog-title {
    display: block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000;
}

.blog-item .blog-description .blog-title:hover {
    color: var(--base-color);
}

.blog-item .blog-description .ngangon {
    text-align: justify;
    color: #777;
}

.blog-item .blog-description .date {
    color: #999;
    text-align: right;
}

.lmore {
    display: none;
}

.guest-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.guest-item:hover {
    -webkit-box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.guest-item .guest-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.guest-item .guest-image:hover .ngangon {
    bottom: 0;
}

.guest-item .guest-image .ngangon {
    position: absolute;
    bottom: -50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 50px;
    font-weight: bold;
    padding: 0 15px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.guest-item .guest-title {
    height: 43px;
    margin: 0;
    border-left: 4px solid var(--base-color);
    padding-left: 10px;
    margin: 5px 0;
    overflow: hidden;
}

.guest-item .guest-title strong {
    color: #000;
    font-weight: bold;
}

.guest-item .guest-title strong:hover {
    color: var(--base-color);
}

.limit {
    padding-bottom: .5rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05) 99%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.limit p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 5px;
    height: 80px;
    overflow: hidden;
    padding: 0px 5px;
}

.portfolio-item {
    position: relative;
    margin-bottom: 15px;
}

.portfolio-item .portfolio-image {
    position: relative;
    width: 100%;
    height: 150px;
    line-height: 150px;
    background: #eee;
    overflow: hidden;
}

.portfolio-item .portfolio-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .portfolio-image a {
    display: block;
    height: 100%;
}

.portfolio-item .portfolio-image img {
    width: 100%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.portfolio-item .portfolio-description {
    position: absolute;
    left: 0;
    top: 35%;
    text-align: center;
    width: 100%;
}

.portfolio-item .portfolio-description a {
    display: block;
    background: var(--base-color);
    width: 60px;
    height: 40px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.portfolio-item .portfolio-description a:hover {
    background: var(--base-color);
    color: #fff;
}

.single-post h3 {
    text-transform: uppercase;
    color: #C71444;
    font-size: 18px;
    font-weight: bold;
}

.single-post .title {
    padding: 15px 0;
    margin-bottom: 0px;
    color: var(--base-color);
    line-height: 1.3;
}

@media only screen and (max-width: 480px) {
    .single-post .title {
        font-size: 18px;
    }
}

.img-preview {
    border: 1px solid #eee;
    border-radius: 5px;
}

.img-preview img {
    width: 100%;
    cursor: zoom-in;
}

.img-nav {
    margin-top: 15px;
}

.img-nav img {
    width: 100%;
    cursor: pointer;
}

.list-product .list-title {
    border-bottom: 2px solid var(--base-color);
    margin-bottom: 15px;
}

.list-product .list-title h4 {
    text-transform: uppercase;
}

.price-board .title {
    padding: 15px 0;
    margin-bottom: 0px;
    color: var(--base-color);
}

.price-board-item {
    display: grid;
    grid-template-columns: 5fr 5fr;
    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;
}

.price-board-item .board-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}

.price-board-item .version-name {
    font-size: 1.75rem;
    font-weight: 700;
}

.price-board-item .version-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e9000a;
}

.board-version .board-version-item {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}

.board-version .pricing_title {
    width: 100%;
    position: relative;
    gap: 1rem;
}

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

.board-version .pricing_title h2{
    font-size: 1.5rem;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.board-version .pricing_title .pricing_price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    font-size: 1.25rem;
    font-weight: 600;
    color: #e9000a;
    padding-left: 5px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    white-space: nowrap;

}
.board-version .pricing_title .pricing_price small {
    font-size: 0.7em;
    font-weight: 600;
}
.board-version .cta a {
    color: var(--base-color);
    transition: 0.25s ease-in-out;
}
.board-version .cta a:hover {
    color: var(--hover-color);
}
.board-version .cta b {
    font-size:  1.25em;
}

.board-version .board-version__actions .btn {
    min-width: 140px;
}

.price-board .title {
    padding-bottom: 0;
}

@media  (max-width: 1199px) {
    .price-board-item  {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .price-board .title {
        font-size: 24px;
        text-align: center;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .board-version .pricing_title {
        flex-flow: column nowrap;
        gap: 0.5rem;
        margin-bottom: 0!important;
    }
    .board-version .pricing_title::after {
        display: none;
    }

    .board-version .cta b {
        font-size:  1.125em;
    }

    .board-version .board-version__actions > .d-flex {
        justify-content: center;
    }
}

    /*.price-board-item:not(:last-child) {*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item {*/
/*        flex-direction: column;*/
/*        border: 1px solid #ddd;*/
/*    }*/
/*}*/

/*.price-board-item .board-image {*/
/*    width: 30%;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item .board-image {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.price-board-item .board-version {*/
/*    width: 70%;*/
/*    padding: .5rem 0;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item .board-version {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.price-board-item .board-version-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: .5rem 0;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item .board-version-item {*/
/*        flex-direction: column;*/
/*        align-content: flex-start;*/
/*        align-items: unset;*/
/*        padding: .75rem;*/
/*    }*/
/*}*/

/*.price-board-item .board-version-item:not(:last-child) {*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/

/*.price-board-item .board-version-item .version-name {*/
/*    width: 20%;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item .board-version-item .version-name {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.price-board-item .board-version-item .version-name p {*/
/*    font-weight: bold;*/
/*    margin: 0;*/
/*}*/

/*.price-board-item .board-version-item .version-desc {*/
/*    width: 60%;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item .board-version-item .version-desc {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.price-board-item .board-version-item .version-price {*/
/*    width: 20%;*/
/*    text-align: right;*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .price-board-item .board-version-item .version-price {*/
/*        width: 100%;*/
/*        text-align: left;*/
/*    }*/
/*}*/

/*.price-board-item .board-version-item .version-price p {*/
/*    font-weight: bold;*/
/*}*/

/*.price-board-item .board-version-item .version-price .btn-test-sign {*/
/*    display: block;*/
/*    padding: 5px 10px;*/
/*    background: var(--base-color);*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*}*/

/*.price-board-item .board-version-item .version-price .btn-test-sign:hover {*/
/*    background: #f14a51;*/
/*}*/

.left-menu .left-category {
    padding-left: 15px;
    list-style: none;
}

.left-menu .left-category li:before {
    content: "\25A0";
    color: var(--base-color);
    display: inline-block;
    width: 1em;
}

.left-menu .left-category li.active a, .left-menu .left-category li:hover a {
    color: #111;
}

.left-menu .left-category li a {
    color: #999;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
}

.left-menu .sidebar-tool {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-menu .sidebar-tool li {
    border: 2px solid #d7d7d7;
    margin-bottom: 20px;
}

.left-menu .sidebar-tool li.hotline a {
    background-position: right 10px;
    padding: 10px;
}

.left-menu .sidebar-tool li.sale a {
    background-position: right -60px;
    padding: 10px;
}

.left-menu .sidebar-tool li.calculator a {
    background-position: right -270px;
}

.left-menu .sidebar-tool li.price a {
    background-position: right -340px;
}

.left-menu .sidebar-tool li a {
    background: url(../images/sidebar-tool.png) no-repeat;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    padding: 18px 10px;
}

.left-menu .sidebar-tool li a span {
    display: block;
    font-size: 20px;
    color: var(--base-color);
}

.left-menu .vehicle-call-to-action {
    background-color: #C71444;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.left-menu .vehicle-call-to-action small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.left-menu .vehicle-call-to-action a {
    color: #FFF;
    display: block;
    position: relative;
    padding: 10px 50px 10px 20px;
    font-size: 18px;
    line-height: 18px;
}

.product p {
    margin: 0;
}

.product .title {
    color: #222;
    font-size: 22px;
}

.product .price {
    color: var(--base-color);
    font-size: 20px;
    font-weight: bold;
}

.product .old-price {
    color: var(--base-color);
    font-size: 22px;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.product .discount {
    color: #A1CC56;
    font-size: 20px;
}

.accordion-header {
    margin-bottom: 3px;
}

.accordion-header .btn-dark {
    position: relative;
    border-radius: 0;
    background: #ddd;
    border-color: #ddd;
    color: #111;
    white-space: normal;
    padding-left: 30px;
}

.accordion-header .btn-dark:before {
    content: url("../images/toggle-open.png");
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
}

.accordion-header .btn-dark:focus {
    box-shadow: none;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    width: 30px;
    height: 25px;
    background-color: #eee;
}

.left-module .tag {
    margin: 0.1rem;
}

.mega-product {
    margin-bottom: 15px;
}

.mega-product .mega-product-image {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.mega-product .mega-product-image img {
    width: 100%;
}

.mega-product .mega-product-description {
    padding: 15px 0;
}

.mega-product .mega-product-description .title {
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #424242;
    margin: 0;
    font-family: Arial;
    text-transform: capitalize;
    font-size: 14px;
}

.mega-product .mega-product-description ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-product .mega-product-description ul li {
    color: #666;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
}

.mega-product .mega-product-description ul li:before {
    content: '\f0a9';
    font-family: fontawesome;
    margin-right: 5px;
}

.scrollspy {
    background-color: #eee;
}

.scrollspy .scrollspy-menu {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0;
    width: 100%;
}

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

.scrollspy .scrollspy-menu li.active {
    border-bottom: 3px solid var(--base-color);
    background-color: #ddd;
}

.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;
}

.other-product {
    display: flex;
    padding: 15px 0;
}

.other-product .other-image {
    width: 55%;
}

.other-product .other-image img {
    width: 100%;
}

.other-product .other-info {
    width: 45%;
    display: flex;
    align-items: center;
}

.other-product .other-info p, .other-product .other-info h5 {
    margin: 0;
    font-size: 13px;
}

.other-product .other-info a {
    color: #000;
}

.other-product .other-info a:hover {
    color: var(--base-color);
}

.other-product .other-info .other-name {
    border-left: 4px solid var(--base-color);
    padding-left: 5px;
}

.product-detail .header {
    border-bottom: 1px solid;
    width: 70%;
}

.product-detail .header h4 {
    color: var(--base-color);
    margin: 0;
}

.product-detail .detail {
    padding: 5px 0;
}

.product-detail .detail .price {
    position: relative;
    width: 200px;
}

.product-detail .detail .price sup {
    font-size: 14px;
    margin-left: 5px;
}

.product-detail .description ul {
    padding-left: 15px;
}

.product-detail .img .color-name {
    border-bottom: 2px solid #000;
    width: 100%;
    text-align: right;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-detail .btn-compair {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.product-detail .btn-compair:hover {
    background-color: #000;
    color: #fff;
}

.product-detail .btn-compair:focus {
    background-color: #000;
    color: #fff;
}

.product-detail .pick-color {
    list-style: none;
}

.product-detail .pick-color li {
    display: inline-block;
    border: 3px solid #fff;
}

.product-detail .pick-color li.active {
    border: 3px solid var(--base-color);
}

.product-detail .pick-color li a {
    display: block;
}

.product-detail .pick-color li a .color {
    width: 50px;
    height: 50px;
}

.product-detail .pick-color li a .color.bac {
    background-color: #eee;
}

.product-detail .pick-color li a .color.den {
    background-color: #000;
}

.product-detail .pick-color li a .color.nau {
    background-color: brown;
}

.product-detail .pick-color li a .color.trang {
    background-color: #fff;
    border: 3px solid #000;
}

.product-detail .pick-color li a .color.xam {
    background-color: #999;
}

.see-more {
    margin-bottom: 2.5em;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: relative;
    display: inline-block;
    margin-top: 3.5em;
}

.see-more:hover span {
    background: var(--base-color);
    color: #fff;
}

.see-more:before {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#ccc), color-stop(#ccc), to(#fff));
    background: -webkit-linear-gradient(right, #ccc, #ccc, #fff);
    background: -o-linear-gradient(right, #ccc, #ccc, #fff);
    background: linear-gradient(to left, #ccc, #ccc, #fff);
}

.see-more span {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #fff;
    border-radius: 25px;
    top: 50%;
    font-weight: bold;
    padding: 5px 15px;
    padding-left: 15px;
    text-align: center;
    margin-top: -18px;
    z-index: 2;
    cursor: pointer;
    border: 1px solid var(--base-color);
    color: var(--base-color);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.home-care {
    position: relative;
    padding-bottom: 45%;
    font-size: 1.275rem;
    background: url(/public/upload/banner/care-bg.jpg) no-repeat scroll 0 bottom/100% auto;
}

.home-care .header-section {
    position: relative;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.home-care .content {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    text-align: center;
}

.home-care .content .number {
    color: var(--base-color);
    font-size: 120%;
    text-align: left;
}

.home-care .content .detail {
    font-size: 1rem;
}

.title-block {
    font-size: 3rem;
    line-height: 1.2;
    color: #333;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
    padding-bottom: .2em;
    margin-bottom: 1em;
    position: relative;
    width: 100%;
    margin-left: auto;
}

.title-block:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 2px;
    background-color: var(--base-color);
}

.intro-box {
    background: #fff;
    padding: 3rem;
    height: 100%;
    overflow-y: auto;
}

.intro-box h2, .intro-box h3 {
    color: #111;
    font-weight: bold;
}

.intro-box p {
    color: #222;
    font-weight: bold;
}

.intro-box p span,
.intro-box p a {
    color: #333;
    font-weight: 500;
}

.intro-box a:hover {
    color: var(--base-color);
}

.click-dropdown {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-first {
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }

    .location {
        display: inline-block;
        height: 25px;
        width: 25px;
        color: #fff;
        background: var(--base-color);
        line-height: 25px;
        text-align: center;
        font-size: .8rem;
        border-radius: 100%;
    }

    .click-dropdown {
        display: inline-block;
        border: none !important;
        background-color: transparent !important;
        color: #333;
        position: absolute;
        top: 0;
        right: 0px;
        width: 100%;
        height: 35px;
        text-align: right;
        font-size: 14px;
    }

    .click-dropdown:focus {
        outline: none !important;
    }

    .click-dropdown i.fa {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .fa-angle-down {
        display: none !important;
    }

    div.header-second {
        /*background: #232628;*/
        position: fixed;
        background: #fff;
        top: 0;
        left: -100%;
        z-index: 999999;
        width: 100%;
        height: 100vh;
        transition: .3s ease-in-out;
        overflow-y: auto;
    }


    div.header-second.show {
        left: 0 !important;
    }

    div.header-second #mainMenu {
        margin-left: unset;
    }

    div.header-second #mainMenu nav > ul {
        display: block !important;
        width: 100%;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    div.header-second #mainMenu nav > ul > li {
        position: relative;
        margin-left: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-menu {
        background-color: #fff !important;
        -webkit-transform: scale(0);
        transform: scale(0);
        top: auto;
        border-radius: 0;
        margin-bottom: 2px !important;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-menu > li {
        background-color: #fff;
        padding: 0 !important;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-menu > li.dropdown-submenu a {
        color: var(--base-color) !important;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-menu > li.dropdown-submenu .dropdown-menu {
        left: unset !important;
        top: unset !important;
        margin-left: unset !important;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-menu > li:hover {
        background-color: #f7595b;
        color: #fff !important;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-menu > li a {
        color: var(--base-color) !important;
    }

    div.header-second #mainMenu nav > ul > li .dropdown-mega-menu {
        min-width: 100%;
        background-color: #eee !important;
        -webkit-transform: scale(0);
        transform: scale(0);
        top: auto;
        left: 0;
        right: 0;
        height: 450px;
        border-radius: 0;
        margin-bottom: 2px !important;
        overflow-y: scroll;
        padding-left: 11px;
    }

    div.header-second #mainMenu nav > ul > li > a {
        display: block;
        /*background-color: #262d33;*/
        background: #fff;
        border-radius: 0;
        /*border-bottom: 1px solid #161b1f;*/
        border-bottom: 1px solid #d9d9d9;
        color: #333;
        font-weight: 500;
        padding: 10px 15px;
    }

    .logo-mobile {
        max-height: 60px;
    }

    .close-menu {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9999;
        font-size: 20px;
    }

    div.header-second #mainMenu nav > ul > li:hover > a,
    div.header-second #mainMenu nav > ul > li:focus > a,
    div.header-second #mainMenu nav > ul > li.hover-active > a {
        background-color: #d9d9d9;
        color: #000 !important;
    }

    div.header-second #mainMenu nav > ul > li:hover > ul {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    div.header-second #mainMenu nav > ul > li.hover-active > ul {
        position: relative;
        min-width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-bottom: 15px;
    }

    .title-block {
        font-size: 20px;
        margin-bottom: 1.5em;
    }

    .title-block:before {
        margin-left: -26px;
        width: 52px;
    }

    .counter-section .counter-item {
        border-radius: .5rem;
        border: 1px solid #eee;
        margin: 1rem .1rem 0 .1rem;
    }

    .counter-section .counter-item .counter-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: #1b4c87;
        color: #fff;
        font-size: 15px;
        margin: -1.25rem auto 0 auto;
    }
}

@media screen and (max-width: 425px) {
    .scrollspy .scrollspy-menu .icon span {
        display: none !important;
    }

    .blog-item .blog-description .blog-title {
        height: 58px !important;
    }
}

@media screen and (max-width: 767px) {
    .home-care {
        position: relative;
        padding-bottom: 5em;
        font-size: 2rem;
        line-height: 1.3;
        background: url(/public/upload/banner/care-bg-mb.jpg) no-repeat scroll 0 bottom/100% auto;
    }

    .home-care .content {
        position: static;
        width: 100%;
        transform: translateX(0);
        padding-top: 50px;
    }

    .home-care .content .number {
        font-size: 30px;
        text-align: center;
    }

    .home-care .content .detail {
        font-size: 13px;
    }

    .intro-box {
        padding: 1rem
    }
}

/*# sourceMappingURL=main.css.map */

.counter-section .counter-item {
    padding: .25rem;
    text-align: center;
    z-index: 3;
}

.counter-section .counter-item .counter-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    font-size: 25px;
    color: var(--base-color);
    margin: 0 auto;
}

.counter-section .counter-item .counter span {
    font-size: 50px;
    color: var(--base-color);
}

.counter-section .counter-item p {
    font-weight: bold;
    color: var(--base-color);
}

.hidden {
    display: none;
}

.comment-image {
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 10px #ddd;
}

.list-thongso {
    list-style: none;
    padding-right: 5px;
}

.comment-content:before {
    content: '';
    position: absolute;
    top: .75rem;
    left: .75rem;
    background: url(../images/quote.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    z-index: 9;
}

.comment-content {
    width: 100%;
    position: relative;
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    background-color: #222;
    border-radius: .5rem;
    color: #fff;
    text-indent: 40px;
}

@media screen and (max-width: 768px) {
    .counter-section .counter-item .counter span {
        font-size: 20px;
    }

    .comment {
        flex-direction: column;
        align-items: center;
    }

    .comment-image {
        margin-bottom: 10px;
    }
}

.car-preview-content {
    display: flex;
}

.product-detail .description ul {
    padding-left: 15px;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.car-preview-content .basic .banner-price span {
    color: #1b4c87;
    font-size: 34px;
}

#sosanh .table-responsive {
    overflow-y: auto;
    max-height: 440px;
}

@media only screen and (max-width: 768px) {
    .car-preview-content {
        flex-direction: column;
    }
}

.mega-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 520px;
    background: #fff;
    height: 100%;
    border: 1px solid #d9d9d9
    /*overflow-y: auto;*/
}

.mega-menu li:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.mega-menu li a {
    display: block;
    /*background-color: #fff;*/
    color: #333;
    padding: .5rem;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.mega-menu li.active a {
    background-color: var(--base-color);
    color: #fff;
}

.mega-menu-product > .row {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mega-menu-product {
    position: relative;
    background-color: #eee;
    padding: 0 1rem;
    height: 520px;
    overflow-y: auto;
    border: 1px solid #d9d9d9
}

@media screen and (min-width: 991px) {
    .mega-menu-product > .row {
        top: 1rem;
        left: .5rem;
        right: .5rem;
        bottom: 1rem;
    }
}

.mega-menu li {
    position: relative;
}

.mega-menu-product > .row.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mega-menu li .btn-show-product {
    display: none;
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    background-color: #1b4c87;
    border: none;
    border-radius: 50%;
    font-size: 7px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.div-hienthithem {
    margin-left: 45%;
}

.product-name {
    font-size: 45px;
    font-weight: 600;
}

.header-section-ds-mb {
    margin-top: 20px;
}

.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;
}

.info-readmore.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.limit p.active {
    height: auto;
    -webkit-line-clamp: 100;
    transition: height 2s;
}

.tool-right {
    position: fixed;
    top: 30%;
    right: 0;
    width: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 10px 0 0 10px;
    opacity: 1;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

.tool-right ul li {
    position: relative;
    z-index: 999;
}

.tool-right ul li a.hover {
    background-color: #1b4c87;
    padding: 7px;
    display: block;
}

.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 a {
    display: block;
    color: #fff;
    font-weight: bold;
}

.tool-right ul li a.hover i {
    font-size: 25px;
    color: #fff;
}

.tool-right ul li:hover .show {
    right: 35px;
}

.show-mb {
    display: none;
}

.show-desktop {
    display: block;
}

#scrollUp {
    display: none;
    background-color: var(--base-color);
    border-radius: 4px;
    position: fixed;
    bottom: 4rem;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.icon-menu-lien-he {
    font-size: 40px;
    color: black;
    margin-top: 15px;
}

#owl-example .owl-nav {
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .mega-menu li .btn-show-product {
        display: block;
        right: 0;
    }

    .mega-menu li {
        font-size: 14px;
        font-weight: 600;
    }

    .mega-menu-product {
        height: 100%;
    }

    .list-module li a {
        font-size: 12px;
        padding: 3px 10px;
    }

    .list-module {
        padding: 10px 0;
    }

    .header-section {
        margin-bottom: 1rem;
    }

    .header-section h2,
    .header-section h1 {
        /*padding: 5px 5px;*/
        padding: 10px 0 15px;
        font-size: 24px;
    }

    .div-hienthithem {
        margin-left: 0;
        text-align: center;
    }

    .pd-top-mb {
        padding-top: 0px !important;
    }

    .product-name {
        font-size: 30px;
        font-weight: 600;
    }

    .header-section-ds-mb {
        margin-top: 10px;
    }

    #noithat, #dongco, #thongso {
        padding-top: 0px;
    }

    .tool-right {
        width: 100% !important;
        top: unset !important;
        bottom: -2px;
        text-align: center;
        background: var(--base-color) !important;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        z-index: 9;
        border-radius: 0 !important;
        opacity: 1;
    }

    .tool-right ul {
        display: flex;
    }

    .tool-right ul li {
        width: 100%;
        padding: 0 .5rem;
    }

    .tool-right ul li:first-child a {
        border-top-left-radius: 0 !important;
    }

    .tool-right ul li:last-child a {
        border-bottom-left-radius: 0 !important;
    }

    .tool-right ul li a.hover {
        background: var(--base-color) !important;
        display: block;
        width: 100%;
        padding: 5px !important;
    }

    .tool-right ul li a.hover img {
        height: 30px;
    }

    .tool-right ul li .show {
        display: block;
        position: static !important;
        width: 100% !important;
        height: 18px !important;
        background-color: var(--base-color) !important;
        line-height: 35px;
    }

    .tool-right ul li .show a {
        display: block;
        line-height: 1;
        font-size: 10px;
        color: #fff !important;
    }

    .show-mb {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    .counter-section .counter-item {
        border-radius: .5rem;
        border: 1px solid #eee;
        margin: 1rem .1rem 0 .1rem;
    }

    .counter-section .counter-item .counter-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: var(--base-color);
        color: #fff;
        font-size: 15px;
        margin: -1.25rem auto 0 auto;
    }
}

.btn-colorbutton {
    background-color: var(--base-color);
    transition: .3s all ease-in-out;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 2;
}

.btn-colorbutton:hover {
    color: #fff;
    background-color: var(--hover-color);
}

.testimonial {
    margin: 15px 0
}

.testimonial .content {
    padding: 15px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    background: var(--hover-color);
    min-height: 100px;
}

.testimonial .content:after {
    content: "";
    border-top: 10px solid var(--hover-color);
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}

.testimonial .description {
    margin-bottom: 10px;
    color: #fff;
}

.testimonial-pic {
    float: left;
}

.testimonial-pic > img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 20px;
}

.testimonial .testimonial-review {
    margin: 3px 0 0 15px;
    float: left;
}

.testimonial .testimonial-title {
    font-size: 1.1rem;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial > .testimonial-review span {
    color: #444;
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}

.testimonial .social-links {
    padding: 0;
    margin: 0;
}

.carousel-testimonial .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.carousel-testimonial .owl-dots .owl-dot {
    border-radius: 100%;
    box-shadow: none !important;
    outline: none !important;
    background: #333;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 5px 6px;
}

.carousel-testimonial .owl-dots .owl-dot.active,
.carousel-testimonial .owl-dots .owl-dot:hover {
    background: var(--base-color);
    box-shadow: none !important;
}

.wrapper--content {
    background: #f1f4f5;
}

.w--content-inner a {
    display: flex;
    align-items: center;
    background: #333;
    justify-content: center;
    padding: 15px 0;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    transition: .3s all;
}

.w--content-inner:hover a {
    background: #000;
    transform: translateY(-2px);
}

.w--content-inner .content-icon {
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .wrapper--content.d-mb-block {
        display: block !important;
    }
}


.phone-text {
    font-size: 1rem;
    color: var(--base-color);
    font-weight: bold;
}

.phone-text i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: .9rem;
    background: var(--base-color);
    margin-right: 5px;
    margin-bottom: 4px;
}

.phone-number a {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
}

.footer-map--inner:hover a {
    background: var(--hover-color)
}

.footer-map--inner a {
    color: #fff;
    padding: 15px;
    font-size: 1.1rem;
    background: var(--base-color);
    text-align: center;
    transition: .3s all;
    cursor: pointer;
    font-weight: bold;
}

.footer-map--inner a i {
    margin-right: 7px;
    font-size: 1.3rem;
}

.footer-logo img {
    height: 70px;
}

.wrapper-footer {
    padding: 30px 0 0;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    bottom: 50px;
    right: -300px;
    z-index: 1;
}

.footer-main, .footer-copyright {
    position: relative;
    z-index: 2;
}

.footer-main {
    padding: 30px 0;
}

.footer-form {
    margin-top: 30px;
}

.footer-form .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-form .form-group input {
    left: 0;
    top: 0;
    width: 78%;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    border-right: 0;
    background: #f1f7f6;
    box-shadow: none !important;
    color: #000;
}

.footer-form .form-group button {
    background: var(--base-color);
    width: 22%;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    z-index: 2;
    border: 0;
    height: 38px;
    cursor: pointer;
    transition: .3s all;
}

.footer-form .form-group button:hover {
    background: var(--hover-color)
}

.footer-list li a {
    font-size: .9rem;
    color: #000;
    padding-bottom: 7px;
    display: block;
    transition: .3s all;
}

.footer-list li:hover a {
    padding-left: 10px;
}

.footer-list li a i {
    color: var(--base-color);
    margin-right: 4px;
}

.footer-title h4 {
    color: #000;
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
    .footer-bg {
        bottom: 135px;
        right: -360px;
    }

    .footer-title h4 {
        font-size: 1rem;
    }

    .footer-item {
        margin-bottom: 20px !important;
    }
}

.footer-copyright {
    background: #fff;
    margin-top: 30px;
    border-top: 1px solid #d9d9d9;
}

.text-copyright {
    padding-top: 15px;
}

.list-social li a {
    padding: 15px;
    display: inline-block;
    color: #555;
}

.list-social li a i {
    margin-right: 3px;
}

.text-title {
    padding: 30px 0 15px 0;
    border-bottom: 3px solid #d9d9d9;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    color: #000;
    text-transform: uppercase;
}

.text-title:after {
    content: "";
    position: absolute;
    width: 20%;
    left: 50%;
    height: 5px;
    background: var(--base-color);
    bottom: -4px;
    transform: translateX(-50%);
}

.contact-item {
    padding: 10px;
    background: whitesmoke;
}

.contact-content {
    border: 1px dashed #d9d9d9;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 15px 65px;
    position: relative;
}

.contact-content:before, .contact-content:after {
    position: absolute;
    content: "";
    background: #d9d9d9;
    height: 7px;
    border-radius: 10px;
    width: 20%;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s all ease-in-out;
}

.contact-content:after {
    width: 0;
    background: var(--base-color);
}

.contact-item:hover .contact-content:after {
    width: 20%;
}

.contact-content .contact-icon {
    margin-bottom: 15px;
    color: #000;
}

.contact-content .contact-icon i:before {
    font-size: 3.5rem;
}

.contact-content .contact-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}

.contact-content .contact-desc {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content .contact-desc div {
    margin-bottom: 10px;
}

.main-cotact-form {
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d9d9d9;
}

.contact-form-item label {
    font-weight: bold;
}

.contact-form-item input, .contact-form-item textarea {
    background-color: #f1f5f5;
}

.float-contact {
    left: 10px;
    bottom: 4rem;
    position: fixed;
    z-index: 99;
}

.float-contact__item {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.float-contact__item__icon {
    font-size: 2rem;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: white;
    background: var(--base-color);
    -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 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);
    -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 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);
}

.float-contact__item__text {
    padding: .5rem .5rem .5rem 1rem;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: white;
    background: var(--base-color);
    font-weight: bold;
    margin-left: -0.8rem;
    z-index: 1;
    font-size: 1.1rem;
    -webkit-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);
    -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 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);
}


.float-contact__item__icon:before {
    content: '';
    display: block;
    position: absolute;
    border: 2px var(--hover-color) solid;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 100%;
    -webkit-animation-name: hover-ripple-out;
    animation-name: hover-ripple-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
    .float-contact__item__text {
        display: none;
    }

    .float-contact__item {
        margin-bottom: 0;
    }

    .float-contact__item__icon {
        font-size: 1.2rem;
        height: 40px;
        width: 40px;
        position: relative;
    }
}

@-webkit-keyframes hover-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
    }
}

@keyframes hover-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
    }
}

.single-title {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
}

.single-content {
    color: #454545;
    font-size: .95rem;
}

.single-meta-day {
    padding-right: 5px;
}

.single-meta > div:not(:first-child) {
    padding-left: 5px;
    border-left: 1px solid #d1d1d1;
    padding-right: 5px;
}

@media screen and (max-width: 575px) {
    .single-meta > div:last-child {
        width: 100%;
        border-left: 0;
        margin-top: 5px;
    }

    .single-post,
    .sidebar-item{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .single-post {
        border-right: 0 !important;
    }
}

.single-post {
    padding: 15px;
    border-right: 1px solid #d1d1d1;
}

.sidebar-item {
    padding: 15px;
    margin-bottom: 30px;
}

.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 ul li:hover a .sidebar-list-title h6 {
    color: var(--base-color)
}

.sidebar-list-day {
    font-size: .8rem;
    color: #666
}

.sidebar-title {
    margin-bottom: 15px;
    padding-bottom: 7.5px;
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.sidebar-title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: -1px;
    left: 0;
    background: var(--base-color);
}

.page--single .breadcrumb li:last-child a {
    display: none;
}

@media screen and (max-width: 600px) {
    .wrapper-footer {
        padding-top: 0px;
        padding-bottom: 70px;
    }

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

    .footer-item {
        margin-bottom: 15px;
    }

    .text-copyright {
        margin-top: 0px;
        padding-top: 0;
    }

    .border-mobile-right {
        border-right: 1px solid #d9d9d9;
    }

    .phone-number a {
        font-size: 1.3rem;
    }

    .phone-text i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: .8rem;
    }

    .footer-map--inner a {
        font-size: 1rem;
        display: inline-block !important;
    }
}

#slideBanner .owl-nav,
#slideCategory .owl-nav {
    margin: 0;
    height: 0;
}

#slideBanner .owl-nav span,
#slideCategory .owl-nav span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3rem;
    color: #d9d9d9;
    height: 60px;
    line-height: 50px;
    width: 30px;
    background: rgba(0, 0, 0, .7);
    display: inline-block;
    text-align: center;
    border: 1px solid #aaa;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#slideBanner .owl-nav button.owl-prev span,
#slideCategory .owl-nav button.owl-prev span {
    left: -10%;
    border-left: none;
}

#slideBanner .owl-nav button.owl-next span,
#slideCategory .owl-nav button.owl-next span {
    right: -10%;
    border-right: none;
}

#slideBanner:hover .owl-nav button.owl-prev span,
#slideCategory:hover .owl-nav button.owl-prev span {
    left: 0;
}

#slideBanner:hover .owl-nav button.owl-next span,
#slideCategory:hover .owl-nav button.owl-next span {
    right: 0;
}

#slideBanner,
#slideCategory {
    overflow: hidden;
}

#slideCategory .banner-item {
    height: 400px;
    background: no-repeat center center;
    background-size: cover;
}

#slideCategory .banner--description {
    position: absolute;
    z-index: 50;
    top: 120%;
    left: 0;
    width: 100%;
    padding-top: 85px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0;
}

#slideCategory .banner--description .btn {
    margin-left: 10px;
    margin-right: 10px;
}

#slideCategory .banner--description.animated {
    opacity: 1;
    top: 60%;
}

#slideCategory .banner--description .btn {
    margin-bottom: 30px;
    -webkit-transition: margin 0.25s 0.25s, opacity 0.25s 0.25s, transform 0.25s;
    transition: margin 0.25s 0.25s, opacity 0.25s 0.25s, transform 0.25s;
}

.btn-click {
    background-color: var(--base-color);
    color: #fff !important;
    padding: 10px 45px;
    text-align: center;
    border-radius: 0;
    position: relative;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}

.btn-click span {
    position: relative;
    z-index: 2;
    font-size: 1rem;
}

.btn-click:hover:after {
    width: 100%;
}

.btn-click:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    transition: .3s all ease-in-out;
    background: var(--hover-color);
}

@media screen and (max-width: 767px) {
    #slideCategory .banner-item {
        height: 300px;
    }

    #slideCategory .banner--description {
        padding-top: 30px;
        top: 0;
        display: none !important;
    }

    #slideCategory .banner--description.animated {
        top: 40%;
    }
}

@media screen and (max-width: 574px) {
    .section-module-product .tab-content .col-lg-3.col-6:nth-child(odd) {
        padding-right: 7.5px;
        margin-bottom: 15px !important;
    }

    .section-module-product .tab-content .col-lg-3.col-6:nth-child(even) {
        padding-left: 7.5px;
        margin-bottom: 15px !important;
    }
}

.category--image:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 156px;
    height: 156px;
    border-radius: 50%;
    opacity: .2;
    background-color: var(--base-color);
    z-index: 1;
    transition: transform .4s cubic-bezier(.175, .885, .32, 1.275);
}

.category--link {
    position: absolute;
    background-color: var(--base-color);
    width: 180px;
    height: 40px;
    color: #fff !important;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: -50%;
    opacity: 0;
    border-radius: 30px;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 2;
}

.category--link a {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
}


.category--inner:hover .category--image:before {
    transform: translate(-50%, -50%) scale(1);
}

.category--inner:hover .category--link {
    opacity: 1;
    bottom: 50%;
}

.category--content {
    padding-top: 40px;
}

.category--name a h4 {
    color: var(--base-color);
    margin-bottom: 5px;
    line-height: 1.4;
}

.category--price {
    font-size: 1.1rem;
    color: #333;
}

@media screen and (max-width: 767px) {
    .category--name a h4 {
        font-size: 1rem;
    }

    .category--price {
        font-size: 1rem;
    }

    .category--link {
        width: 140px;
        height: 35px;
    }

    .category--link a {
        font-size: .9rem;
        color: #fff;
        font-weight: bold;
    }

    .category--image:before {
        height: 120px;
        width: 120px;
    }

    .page-category .icon-item .icon-item-img img {
        max-height: 70px;
    }
}

.page-category .icon-item .icon-item-img img {
    height: 150px;
}

.page-category .icon-item {
    text-align: center;
}

.page-category .icon-item-text {
    margin-top: 1rem;
}

.page-category .icon-item-text p {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.page-category .icon-item-text p:first-child {
    color: var(--base-color);
    font-size: 1.2rem;
    margin-bottom: .25rem;
}

.page-category .btn-inputGroupForm {
    background: var(--base-color);
    color: #fff;
}

.page-category .group-box {
    max-width: 400px;
    margin: 0 auto 1rem;
}

.scrollspy .scrollspy-menu li .icon span {
    font-weight: bold;
    color: #222;
}

.scrollspy {
    background: url(../images/header-bg.jpg);
}

.scrollspy .scrollspy-menu li,
.scrollspy .scrollspy-menu li.active,
.scrollspy .scrollspy-menu li:hover {
    background: transparent;
}

.modal {
    z-index: 99999999 !important;
    margin-top: 50px !important;
}

.modal-content {
    border-radius: 0;
    border: 1px solid #f1f1f1
}

.modal-header {
    background: var(--base-color);
    color: #fff;
    border-radius: 0;
}

.modal-title {
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    margin: 0;
    color: #fff;
    opacity: 1;
}

.modal .form-control,
#dangkylaithu-form .form-control{
    border-radius: 0;
    box-shadow: none !important;
    font-size: .85rem;
}

.modal .form-group label,
#dangkylaithu-form .form-group label{
    font-weight: bold;
    color: var(--base-color)
}
.modal-backdrop {
    z-index: 9999999;
}

.desc-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1rem;
}

.popup-theme .modal-desc {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 40px 50px;
    width: 100%;
}

.popup-theme .modal-content {
    border: none;
    border-radius: 0.25rem;
}

.popup-theme .modal-desc .sub-title {
    font-size: .95em;
}

.popup-theme .modal-desc .big-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 5px 0;
}

.popup-theme .modal-desc small {
    font-size: .9em;
    opacity: .8;
}

.popup-theme .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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: -1;
}

.popup-theme  .form-control {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    height: auto !important;
}

.popup-theme  .form-control::placeholder {
    color: var(--gray);
}

.popup-theme .link-dismiss {
    color: #666666;
    font-weight: 500;
    text-decoration: underline !important;
}
.popup-theme .close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 24px;
    height: 24px;
    color: var(--base-color);
    border-radius: 50%;
    transform: translate(50%, -50%);
    background-color: #fff0f0;
    outline: none;
    border: none;
}

.popup-theme .modal-icon {
    position: absolute;
    z-index: 6;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    border-radius: 100%;
    background: var(--base-color);
    font-size: 2em;
    color: #fff0f0;;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}

.popup-theme .modal-body {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .popup-theme .close {
        transform: translate(0, 0);
    }
}