.box-minicart {
    float: right;
}

.box-language {
    float: right;
}

.box-search {
    float: right;
}

.header-flex > .container > .row {
    align-items: center;
}

.header-desktop {
    padding: 5px 0px;
}

.text-minicart .items-number {
    margin-left: 0px;
}

.box-minicart i {
    margin-right: 1rem;
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.slider-main .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slider-main .slick-dotted.slick-slider .slick-dots {
    bottom: 15px !important;
}

.slider-main .slick-dots li button:before {
    background-color: var(--main)
}

.itemBanner-custom {
    position: relative;
    padding-top: 55%;
}

.item-img-hover img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 100%;
    width: 100%;
    vertical-align: top;
}

.item-img-hover:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
}

.itemBanner-custom img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .89;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    vertical-align: top;
}

.item-banner-three:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
}

.item-banner-three:hover .itemBanner-custom-infor {
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
}

.banner-custom-main {
    background: #fff;
    padding: 0px 0px 0px 0px;
}

.slider-main .slider-section {
    margin-bottom: 30px;
}

.banner-custom-main > .row {
    margin: 0 -7.5px;
}

.banner-custom-main > .row > div {
    padding: 0 7.5px;
}

.itemBanner-custom {
    margin-bottom: 15px;
}

.banner-custom-main > .row > div:last-child .itemBanner-custom {
    margin-bottom: 0px;
}

.box-banner-custom {
    margin-top: 0px;
    margin-bottom: 30px;
}

.title-section-custom {
    margin-bottom: 0px;
    padding: 0 15px;
}

.slogan-text {
    margin-top: 5px;
}

.slogan-text p {
    margin-bottom: 0px;
    color: #606060;
    font-size: 14px;
}

.boxTitle-module {
    margin-bottom: 30px;
}

.item-cate-one-img, .item-cate-sidebar-img {
    position: relative;
    overflow: hidden;
}

.item-cate-one-img {
    padding-top: 62.5%;
}

.item-cate-sidebar-img {
    padding-top: 44.44444%;
}

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

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

.boxCat-sidebar > .row > div:last-child .item-cate-sidebar {
    margin-bottom: 0px;
}

.item-cate-one-infor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-cate-one-title {
    margin-bottom: 0px;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: 1px 1px #333;
}

.item-cate-one-title a {
    color: #ffffff;
}

.item-cate-sidebar-infor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 15px 15px;
    pointer-events: none;
}

.item-cate-sidebar-title {
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    text-shadow: 1px 1px #333;
}

.item-cate-sidebar-title a {
    color: #fff;
}

.view-detail-cate a {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-shadow: 1px 1px #333;
}

.boxCategory-news {
    margin-bottom: 30px;
}

.bk-project {
    background: #fff;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.project-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-link ul li {
    display: inline-block;
    margin: 0 10px;
}

.project-link ul li:last-child {
    margin-right: 0px;
}

.project-link ul li:first-child {
    margin-left: 0px;
}

.box-project-title {
    margin-bottom: 0px !important;
}

.project-link {
    text-align: center;
    margin-top: 30px;
}

.box-project-top {
    margin-bottom: 30px;
}

.project-link ul li a {
    font-size: 14px;
}

.itemProject-home-img {
    position: relative;
    padding-top: 74%;
}

.itemProject-home {
    position: relative;
}

.itemProject-home-infor {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    padding: 15px 15px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); */
}

.txt-project {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0px;
}

.itemProject-home-infor-title h2 {
    margin-bottom: 0px;
}

.itemProject-home-infor-title h2 a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.15);
    font-size: 16px;
}

.ratio-custom {
    padding-top: 80%;
}

.boxProduct-home {
    margin-bottom: 30px;
}

.box-news-slider .article-item {
    margin-bottom: 0px !important;
}

.box-news-slider {
    margin-bottom: 30px;
}

.article-item .ratio-8-5 {
    padding-top: 73%;
}

.box-email-home {
    margin-bottom: 30px;
    text-align: center;
}

.box-email-home .frm-email .form-group {
    margin-bottom: 30px;
}

