/*=========================*/


/*=========================*/


/*=========================*/


/*=========================*/


/*=========================*/


/*=========================*/

::-webkit-scrollbar {
    background-color: inherit;
    height: 2px;
    position: absolute;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #b5b4b4;
    border-radius: 10px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

* {
    /*margin: 0;*/
    /*padding: 0;*/
    font-family: Roboto,-apple-system,apple color emoji,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

button,
a,
input,
select,
textarea {
    outline: none;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

img,
iframe,
video {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/* Header */

.js-header {
    position: sticky;
    top: 0;
    z-index: 10000;
}

.header-top {
    background-color: #EE4D2D;
    padding: 12px 0;
}

.header-top__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .off-canvas-toggle {
    display: none;
}


/* @media (max-width: 991px) {
.header-top .off-canvas-toggle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: none;
}
} */

.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    font-size: 0;
}

.header-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .header-info {
        display: none;
    }
}

.header-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*width: 300px;*/
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
}

.header-info__item:not(:last-child) {
    margin: 0 16px 0 0;
}

@media (max-width: 1200px) {
    .header-info__item:not(:last-child) {
        margin: 0 12px 0 0;
    }
}

.header-info__item.active .header-info__link,
.header-info__item:hover .header-info__link {
    color: #EE4D2D;
}

.header-info__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #26292b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .header-info__link {
        font-size: 14px;
        line-height: 21px;
    }
}

.header-info__link i {
    font-size: 20px;
    margin: 0 5px 0 0;
}

@media (max-width: 1200px) {
    .header-info__link i {
        font-size: 16px;
    }
}

.header-account {
    position: relative;
}

.header-account.opened .header-account__menu {
    display: block;
}

.header-account__menu {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
    display: none;
    min-width: 160px;
    position: absolute;
    top: 30px;
    z-index: 9;
}

.header-account__menu::before {
    background-color: #fff;
    box-shadow: 0px -16px 16px rgba(0, 0, 0, 0.08);
    content: "";
    height: 10px;
    left: 25px;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.header-account__item.active .header-account__link,
.header-account__item:hover .header-account__link {
    color: #EE4D2D;
}

.header-account__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #26292b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}

@media (max-width: 1200px) {
    .header-account__link {
        font-size: 14px;
        line-height: 21px;
    }
}

.header-account__link i {
    font-size: 20px;
    margin: 0 10px 0 0;
}

@media (max-width: 1200px) {
    .header-account__link i {
        font-size: 16px;
    }
}

.header-search {
    -webkit-box-flex: 0;
    position: relative;
}

@media (max-width: 1200px) {
    .header-search {
        -webkit-box-flex: 0;
    }
}

.header-search i {
    color: #26292b;
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px 0 0;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.header-search .form-control {
    padding: 8px 15px 10px 35px;
    width: 100%;
}

@media (max-width: 1200px) {
    .header-search .form-control {
        width: 130px;
    }
}

.menu {
    background-color: #fff;
    /*box-shadow: 0 2px 4px rgba(100, 100, 100, 0.22);*/
    padding: 5px 0;
    word-break: break-word;
}

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

.menu-pc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .menu-pc {
        display: none;
    }
}

.menu-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-info__item {
    position: relative;
}

.menu-info__item:not(:last-child) {
    margin: 0 16px 0 0;
}

@media (max-width: 1200px) {
    .menu-info__item:not(:last-child) {
        margin: 0 12px 0 0;
    }
}

.menu-info__item.active .menu-info__link,
.menu-info__item:hover .menu-info__link {
    color: #EE4D2D;
}

.menu-info__item:hover .menu-info__sub {
    display: block;
}

.menu-info__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #26292b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Averta-Regular", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .menu-info__link {
        font-size: 12px;
        line-height: 21px;
    }
}

.menu-info__sub {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 9;
}

.menu-info__sub-item:hover .menu-info__sub-link {
    background-color: #f3f3f3;
    color: #EE4D2D;
    display: block;
}

.menu-info__sub-link {
    color: #26292b;
    display: block;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
}

@media (max-width: 1200px) {
    .menu-info__sub-link {
        font-size: 14px;
        line-height: 21px;
    }
}

.menu-auth__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-auth__item {
    margin: 0 8px;
    width: 110px;
}

.open .menu-sp {
    background-color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 85%;
    z-index: 99;
}

.open .off-canvas-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.menu-sp {
    display: none;
    padding: 70px 15px 40px;
}

.menu-sp__inner.opened .user-account {
    border-bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-sp__inner.opened .user-account__list {
    display: none;
}

.menu-sp__inner.opened .detail-account__content {
    display: block;
}

.menu-sp__inner.opened .detail-account__action i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-sp__inner.opened .menu-sp__content {
    display: none;
}

.menu-sp__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-sp__info {
    width: 80%;
}

.menu-sp__logo {
    font-size: 0;
    line-height: 1;
}

.menu-sp__noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 20%;
}

.menu-sp__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.menu-sp__button .button {
    border-radius: 6px;
    border-width: 1px;
    padding: 12px 15px;
    width: 50%;
}

.menu-sp__button .button + .button {
    margin-left: 16px;
}

.menu-sp__button .button--full {
    width: 100%;
}

.menu-sp__account {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.menu-sp__content {
    margin-top: 40px;
}

.menu-sp__content.show-submenu .menu-sp__detail {
    display: none;
}

.menu-sp__sub {
    display: none;
}

.menu-sp__sub.active {
    display: block;
}

.menu-sp__list:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
}

.menu-sp__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #576c8a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.menu-sp__link.active {
    color: #EE4D2D;
}

.menu-sp__link.opened {
    padding-right: 5px;
}

.menu-sp__link.opened .menu-sp__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-sp__link img {
    margin-right: 10px;
}

.menu-sp__link__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

.menu-sp__back {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    color: #576c8a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 20px;
}

.menu-sp__back i {
    font-size: 16px;
    margin-right: 20px;
}

.menu-sp--add-account .menu-sp__button {
    margin-top: 20px;
}

.menu-sp--add-account .menu-sp__content {
    margin-top: 25px;
}

.menu-sub__list {
    margin-top: 20px;
}

.menu-sub__title {
    color: #576c8a;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.menu-sub__subtitle {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.menu-sub__child {
    padding-left: 30px;
}

.menu-sub__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #576c8a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
}

.menu-slide__sub {
    display: none;
}

.menu-slide__link {
    color: #576c8a;
    font-size: 14px;
    line-height: 20px;
}

.sub-menu {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 230px;
    display: none;
    text-align: left;
    border-left: 1px solid #fff;
    font-size: 90%;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    z-index: 10;
}

.menu-info__sub-item:hover .sub-menu {
    display: block;
}

.item-child:hover .menu-info__sub-link-child {
    background-color: #f3f3f3;
    color: #EE4D2D;
    display: block;
}

.menu-info__sub-link-child {
    color: #26292b;
    display: block;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
}

@media (max-width: 1200px) {
    .menu-info__sub-link-child {
        font-size: 14px;
        line-height: 21px;
    }
}

.hotline-now {
    margin: 0 0 0 20px;
}

@media (max-width: 991px) {
    .hotline-now {
        display: block;
        margin: 20px 0 0;
    }
}

.hotline-now__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EE4D2D;
    border: 1px solid #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    position: relative;
}

.hotline-now__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffff;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px 0 0;
    position: relative;
    width: 32px;
    z-index: 2;
}

.hotline-now__icon i {
    color: #EE4D2D;
    font-size: 16px;
}

.hotline-now__phone {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 23px;
}

.hotline-now__name {
    color: #ffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 3px;
    text-align: right;
}

.box-main__form-search .input-group {
    width: 475px;
    z-index: 2;
    position: relative;
    display: table;
    border-collapse: separate;
}

@media (max-width: 767px) {
    .box-main__form-search .input-group {
        width: 235px;
    }

    .box-main__form-search .input-group:hover {
        width: 295px;
        transition: all 0.3s linear;
    }
}

.box-main__form-search input,
.box-main__form-search button {
    height: 38px
}

.box-main__form-search input {
    height: 38px;
}

.input-group .form-search-input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-search-input {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-search-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    display: table-cell;
}

.box-main__form-search button {
    height: 38px;
}

.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn > .btn {
    position: relative;
}

.outline-none {
    outline: none !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-white {
    background-color: #fff !important;
}

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

.header-search .search-top-icon {
    color: #26292b;
    cursor: pointer;
    font-size: 25px;
    margin: 0 auto;
    left: unset !important;
    position: unset !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.box-about {
    display: flex;
    align-items: center
}

.about__box-icon {
    display: flex;
    justify-content: center;
    margin-right: 5px
}

.about__box-content {
    display: flex;
    flex-direction: column
}

.about__box-content > p {
    width: max-content;
    float: left
}

.about__box-content > p {
    color: #fff;
    font-size: 16px
}

.about__box-content > p.title {
    font-size: 14px;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-weight: 500;
}


/* End Header */


/* Footer */

.footer {
    margin: 60px 0 0;
    word-break: break-word;
}

@media (max-width: 991px) {
    .footer {
        margin: 40px 0 0;
    }
}

.footer--nomargin {
    margin: 0;
}

.footer-top {
    background-color: #dfdfdf;
    padding: 35px 0;
}

@media (max-width: 991px) {
    .footer-top {
        padding: 30px 0;
    }
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 305px;
    -ms-flex: 0 0 305px;
    flex: 0 0 305px;
    margin: 0 40px 0 0;
    width: 305px;
}

@media (max-width: 991px) {
    .footer-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 30px;
        width: 100%;
    }
}

.footer-info__logo {
    margin: 0 0 15px;
}

.footer-info__logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-info__title {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.footer-info__detail {
    margin: 2px 0 50px;
}

@media (max-width: 991px) {
    .footer-info__detail {
        margin: 2px 0 30px;
    }
}

.footer-info__des {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.1px;
    line-height: 18px;
}

.footer-info__des:not(:last-child) {
    margin: 0 0 2px;
}

.footer-info__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .footer-info__social {
        margin: 30px 0 5px;
    }
}

.footer-info__social-item:not(:last-child) {
    margin: 0 10px 0 0;
}

.footer-info__social-link {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-info__social-link:hover {
    opacity: 0.75;
}

.footer-info__social-link i {
    font-size: 24px;
}

.footer-info__copyright {
    color: #000;
    font-size: 8px;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin: 5px 0 0;
}

.footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .footer-list {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .footer-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }
}

.footer-list__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3 - 30px);
    -ms-flex: 0 0 calc(100% / 3 - 30px);
    flex: 0 0 calc(100% / 3 - 30px);
    margin: 0 15px;
    width: calc(100% / 3 - 30px);
}

