.entry-description {
    margin: 15px 0 3px;
    font-size: 16px;
}
.toolbox-show label {
    font-size: 1.8rem;
}

.toolbox-show label strong {
    color: #226db3;
    ;
}

form#subscribe {
    margin-bottom: 0;
}

.register-form {
    padding: 5px 0 5px 5px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}

.register-form input[type=email] {
    border: none;
    color: #454545;
    float: left;
    padding-left: 15px;
    width: calc(100% - 45px);
    line-height: 30px;
    vertical-align: middle;
}

.register-form button {
    background: #cc9036;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border: none;
}

.register-form button i {
    color: #fff;
}

#subscribe .form-dky {
    height: 4rem;
    border: none !important;
}

#subscribe a {
    margin-left: 2rem;
}

.gallery-title {
    font-size: 1.75rem;
    padding: 20px;
    justify-content: center;
}

.gallery-title h3{
    font-size: 2.4rem;
    color: #058205;
}

.default-text {
    color: #ffc104;
    font-size: 25px;
}
.promo-section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.md-form {
    position: relative;
    margin-bottom: 2.5rem;
}

.md-form .prefix {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    padding-top: .5rem;
}

.md-form .prefix~input,
.md-form .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
}

.md-form input[type=text],
.md-form input[type=password],
.md-form input[type=number],
.md-form textarea[type=text] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    height: 3.5rem;
    font-size: 1.3rem;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: .5rem 0 .6rem;
}

.md-form .prefix~label {
    margin-left: 3rem;
}

.md-form label {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #757575;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1.2rem;
    cursor: text;
}

.section {
    padding: 40px 0;
    position: relative;
}

.home-product {
    background-color: #f5f5f5;
}

.sim-button {
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    border: none;
    position: relative;
    background: #226db3;
}

.sim-button span {
    z-index: 2;
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sim-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    background: #f7f7f7;
    border: 2px solid #434a6e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sim-button:hover::before {
    opacity: 1;
    width: 100%;
}

.sim-button:hover span {
    color: #000;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.whislist-toggle:before {
    display: inline-block;
    content: '\e889';
    font-family: 'porto';
    font-size: 2rem;
    line-height: 1;
    margin: 2px 15px 0 0px;
    color: #000;
}

.header-search-wrapper .btn {
    background-color: #226db3;
}

.woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 1.157em;
    line-height: 1.167em;
    color: #111213;
    margin-bottom: 1rem;
}

.entry {
    border: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px;
    border-radius: .4rem;
}

.entry-media {
    margin: 0;
    position: relative;
}

.entry-date {
    background-color: #ffc104;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
    width: 8.4rem;
}

.entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.entry-body {
    border: 0;
    margin: 0;
}

.blog-slider .entry-title {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7;
}

.blog-slider .entry-content .date {
    display: inline-block;
}

.blog-slider .btn {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
    border-radius: 0;
    color: #575f68;
    font-size: 1.2rem;
    min-width: 90px;
    padding: .8rem 1rem;
}

.blog-slider .btn:hover,
.blog-slider .btn:focus {
    background-color: #65829d;
    border-color: #65829d;
    color: #fff;
}

.entry.en-blog+.entry.en-blog {
    margin-top: 1.5rem;
}

.entry.en-blog.entry-body {
    padding: 0;
}

.product-fix {
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 250px;
}

.product-filters-container {
    margin-bottom: 2.5rem;
}

.product .price-box .product-filters-container {
    margin-left: auto;
    margin-bottom: 0;
}

.product .price-box .product-filters-container .product-single-filter {
    padding-bottom: 0;
    border: none;
}

.widget-letter {
    padding: 30px 0;
}

.newsletter {
    padding: 30px 0;
    background: #00254a;
    color: #fff;
}

.brands {
    padding: 50px 0;
}

.partner {
    padding: 7px;
}

.partner img {
    height: 212px;
    object-fit: contain;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
}