.box-email-home .frm-email .form-group input {
    text-align: center;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

.box-email-home .frm-button .btn {
    color: var(--main) !important;
    border: 2px solid var(--main);
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: linear-gradient(to bottom,var(--main) 50%,#fff 50%) no-repeat scroll right bottom / 100% 210% #fff !important;
    padding: 0 40px;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}

.box-email-home .frm-button .btn:hover {
    background-position: right top !important;
    border-color: var(--main);
    color: #fff !important;
}

.name-company-ft {
    font-size: 18px;
    font-weight: bold;
}

.slogan-ft p {
    font-style: italic;
}

.entire-info-website p span {
    font-weight: 700;
}

.entire-info-website address {
    margin-bottom: 0px;
}

.entire-info-website address p:last-child {
    margin-bottom: 0px;
}

.footer-margin {
    margin-bottom: 30px;
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slider-section .item.slick-slide .entire-content {
    position: absolute;
    left: 15px;
    top: 20%;
    transform: translateY(-20%);
    width: 60%;
}

.slider-section .item.slick-slide.slick-active .entire-content {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.slider-section .btn-submit {
    position: relative;
    clear: both;
    float: left;
    font-size: 11px;
    color: #353535;
    line-height: 28px !important;
    padding: 0 25px !important;
    background-color: #e4e3e5;
    letter-spacing: 2px;
    height: auto;
}

.slider-main .slider-section .slick-list .slick-slide {
    position: relative;
}

.text-minicart {
    font-size: 13px;
}

.search-section .input-group input {
    border: 1px solid var(--main);
}

a.language-picker img, a.currency-picker img {
    width: 22px !important;
    height: 22px !important;
    object-fit: cover;
    border-radius: 50%;
}

.item-banner-three {
    position: relative;
}

.itemBanner-custom-infor {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 47%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    z-index: 1;
    pointer-events: none;
}

.itemBanner-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.itemBanner-description {
    font-size: 13px;
    color: #606060;
}

.holder_l, .holder_r {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

span.line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.title-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

.box-project-title .title-section-custom {
    padding: 0px 0px;
}

.product-status {
    display: table;
    position: absolute;
    text-align: center;
    top: 36px;
    right: -20px;
    z-index: 2;
    min-width: 100px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-status > span {
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    z-index: 10;
    min-width: 50px;
    border-radius: 0;
    min-height: auto;
    border: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c99d8;
    width: auto !important;
    /* font-weight: 600; */
}

.product-status > span:before {
    content: "";
    border: 5px solid;
    border-color: transparent transparent #1c99d8 #1c99d8;
    border-width: 9px 5px;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.product-status > span:after {
    border: 5px solid;
    border-width: 9px 5px;
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
    border-color: #1c99d8 transparent transparent #1c99d8;
}

.product-status > span.featured {
    background-color: #1aad54;
}

.product-status > span.featured:before {
    border-color: transparent transparent #1aad54 #1aad54;
}

.product-status > span.featured:after {
    border-color: #1aad54 transparent transparent #1aad54;
}

.slogan-ft {
    margin-bottom: 10px;
}

.box-social {
    display: table;
    margin: 0 auto;
}

.ft-bottom {
    border-top: 1px solid #fff;
    padding: 15px 0px;
}

.article-item {
    display: table;
    width: 100%;
}

.bg-breadcrums {
    background-image: url(/templates/fashion02/assets/media/background/custom-bannerblog.jpg);
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    margin-bottom: 30px !important;
    padding: 70px 0px !important;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    text-align: center;
}

.bre-introduce-title {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #383838;
    margin-bottom: 10px;
    font-size: 24px;
}

.breadcrumbs-section-custom ul {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 12px;
}

.breadcrumbs-section-custom > ul > li {
    display: inline-block;
}

.breadcrumbs-section-custom > ul > li+li:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
    font-weight: 900;
    padding: 0 5px;
    color: #ccc;
}

.article-content img {
    width: 100% !important;
    height: auto !important;
}

.boxContact-title h2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 5px;
    position: relative;
}

.boxForm-contact .boxContact-title h2 {
    margin-bottom: 30px;
}

.iconContact {
    width: 50px;
    float: left;
}

.contentContact {
    width: calc(100% - 50px);
    padding-left: 15px;
    float: left;
}

.iconContact i {
    font-size: 30px;
    color: #666666;
}

.contentContact h3 {
    font-size: 22px;
    font-weight: 500;
}

.contentContact p {
    margin-bottom: 0px;
    font-size: 14px;
}

.innerContact {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
}

.boxContact-page {
    margin-bottom: 0px;
}

.box-map-contact {
    margin-bottom: 30px;
}

.header-top-mobile {
    border-bottom: 1px solid #dedede;
    background: #f5f5f5;
    padding: 10px 0px;
}

.header-top-mobile .box-minicart {
    margin: 0 15px;
}

.header-bottom-mobile {
    padding: 10px 0px !important;
}

.header-top-mobile .search-section {
    position: unset
}

.is-mobile .language-section ul, .language-section ul {
    left: unset;
}

.brand-code ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    list-style: none;
}

.brand-code ul > li {
    float: left;
    position: relative !important;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 30px;
    font-size: 14px;
}

.brand-code ul > li span {
    font-weight: 700;
}

.brand-code ul > li:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 9px;
    width: 1px;
    height: 15px;
    background-color: #dedede;
    z-index: 100;
}

.brand-code ul > li label {
    display: inline;
    color: #888;
    font-weight: 400;
    padding-right: 10px;
}

.brand-code ul > li:last-child:before {
    display: none;
}

.brand-code ul > li:last-child {
    padding-right: 0px;
}

.coppyright-payment {
    padding-top: 0px !important;
}

.invalid-feedback {
    color: #333;
}

.featured-media {
    display: none;
}

.product-additional-action {
    display: none;
}

.modal-header-title {
    text-align: center;
}

.is-mobile .tab-content img {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 992px) {
    .box-minicart {
        float: right;
    }

    .box-language {
        float: right;
    }

    .box-search {
        float: right;
    }

    .logo-section img {
        max-height: 90px;
    }

    .menu-section .child-indicator {
        right: 5px;
    }

    .menu-section .entry-menu.dropdown ul {
        top: -1px;
        left: 100%;
        min-width: 250px;
        border: 2px solid #e3e3e3;
        padding: 0px 0px;
    }

    .header-fix.fix .logo-section img {
        max-height: 60px;
    }

    .slider-main .slick-dotted.slick-slider .slick-dots {
        bottom: 150px !important;
    }

    .itemBanner-custom {
        padding-top: 60%;
    }

    .banner-custom-main {
        padding: 15px 15px 15px 15px;
    }

    .slider-main .slider-section {
        margin-bottom: 0px;
        z-index: 99;
    }

    .box-banner-custom {
        margin-top: -130px;
        margin-bottom: 50px;
    }

    .banner-custom-main > .row {
        margin: 0 -7.5px;
    }

    .banner-custom-main > .row > div {
        padding: 0 7.5px;
    }

    .itemBanner-custom {
        margin-bottom: 0px;
    }

    .title-section {
        font-size: 30px;
        padding: 0 15px;
    }

    .slogan-text p {
        font-size: 14px;
    }

    .boxTitle-module {
        margin-bottom: 50px;
    }

    .item-cate-one-img {
        padding-top: 62.5%;
    }

    .item-cate-sidebar-img {
        padding-top: 40%;
    }

    .item-cate-one {
        margin-bottom: 0px;
    }

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

    .item-cate-one-title {
        font-size: 22px;
        line-height: 30px;
        padding: 30px 30px;
    }

    .item-cate-sidebar-infor {
        padding: 20px 30px;
    }

    .item-cate-sidebar-title {
        font-size: 25px;
        line-height: 33px;
    }

    .view-detail-cate a {
        font-size: 15px;
    }

    .category-news-main > .row {
        margin: 0 -7.5px;
    }

    .category-news-main > .row > div {
        padding: 0 7.5px;
    }

    .boxCategory-news {
        margin-bottom: 50px;
    }

    .bk-project {
        background: #fff;
        padding: 50px 0px;
        margin-bottom: 30px;
    }

    .project-link ul li {
        margin: 0 15px;
    }

    .project-link {
        text-align: right;
        margin-top: 0px;
    }

    .box-project-top {
        margin-bottom: 50px;
    }

    .box-project-top > .container > .row {
        align-items: center;
    }

    .project-link ul li a {
        font-size: 18px;
    }

    .itemProject-home-img {
        padding-top: 73%;
    }

    .itemProject-home-infor {
        padding: 30px 30px;
    }

    .txt-project {
        font-size: 15px;
    }

    .itemProject-home-infor-title h2 a {
        font-size: 18px;
    }

    .itemProject-home.slick-slide {
        margin: 0 0.5px;
    }

    .project-home-main .slick-list {
        margin: 0 -0.5px;
    }

    .ratio-custom {
        padding-top: 80%;
    }

    .product-item .inner-content .product-title {
        font-size: 14px;
    }

    .boxProduct-home {
        margin-bottom: 50px;
    }

    .box-news-slider {
        margin-bottom: 50px;
    }

    .box-email-home {
        margin-bottom: 50px;
    }

    .frm-email {
        margin: 0 15%;
    }

    footer {
        padding-top: 60px;
    }

    .title-footer {
        font-size: 18px;
    }

    .footer-margin {
        margin-bottom: 50px;
    }

    .bg-breadcrums {
        margin-bottom: 50px !important;
        padding: 100px 0px !important;
    }

    .slider-section .inner-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider-section .inner-description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .slider-section .item.slick-slide .entire-content {
        left: 120px;
        top: 35%;
        transform: translateY(-35%);
        width: 26%;
    }

    .text-minicart {
        font-size: 14px;
    }

    .itemBanner-custom-infor {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 47%;
    }

    .itemBanner-title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .itemBanner-description {
        font-size: 14px;
    }

    .product-status > span {
        font-size: 12px;
    }

    .box-social {
        float: right;
    }

    .coppyright-payment {
        padding: 0px 0px !important;
    }

    .coppyright-payment .coppyright {
        text-align: left !important;
    }

    .ft-bottom {
        padding: 15px 0px;
    }

    .ft-bottom > .container > .row {
        align-items: center;
    }

    .bre-introduce-title {
        font-size: 24px;
    }

    .breadcrumbs-section-custom ul {
        font-size: 13px;
    }

    .iconContact {
        width: 50px;
    }

    .contentContact {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .boxContact-page {
        margin-bottom: 30px;
    }

    .box-map-contact {
        margin-bottom: 30px;
    }
}

.footer_title {
    display: block;
}

.footer_title > i {
    display: none;
}

@media (max-width: 768px) {
    .footer-menu-section {
        display: none;
    }

    .footer_title {
        display: flex;
        justify-content: space-between;
    }

    .footer_title > i {
        margin-top: 0.2rem;
        display: block;
    }

    .slider-section .item img {
        height: 39vh !important;
    }

    .header-top-mobile .language-picker {
        padding: 0px 0px;
    }

    .header-top-mobile .entire-action-header .btn-action-header, .header-top-mobile .entire-action-header .btn-action-header:hover {
        color: #333;
    }

    .box-project-title {
        text-align: center;
    }

    .slick-slider .slick-arrow {
        display: none;
    }

    .product-image-detail .slider-thumbs .thumb-item.slick-current {
        border-color: transparent;
    }

    .product-image-detail .thumb-item .ratio-1-1 {
        padding-top: 65%;
    }

    .article-content img {
        width: 100% !important;
        height: auto !important;
    }

    .logo-section img {
        max-height: 70px;
    }

    .boxContact-infor {
        margin-bottom: 30px
    }
}

.menu-vertical {
    position: absolute;
    z-index: 16;
}

.menu-vertical--top {
    display: none;
}

.menu-vertical--top .menu-header {
    font-weight: bold;
    font-size: 2rem;
}

.menu-vertical--title {
    color: var(--white);
    text-transform: uppercase;
    padding: 1rem 2rem 1rem;
    display: block;
    background: var(--color-highlight);
}

.menu-vertical--title i {
    margin-right: 2rem;
}

.menu-vertical--title:hover {
    color: var(--white);
}

.menu-vertical--icon {
    margin-right: 2rem;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
}

.menu-vertical--content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color-black);
}

.menu-vertical--content > li.has-child > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-vertical--content > li.has-child > a > span {
    display: inline-block;
}

.menu-vertical--content > li > a > span {
    display: none;
}

.menu-vertical--content > li > a:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.menu-vertical--content li a {
    color: black;
    display: block;
    padding: 0.5rem 2rem;
}

.menu-vertical--content .entry-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.menu-vertical--content .dropdown a:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.menu-vertical--content .dropdown .has-child {
    position: relative;
}

.menu-vertical--content .dropdown .has-child > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-vertical--content .dropdown .has-child ul {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
    position: absolute;
    top: 0;
    left: 100%;
}

.menu-vertical--content .dropdown .has-child:hover > ul {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.menu-vertical--content .dropdown .has-child:hover > a {
    background-color: var(--color-highlight);
    color: var(--white);
}

.menu-vertical--content .multil-column, .menu-vertical--content .full-width {
    width: 88rem;
    max-height: 100%;
    overflow-y: auto;
    height: 100%;
}

.menu-vertical--content .multil-column a:hover, .menu-vertical--content .full-width a:hover {
    color: var(--color-highlight);
}

.menu-vertical--content .multil-column .container-menu, .menu-vertical--content .full-width .container-menu {
    padding: 1rem;
}

.menu-vertical--content > .has-child:hover > .entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.menu-vertical--content > .has-child:hover > a {
    background-color: var(--color-highlight);
    color: var(--white);
}

.menu-vertical--link-all {
    color: var(--white);
    padding: 1.25rem 2rem;
    display: inline-block;
}

.menu-vertical--link-all:hover {
    color: var(--color-highlight);
}

.menu-vertical .entry-menu {
    position: absolute;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
}

.menu-vertical .menu-title {
    color: var(--white);
    font-weight: 500;
    position: relative;
}

.menu-vertical--content {
    background-color: white !important;
}

.menu-vertical .entry-menu {
    background-color: #111;
}

.menu-vertical .dropdown, .menu-vertical .dropdown ul {
    background: white;
    min-width: 25rem;
}

.menu-vertical ul {
    padding-left: 0;
    list-style: none;
}

/*nut lien he rung lac*/
/*.contact-right > a {*/
/*    -webkit-animation: shake-top 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;*/
/*	        animation: shake-top 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;*/
/*}*/

/*@-webkit-keyframes shake-top {*/
/*  0%,*/
/*  100% {*/
/*    -webkit-transform: rotate(0deg);*/
/*            transform: rotate(0deg);*/
/*    -webkit-transform-origin: 50% 0;*/
/*            transform-origin: 50% 0;*/
/*  }*/
/*  10% {*/
/*    -webkit-transform: rotate(2deg);*/
/*            transform: rotate(2deg);*/
/*  }*/
/*  20%,*/
/*  40%,*/
/*  60% {*/
/*    -webkit-transform: rotate(-4deg);*/
/*            transform: rotate(-4deg);*/
/*  }*/
/*  30%,*/
/*  50%,*/
/*  70% {*/
/*    -webkit-transform: rotate(4deg);*/
/*            transform: rotate(4deg);*/
/*  }*/
/*  80% {*/
/*    -webkit-transform: rotate(-2deg);*/
/*            transform: rotate(-2deg);*/
/*  }*/
/*  90% {*/
/*    -webkit-transform: rotate(2deg);*/
/*            transform: rotate(2deg);*/
/*  }*/
/*}*/
/*@keyframes shake-top {*/
/*  0%,*/
/*  100% {*/
/*    -webkit-transform: rotate(0deg);*/
/*            transform: rotate(0deg);*/
/*    -webkit-transform-origin: 50% 0;*/
/*            transform-origin: 50% 0;*/
/*  }*/
/*  10% {*/
/*    -webkit-transform: rotate(2deg);*/
/*            transform: rotate(2deg);*/
/*  }*/
/*  20%,*/
/*  40%,*/
/*  60% {*/
/*    -webkit-transform: rotate(-4deg);*/
/*            transform: rotate(-4deg);*/
/*  }*/
/*  30%,*/
/*  50%,*/
/*  70% {*/
/*    -webkit-transform: rotate(4deg);*/
/*            transform: rotate(4deg);*/
/*  }*/
/*  80% {*/
/*    -webkit-transform: rotate(-2deg);*/
/*            transform: rotate(-2deg);*/
/*  }*/
/*  90% {*/
/*    -webkit-transform: rotate(2deg);*/
/*            transform: rotate(2deg);*/
/*  }*/
/*}*/
/*nut lien he rung lac*/



.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #1c99d8;
    border-radius: 50px;
    position: absolute;
    left: 148px;
    top: -20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}

.is-mobile .share-button-primary {
  right: -7px;   
}

.contact-right .share-button-icon {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@-webkit-keyframes quick-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);
    }
}
.review-star > input:checked ~ label, .review-star > input.active ~ label, .review-star:not(:checked) > label:hover, .review-star:not(:checked) > label:hover ~ label {
    color: var(--yellow);
}


.comment-section .title-section-2 span::after {
    bottom: -12px;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