@media (max-width: 767px) {
    .footer-list__column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2 - 30px);
        -ms-flex: 0 0 calc(100% / 2 - 30px);
        flex: 0 0 calc(100% / 2 - 30px);
        margin: 0 15px 20px;
        width: calc(100% / 2 - 30px);
    }
}

@media (max-width: 575px) {
    .footer-list__column {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 20px;
        width: 100%;
    }
}

.footer-list__sub {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin: 0 0 15px;
}

.footer-list__row:not(:last-child) {
    margin: 0 0 30px;
}

.footer-list__item:not(:last-child) {
    margin: 0 0 2px;
}

.footer-list__item:hover .footer-list__link {
    color: #EE4D2D;
}

.footer-list__link {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.1px;
    line-height: 18px;
}

.footer-copyright {
    background-color: #EE4D2D;
    padding: 15px 0;
}

.footer-copyright__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -8px;
}

@media (max-width: 767px) {
    .footer-copyright__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.footer-copyright__item {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
    position: relative;
}

@media (max-width: 767px) {
    .footer-copyright__item {
        padding: 0 0 5px;
    }

    .footer-copyright__item:last-child {
        padding: 0;
    }
}

.footer-copyright__item::after {
    background-color: #fff;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
}

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

.footer-copyright__item:last-child::after {
    display: none;
}

.footer-copyright__icon {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 0 0;
}

.footer-copyright__icon i {
    font-size: 11px;
    line-height: 18px;
}

.footer-copyright__name {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1px;
    line-height: 18px;
}


/* End Footer */


/* Content */

.section {
    margin-top: 7px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.22);
    border-radius: 100%;
    color: #26292b;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    z-index: 1000;
}

@media (max-width: 991px) {
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        border-color: #EE4D2D;
        color: #EE4D2D;
        font-size: 18px;
        height: 36px;
        width: 36px;
    }
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    border-color: #EE4D2D;
    color: #EE4D2D;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
}

.owl-carousel .owl-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

button.owl-dot {
    margin: 0 3px;
}

button.owl-dot span {
    background-color: #EE4D2D;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 10px;
}

button.owl-dot.active span {
    background-color: #EE4D2D;
}

button.owl-dot:hover span {
    background-color: #EE4D2D;
}

.hd-mart-banner .owl-nav button.owl-prev {
    left: 30px;
}

.hd-mart-banner .owl-nav button.owl-next {
    right: 30px;
}

.hd-mart-banner button.owl-dot {
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 12px;
    padding: 5px !important;
}

.hd-mart-banner button.owl-dot span {
    background-color: #fff;
    height: 10px;
    opacity: 0.5;
    width: 10px;
}

.hd-mart-banner button.owl-dot.active span {
    background-color: #EE4D2D;
}

.hd-mart-banner button.owl-dot.active span {
    opacity: 1;
}

.hd-mart-banner .owl-dots {
    bottom: 15px;
}

@media (max-width: 991px) {
    .hd-mart-banner .owl-dots {
        display: none;
    }
}

.lists-slider {
    margin: 0 -8px;
    position: relative;
    z-index: 1;
}

.lists-slider__item {
    margin: 0 8px;
}

.endow-link__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

@media (max-width: 991px) {
    .endow-link__list {
        margin: 0;
    }
}

.endow-link__item {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 4 - 16px);
    -ms-flex: 0 0 calc(100% / 4 - 16px);
    flex: 0 0 calc(100% / 4 - 16px);
    margin: 0 8px 24px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*width: calc(100% / 5 - 16px);*/
}

@media (max-width: 991px) {
    .endow-link__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 1 - 12px);
        -ms-flex: 0 0 calc(100% / 1 - 12px);
        flex: 0 0 calc(100% / 1 - 12px);
        margin: 0 6px 16px;
        width: calc(100% / 1 - 12px);
    }
}

.endow-link__item:hover::after {
    display: block;
}

.endow-link__item:hover .action-hover {
    opacity: 1;
}

.endow-link__item-category {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 4 - 16px);
    -ms-flex: 0 0 calc(100% / 4 - 16px);
    flex: 0 0 calc(100% / 4 - 16px);
    margin: 0 8px 24px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% / 4 - 16px);
}

@media (max-width: 991px) {
    .endow-link__item-category {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2 - 12px);
        -ms-flex: 0 0 calc(100% / 2 - 12px);
        flex: 0 0 calc(100% / 2 - 12px);
        margin: 0 6px 16px;
        width: calc(100% / 2 - 12px);
    }

    .product-card__child_main {
        padding: 5px !important;
    }
}

.endow-link__item-category:hover::after {
    display: block;
}

.endow-link__item-category:hover .action-hover {
    opacity: 1;
}

.product-card__child_main {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
    font-size: 13px;
}

.product-card__child_main:hover {
    box-shadow: rgb(153 153 153 / 60%) 0px 0px 10px 0px;
}

.product-card__image-main {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
    min-height: 188px;
    height: 188px;
}

.product-card__image-specific {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.product_box-detail__child {
    box-sizing: border-box;
    min-width: 0px;
    margin: 0px;
}

.product_box-detail__child-title {
    font-size: 17px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    font-weight: bold;
}

.product_box-detail__child-price {
    margin-top: 13px;
    /*height: 50px;*/
    color: rgb(51, 51, 51);
    line-height: 2.5;
}

.product_box-detail__child-price_number {
    font-weight: bold;
    line-height: 1;
    width: 100%;
    font-size: 14px;
}

.product_box-detail__child-price_old_number {
    line-height: 1;
    width: 100%;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.product_box-detail__child-button {
    height: 2.625rem;
    transition: all 0.35s ease-in-out 0s;
    border: 1px solid #EE4D2D;
    cursor: pointer;
    text-transform: inherit;
    font-weight: 500;
    border-radius: 4px;
    font-size: 17px;
    width: 200px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    color: #EE4D2D;
    overflow: hidden;
    margin: 0 auto;
}

.product_box-detail__child-button:hover {
    background-color: #EE4D2D;
    color: white;
}

.product_box-detail__child-buttonBox {
    box-sizing: border-box;
    min-width: 0px;
    margin: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.product_box-detail__child-counter {
    display: flex;
    background-color: rgb(255, 255, 255);
    color: #EE4D2D;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #EE4D2D;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    height: 36px;
    border-radius: 4px;
}

.product_box-detail__child-counter-minus {
    border: none;
    background-color: transparent;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    padding: 10px 10px 10px 25px;
    cursor: pointer;
}

.product_box-detail__child-counter-plus {
    border: none;
    background-color: transparent;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    padding: 10px 25px 10px 10px;
    cursor: pointer;
}

.product_box-detail__child-counter-value {
    pointer-events: none;
}

.sku-detail,
.unit-detail {
    margin-top: 5px;
    font-size: 12px;
}

.box-title {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.box-title__title h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    color: #EE4D2D !important;
    caret-color: #EE4D2D !important;
    text-align: left;
}

.box-title__tag > div {
    display: flex;
    justify-content: flex-end
}

.box-title__tag a {
    padding: 5px 15px;
    background: #EE4D2D;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075);
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.box-title__tag a:not(:last-child) {
    margin-right: 10px
}

.box-title__tag a:hover {
    background: #eee;
    color: #EE4D2D;
}

.about-hd-mart {
    display: flex;
    justify-content: space-between;
}

.about-hd-mart > div.right {
    max-width: 48.2%;
    padding: 50px 0 0 0;
}

.about-hd-mart > div.left {
    max-width: 48.2%;
}

.list-check {
    padding: 10px 0 30px 0;
}

.list-check li {
    padding: 0px 0px 14px 28px;
    list-style: none;
    position: relative;
}

.list-check li {
    position: relative;
    padding: 0px 0px 43px 22px;
    list-style: none;
    position: relative;
}

.list-check li i {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #EE4D2D;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
}

.about-hd-mart div.right .more li {
    padding-bottom: 3px;
    padding-top: 3px;
}

a.applynow {
    background: #EE4D2D;
    box-shadow: 0px 10px 20px rgba(177, 186, 201, 0.15);
    -webkit-box-shadow: 0px 10px 20px rgba(177, 186, 201, 0.15);
    -moz-box-shadow: 0px 10px 20px rgba(177, 186, 201, 0.15);
    border-radius: 10px;
    display: inline-block;
    padding: 14px 26px;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}

.about-hd-mart div.right,
.about-hd-mart div.left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-news__list-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .best-news__list-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .best-news__list-cards {
        display: block;
    }
}

.best-news__card {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .best-news__card {
        margin: 0 0 15px;
    }

    .best-news__card:last-child {
        margin: 0;
    }
}

.best-news__card img {
    border-radius: 4px 4px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .best-news__card img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .best-news__card img {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .best-news__card img {
        height: 170px;
    }
}

.best-news-detail__info {
    padding: 25px;
}

@media (max-width: 991px) {
    .best-news-detail__info {
        padding: 12px 15px 15px;
    }
}

.best-news-detail__info--small {
    padding: 12px;
}

@media (max-width: 991px) {
    .best-news-detail__info--small {
        padding: 12px 15px 15px;
    }
}

.best-news__card-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #26292b;
    font-family: "Averta-Regular", sans-serif;
    margin: 0 0 10px;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .best-news__card-title {
        font-size: 12px;
        line-height: 30px;
    }
}

.best-news__card-title:hover {
    color: #EE4D2D;
}

.best-news__card-title--small {
    font-size: 14px;
    height: 56px;
    line-height: 28px;
    margin: 0 0 12px;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .best-news__card-title--small {
        height: auto;
    }
}

.best-news__card-description {
    font-size: 14px;
    line-height: 28px;
    color: #44494d;
    font-family: "Averta-Regular", sans-serif;
    margin: 0 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .best-news__card-description {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px;
    }
}

.best-news-detail__right-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 991px) {
    .best-news-detail__right-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.arrow-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-link a {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #EE4D2D;
    font-family: "Averta-Regular", sans-serif;
}

.arrow-link a:hover {
    text-decoration: underline;
}

.arrow-link i {
    font-size: 14px;
}

.arrow-link i:before {
    color: #EE4D2D;
}

.personal-page {
    background-color: #f7f7f7;
    padding: 25px 0 35px;
    position: relative;
    word-break: break-word;
}

.personal-page__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .personal-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .personal-page {
        padding: 7px 0 0px;
    }
}

.personal-page__detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 255px - 30px);
}