.des-footer {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

.header-top {
    padding: 10px 0;
    background: #226db3;
    color: #ffffff;
}

.header-right>a {
    color: #fff;
}

.image-post-thumb {
    position: relative;
    overflow: hidden;
}

.image-post-thumb>img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.background_over_image {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.background_over_image:before,
.background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}

.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.image-post-thumb:hover .background_over_image:before,
.image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-post-thumb:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.image-post-thumb:hover .background_over_image {
    opacity: 1;
}

.image-post-thumb .overlay_icons {
    color: #FFF;
    left: 13%;
    font-weight: 600;
    font-size: 30px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.image-post-thumb .overlay_icons.view {
    top: 75%;
}

.image-post-thumb .overlay_icons.view a {
    color: #ffffff !important;
    font-family: Lato, sans-serif;
    font-size: 19px;
}

.image-post-thumb .icons-ov {
    position: absolute;
    background: none;
    left: 40%;
    top: 45%;
    opacity: 0;
    z-index: 9;
    color: #fff;
}

.image-post-thumb:hover .icons-ov {
    opacity: 1;
}

.image-post-thumb:hover .overlay_icons {
    margin-top: -4px;
    opacity: 1;
}

.product-nm-style img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.loop-product-categories a+a:before {
    content: ',';
    margin: 0 .1em;
}

.bo-entry {
    background-color: #fff;
    position: relative;
}

.main-dropdown-menu {
    position: relative;
}

.footer-description {
    margin-top: 1.5rem;
    color: #bbbbbb;
}

ul.list-personal {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

ul.list-personal .y+.y:before {
    content: '|';
    color: #6c688e;
    padding: 0 15px;
}

.menu-toggler {
    display: flex;
    align-items: center;
    text-align: center;
    width: 250px;
    border: 0;
    background: #fed700;
    border: 1px solid #fed700;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    color: #000;
    padding: 1rem 2rem;
    font: 600 1.4rem/1.2 "Roboto", sans-serif;
    letter-spacing: .09rem;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
}

.menu-toggler i {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.menu-toggler i::before {
    margin: -1px 0 0;
}

.menu-toggler:hover,
.menu-toggler:focus {
    color: #000;
    background-color: #e6c406;
    text-decoration: none;
}

.main-dropdown-menu .danhmuc,
.main-dropdown-menu:hover .main-nav {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    border: 1px solid #e6ebee;
    background-color: #fff;
}

.main-dropdown-menu.show>.main-nav {
    display: block;
}

.tieude-dm-mobile {
    text-transform: uppercase;
    font-size: 1.4rem;
}

.menu.menu-vertical>li {
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.menu.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s;
}

.menu.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu.menu-vertical>li i {
    margin-right: 12px;
}

.menu.menu-vertical li {
    transition: background 0s;
}

.menu.menu-vertical li.megamenu-container {
    position: relative;
}

.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
    top: 0;
    left: 100%;
    margin-left: -1px;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a.sf-with-ul {
    padding-right: 2.8rem;
}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 1.2rem;
    margin-top: -1px;
}

.menu.menu-vertical>li:hover,
.menu.menu-vertical>li.show {
    background-color: #fed700;
}

.menu.menu-vertical>li:hover>a,
.menu.menu-vertical>li.show>a {
    color: #333e48;
    border-color: #fed700;
    background-color: #fed700;
}

.main-nav.danhmuc {
    display: block;
}

.item-right {
    margin-left: 2rem;
}

.ab-heading {
    position: relative;
}

.ab-heading .head {
    z-index: 3;
    position: relative;
    font-size: 21px;
    color: #226db3;
    line-height: 40px;
    font-weight: 900;
    font-family: "Nunito";
    text-transform: capitalize;
}

ul.benifit-list i {
    color: #ffc104;
}

.for-relative {
    position: relative;
    overflow: hidden;
}

.destination-image img {
    width: 100%;
    height: 232px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.destination-image.service img {
    height: 120px;
}

.for-relative .frame-destination {
    padding: 5px 15px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(90deg, #1c2035 0%, rgba(50, 60, 133, 0) 100%);
    background: -ms-linear-gradient(90deg, #1c2035 0%, rgba(50, 60, 133, 0) 100%);
}

.for-relative .frame-destination .name-destination {
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
}

.for-relative .frame-destination .like-destination {
    font-size: 12px;
    text-align: center;
}

.domestic-products .for-relative .frame-destination .name-destination {
    text-align: left;
}

.domestic-products .for-relative .frame-destination .like-destination {
    text-align: left;
    color: #ff5722;
    font-weight: 600;
}

.for-relative:hover .frame-destination .name-destination {
    color: #ffc104;
}

.for-relative:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.destination-image {
    position: relative;
    overflow: hidden;
}

.bg-load {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 37, 74, 0.88);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}

.bg-load>div {
    display: table-cell;
    vertical-align: middle;
}

.for-relative:hover .bg-load {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.product-nm-style {
    position: relative;
    overflow: hidden;
}

.cart-media-left {
    flex: 0 0 43%;
    max-width: 43%;
}

.cart-body {
    flex: 0 0 57%;
    max-width: 57%;
}

.title-letter {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.5rem;
}

.footer .widget {
    position: relative;
}

.site-search {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
    transition: all, ease, .3s;
    background-color: #ffff;
    z-index: 1;
    box-shadow: 0 4px 3px 0 rgba(1, 1, 1, .1);
}

.site-search .woocommerce-product-search,
.side-search .woocommerce-product-search {
    display: flex;
    height: 40px;
    background-color: #fff;
}

.site-search input[type=search],
.side-search input[type=search],
.side-search select {
    border: none;
    border-bottom: 1px solid #eee;
    order: none;
    flex: 0 1 100%;
    padding: 0 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.highlight {
    background-color: yellow;
}

.side-search {
    margin-bottom: 2.5rem;
}

.side-search select {
    margin-left: 1.5rem;
    padding: 0 15px;
}

.side-search input:focus,
.side-search select:focus {
    border-bottom: 2px solid #422774 !important;
}

.site-search .woocommerce-product-search button,
.side-search .woocommerce-product-search button {

    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-size: 15px;
    padding: 15px;
    line-height: 1;
    border-radius: 0;
}

.side-search .woocommerce-product-search button {
    color: #fff;
    background-color: #422774;
}

.header-search.active .site-search {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    z-index: 999999;
}

@media screen and (min-width: 1200px) {
    .menu.menu-vertical>li {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .menu.menu-vertical>li>a {
        font-size: 1.5rem;
        padding: 1rem;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 856px;
    }
}

@media screen and (min-width: 1280px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 901px;
    }
}

@media screen and (max-width: 1199px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
        display: none;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .home-list-category {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bg-bottom {
        background: #f8f5ee;
        min-height: 150px;
        margin-top: -182px;
    }
}

@media screen and (min-width: 768px) {
    .dropdown-expanded .header-menu ul li+li>a:before {
        content: '';
        padding: 0 10px;
    }

    .entry.en-blog {
        padding: 15px;
    }
}

@media screen and (min-width: 992px) {
    .blog-slider {
        margin-bottom: 0;
    }

    .dropdown-expanded>a {
        display: none;
    }

    .dropdown-expanded .header-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .dropdown-expanded .header-menu ul {
        display: flex;
        align-items: center;
    }
    .partner-section {
        margin-top: 10rem;
    }
}

@media(max-width: 991px) {
    .main-nav {
        display: none !important;
    }

    .mobile-menu-toggler {
        display: flex;
    }
}

@media(max-width: 768px) {
    .title-group {
        margin-bottom: 0.5rem;
    }

    .product-single-details .product-title {
        font-size: 2rem;
    }

    .header-right .dropdown-expanded .header-menu ul li+li>a:before {
        content: '|';
        padding: 0 10px;
    }

    .destination-image.service img {
        height: 150px;
    }
}

@media(max-width: 575px) {
    .featured-promo .owl-item {
        display: flex;
        justify-content: center;
    }

    .header-top .header-left,
    .header-top .header-right {
        flex: 0 0 100%;
        align-items: center;
        justify-content: center;
    }

    .header-top .header-left ul {
        display: block;
    }

    .header-top .header-right {
        margin-top: 1rem;
    }

    .destination-image.service img {
        height: 130px;
    }

    .header-search {
        border: 1px solid #eee;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -5px !important;
    }

    .owl-theme .owl-nav .owl-next {
        right: -5px;
    }

    .entry-body {
        padding: 1.5rem;
    }
}

@media(max-width: 320px) {}

.add-re {
    display: inline-block;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding: 9px 0;
}

.breadcrumb-item a+a:before {
    content: ' , ';
}

.header-dropdown>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #343f49 transparent transparent transparent;
    margin-left: .6rem;
}

@media(max-width: 767px) {
    .display-form {
        display: none;
    }

    .header-middle .header-center {
        display: none;
    }
}

.gallery .pics {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .pics img {
    width: 100%;
    /* height: 295px; */
    background: #fff;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.gallery .pics img.content-block {
    height: 295px;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.post-filter .filter {
    padding: 7px 20px;
    background: #f7f7f7;
    color: #343434;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-top: 1rem;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding-right: 16px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.post-filter .filter+.filter {
    margin-left: 1.5rem;
}

.post-filter .filter.active {
    color: #fff;
    background: #226db3;
}

.messenger-fb {
    position: fixed;
    bottom: 40%;
    right: 0%;
    z-index: 1040;
}

.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}

.mess-wrap {
    margin-top: 0.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mess-wrap .social-icon {
    color: #ffffff;
    background: #2d2d2d;
    font-size: 2.2rem;
    width: 4.2rem;
    height: 4.2rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

[data-color="icon-facebook"] {
    background-color: #0c54a6;
    color: #fff;
}

[data-color="icon-twitter"] {
    background-color: #1da1f2;
}

[data-color="icon-linkedin"] {
    background-color: #0070ac;
    color: #fff !important;
}

[data-color="fab fa-youtube"] {
    background-color: #da251d;
    color: #fff;
}

[data-color="fab fa-facebook-messenger"] {
    background-color: #0080ff;
    color: #fff;
}

[data-color="zalo"] img {
    background-color: #fff;
    max-width: 38px;
    border-radius: 30%;
}

[data-color="zalo"] {
    background: none !important;
}

[data-color="lh"] {
    background: #2d2d2d;
    color: #fff;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

[data-tooltip-location="left"]:before {
    transform: translate(-5px, 0) scale(0.5);
    left: auto;
    right: calc(100% + 5px);
}

[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -6px;
    bottom: calc(33% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}

[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
}

.mess-wrap-icon {
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}

.mess-wrap-icon img {
    width: 100%;
}

.footer .hotline {
    background: #cc9036;
    padding: 9px 18px;
    border-radius: 5px;
    display: table;
}

.footer .hotline .hotline-icon {
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 2px 9px;
    height: 37px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.footer .hotline ul {
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.footer .hotline li:last-child {
    font-weight: bold;
    font-size: 24px;
}