.personal-page__detail-tskt {
    width: 30% !important;
}

@media (max-width: 991px) {
    .personal-page__detail {
        width: 100% !important;
    }
}

.side-menu {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.22);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 255px;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    margin: 0 30px 0 0;
    padding: 15px 0;
    position: relative;
    width: 255px;
}

@media (max-width: 991px) {
    .side-menu {
        display: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
        box-shadow: unset;
        background-color: unset;
    }

    .sort-product-build {
        display: none !important;
    }
}

.side-menu--sp {
    display: none;
}

@media (max-width: 991px) {
    .side-menu--sp {
        display: block;
    }
}

.personal-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.22);
    padding: 25px;
}

@media (max-width: 991px) {
    .personal-box {
        padding: 0;
        margin-bottom: 10px;
    }
}

.personal-box:not(:last-child) {
    margin: 0 0 25px;
}

.theme--light {
    background: #fafafa;
    color: rgba(0, 0, 0, .87);
}

.hung-duc-expansion-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    text-align: left;
    width: 100%;
}

.theme--light.hung-duc-expansion-panel .hung-duc-expansion-panel__container {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
}

.hung-duc-expansion-panel__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    outline: none;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}

.filter-block .hung-duc-expansion-panel__header {
    padding: 10px 15px;
}

.hung-duc-expansion-panel__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 24px;
    min-height: 48px;
}

.font-weight-medium {
    font-weight: 700 !important;
    font-size: 15px;
}

.hung-duc-expansion-panel li {
    list-style-type: none;
}

.hung-duc-expansion-panel {
    list-style: none !important;
    padding-left: unset !important;
}

.filter-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 0 10px 10px 10px;
}

.filter-section-content.price {
    grid-template-columns: 1fr;
}

.filter-section-item {
    background: #f6f6f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 5px;
    border-radius: 2px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    font-family: "Averta-Regular", sans-serif;
}

.filter-section-item:hover {
    background-color: #EE4D2D;
    font-weight: 600;
    color: #fff;
}

.filter-section-item span {
    word-break: break-word;
}

.sort-product {
    height: 48px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 1px;
    margin-bottom: 10px;
}

.sort-product .sort-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 100%;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sort-product .sort-section .sort-btn {
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: .5rem 1.25rem;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .sort-product .sort-section .sort-btn {
        padding: 0.6rem 0.75rem;
        font-size: 14px;
    }
}

.sort-product .sort-section .sort-btn:hover {
    background-color: #EE4D2D;
    font-weight: 600;
    color: #fff;
}

.box-title__title h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    text-align: left
}

.box-title__tag > div {
    display: flex;
    flex-wrap: wrap
}

.box-title__tag a {
    margin-top: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075);
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.box-title__tag a > i,
.box-list-product .list-product .list-product__show-all .tag-show-all > i {
    line-height: unset !important;
    text-decoration: none;
}

.box-title__tag a:not(:last-child) {
    margin-right: 5px
}

.box-title__tag a:hover {
    background: #eee
}

.box-title .box-title__title.filter__hd-title {
    text-align: left !important;
}

.box-title .box-title__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
    font-weight: 700;
    color: #EE4D2D !important;
    caret-color: #EE4D2D !important;
    text-align: right;
}

.box-title .box-title__title.filter__hd-title {
    text-align: left !important;
}

.block-filter {
    width: 100%;
    margin-bottom: 0 !important;
}

.block-filter .filter__block-list-filter {
    width: 100%;
    float: left;
    margin-bottom: 0.5rem;
    position: relative;
}

.block-filter .filter__block-list-filter .box-list-filter .list-filter .btn-filter {
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    color: #444444;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /* color: #EE4D2D; */
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 10%);
}

.padding-btn-filter {
    padding: 0.5rem 1rem;
}

.block-filter .filter__block-list-filter .box-list-filter .list-filter .btn-filter i {
    font-size: 17px;
}

.block-filter .filter__block-list-filter .box-list-filter .list-filter .cps-select .box-select {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    display: none;
    padding: 10px 10px 0 10px;
    border: 1px solid #E5E7EB;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    overflow: auto;
    position: absolute;
    top: 90px;
    left: 1rem;
    z-index: 1;
}

.block-filter .filter__block-list-filter .box-list-filter .list-filter .cps-select .box-select .btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 0 1rem 1rem 0;
    font-size: 12px;
    position: relative;
}

.block-filter .filter__block-list-filter .box-list-filter .list-filter {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.btn-tab-filter.active {
    background-color: #EE4D2D !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.list-filter .cps-select.item-filter {
    width: calc(95% / 3);
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}

.pagination ul {
    list-style: none;
}

.pagination__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pagination__item:not(:last-child) {
    margin: 0 12px 0 0;
}

.pagination__item.active .pagination__link,
.pagination__item:hover .pagination__link {
    border-color: #EE4D2D;
    color: #EE4D2D;
    text-decoration: none;
}

.pagination__item.action .pagination__link {
    border-color: #26292b;
    color: #26292b;
}

.pagination__item.disabled {
    pointer-events: none;
}

.pagination__item.disabled .pagination__link {
    border-color: #6e7173;
    color: #6e7173;
}

.pagination__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: #98999a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    min-width: 32px;
    padding: 5px;
}

.pagination__link i {
    font-size: 20px;
}

.pagination__value {
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.detail-product-page {
    background-color: #ffffff;
    /*padding: 25px 0 35px;*/
    position: relative;
    word-break: break-word;
}

@media (max-width: 600px) {
    .detail-product-page {
        padding: unset !important;
    }
}


/* */

.image-product-detail {
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 15px 0;
    position: relative;
    width: 40%;
}

.description-product-detail {
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 15px 0;
    position: relative;
    width: 70%;
}

@media (max-width: 991px) {
    .image-product-detail {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        box-shadow: none !important;
    }

    .description-product-detail {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        box-shadow: none !important;
    }
}

.product-detail-box {
    background-color: #fff;
    padding: 25px;
    line-height: 25px;
}

@media (max-width: 991px) {
    .product-detail-box {
        padding: 0;
        margin-bottom: 10px;
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product-img-box {
    position: relative
}

.product-img-box a.lt-own-nav {
    line-height: 100%
}

.product-img-box .swiper-container {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center
}

.product-img-box .product-image-gallery .gallery-image {
    display: unset;
    min-height: 400px;
    max-height: 400px;
    padding: 15px;
}

@media (max-width: 991px) {
    .product-img-box .product-image-gallery .gallery-image {
        min-height: unset !important;
        max-height: unset !important;
    }
}

.product-img-box .product-image-gallery .main-image-show {
    width: 100%;
    max-width: 100%;
}

.product-img-box .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #eee;
    background: #ffffff;
}

@media (max-width: 991px) {
    .product-img-box .main-image-show-bg {
        border: unset !important;
        border-bottom: 1px solid #eee !important;
    }
}

.product-img-box .slider-show {
    max-width: 128px;
    margin-right: 10px;
}

.product-img-box .slider-show img {
    width: 70%;
}

.product-img-box #product-more-images .swiper-slide {
    cursor: pointer;
}

.product-img-box .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
}

.product-img-box .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.module {
    margin-top: 15px;
    margin-bottom: 15px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.f-left,
.left {
    float: left !important;
}

.lt-product-more-image img {
    width: 100%;
    padding: 10px
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media (max-width: 991px) {
    .swiper-wrapper {
        width: 70% !important;
    }
}

.lt-product-more-image.item-mini__products {
    width: 16%;
    margin: 0 5px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .lt-product-more-image.item-mini__products {
        width: 25% !important;
    }
}

.hung-duc-title-product {
    padding: 10px;
}

.hung-duc-title-product .product-name {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hung-duc-detail-price {
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hung-duc-detail-price .price {
    margin-bottom: 15px;
}

.hung-duc-detail-price .price .base-price,
.condition-product {
    display: flex;
    flex: none;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    max-width: 100%;
}

.others-prouduct-status,
.cal-product-bonus {
    display: flex;
    flex: none;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.others-prouduct-status .others-products-title {
    color: #666;
    width: 25%;
    font-size: 13px;
}

.others-prouduct-status .others-products-description {
    width: 75%;
    font-size: 12px;
    display: flex;
    flex: none;
}

.others-prouduct-status .others-products-description .span-product-description {
    margin-right: 5px;
    font-weight: 600;
}

.hung-duc-detail-price .price .title-price-child,
.condition-product .condition-title-w,
.cal-product-bonus .cal-number-title {
    color: #666;
    width: 25%;
    font-size: 13px;
}

@media (max-width: 991px) {
    .hung-duc-detail-price .price .title-price-child,
    .condition-product .condition-title-w,
    .cal-product-bonus .cal-number-title,
    .others-prouduct-status .others-products-title {
        width: 30%;
    }
}

.hung-duc-detail-price .price .base-price .old-price,
.condition-product .condition-product-status,
.cal-product-bonus .cal-number-select {
    font-size: 15px;
    color: #333;
    width: 75%;
}

@media (max-width: 991px) {
    .hung-duc-detail-price .price .base-price .old-price,
    .condition-product .condition-product-status,
    .cal-product-bonus .cal-number-select,
    .others-prouduct-status .others-products-description {
        width: 70%;
    }
}

.cal-product-bonus .cal-number-select .change-qty-product {
    display: flex;
    flex: none;
}

.cal-product-bonus .cal-number-select .change-qty-product .change-qty-btn {
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    min-width: 32px;
    border: 1px solid #e8e8e8;
    color: rgba(0, 0, 0, .87);
    -webkit-box-align: center;
    align-items: center;
    border-radius: 2px;
    display: inline-flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    user-select: none;
    background-color: #fff;
}

.cal-product-bonus .cal-number-select .change-qty-product .change-qty-btn .hung-duc-btn-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: inherit;
}

.through-line {
    text-decoration: line-through;
}

.hung-duc-detail-price .price .discount-price {
    display: flex;
    flex: none;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    max-width: 100%;
    margin-top: 8px;
}

.hung-duc-detail-price .price .discount-price .price-discount {
    font-size: 17px;
    margin-right: 10px;
    font-weight: 600;
}

.hung-duc-nav-divider {
    border-color: rgba(0, 0, 0, .12);
}

.odd-product-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    vertical-align: text-bottom;
}

.material-change {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.change-qty-product .change-qty-input {
    height: 32px;
    width: 32px;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.button-action-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.button-action-hd .button-action-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.button-action-hd .buy-now-button {
    height: 40px;
    background-color: #EE4D2D;
    border-color: #EE4D2D;
    border: 1px solid #EE4D2D;
    cursor: pointer;
    padding: 0 45px;
    color: #fff;
}

.button-action-hd .buy-now-button:hover {
    background-color: #fff;
    color: #EE4D2D;
    transition: all 0.3s;
}

.button-action-hd .add-to-cart-button {
    background: #fff;
    border: 1px solid #EE4D2D;
    color: #EE4D2D;
    height: 40px;
    -webkit-appearance: button;
    padding: 0 16px;
    cursor: pointer;
}

.button-action-hd .add-to-cart-button:hover {
    color: #fff;
    background-color: #EE4D2D;
    transition: all 0.3s;
}

.hd-button-watch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blog-content h2 {
    font-weight: 700;
    font-size: 21px
}

.blog-content p {
    font-size: 15px;
    line-height: 1.5
}

.category-blog,
.blog-content {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    font-size: 14px;
}

.lt-table-box {
    margin-top: 10px;
    border: solid 1px #eee
}

.lt-table-box .header {
    background: #f7f7f7;
    font-weight: 700;
    text-align: center;
    width: 100%;
    line-height: 50px;
    border-bottom: solid 1px #eee;
    margin: auto;
    height: 53px;
}

.lt-table-box .header H2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
}

.lt-table-box .content {
    padding: 10px;
    font-size: 14px;
}

.lt-table-box table {
    width: 100%;
}

.lt-table-box table tr {
    height: 35px
}

.lt-table-box table tr td {
    border-bottom: solid 1px #eee;
    vertical-align: middle
}

.lt-table-box table tr td:first-child {
    width: 100px;
    font-weight: 400
}

.lt-table-box table tr:last-child td {
    border-bottom: none
}

.lists-slider {
    margin: 10px -8px;
    position: relative;
    z-index: 1;
}

.suggest-product-slider {
    width: auto !important;
}

.list-cart-product {
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding: 15px 0;
    position: relative;
    width: 65%;
}

@media (max-width: 991px) {
    .list-cart-product {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        box-shadow: none !important;
    }
}

.list-product-hd__items {
    border-radius: 3px;
    box-shadow: 0 0rem 0.5rem rgb(0 0 0 / 8%);
}

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

.hd-row__items .image_box_product {
    width: 20%;
    display: flex;
    flex: none;
    padding: 10px;
}

.hd-row__items .image_box_product img {
    max-width: 75%;
}

.list-product-hd__description {
    display: flex;
    flex: none;
    width: 40%;
}

.list-product-hd__child_container {
    margin: auto;
    padding: 0;
    line-height: 30px;
}

.list-product-hd__description .list-product-hd__child_title {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    word-break: break-word;
    -webkit-line-clamp: 2;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-product-hd__description .list-product-hd__child_title:hover {
    color: #EE4D2D;
}

.list-product-hd__trash {
    cursor: pointer;
    font-size: 13px;
}

.list-product-hd__trash span:hover {
    color: #333 !important;
}

.text-red {
    color: red;
}

.list-product-hd__price {
    display: flex;
    flex: none;
    width: 20%;
}

.list-product-hd__price .list-product-hd__price__child {
    margin: auto;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    display: flex;
}

.list-product-hd__price .list-product-hd__price__child .hd-original-price {
    font-size: 18px;
    font-weight: 600;
}

.list-product-hd__price .list-product-hd__price__child .hd-old-price {
    text-decoration: line-through;
    color: rgb(154, 154, 154);
    font-size: 13px;
    margin-left: 10px;
}

.list-product-hd__action {
    display: flex;
    flex: none;
    width: 20%;
}

.list-product-hd__action .list-product-hd__action_child {
    margin: auto;
    padding: 0;
}

.list-product-hd__action .list-product-hd__action_quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 5px 0;
}

.list-product-hd__btn-decrease,
.list-product-hd__btn-increase {
    padding: 0;
    min-width: 35px;
    margin: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
    font-weight: 500;
    width: 35px;
    height: 35px;
    color: rgba(0, 0, 0, .87);
}

.list-product-hd__btn_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: inherit;
}

.list-product-hd__btn_content .btn-action__icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    /* display: inline-block; */
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: text-bottom;
}

.list-product-hd__action_quantity input {
    width: 40px;
    height: 35px;
    background: #fff;
    margin: 0 -1px;
    text-align: center;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 600;
}

.list-product-hd__action_quantity input[type=number] {
    -moz-appearance: textfield;
}

.list-product-hd__action_quantity input::-webkit-outer-spin-button,
.list-product-hd__action_quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hd_bill__price {
    border-radius: 3px;
    box-shadow: 0 0rem 0.5rem rgb(0 0 0 / 8%);
}

.hd_bill__price__child {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.hd_bill__price_block {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    width: 100%;
}

.hd_cart-checkout-btn {
    width: 100%;
    padding: 0;
    height: 40px;
    border: 0;
    border-radius: 3px;
    color: #EE4D2D;
    background: #fff;
    border: 1px solid #EE4D2D;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}

.hd_cart-checkout-btn:hover {
    color: #fff;
    background: #EE4D2D;
    border: 1px solid transparent;
}

.hd_cart_coupon {
    width: 100%;
    margin-bottom: 10px;
}

.hd_cart_coupon .cart-coupon-input {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    width: 65%;
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    float: left;
}

.hd_cart_coupon .cart-coupon-btn {
    width: 30%;
    padding: 5px;
    border-radius: 3px;
    color: #EE4D2D;
    background: #fff;
    border: 1px solid #EE4D2D;
    font-weight: 600;
    font-size: 14px;
    float: right;
}

.hd_cart_coupon .cart-coupon-btn:hover {
    color: #fff;
    background: #EE4D2D;
    border: 1px solid transparent;
}

.small-product-list {
    display: none;
}

.below-detail-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 991px) {
    .small-product-list {
        display: block;
        width: 80%;
    }

    .large-list-cart {
        display: none;
    }

    .list-product-hd__price,
    .list-product-hd__action {
        width: 50%;
    }

    .list-product-hd__description {
        width: 100%;
    }

    .list-product-hd__child_container {
        margin: unset !important;
        float: left;
    }
}

@media (max-width: 378px) {
    .list-product-hd__price .list-product-hd__price__child {
        padding: unset;
    }

    .list-product-hd__description .list-product-hd__child_title {
        font-size: 13px;
    }

    .list-product-hd__price .list-product-hd__price__child .hd-original-price {
        font-size: 15px;
    }

    .list-product-hd__price .list-product-hd__price__child .hd-old-price {
        font-size: 13px;
    }
}

.hd_bill__price {
    border-radius: 3px;
    box-shadow: 0 0rem 0.5rem rgb(0 0 0 / 8%);
}

.hd_bill__price__child {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.hd_bill__price_block {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    width: 100%;
}

.hd_cart-checkout-btn {
    width: 100%;
    padding: 0;
    height: 40px;
    border: 0;
    border-radius: 3px;
    color: #EE4D2D;
    background: #fff;
    border: 1px solid #EE4D2D;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.hd_cart-checkout-btn:hover {
    color: #fff;
    background: #EE4D2D;
    border: 1px solid transparent;
}

.hd_cart_coupon {
    width: 100%;
    margin-bottom: 10px;
}

.hd_cart_coupon .cart-coupon-input {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    width: 65%;
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    float: left;
}

.hd_cart_coupon .cart-coupon-btn {
    width: 30%;
    padding: 5px;
    border-radius: 3px;
    color: #EE4D2D;
    background: #fff;
    border: 1px solid #EE4D2D;
    font-weight: 600;
    font-size: 14px;
    float: right;
}

.hd_cart_coupon .cart-coupon-btn:hover {
    color: #fff;
    background: #EE4D2D;
    border: 1px solid transparent;
}

.mt-2 {
    margin-top: 55px;
}

.text-right {
    text-align: right !important;
}

.font-14 {
    font-size: 12px;
}

.checkout-cart-continue {
    border-radius: 3px;
    box-shadow: 0 0rem 0.5rem rgb(0 0 0 / 8%);
    margin-top: 7px;
    line-height: 26px;
}

.checkout-child-cart-con {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.checkout-child-cart-con .form-group-input {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    width: 100%;
}

.checkout-child-cart-con .cart-checkout__input {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    /* text-transform: uppercase; */
    background: #fff;
    float: left;
}

.checkout-child-cart-con .title-input-ca {
    width: 100%;
}

.checkout-child-cart-con .label-alert__typ {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.mt-alert {
    margin-top: 12px;
}

.title-empty-cart {
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.descript-empty-cart {
    display: block;
    text-align: center;
}

.button-empty-cart {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.button-empty-cart .hd_cart-checkout-btn {
    width: 20% !important;
    text-align: center !important;
}

@media (max-width: 991px) {
    .button-empty-cart .hd_cart-checkout-btn {
        width: 40% !important;
    }
}

@media (max-width: 490px) {
    .button-empty-cart .hd_cart-checkout-btn {
        width: 60% !important;
    }
}

.empty-cart-form {
    padding: 50px 0;
}

.list-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.search__dropdown {
    position: absolute;
    left: 0px;
    right: 0px;
    min-height: 40px;
    max-height: fit-content;
    top: 105%;
    display: flex;
    z-index: 1000;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px, rgb(0 0 0 / 12%) 0px 3px 14px 2px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.search__dropdown-child {
    width: 100%;
}

.search__title_hd {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    font-size: 13px;
    color: rgb(102, 102, 102);
    font-weight: 500;
    padding: 0px 10px;
    text-transform: uppercase;
}

.list__product_autocomplete {
    height: auto;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 300px;
    position: relative;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.list-padding {
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.viewport-scrollbars-invisible {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.viewport-content {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    direction: inherit;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible;
}

.viewport-content:before {
    content: "";
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    visibility: hidden;
}

.product-guide_container {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    font-family: "Averta-Regular", sans-serif;
    margin: 0px;
}

.product-guide_image {
    width: 20%;
    overflow: hidden;
    min-height: 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-guide_image img {
    width: 75px;
    max-width: 75px;
}

.product-guide_detail {
    width: 80%;
    font-size: 12px;
    padding: 0px 10px;
    font-family: "Averta-Regular", sans-serif;
    margin: 0px;
}


/* width */

.search__dropdown::-webkit-scrollbar {
    width: 15px;
}

.search__dropdown::-webkit-scrollbar-track {
    background-color: transparent;
}

.search__dropdown::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.title_detail-product:hover {
    color: #EE4D2D !important;
    font-weight: 600;
}

.title_detail-product {
    font-size: 14px;
    font-weight: 600;
}

.price-autofill-searching {
    color: rgb(212, 35, 51);
    font-size: 14px;
    margin-top: 5px;
}

.get-news__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    /*margin: 0 -8px;*/
}

/*@media (max-width: 991px) {*/
/*    .get-news__list {*/
/*        margin: 0 -6px;*/
/*    }*/
/*}*/

.get-news__item {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 4 - 16px);
    -ms-flex: 0 0 calc(100% / 4 - 16px);
    flex: 0 0 calc(100% / 4 - 16px);
    margin: 0 8px 24px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% / 4 - 16px);
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px;
}

@media (max-width: 991px) {
    .get-news__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2 - 12px);
        -ms-flex: 0 0 calc(100% / 2 - 12px);
        flex: 0 0 calc(100% / 2 - 12px);
        margin: 0 6px 16px;
        width: calc(100% / 2 - 12px);
    }
}

.get-news__item:after {
    background-color: #26292b;
    border-radius: 4px;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.get-news .action-hover {
    opacity: 0;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .get-news .action-hover {
        left: 8px;
        right: 8px;
    }
}

.get-news__images {
    border-radius: 4px 4px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
}

@media (max-width: 991px) {
    .get-news__images {
        height: 165px;
    }
}

.get-news__images img {
    border-radius: 4px 4px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.get-news__detail {
    padding: 35px 15px 15px;
    position: relative;
}

@media (max-width: 991px) {
    .get-news__detail {
        padding: 15px 8px 12px;
    }
}

.get-news__name {
    color: #26292b;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .get-news__name {
        font-size: 12px;
        height: 36px;
        line-height: 18px;
    }
}

.get-news__name:hover {
    color: #EE4D2D;
}

.get-news__date {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .get-news__date {
        margin: 8px 0;
    }
}

.get-news__date-icon {
    color: #6e7173;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    margin: 0 8px 0 0;
}

@media (max-width: 991px) {
    .get-news__date-icon {
        font-size: 14px;
        line-height: 18px;
    }
}

.get-news__date-value {
    color: #6e7173;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .get-news__date-value {
        font-size: 12px;
        line-height: 18px;
    }
}

.cs-blog {
    margin-bottom: 30px;
}

.cs-blog h2 {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 29px;
    margin: 0 0 11px;
    position: relative;
    text-transform: uppercase;
}

.cs-blog::after {
    clear: both;
    content: "";
    display: block;
}

ul.blog-list {
    list-style: outside none none;
    margin: -30px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.blog-list.blog-slide {
    margin: 0;
}

.blog-list.blog-slider {
    margin: 0;
}

ul.blog-list li {
    float: left;
    list-style: outside none none;
    margin: 30px 0 0;
}

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

ul.blog-list.blog-slide li {
    margin-bottom: 10px;
    margin-top: 0;
}

ul.blog-list li:first-child {
    border: 0 none;
}

ul.blog-list li figure {
    overflow: hidden;
    position: relative;
}

ul.blog-list li figure img {
    width: 100%;
}

ul.blog-list li .cs-text {
    border: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 15px 20px;
}

.cs-blog-detail .cs-text .post-option {
    border-top: 1px solid #f0f0f0;
    float: left;
    padding-top: 10px;
    width: 100%;
}

.cs-blog-detail .cs-text .post-option span a {
    color: #777;
}

.widget ul.blog-list li .cs-text {
    height: auto;
    margin: 0;
    min-height: inherit;
    padding: 9px 0 13px;
}

ul.blog-list li .cs-text span {
    color: #8b919e;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
}

ul.blog-list li .cs-text p {
    margin-bottom: 12px;
}

ul.blog-list li .cs-text h5 {
    border-bottom: 1px solid #fff;
    font-size: 15px;
    margin: 0;
    min-height: 56px;
    padding: 0 0 5px;
}

ul.blog-list li .cs-text h5 a {
    color: #292c33;
}

ul.blog-list li .cs-text .readmore {
    float: right;
    font-size: 11px;
    line-height: 20px;
    padding-top: 6px;
    position: relative;
    text-transform: uppercase;
}

ul.blog-list .slick-list.draggable {
    overflow: hidden;
}

.cs-auther-name a {
    color: #999;
}

.blog-list .slick-arrow {
    background-color: #f9f9f9;
    float: left;
    height: 29px;
    margin: 5px 0 0 5px;
    text-align: center;
    width: 29px;
}

.blog-list .slick-arrow a {
    color: #999;
    font-size: 18px;
    line-height: 32px;
}

.cs-blog.classic {
    margin: 0 0 30px;
}

.cs-blog.classic ul {
    margin: 0;
}

.cs-blog.classic li {
    border-top: 2px solid #eceef0;
    float: left;
    list-style: outside none none;
    padding: 16px 0;
    width: 100%;
}

.cs-blog.classic p {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 -4px 0 0;
    vertical-align: middle;
    width: 100%;
}

.cs-blog.classic p i {
    color: #c4c6c8;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.cs-blog.classic span {
    display: inline-block;
    float: right;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}

.cs-blog.classic span i {
    color: #e2e5e8;
    float: right;
    font-size: 24px;
    margin: 2px 0 0 10px;
}

.cs-pagination-blog {
    margin-bottom: 30px;
}

.cs-blog.blog-medium {
    border-bottom: 0 none;
    margin: 0;
    padding-bottom: 30px;
}

.cs-blog.blog-medium::after {
    clear: both;
    content: "";
    display: block;
}

.cs-blog.blog-medium .blog-text .cs-post-title {
    clear: both;
}

.cs-blog .cs-media figure {
    position: relative;
}

.cs-blog .cs-media figure figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

.cs-blog .cs-media:hover figure figcaption {
    opacity: 1;
    visibility: visible;
}

.cs-blog.blog-medium .post-title h3 {
    margin-bottom: 0;
}

.cs-blog .post-title {
    margin-bottom: 10px;
}

.cs-blog.blog-medium .cs-media figure figcaption .cs-readmore a {
    color: #fff;
    font-size: 24px;
    left: 50%;
    margin: -10px 0 0 -65px;
    position: absolute;
    top: 50%;
    transform: scale(0.7);
}

.cs-blog.blog-medium .cs-media:hover figure figcaption .cs-readmore a {
    transform: scale(1);
}

.cs-blog.blog-medium:last-child {
    border-bottom: medium none;
    padding-bottom: 40px;
}

.blog-medium .cs-media {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    width: 37%;
}

.blog-modern .cs-media {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 48.6%;
}

.blog-medium .cs-media figure img,
.blog-modern .cs-media img {
    width: 100%;
}

.blog-medium .cs-media ~ .blog-text {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: middle;
    width: 58%;
}

.blog-modern .blog-text {
    display: inline-block;
    margin-right: -4px;
    padding-left: 30px;
    vertical-align: middle;
    width: 51.4%;
}

.blog-modern .blog-text .cs-post-title {
    margin-bottom: 5px;
    padding-bottom: 1px;
    position: relative;
}

.blog-modern .blog-text .cs-post-title::after {
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 27px;
}

.blog-modern .blog-text .blog-separator {
    margin: 0 0 10px;
}

.blog-modern .blog-text .blog-separator::before {
    display: none;
}

.blog-medium .blog-text {
    width: 99.1%;
}

.blog-medium .blog-text p {
    display: inline;
    margin: 0 0 15px;
}

.blog-medium .blog-separator {
    margin: 0 0 10px;
}

.cs-blog .cs-categories,
.cs-blog-detail .cs-categories {
    display: block;
    margin: 0 0 12px;
}

.cs-blog .cs-categories a,
.cs-blog-detail .cs-categories a {
    border-bottom: 2px solid #ededed;
    color: #55a747;
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.cs-blog-detail .post-option {
    float: right;
}

.cs-blog .post-option span a,
.cs-blog-detail .post-option span a {
    color: #999 !important;
    display: inline-block;
    font-size: 12px;
    margin-right: 18px;
    vertical-align: middle;
}

.cs-blog .post-option span i,
.cs-blog-detail .post-option span i {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.cs-blog-detail .post-option span.post-category i {
    margin: 0;
}

.cs-blog-detail .post-option .post-category a {
    margin-left: 10px;
    margin-right: 0;
}

.cs-blog-detail .post-option .post-date {
    margin-left: 18px;
}

.cs-blog-detail .cs-text .post-option span i {
    float: left;
    margin: 3px 8px 0 0;
}

.cs-blog.blog-grid figure img {
    width: 100%;
}

.cs-blog.blog-grid .cs-media ~ .blog-text {
    margin: -30px 0 0;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.cs-blog.blog-grid .cs-inner-bolg {
    background-color: #fff;
    display: inline-block;
    padding: 20px 25px;
    width: 100%;
}

.cs-blog.blog-grid .blog-text p {
    margin: 0 0 5px;
}

.cs-blog.blog-grid .post-option {
    line-height: normal;
    margin: 0 0 10px;
}

.cs-blog.blog-grid .post-option span {
    color: #8b919e;
    font-size: 10px;
    margin: 0 15px 0 0;
    position: relative;
    text-transform: uppercase;
}

.cs-blog.blog-grid .post-option span::before {
    background-color: #8b919e;
    border-radius: 100%;
    content: "";
    height: 3px;
    left: -10px;
    position: absolute;
    top: 5px;
    width: 3px;
}

.cs-blog.blog-grid .post-option span:last-child {
    margin: 0;
}

.cs-blog.blog-grid .post-option span:first-child::before {
    display: none;
}

.cs-blog.blog-grid .read-more {
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.cs-blog.blog-grid .read-more::before {
    content: "";
    font-family: "icomoon";
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 0;
}

.blog-large .cs-media img {
    width: 100%;
}

.blog-large .cs-text {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}

.blog-large .cs-media ~ .cs-text {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
}

.cs-blog .cs-author,
.cs-blog-detail .cs-author {
    float: left;
    margin: 0 0 10px;
}

.cs-blog .cs-author figure,
.cs-blog-detail .cs-author figure {
    display: inline-block;
    height: 32px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 32px;
}

.cs-blog .cs-author figure img,
.cs-blog-detail .cs-author figure img {
    border-radius: 100%;
}

.cs-blog .cs-author .cs-text,
.cs-blog-detail .cs-author .cs-text {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.cs-blog .cs-author .cs-text a,
.cs-blog-detail .cs-author .cs-text a {
    color: #555;
    font-size: 13px;
}

.blog-large .post-option,
.cs-blog.blog-medium .post-option {
    float: right;
}

.cs-blog.blog-large .post-option span i,
.cs-blog.blog-medium .post-option span i {
    color: #cfcfcf;
}

.post-option span i {
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.blog-separator {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    margin: 20px 0 25px;
    position: relative;
    width: 100%;
}

.blog-large .cs-text p {
    margin: 0 0 25px;
}

.blog-large .read-more {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    padding: 4px 20px;
    text-transform: uppercase;
}

.blog-large .cs-post-title {
    margin: 0 0 15px;
}

.blog-large .cs-post-title h3 {
    margin: 0;
}

.cs-blog-detail .cs-post-title h1 {
    margin: 0 0 10px;
}

.cs-blog-detail .cs-post-title::after {
    clear: both;
    content: "";
    display: block;
}

.cs-blog-detail .cs-main-post img {
    width: 100%;
}

.cs-blog-detail .cs-main-post {
    margin-bottom: 25px;
}

.cs-blog-detail .cs-admin-post .cs-media figure,
.cs-blog-detail .cs-admin-post .cs-media figure img {
    border-radius: 100%;
}

.cs-blog-detail .cs-admin-post .cs-text {
    overflow: hidden;
}

.cs-blog-detail .cs-admin-post {
    float: left;
    width: 40%;
}

.cs-blog-detail .cs-admin-post .cs-media {
    float: left;
    height: 46px;
    margin-right: 14px;
    width: 46px;
}

.cs-blog-detail .cs-author-name {
    color: #ccc;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding-top: 6px;
    vertical-align: middle;
}

.cs-blog-detail .cs-author-name strong {
    color: #55a747;
    display: block;
    line-height: 26px;
}

.cs-blog-detail .cs-more-post {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ccc;
    font-size: 11px;
    padding: 6px 8px;
}

.cs-blog-detail .cs-social-share {
    float: right;
}

.cs-blog-detail .cs-social-media {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.cs-blog-detail .cs-social-media li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    vertical-align: top;
}

.cs-blog-detail .cs-social-media li a {
    background-color: #fc6d4c;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 28px;
}

.cs-blog-detail .cs-social-media li a.cs-more {
    line-height: 33px;
    padding: 0;
}

.cs-blog-detail .cs-social-media li a::before {
    display: none;
}

.cs-blog-detail .cs-social-media li a[data-original-title="facebook"] {
    background-color: #2b4a8b;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Facebook"] {
    background-color: #2b4a8b;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Tumblr"] {
    background-color: #32506d;
}

.cs-blog-detail .cs-social-media li a[data-original-title="tumblr"] {
    background-color: #32506d;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Dribbble"] {
    background-color: #ea4c89;
}

.cs-blog-detail .cs-social-media li a[data-original-title="dribbble"] {
    background-color: #ea4c89;
}

.cs-blog-detail .cs-social-media li a[data-original-title="stumbleupon"] {
    background-color: #eb4823;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Stumbleupon"] {
    background-color: #eb4823;
}

.cs-blog-detail .cs-social-media li a[data-original-title="rss"] {
    background-color: #f06c19;
}

.cs-blog-detail .cs-social-media li a[data-original-title="twitter"] {
    background-color: #1f94d9;
}

.cs-blog-detail .cs-social-media li a[data-original-title="linkedin"] {
    background-color: #10598c;
}

.cs-blog-detail .cs-social-media li a[data-original-title="google"] {
    background-color: #d83936;
}

.cs-blog-detail .cs-social-media li a[data-original-title="youtube"] {
    background-color: #b00;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Youtube"] {
    background-color: #b00;
}

.cs-blog-detail .cs-social-media li a.cs-more .at4-icon {
    border-radius: 10px;
    margin: 5px 0 0 -2px;
}

.cs-blog-detail .cs-share {
    float: none;
    left: 0;
    margin: 0 15px 0 0;
    position: absolute;
    top: 0;
}

.cs-blog-detail .cs-share a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.cs-blog-detail .cs-share-detail::after {
    clear: both;
    content: "";
    display: block;
}

.cs-blog-detail .cs-share-detail {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    vertical-align: middle;
    width: 49%;
}

.cs-blog-detail .cs-post-option-panel {
    float: left;
    padding-top: 20px;
    width: 100%;
}

.cs-blog-detail .rich-editor-text p {
    margin-bottom: 30px;
}

blockquote,
.rich-text-editor blockquote {
    border-left: 4px solid;
    margin: 0 0 40px;
    padding: 20px 0 0;
    position: relative;
    width: 95%;
}

blockquote {
    background-color: #fcfcfc;
    font-style: italic;
    padding: 15px 40px 20px 50px !important;
}

blockquote,
blockquote span,
blockquote p {
    color: #777;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

blockquote .author-name a {
    color: #999;
    font-size: 11px;
}

blockquote.text-left-align {
    text-align: left;
}

blockquote.text-right-align {
    text-align: right;
}

blockquote.text-center-align {
    text-align: center;
}

blockquote::before,
.rich-text-editor blockquote::before {
    color: #eaeaea;
    content: "";
    font-family: "icomoon";
    font-size: 22px;
    font-style: normal;
    left: 24px;
    position: absolute;
    top: 15px;
    transform: scale(-1);
}

.rich-text-editor blockquote {
    background-color: #fcfcfc;
    font-style: italic;
    padding: 15px 40px 20px 50px;
}

.rich-text-editor blockquote p {
    margin: 0;
}

blockquote > span {
    margin: 0;
    position: relative;
}

blockquote > span.author-name::after {
    display: none;
}

blockquote > span::after {
    color: #eaeaea;
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 22px;
    font-style: normal;
    margin: 0 0 0 8px;
    position: relative;
    top: 3px;
}

.cs-blog-detail .tags {
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: middle;
    width: 50%;
}

.cs-blog-detail .cs-tags {
    display: block;
    padding: 0 0 40px;
}

.cs-blog-detail .cs-tags .tags span {
    color: #333;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px 5px 0;
}

.cs-blog-detail .cs-tags .tags ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.cs-tags ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 6px;
}

.cs-tags ul li a {
    display: block;
    font-size: 12px;
    margin: 0 8px 0 0;
}

.cs-tags .tags ul li a {
    background-color: #f5f5f5;
    border-radius: 20px;
    color: #777;
    padding: 2px 18px 3px;
}

.comment-respond {
    margin-bottom: 30px;
}

.comment-form ul {
    list-style: outside none none;
}

.comment-form ul li {
    margin-bottom: 30px;
}

.comment-form .cs-element-title h3 {
    margin: 0;
}

.comment-form form .input-holder {
    position: relative;
}

.comment-form form .input-holder i {
    color: #cecece;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.comment-form form .input-holder input[type="text"],
.comment-form form .input-holder textarea {
    border: 1px solid #e4e4e4;
    color: #999;
    font-size: 14px;
    height: 50px;
    margin-bottom: -1px;
    padding: 10px 20px;
    width: 100%;
}

.comment-form form .input-holder textarea {
    height: 214px;
    margin: 0 0 20px;
}

.comment-form form input[type="submit"] {
    background-color: #55a747;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.blog-detail {
    box-shadow: none;
}

.blog-detail .blog-list {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.blog-slider-next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
}

.blog-slider-prev {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}

.blog-detail::after,
.author-detail::after,
#comment ul li::after,
.blog-detail .blog-list::after,
.cs-packeges::after {
    clear: both;
    content: "";
    display: block;
}

.blog-title {
    margin-bottom: 25px;
}

.blog-title h3 {
    color: #282828;
    letter-spacing: -1px;
    line-height: 34px;
    margin: 0 0 10px;
}

.blog-detail .main-post {
    margin: 0 0 25px;
}

.blog-detail .main-post img {
    width: 100%;
}

.author-detail {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 22px;
}

.cs-admin figure {
    float: left;
    margin-right: 15px;
}

.cs-admin .cs-text {
    display: inline-block;
    overflow: hidden;
    padding-top: 8px;
}

.cs-admin .cs-text span {
    color: #ccc;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.cs-admin .cs-text strong {
    color: #282828;
    font-size: 14px;
    line-height: 18px;
}

.blog-detail h2 {
    line-height: 29px;
    margin: 0 0 11px;
    position: relative;
    width: 91%;
}

.rich-editor-text p {
    clear: both;
    line-height: 24px;
    margin-bottom: 20px;
}

.top_rw {
    background-color: #f4f4f4;
}

.td_w {
}

button {
    padding: 5px 10px;
    font-size: 14px;
}

.invoice-box {
    max-width: 890px;
    margin: auto;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 24px;
    font-family: "Averta-Regular", sans-serif;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
    border-bottom: solid 1px #ccc;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: middle;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 12px;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td {
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}


/** RTL **/

.rtl {
    direction: rtl;
    font-family: Tahoma, "Averta-Regular";
}

.rtl table {
    text-align: right;
}

.rtl table tr td:nth-child(2) {
    text-align: left;
}

.personal-menu__item {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.personal-menu__item.active .personal-menu__link,
.personal-menu__item:hover .personal-menu__link {
    background: -webkit-linear-gradient(left, #ffedf1 0%, rgba(255, 237, 241, 0) 100%);
    background: linear-gradient(90deg, #ffedf1 0%, rgba(255, 237, 241, 0) 100%);
    color: #EE4D2D;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.personal-menu__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #6e7173;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 15px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.personal-menu__link::before {
    background-color: transparent;
    border-radius: 0 4px 4px 0;
    content: "";
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.personal-menu__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 8px 0 0;
}

.personal-menu__icon i {
    font-size: 20px;
}

.personal-menu__name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
}

.personal-menu__name i {
    font-size: 20px;
    margin: 0 0 0 5px;
}

.form-group {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.textarea-group label,
.form-group label {
    color: #374151;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.form-group [type],
.textarea-group textarea {
    border: 1px solid #d2d6db;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
}

.form-group [type]:hover,
.textarea-group textarea:hover {
    border-color: #a8afb9;
}

.form-group [type]:focus,
.textarea-group textarea:focus {
    border-color: #EE4D2D;
}

.textarea-group {
    margin-top: 24px;
}

.textarea-group textarea {
    resize: none;
    width: 100%;
    margin-top: 10px;
    height: calc(100% - 59px);
}

.checkbox-group {
    margin-top: 25px;
}

.checkbox-group label {
    display: flex;
}

.checkbox-group label::before {
    content: "\0020";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #d2d6db;
    border-radius: 6px;
    transition: background 0.1s ease-in;
}

.checkbox-group input[type="checkbox"] {
    /* ici on ne doit pas mettre de display: none afin de pouvoir "tabber" */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.checkbox-group input[type="checkbox"]:focus + label:before {
    border-color: #5850eb;
}

.checkbox-group input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    background: #5850eb;
    border-color: #5850eb;
}

.button {
    font-weight: bold;
    line-height: 19px;
    background: #5850eb;
    border: none;
    padding: 15px 25px;
    border-radius: 6px;
    color: white;
    width: 100%;
    margin-top: 24px;
}

.button:hover {
    background: #6e67ee;
}

.button:focus {
    background: #4239e8;
}

@media screen and (min-width: 1024px) {
    .checkboxes {
        display: flex;
    }

    .checkboxes > :not(:first-child) {
        margin-left: 1rem;
    }

    .grid {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 2fr;
        grid-auto-rows: 1fr;
    }

    .email-group {
        grid-column: 1;
        grid-row: 2;
    }

    .phone-group {
        grid-column: 2;
        grid-row: 2;
    }

    .textarea-group {
        grid-column: 3;
        grid-row: span 2;
        margin-right: 2rem;
    }
}


/* @media (max-width: 991px) {
    .grid {
        padding: 15px 30px;
    }
} */

.button-general-click {
    display: flex;
    justify-content: center;
    width: calc(100% / 2);
    margin: 0 auto;
    padding: 20px 0;
}

@media (max-width: 600px) {
    .button-general-click {
        width: 100%;
    }
}

.personal-purchase-history {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
}

@media (min-width: 991px) {
    .personal-purchase-history {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .personal-purchase-history {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
    }
}

.personal-purchase-history__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 24px;
}

@media (max-width: 1200px) {
    .personal-purchase-history__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 20px;
    }
}

@media (max-width: 991px) {
    .personal-purchase-history__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.personal-purchase-history__title {
    color: #26292b;
    font-family: "Averta-Regular", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.purchase-list-history {
    border-top: 1px solid #e7e7e7;
    padding: 24px 0 0;
}

.purchase-list-history .personal-purchase-history__time {
    margin: 0 0 24px;
}

@media (max-width: 991px) {
    .purchase-list-history .personal-purchase-history__time {
        margin: 0 -8px 20px;
    }
}

.purchase-list-history .nav-tabs-plus {
    border-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}

.purchase-list-history .nav-item-plus {
    border-width: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3);
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    margin: 0;
    width: calc(100% / 3);
}

.purchase-list-history .nav-link-plus {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .purchase-list-history .nav-link-plus {
        padding: 0;
    }
}

.purchase-list-history__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
}

@media (max-width: 991px) {
    .purchase-list-history__row {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
}

.purchase-list-history__row:not(:last-child) {
    margin: 0 0 15px;
}

.purchase-list-history__info {
    width: calc(100% - 120px - 20px);
}

@media (max-width: 991px) {
    .purchase-list-history__info {
        width: 100%;
    }
}

.purchase-list-history__name {
    color: #26292b;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase-list-history__name:hover {
    color: #EE4D2D;
}

.purchase-list-history__list {
    margin: 6px 0 0;
}

.purchase-list-history__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6e7173;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.purchase-list-history__item:not(:last-child) {
    margin: 0 0 6px;
}

.purchase-list-history__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    margin: 0 8px 0 0;
}

.purchase-list-history__icon i {
    font-size: 16px;
}

.purchase-list-history__value {
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.purchase-list-history__number {
    color: #6e7173;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 30px;
    margin: 0 0 0 20px;
    width: 120px;
}

@media (max-width: 991px) {
    .purchase-list-history__number {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 15px 0 0;
        width: 100%;
    }
}

.purchase-list-history__number.highlight {
    color: #EE4D2D;
}

.right-content-default {
    line-height: 25px;
}

/*.modal {*/
/*    background-color: #fff;*/
/*    border-radius: 4px;*/
/*    box-shadow: 0 2px 16px rgba(210, 210, 210, 0.58);*/
/*    padding: 30px;*/
/*    width: 100%;*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .modal {*/
/*        padding: 30px 15px;*/
/*    }*/
/*}*/

/*.modal a.close-modal {*/
/*    display: none;*/
/*}*/

/*.modal__content {*/
/*    position: relative;*/
/*}*/

/*.modal__header {*/
/*    position: absolute;*/
/*    right: -15px;*/
/*    top: -15px;*/
/*    z-index: 1;*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .modal__header {*/
/*        right: 0;*/
/*    }*/
/*}*/

/*.modal__close {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    background-color: #b5b4b4;*/
/*    border-radius: 50%;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    height: 20px;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    width: 20px;*/
/*}*/

/*.modal__close i {*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*}*/

/*.modal--endow {*/
/*    max-width: 540px;*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .modal--endow {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

/*.modal--endow .modal__body {*/
/*    padding: 0;*/
/*}*/

/*.modal-endow__title {*/
/*    color: #26292b;*/
/*    font-family: "Averta-Regular", sans-serif;*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    line-height: 32px;*/
/*    margin: 0 0 25px;*/
/*    text-align: center;*/
/*}*/

/*.modal-endow__images {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    margin: 30px 0 20px;*/
/*}*/

/*.modal-endow__images img {*/
/*    height: 100px;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    width: 100px;*/
/*}*/

/*.modal-endow__exchange {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    color: #EE4D2D;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    font-family: "Averta-Regular", sans-serif;*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    line-height: 32px;*/
/*    margin: 20px 0;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .modal-endow__exchange {*/
/*        font-size: 20px;*/
/*        line-height: 30px;*/
/*        margin: 15px 0;*/
/*    }*/
/*}*/

/*.modal-endow__exchange-icon {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    padding: 0 20px;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .modal-endow__exchange-icon {*/
/*        padding: 0 15px;*/
/*    }*/
/*}*/

/*.modal-endow__exchange-icon i {*/
/*    font-size: 30px;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .modal-endow__exchange-icon i {*/
/*        font-size: 24px;*/
/*    }*/
/*}*/

/*.modal-endow__noti {*/
/*    color: #26292b;*/
/*    font-family: "Averta-Regular", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin: 0 0 20px;*/
/*    text-align: center;*/
/*}*/

/*.modal-endow__noti span {*/
/*    font-weight: 600;*/
/*}*/

/*.modal-endow__otp {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    margin: 20px -12px 15px;*/
/*}*/

/*.modal-endow__otp .form-control-plus {*/
/*    -webkit-box-flex: 0;*/
/*    -webkit-flex: 0 0 56px;*/
/*    -ms-flex: 0 0 56px;*/
/*    flex: 0 0 56px;*/
/*    font-size: 20px;*/
/*    height: 56px;*/
/*    line-height: 30px;*/
/*    margin: 0 12px;*/
/*    text-align: center;*/
/*    width: 56px;*/
/*}*/

/*.modal-endow__des {*/
/*    color: #26292b;*/
/*    font-family: "Averta-Regular", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin: 10px 0;*/
/*    text-align: center;*/
/*}*/

/*.modal-endow__des span {*/
/*    font-weight: 600;*/
/*}*/

/*.modal-endow__link {*/
/*    color: #EE4D2D;*/
/*    display: block;*/
/*    font-family: "Averta-Regular", sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    line-height: 24px;*/
/*    margin: 10px 0;*/
/*    text-align: center;*/
/*}*/

/*.modal-endow__link:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.modal-endow__app {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    margin: 25px -15px 0;*/
/*}*/

/*.modal-endow__app-item {*/
/*    margin: 0 15px;*/
/*}*/

/*.modal-endow__app-link {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*.modal-endow__app-link img:hover {*/
/*    opacity: 0.75;*/
/*}*/

/*.modal-endow__btn {*/
/*    margin: 30px 0 0;*/
/*}*/

/*.modal-endow__btn .button-hd:not(:last-child) {*/
/*    margin: 0 0 16px;*/
/*}*/

.hd__active {
    background-color: #EE4D2D !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.change-qty-btn {
    cursor: pointer;
}

.button-hd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
    padding: 9px 20px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.button-hd:before {
    border-radius: 4px;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    z-index: -1;
}

.button-hd:after {
    border-radius: 4px;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.button-hd:hover:before {
    width: 100%;
}

.button-hd--primary {
    background-color: white;
    color: red;
    border-color: #EE4D2D;
}

.button-hd--primary:hover {
    border-color: #EE4D2D;
    color: white;
    text-decoration: none;
}

.button-hd--primary:before {
    background-color: #EE4D2D;
}


/* Login */

.content {
    max-width: 100%;
    margin: 0 auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 30px;
    word-break: break-word;
}

@media (max-width: 991px) {
    .control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 40px;
    }
}

.control__images-banner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 580px;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    margin: 0 100px 0 0;
}

@media (max-width: 1199px) {
    .control__images-banner {
        margin: unset;
    }
}

@media (max-width: 991px) {
    .control__images-banner {
        display: none;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        margin: 0 0 30px;
        width: 100%;
    }
}

.control__images-banner img {
    -o-object-fit: cover;
    object-fit: cover;
}

.control__images-banner img:hover {
    opacity: 0.75;
}

.control__form-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 326px;
    -ms-flex: 0 0 326px;
    flex: 0 0 326px;
    padding: 50px 0;
}

@media (max-width: 991px) {
    .control__form-content {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding: 10px 0;
    }
}

.control__form-title {
    color: #44494d;
    font-family: "Averta-Regular", sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.15px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .control__form-title {
        font-size: 20px;
        letter-spacing: 0;
        text-align: center;
    }
}

.control__form-info {
    margin: 20px 0 0;
}

.control__note {
    color: #44494d;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: 5px 0 0;
}

.control__note-link {
    color: #EE4D2D;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .control__note-link {
        font-size: 12px;
        line-height: 18px;
    }
}

.control__note-link:hover {
    opacity: 0.75;
}

.control__des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin: 5px 0 0;
    cursor: pointer;
}

.control__des-link {
    color: #EE4D2D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.control__des-link--forgot {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.control__des-link:hover {
    opacity: 0.75;
    text-decoration: underline;
}

.control__btn {
    margin: 15px 0;
}

.control__noti {
    color: #44494d;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: 15px 0 0;
}

.control__noti-link {
    color: #EE4D2D;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 0 2px;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 991px) {
    .control__noti-link {
        font-size: 12px;
        line-height: 18px;
    }
}

.control__noti-link:hover {
    opacity: 0.75;
}

.form-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    color: #d1d1d1;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 24px;
}

.control__form-value {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}

.control__form-value .label-title {
    color: #44494d;
    display: inline-block;
    font-family: "Averta-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    word-break: break-word;
}

@media (max-width: 575px) {
    .control__form-value .label-title {
        font-size: 14px;
    }
}

.control__form-value .required {
    color: #f25151;
    margin-left: 2px;
    position: absolute;
    top: -2px;
}

.control__form-value .form-control {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    color: #44494d;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 9px 30px 9px 15px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

@media (max-width: 575px) {
    .control__form-value .form-control {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 30px 10px 15px;
    }
}

.control__form-value .form-control::-webkit-input-placeholder {
    color: #b5b4b4;
}

.control__form-value .form-control::-moz-placeholder {
    color: #b5b4b4;
}

.control__form-value .form-control:-ms-input-placeholder {
    color: #b5b4b4;
}

.control__form-value .form-control::placeholder {
    color: #b5b4b4;
}

@media (max-width: 575px) {
    .control__form-value .form-control::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .control__form-value .form-control::-moz-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .control__form-value .form-control:-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .control__form-value .form-control::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
}

.control__form-value .form-control:focus {
    border-color: #EE4D2D;
}

.control__form-value .form-control:disabled {
    background-color: #e4e4e4;
    color: #727272;
    opacity: 1;
}

.control__form-value .form-control:disabled::-webkit-input-placeholder {
    color: #727272;
}

.control__form-value .form-control:disabled::-moz-placeholder {
    color: #727272;
}

.control__form-value .form-control:disabled:-ms-input-placeholder {
    color: #727272;
}

.control__form-value .form-control:disabled::placeholder {
    color: #727272;
}

.control__form-value textarea.form-control {
    min-height: 150px;
}

.control__form-value__des {
    color: #44494d;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    margin: 0 0 3px;
}

.control__form-value__link {
    color: #EE4D2D;
    font-family: "Averta-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: underline;
}

.help-block {
    font-size: 14px;
    color: #EE4D2D;
}


/* End Content */

.header .search {
    height: 55px;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
}

.header .search .input-box {
    position: relative;
    position: relative;
    width: 100%;
    display: inline-block;
}

.header .search .input-box input {
    background: transparent none repeat scroll 0 0;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    color: #323638;
    display: block;
    font-size: 14px;
    height: 38px;
    font-weight: 400;
    outline: medium none;
    padding: 0 60px 0 15px;
    width: 100%;
    margin-top: 2px;
    background-color: #fff;
    border-radius: 3px;
}

.header .search .src-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 45px;
    line-height: 56px;
    position: absolute;
    right: 5px;
    top: -9px;
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

.header .search .form-group {
    margin: 0
}

.header .search .search-keyword {
    width: 250px;
    float: left;
    height: 34px;
}

.header .search .search-location {
    width: 250px;
    float: left;
    margin-left: 15px;
    height: 34px;
}

.header .search button {
    margin-left: 15px;
}

.box-name {
    display: flex;
    justify-content: center;
}

button:focus {
    outline: unset !important;
}

/*
Bootstrap Breakpoints Mixins
*/
/*
Bootstrap Variables
*/
/*
Code
*/
.m-subscribe1 {
    background: #f8f9fa;
    padding-bottom: 40px;
    padding-top: 44px;
    width: 100%;
}

.m-subscribe1__title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 2px;
    text-align: center;
}

@media (min-width: 992px) {
    .m-subscribe1__title {
        font-size: 2rem;
        text-align: left;
    }
}

.m-subscribe1__form {
    float: none;
    margin-top: 36px;
    width: 100%;
}

@media (min-width: 992px) {
    .m-subscribe1__form {
        float: right;
        margin-top: 0;
        width: auto;
    }
}

.m-subscribe1__form input[type=email] {
    border-radius: 20px;
    display: block;
    height: 43px;
    margin-bottom: 10px;
    margin-right: 5px;
    min-width: auto;
    position: relative;
    top: -4px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .m-subscribe1__form input[type=email] {
        display: inline-block;
        margin-bottom: 0;
        width: calc(100% - 160px);
    }
}

@media (min-width: 992px) {
    .m-subscribe1__form input[type=email] {
        display: block;
        margin-right: 16px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .m-subscribe1__form input[type=email] {
        min-width: 290px;
    }
}

@media (min-width: 1200px) {
    .m-subscribe1__form input[type=email] {
        min-width: 334px;
    }
}

.m-subscribe1__form button[type=submit] {
    border-radius: 20px;
    display: block;
    float: right;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 3.2;
    margin-left: auto;
    padding: 0 32px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .m-subscribe1__form button[type=submit] {
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 992px) {
    .m-subscribe1__form button[type=submit] {
        display: block;
        float: none;
        margin-left: 0;
    }
}
