@charset "UTF-8";
/* Page general*/
.error {
    color: #f72b3f;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-top: 10px;
}

.title h1 {
    color: var(--maincolor);
    font-size: 35px;
    font-family: "BeVietnamPro-Medium";
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .title h1 h1 {
        font-size: 26px;
    }
}

.title.page-default-title h1 {
    margin: 80px 0 30px;
    font-size: 35px;
    line-height: 33px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .title.page-default-title h1 {
        margin: 30px 0;
        font-size: 20px;
    }
}

.icon-p-store-1 {
    background: #0a3e89;
}

.icon-p-store-2 {
    background: #ef4b83;
}

.icon-p-store-3 {
    background: #ff8f01;
}

.icon-p-store-4 {
    background: #97a3be;
}

.icon-p-store-5 {
    background: #3ca6e3;
}

.icon-p-store-6 {
    background: #30b30c;
}

/* Page Default */
.page-default-content h4 {
    font-size: 20px;
    line-height: 25px;
}

.page-default-content p, .page-default-content div {
    color: #5b657a;
    font-size: 17px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .page-default-content h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .page-default-content p, .page-default-content div {
        font-size: 15px;
    }
}

.page-refund_policy .page-default-content h3, .page-refund_policy .page-default-content h4 {
    font-size: 20px;
    line-height: 25px;
    color: var(--textcolor);
    margin-bottom: 20px;
}

.page-refund_policy .page-default-content h3 {
    margin-top: 35px;
}

.page-refund_policy .page-default-content h4 {
    margin-bottom: 30px;
}

.page-refund_policy .page-default-content div, .page-refund_policy .page-default-content p, .page-refund_policy .page-default-content ul li {
    font-family: 'BeVietnamPro-Regular', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: var(--textcolor);
}

.page-refund_policy .page-default-content ul {
    padding-left: 15px;
}

.page-refund_policy .page-default-content div + h4 {
    margin-top: 60px;
}

.page-refund_policy .page-default-content h3 + .row > div {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .page-refund_policy .page-default-content h3 + .row {
        margin-top: 50px;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(n+1):nth-child(-n+3) .return_heading {
        position: relative;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(n+1):nth-child(-n+3) .return_heading:after {
        content: '';
        background: url("../../../../file.hstatic.net/200000303807/file/arrow_processing_92ae801437f847b98432cef2756e321e.jpg") no-repeat;
        position: absolute;
        right: -45px;
        top: 5px;
        background-size: 45px 15px;
        width: 45px;
        height: 15px;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(2) {
        padding-right: 0;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(3) {
        padding: 0;
    }

    .page-refund_policy .page-default-content h3 + .row > div:last-child {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .page-refund_policy .page-default-content h3 + .row {
        margin-top: 30px;
    }

    .page-refund_policy .page-default-content h3 + .row > div {
        padding: 0 12px;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(1) .return_heading, .page-refund_policy .page-default-content h3 + .row > div:nth-child(3) .return_heading {
        position: relative;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(1) .return_heading:after, .page-refund_policy .page-default-content h3 + .row > div:nth-child(3) .return_heading:after {
        content: '';
        background: url("../../../../file.hstatic.net/200000303807/file/arrow_processing_92ae801437f847b98432cef2756e321e.jpg") no-repeat;
        position: absolute;
        right: -45px;
        top: 5px;
        background-size: 45px 15px;
        width: 45px;
        height: 15px;
    }

    .page-refund_policy .page-default-content h3 + .row > div:first-child {
        margin-bottom: 25px;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(2) {
        padding: 0 12px;
        margin-bottom: 25px;
    }

    .page-refund_policy .page-default-content h3 + .row > div:nth-child(3) {
        padding-right: 0;
    }

    .page-refund_policy .page-default-content h3 + .row > div:last-child {
        padding-left: 0;
    }

    .page-refund_policy .page-default-content h3 + .row > div:last-child .return_detail i {
        max-width: 85% !important;
    }
}

.page-refund_policy .page-default-content div[class*='return_'] {
    text-align: center;
}

.page-refund_policy .page-default-content .return_object {
    color: #d0cece !important;
    padding-bottom: 5px;
    border-bottom: 2px solid #d0cece;
    margin-bottom: 30px;
}

.page-refund_policy .page-default-content .return_heading {
    font-family: 'BeVietnamPro-bold', sans-serif !important;
    margin-bottom: 35px;
    color: #000046;
}

.page-refund_policy .page-default-content .return_detail {
    max-width: 80%;
    margin: auto;
    color: #000046;
}

.page-refund_policy .page-default-content .return_detail i {
    display: block;
    font-size: 15px;
    line-height: 23px;
}

@media (max-width: 767px) {
    .page-refund_policy .page-default-content h3, .page-refund_policy .page-default-content h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .page-refund_policy .page-default-content .return_object {
        margin-bottom: 10px;
    }

    .page-refund_policy .page-default-content .return_heading {
        margin-bottom: 15px;
    }

    .page-refund_policy .page-default-content .return_detail {
        max-width: 100%;
        font-size: 13px;
        line-height: 21px;
    }

    .page-refund_policy .page-default-content .return_detail i {
        font-size: 11px;
        line-height: 19px;
        max-width: 80%;
        margin: 0 auto;
    }
}

/*Page Contact*/
.contact-content {
    padding: 90px 55px 45px;
    text-align: center;
    font-size: 20px;
}

.contact-content_description a {
    color: var(--bluea);
}

.contact-content_description p {
    line-height: 32px;
    color: #646e82;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-content {
        padding: 40px 0 25px;
        font-size: 16px;
    }

    .contact-content_title_description p {
        font-size: 16px;
    }
}

.contact-service {
    background: #fafafa;
    padding: 30px 0;
}

.contact-service .service-title {
    font-size: 22px;
    color: #5b657a;
}

.contact-service_item {
    display: flex;
    gap: 25px;
}

.contact-service_item .service-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 50px) / 3);
    padding: 40px 0 55px;
    text-align: center;
    justify-content: center;
}

.contact-service_item .service-item .service-img {
    max-width: 30.5%;
}

@media (max-width: 767px) {
    .contact-service_item {
        gap: 10px;
    }

    .contact-service_item .service-item {
        width: calc((100% - 20px) / 3);
        padding: 20px 5px 25px;
    }

    .contact-service .service-title {
        font-size: 16px;
    }
}

.contact-send {
    padding: 75px 21.26% 65px;
    text-align: center;
}

.contact-send_title h2 {
    color: var(--maincolor);
    font-size: 35px;
    font-family: "BeVietnamPro-Medium";
    margin-bottom: 75px;
}

.contact-send_form .form-signup .count-area {
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #6c757d;
}

.contact-send_form .form-signup .btn-lienhe {
    width: auto;
    margin: 0 auto;
    padding: 10px 50px;
    border-radius: 25px;
    outline: none;
    display: block;
    color: #fff;
    font-family: 'BeVietnamPro-Regular', sans-serif;
    transition: all .5s;
    border: 1px solid #002c6b;
    background-image: -webkit-linear-gradient(30deg, #002c6b 50%, transparent 50%);
    background-image: linear-gradient(30deg, #002c6b 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.contact-send_form .form-signup .btn-lienhe:hover {
    background-position: 100%;
    color: #002c6b;
}

.contact-send_form .form-signup .form-group .error {
    color: #f72b3f;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .contact-send {
        padding: 75px 0 65px;
    }

    .contact-send_title h2 {
        font-size: 26px;
    }
}

/*Page Contact Detail*/
.contact-detail {
    padding: 90px 0 50px;
}

.contact-detail .ask {
    max-width: 63.28%;
    margin: 0 auto;
}

.contact-detail .ask_title h1 {
    margin-bottom: 20px;
}

.contact-detail .ask_search {
    padding: 0 3.08%;
}

.contact-detail .ask_search input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    margin-bottom: 60px;
}

.contact-detail .ask_content {
    flex: wrap;
    align-items: start;
}

.contact-detail .ask_content .ask-left {
    width: 70.37%;
}

.contact-detail .ask_content .ask-left .ask_block {
    margin-bottom: 15px;
}

.contact-detail .ask_content .ask-left .ask_block-title h3 {
    font-size: 18px;
    font-family: "BeVietnamPro-Medium";
    color: var(--maincolor);
    margin-bottom: 10px;
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item {
    margin-bottom: 10px;
    transition: all .5s;
    color: var(--maincolor);
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-question {
    position: relative;
    padding: 20px 15px;
    background: #b9ecff;
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-question:hover {
    background: #75dcfc;
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-question:before {
    width: 14px;
    height: 2px;
    background-color: #002c6b;
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    content: '';
    transform: translateY(-50%);
    transition: all .4s;
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-question:after {
    width: 14px;
    height: 2px;
    background-color: #002c6b;
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    content: '';
    transform: translateY(-50%);
    transition: all .4s;
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-question.collapsed:before {
    transform: translateY(-50%) rotate(90deg);
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-question.collapsed:after {
    transform: translateY(-50%) rotate(180deg);
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-anser {
    transition: all .5s ease;
}

.contact-detail .ask_content .ask-left .ask_block-item .ask-item .ask-anser_content {
    padding: 15px;
}

.contact-detail .ask_content .ask-left .ask_email {
    color: var(--maincolor);
}

.contact-detail .ask_content .ask-left .ask_email a {
    color: var(--maincolor);
}

.contact-detail .ask_content .ask_menu {
    width: 29.63%;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    right: 0;
    padding-left: 9.25%;
}

.contact-detail .ask_content .ask_menu ul {
    list-style-type: none;
    padding: 0;
}

.contact-detail .ask_content .ask_menu ul li {
    color: #8d97a5;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    transition: all .2s;
    cursor: pointer;
}

.contact-detail .ask_content .ask_menu ul li.active {
    color: var(--maincolor);
}

@media (max-width: 1024px) {
    .contact-detail .ask {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .contact-detail .ask {
        max-width: 100%;
    }

    .contact-detail .ask_content .ask-left {
        width: 100%;
    }
}

/*-- PAGE ABOUT --*/
.abu_top_banner {
    position: relative;
}

@media (min-width: 768px) {
    .abu_top_banner {
        background: url(../../../../file.hstatic.net/200000303807/file/aboutus-anh1_op2_03a57d069b1d45589dafd12eaa570f2e.png) no-repeat;
        background-position: top center;
        background-size: auto 100%;
    }
}

.abu_top_banner .abu_top_banner-info {
    /*position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;*/
}

.abu_top_banner .abu_top_banner-info img {
    /*width: 55%;*/
    transform: translateX(-30%);
    opacity: 0;
    transition: all 1s;
}

.abu_top_banner .abu_top_banner-info--desktop {
    /*margin-top: 4.5%;*/
    padding: 4.5% 0 42px;
}

.abu_top_banner .abu_top_banner-info--description {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    max-width: 80%;
    margin: 25px auto 0;
    transform: translateX(-30%);
    opacity: 0;
    transition: all 1s;
}

.abu_top_banner .abu_top_banner-info.show .abu_top_banner-info--description, .abu_top_banner .abu_top_banner-info.show img {
    transform: translateX(0);
    opacity: 1;
}

@media (min-width: 1025px) {
    .abu_sight_misson > div .container {
        padding: 0 30px;
    }
}

.abu_sight_misson-top {
    padding: 79px 0 102px;
}

.abu_sight_misson-top .container {
    position: relative;
}

.abu_sight_misson-top--img {
    flex: 0 0 auto;
    width: 39.76%;
    margin-right: 5.6%;
}

.abu_sight_misson-top--description {
    flex: 0 0 auto;
    width: 52.64%;
}

.abu_sight_misson-top--description h2 {
    color: #00adf0;
    font-family: 'BeVietnamPro-Regular';
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.abu_sight_misson-top--description h3 {
    font-family: 'BeVietnamPro-bold';
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .abu_sight_misson-top--description img {
        position: absolute;
        left: 30px;
        top: 0;
        width: calc(39.76% - 30px);
    }
}

.abu_sight_misson-top--description p {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
}

.abu_sight_misson-top--description p:last-child {
    max-width: 97%;
}

.abu_sight_misson-top--description ul {
    list-style: none;
    padding: 0;
}

.abu_sight_misson-top--description ul li {
    padding: 20px 20px 18px 60px;
    margin-bottom: 15px;
    background: #caeefa;
    width: 56.5%;
    color: #002c6b;
    font-family: 'BeVietnamPro-bold', sans-serif;
    font-size: 17px;
    position: relative;
    background-image: url(../../../../file.hstatic.net/200000303807/file/icon_about_blue_2e83219444be424e90d826d44e10a813.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 20px 20px;
}

.abu_sight_misson-top--description ul li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.abu_sight_misson-bottom {
    background: #00adef;
    color: #fff;
    padding: 46px 0 42px;
}

.abu_sight_misson-bottom-img {
    margin-right: 19px;
}

.abu_sight_misson-bottom-description {
    max-width: 65%;
    font-size: 19px;
    line-height: 27px;
}

.abu_sight_misson-bottom-description strong {
    font-family: 'BeVietnamPro-bold', san-serif;
}

.abu_videos {
    padding: 68px 0 102px;
}

.abu_videos h2 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    max-width: 74%;
    margin: 0 auto 36px;
}

.abu_videos h2 strong {
    color: #00adf0;
    font-size: 28px;
}

.abu_videos p {
    font-size: 15.5px;
    line-height: 24px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 50px;
    color: #5b657a;
}

.abu_videos .abu_video_slide button.slick-arrow {
    position: absolute;
    width: 60px;
    height: 100%;
    background: none;
    font-size: 0;
    top: 0;
    border: none;
    z-index: 10;
}

.abu_videos .abu_video_slide button.slick-arrow:hover, .abu_videos .abu_video_slide button.slick-arrow:focus {
    outline: none;
}

.abu_videos .abu_video_slide button.slick-prev {
    background: url(../../../../file.hstatic.net/200000303807/file/about_slide_arror_2b9ee8f81e384ec6ae10380a92b06c15.png) no-repeat;
    background-position: center 35%;
    background-size: contain;
    left: 10%;
}

.abu_videos .abu_video_slide button.slick-next {
    background: url(../../../../file.hstatic.net/200000303807/file/about_sldie_arrow_right_91077797f6a44ebf8e2c78f0d2be5665.png) no-repeat;
    background-position: center 35%;
    background-size: contain;
    right: 10%;
    left: initial;
}

.abu_videos .abu_video_slide ul.slick-dots {
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.abu_videos .abu_video_slide ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #e1e4e9;
    border-radius: 50%;
    border: none;
}

.abu_videos .abu_video_slide ul.slick-dots li.slick-active button {
    background: #25a7e8;
}

.abu_videos .abu_video_slide ul.slick-dots li:not(:last-child) {
    margin-right: 15px;
}

.abu_videos .abu_video_iframe {
    position: relative;
    width: 64.61%;
    height: 474px;
    margin: 0 auto;
}

.abu_videos .abu_video_iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.abu_videos .abu_video_caption {
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 16px;
    margin: 18px auto;
    max-width: 45%;
}

.abu_establisher {
    margin-bottom: 105px;
}

.abu_establisher h3, .abu_establisher h2 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    max-width: 74%;
    margin: 0 auto 36px;
}

.abu_establisher p {
    font-size: 15.5px;
    line-height: 24px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 50px;
    color: #5b657a;
}

.abu_establisher .establish_slider {
    position: relative;
    padding-left: 4%;
}

.abu_establisher .establish_thumbs {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: space-between;
    flex-direction: column;
    z-index: 5;
}

.abu_establisher .establish_thumbs .establish_thumb {
    position: relative;
    margin-top: 34px;
    cursor: pointer;
}

.abu_establisher .establish_thumbs .establish_thumb:not(.active):after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.abu_establisher .establish_thumbs .establish_thumb.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #00adf0;
}

.abu_establisher .establish_mains .establish_main_img {
    flex: 0 0 auto;
    width: 31.2%;
    margin-right: 3.76%;
    border-radius: 20px;
    overflow: hidden;
}

.abu_establisher .establish_mains .establish_main_info {
    text-align: left;
}

.abu_establisher .establish_mains .establish_main_info h2 {
    font-size: 24px;
    line-height: 38px;
    color: #00adf0;
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
}

.abu_establisher .establish_mains .establish_main_info ul {
    list-style: none;
    padding: 0;
}

.abu_establisher .establish_mains .establish_main_info ul li {
    color: #5b657a;
    font-family: 'BeVietnamPro-Bold', sans-serif;
}

.abu_establisher .establish_mains .establish_main_info ul li i {
    margin-right: 10px;
    color: #00adf0;
    font-size: 15.5px;
    line-height: 26px;
}

.abu_establisher .establish_mains .establish_main_info p {
    padding: 0;
    max-width: 88.5%;
    margin: 0;
    text-align: left;
    font-style: italic;
}

.abu_company {
    padding-bottom: 60px;
}

.abu_company_img {
    flex: 0 0 auto;
    width: 52%;
}

.abu_company_info {
    flex: 0 0 auto;
    width: 48%;
    padding-right: 20px;
}

.abu_company_info h3 {
    font-family: 'BeVietnamPro-bold';
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
}

.abu_company_info h3 strong {
    color: #00adf0;
}

.abu_company_info p {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
}

.abu_company_info p:last-child {
    max-width: 97%;
}

.abu_company_info ul {
    list-style: none;
    padding: 0;
}

.abu_company_info ul li {
    padding: 20px 20px 18px 60px;
    margin-bottom: 15px;
    background: #00adf0;
    width: 56.5%;
    color: #fff;
    font-family: 'BeVietnamPro-bold', sans-serif;
    font-size: 17px;
    position: relative;
    background-image: url(../../../../file.hstatic.net/200000303807/file/icon_about_white_af2e382da25a49a2aa0bf34d193c8cf3.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 20px 20px;
}

.abu_company_info ul li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.abu_hanhtrinh {
    margin-bottom: 180px;
}

.abu_hanhtrinh h3 {
    font-family: 'BeVietnamPro-bold', san-serif;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
}

.abu_hanhtrinh h3 strong {
    color: #00adf0;
}

.abu_hanhtrinh p {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
    max-width: 94%;
    margin: 0 auto 82px;
}

.abu_world {
    padding-bottom: 68px;
    border-bottom: 1px solid #eeeeee;
}

.abu_world h2 {
    font-family: 'BeVietnamPro-bold', san-serif;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
}

.abu_world h2 strong {
    color: #00adf0;
}

.abu_world p {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
    max-width: 94%;
    margin: 0 auto 82px;
}

.abu_world p strong {
    font-family: 'BeVietnamPro-bold', san-serif;
}

.abu_products {
    padding: 62px 0 0;
}

.abu_products h3 {
    font-family: 'BeVietnamPro-bold', san-serif;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
}

.abu_products h3 strong {
    color: #00adf0;
}

.abu_products p:not(.semibold) {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
    max-width: 94%;
    margin: 0 auto 82px;
}

.abu_products p:not(.semibold) strong {
    font-family: 'BeVietnamPro-bold', san-serif;
}

/*---------Hệ thống cửa hàng----------*/
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.stores__layout {
    margin-top: 15px;
}

.stores__layout .error {
    margin: 0 0 10px;
}

.stores__layout .error-area {
    margin-top: 10px;
}

.stores__layout span.colon {
    background: #0a3e89;
}

.stores__layout span.preg {
    background: #ef4b83;
}

.stores__layout span.navax {
    background: #ff8f01;
}

.stores__layout span.secret {
    background: #97a3be;
}

.stores__layout span.clausy {
    background: #3ca6e3;
}

.stores__layout .storefilter {
    background: var(--subcolor);
    color: var(--whitecolor);
    padding: 20px 40px 40px 20px;
    border-radius: 6px;
}

.stores__layout .storefilter_intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.stores__layout .storefilter_intro .intro1 {
    font-size: 22px;
}

.stores__layout .storefilter_intro .intro1 span {
    font-size: 37px;
}

.stores__layout .storefilter_intro .intro2 {
    font-size: 16px;
    display: flex;
    justify-content: end;
    cursor: pointer;
    gap: 8px;
}

.stores__layout .storefilter_intro .intro2 svg {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .stores__layout .storefilter_intro .intro2 {
        text-align: right;
    }
}

.stores__layout .storefilter_form {
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.stores__layout .storefilter_form .form_item {
    display: flex;
    flex-flow: column;
    height: 100%;
    flex: 0 0 36.67%;
}

.stores__layout .storefilter_form .form_item .label {
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
}

.stores__layout .storefilter_form .form_item .select_option {
    position: relative;
    z-index: 1051;
    flex: 1;
    width: 100%;
}

.stores__layout .storefilter_form .form_item .select_option .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: gray;
    background: white;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
}

.stores__layout .storefilter_form .form_item .select_option .select .holder {
    padding: 12px 15px;
    flex: 1;
    font-size: 15px;
}

.stores__layout .storefilter_form .form_item .select_option .select .icon_action {
    display: flex;
    padding: 8px;
    gap: 8px;
}

.stores__layout .storefilter_form .form_item .select_option .select .icon_action svg {
    width: 18px;
    height: 18px;
}

.stores__layout .storefilter_form .form_item .select_option .select:hover .down {
    stroke: #0065FF;
}

.stores__layout .storefilter_form .form_item .select_option .option {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    top: 108%;
    min-height: 50px;
    border-radius: 3px;
    box-shadow: 4px 7px 7px 1px rgba(0, 0, 0, 0.14);
    padding: 0 0 10px 0;
}

.stores__layout .storefilter_form .form_item .select_option .option.noTabs {
    padding: 10px 0;
}

.stores__layout .storefilter_form .form_item .select_option .option.show {
    display: block;
}

.stores__layout .storefilter_form .form_item .select_option .option .tab-option {
    color: black;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #f2f4f5;
    margin-bottom: 10px;
}

.stores__layout .storefilter_form .form_item .select_option .option .tab-option span {
    cursor: pointer;
    display: block;
    padding: 10px 16px;
    position: relative;
    color: #b2bac6;
}

.stores__layout .storefilter_form .form_item .select_option .option .tab-option span:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    max-width: 100%;
    height: 3px;
    content: "";
    display: block;
    background: #0f62f9;
    border-radius: 99px 99px 0 0;
}

.stores__layout .storefilter_form .form_item .select_option .option .tab-option span.active {
    color: #0f62f9;
}

.stores__layout .storefilter_form .form_item .select_option .option .tab-option span.active:after {
    width: 44px;
}

@media (max-width: 767px) {
    .stores__layout .storefilter_form .form_item .select_option .option .tab-option span {
        padding: 10px;
    }
}

.stores__layout .storefilter_form .form_item .select_option .option .search-option {
    padding: 0 15px;
    margin-bottom: 15px;
}

.stores__layout .storefilter_form .form_item .select_option .option .search-option input {
    width: 100%;
    border-radius: 3px;
    border: 1.5px solid rgba(68, 62, 62, 0.31);
    padding: 4px 15px;
}

.stores__layout .storefilter_form .form_item .select_option .option .list-option {
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.stores__layout .storefilter_form .form_item .select_option .option .list-option .item-option {
    display: flex;
    gap: 10px;
    color: initial;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 15px;
}

.stores__layout .storefilter_form .form_item .select_option .option .list-option .item-option span:not(.text-value) {
    display: block;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
}

.stores__layout .storefilter_form .form_item .select_option .option .list-option .item-option:hover {
    background: #efecec;
}

.stores__layout .storefilter_form .form_item .select_option .option .list-option.active {
    display: block;
}

.stores__layout .storefilter_form .form_item .select_option.error {
    margin-bottom: 0;
}

.stores__layout .storefilter_form .form_item .select_option.error .select {
    color: #ffb70b;
    border: 2px solid #ffb70b;
}

.stores__layout .storefilter_form .form_item .select_option.error svg.down {
    stroke: #ffb70b !important;
}

.stores__layout .storefilter_form .form_item:nth-child(2) .select_option {
    z-index: 1050;
}

.stores__layout .storefilter_form .form_item button {
    font-size: 20px;
    padding: 10px;
}

.stores__layout .storefilter_form .form_item button svg {
    width: 20px;
    height: 20px;
}

.stores__layout .storefilter_form .storefilter_form--button {
    flex: 0 0 14.58%;
}

.stores__layout .storelist {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.stores__layout .storelist_store {
    flex: 0 0 auto;
    width: 37.5%;
}

.stores__layout .storelist_store .stores_count {
    display: flex;
    gap: 5px;
    background: var(--subcolor);
    color: var(--whitecolor);
    padding: 20px 15px;
    line-height: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.stores__layout .storelist_store .stores_count svg {
    width: 24px;
    height: 24px;
}

.stores__layout .storelist_store .stores_count_desc {
    font-size: 16px;
    opacity: 1;
    display: inline-block;
}

.stores__layout .storelist_store .stores_count_desc.show {
    opacity: 1;
}

.stores__layout .storelist_store .stores_info {
    padding: 21px 12px;
    background: #e3f5fc;
    overflow-y: scroll;
    height: calc(600px - 39px);
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.stores__layout .storelist_store .stores_info_item {
    background: var(--whitecolor);
    padding: 20px 16px;
    border-radius: 8px;
}

.stores__layout .storelist_store .stores_info_item:not(:last-child) {
    margin-bottom: 20px;
}

.stores__layout .storelist_store .stores_info_item .item_top {
    display: flex;
    gap: 15px;
}

.stores__layout .storelist_store .stores_info_item .item_top .left {
    flex-flow: column;
    text-align: center;
    padding-top: 9px;
    max-width: 100px;
    min-width: 100px;
}

.stores__layout .storelist_store .stores_info_item .item_top .left img {
    width: 100%;
    height: 104px;
    margin-bottom: 5px;
    margin-top: 8px;
    border-radius: 9px;
}

.stores__layout .storelist_store .stores_info_item .item_top .left span {
    font-size: 11px;
    color: #a2a2a2;
    display: block;
    white-space: nowrap;
}

.stores__layout .storelist_store .stores_info_item .item_top .right {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_name {
    font-size: 16px;
    color: var(--maincolor);
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_func {
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: -11px;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_func span {
    display: block;
    border-radius: 3px;
    width: 13px;
    height: 14px;
    text-align: center;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_loca {
    font-size: 13px;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_action {
    display: flex;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_action .btn_store {
    position: relative;
    display: flex;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 6px;
    text-align: center;
    gap: 5px;
    align-items: center;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_action .btn_store.btn-call {
    background: #02aeec;
    margin-right: 10px;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_action .btn_store.btn-call svg {
    width: 10px;
    height: 10px;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_action .btn_store.btn-zalo {
    background: #0061f3;
}

.stores__layout .storelist_store .stores_info_item .item_top .right .store_action .btn_store.btn-zalo svg {
    width: 20px;
    height: 20px;
}

.stores__layout .storelist_store .stores_info_item .item_bottom {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid;
    color: #c2c2c2;
    padding-top: 15px;
    margin-top: 15px;
}

.stores__layout .storelist_store .stores_info_item .item_bottom .distance {
    color: #a2a2a2;
}

.stores__layout .storelist_store .stores_info_item .item_bottom .show_way a {
    color: var(--subcolor);
}

.stores__layout .storelist_store .store_info {
    border-radius: 0 0 5px 5px;
    height: 70vh;
    background: #f1fbff;
    position: relative;
}

.stores__layout .storelist_store .store_info .list-store {
    height: 100%;
    overflow-y: auto;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.stores__layout .storelist_store .store_info .list-store.loading:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 400;
}

.stores__layout .storelist_store .store_info .list-store.loading:after {
    content: '';
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 2px solid #fff;
    border-color: #3d71e7 #3d71e7 #fff;
    animation: loading 2s linear infinite;
    z-index: 401;
}

.stores__layout .storelist_store .store_info .list-store .store-item {
    margin: 10px 15px;
    border: 1px solid #b7ebff;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(50, 175, 221, 0.22) 0px 5px 15px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist {
    width: 25%;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist-img {
    border-radius: 10px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist-img img {
    border-radius: 10px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist-info {
    text-align: center;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist-info p {
    font-size: 11px;
    margin-bottom: 0;
    color: #9a9a9a;
}

@media (max-width: 767px) {
    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist-info p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharmacist {
        width: 25%;
    }
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store {
    width: 75%;
    padding-left: 15px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store--window {
    cursor: pointer;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_name h6 {
    color: #002c6b;
    font-family: 'BeVietnamPro-SemiBold', sans-serif;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_product {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_product span {
    color: #5b657b;
    font-family: 'BeVietnamPro-SemiBold', sans-serif;
    font-weight: 500;
    margin-right: 5px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_product p {
    margin-bottom: 0;
    color: #002c6b;
    font-size: 13px;
    text-transform: capitalize;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_location {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_location img {
    margin-right: 5px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_location p {
    margin-bottom: 0;
    font-size: 13px;
    width: calc(100% - 21px);
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact {
    display: flex;
    align-items: center;
    gap: 0px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact a {
    margin-bottom: 0;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact a:first-child {
    margin-right: 10px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact .btn-store {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact .btn-store svg {
    margin-right: 2px;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact .store-tel {
    background: #00aeef;
}

.stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact .store-zalo {
    background: #0061f3;
}

@media (max-width: 767px) {
    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store {
        width: 75%;
        padding-left: 10px;
    }

    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store a {
        width: 100%;
        margin-bottom: 0px;
    }

    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact {
        font-size: 12px;
    }

    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_contact .btn-store {
        padding: 5px;
    }

    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_location svg {
        min-width: 16px;
    }

    .stores__layout .storelist_store .store_info .list-store .store-item_top .pharma-store_product {
        flex-direction: column;
        align-items: flex-start;
    }
}

.stores__layout .storelist_store .store_info .list-store .store-item .pharma-map {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stores__layout .storelist_store .store_info .list-store .store-item .pharma-map .pharma-distance {
    color: #9a9a9a;
    font-size: 13px;
}

.stores__layout .storelist_store .store_info .list-store .store-item .pharma-map .pharma-distance.in_page {
    opacity: 0;
}

.stores__layout .storelist_store .store_info .list-store .store-item .pharma-map .pharma-distance.in_page.open {
    opacity: 1;
}

.stores__layout .storelist_store .store_info .list-store .store-item .pharma-map .pharma-path a {
    color: #00aeef;
    font-size: 13px;
    cursor: pointer;
}

.stores__layout .storelist_store .store_info .list-store .store-item-loading {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #Ffff 8%, #e5f4fa 18%, #fff 33%);
    background-size: 800px 104px;
    min-height: 233px;
}

.stores__layout .storelist_store .store_info .result_empty:not(.d-none) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stores__layout .storelist_store .store_info .result_empty svg {
    width: 160px;
    height: 40px;
    display: inline-block;
    margin-bottom: 15px;
}

.stores__layout .storelist_right {
    flex: 0 0 auto;
    width: calc(62.5% - 25px);
    min-height: 300px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.stores__layout .storelist_right iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stores__layout .storelist_map {
    flex: 0 0 auto;
    width: 100%;
    height: 100% p;
}

.stores__layout .storelist_map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .stores__layout .storelist_map {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .stores__layout .storelist {
        margin-top: 25px;
        flex-direction: column;
    }

    .stores__layout .storelist_store {
        width: 100%;
        margin-bottom: 50px;
    }

    .stores__layout .storelist_right {
        width: 100%;
    }

    .stores__layout .storelist_map {
        padding: 0;
        width: 100%;
        margin: 0 0 15px;
        /*margin: 0 0 10px -10px;
              width: calc(100% + 20px);*/
    }
}

.stores__layout .storeproducts {
    margin: 40px 10px;
}

.stores__layout .storeproducts-title {
    margin-bottom: 10px;
    color: #808080;
    font-weight: 600;
}

.stores__layout .storeproducts-list p {
    color: #808080;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.stores__layout .storeproducts-list span {
    display: block;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    font-size: 18px;
}

.stores__layout .list__brand--bg {
    background: var(--subcolor);
}

.stores__layout .list__brand {
    margin: 4.688rem 0 0;
}

.stores__layout .list__brand--pd {
    padding: 35px 7.8% 75px;
}

.stores__layout .list__brand--pd h2 {
    max-width: 65.74%;
    font-family: 'BeVietnamPro-Regular', san-serif;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 29px;
    margin-bottom: 3.125rem;
}

.stores__layout .list__brand--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stores__layout .list__brand--img {
    flex: 0 0 auto;
    width: calc(100% - 50px)/3;
    padding: 25px;
}

@media (max-width: 1024px) {
    .stores__layout .list__brand--img {
        width: calc(100% - 20px)/2;
        padding: 10px 5px;
    }
}

.stores__layout #agent_form {
    background: #F9FAFB;
    padding: 80px 0;
}

.stores__layout #agent_form .benerfit {
    background: #00AEEF;
    color: #fff;
    border-radius: 12px;
}

.stores__layout #agent_form .benerfit .title {
    font-size: 1.438rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3.125rem;
    text-transform: uppercase;
    max-width: 71%;
    font-family: "BeVietnamPro-Medium";
}

.stores__layout #agent_form .benerfit .list {
    background: #00AEEF;
    color: white;
    padding-bottom: 0;
    border-radius: 12px;
}

.stores__layout #agent_form .benerfit .list_item svg {
    width: 72px;
    height: 63px;
}

.stores__layout #agent_form .benerfit .list_item p {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 600;
}

.stores__layout #agent_form .benerfit .list_item span {
    font-size: 1rem;
}

.stores__layout #agent_form .form .title {
    font-size: 1.671rem;
    text-align: center;
    margin-bottom: 2.188rem;
    color: #00AEEF;
    padding: 0 34px;
    font-family: "BeVietnamPro-Bold";
}

.stores__layout #agent_form .form .notice {
    margin-bottom: 10px;
    color: #808080;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
}

.stores__layout #agent_form .form .link {
    text-align: center;
    font-size: 1.671rem;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    font-family: "BeVietnamPro-Medium";
}

.stores__layout #agent_form .form .fields {
    padding: 0 80px 0 60px;
}

.stores__layout #agent_form .form .fields input {
    margin-bottom: 0.938rem;
    font-size: 0.938rem;
    padding: 0.938rem;
    height: unset;
}

.stores__layout #agent_form .form .fields input:focus {
    box-shadow: unset;
}

.stores__layout #agent_form .form .fields textarea {
    resize: none;
}

.stores__layout #agent_form .form .fields button {
    margin: 55px auto 0;
    gap: 15px;
    background: #fe9923;
    font-size: 1.293rem;
    font-weight: 500;
    padding: 15px 60px 15px 40px;
}

.stores__layout #agent_form .form .fields button svg {
    width: 21px;
    height: 21px;
}

.stores__layout .agent__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.stores__layout .agent__form--benerfit {
    margin-left: 10px;
    padding: 35px 2.35%;
    flex: 0 0 39.85%;
}

.stores__layout .agent__form--form {
    flex: 1;
    margin-top: 10px;
    padding-left: 60px;
}

.stores__layout .agent__form .benefit__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.stores__layout .agent__form .benefit__item--left {
    max-width: calc(100% - 84.45%);
}

.stores__layout .agent__form .benefit__item--right {
    max-width: 84.45%;
}

@media (max-width: 1024px) {
    .stores__layout .storefilter {
        padding: 20px 20px 40px;
    }

    .stores__layout .storefilter_form .form_item {
        flex: 0 0 35%;
    }

    .stores__layout .storefilter_form--button {
        flex: 0 0 20% !important;
    }

    .stores__layout .storelist_map iframe {
        min-height: 260px;
    }

    .stores__layout #agent_form {
        padding: 75px 0;
    }

    .stores__layout .agent__form {
        flex-direction: column;
        gap: 45px;
    }

    .stores__layout .agent__form--benerfit {
        margin: 0;
        padding: 30px 15px 0;
        width: 100%;
    }

    .stores__layout .agent__form--benerfit .benerfit__block .title {
        max-width: unset !important;
    }

    .stores__layout .agent__form .benefit__item {
        align-items: flex-start;
    }

    .stores__layout .agent__form .benefit__item--left {
        max-width: 25%;
    }

    .stores__layout .agent__form .benefit__item--right {
        max-width: 75%;
    }

    .stores__layout .agent__form--form {
        width: 100%;
        padding-left: 0;
    }

    .stores__layout .agent__form--form .title {
        font-size: 22px !important;
        line-height: 2rem !important;
        padding: 0 !important;
    }

    .stores__layout .agent__form--form .link {
        font-size: 17px !important;
    }

    .stores__layout .agent__form--form .fields {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .stores__layout .storefilter {
        padding: 30px 15px 50px;
        position: relative;
    }

    .stores__layout .storefilter_intro {
        position: static;
        margin-bottom: 10px;
    }

    .stores__layout .storefilter_intro--right {
        position: absolute;
        bottom: 20px;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
    }

    .stores__layout .storefilter_intro--left .intro1 {
        font-size: 19px;
        display: block;
        text-align: center;
    }

    .stores__layout .storefilter_intro--left .intro1 span {
        font-size: 32px;
    }

    .stores__layout .storefilter_form {
        flex-direction: column;
        padding: 0;
    }

    .stores__layout .storefilter_form .form_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .stores__layout .storefilter_form .storefilter_form--button {
        width: 50%;
    }

    .stores__layout .list__brand--pd {
        padding: 25px 10px 50px;
    }

    .stores__layout .list__brand--pd h2 {
        font-size: 18px;
        max-width: unset;
        width: 100%;
        line-height: 2rem;
        margin-bottom: 30px;
    }

    .stores__layout .list__brand--block {
        gap: 0;
        justify-content: center;
    }

    .stores__layout .list__brand--img {
        width: calc((100% - 10px) / 2);
        padding: 5px;
    }
}

/*----- Lịch sử đơn hàng -----*/
.tracking-page {
    padding: 30px 0;
}

.tracking-page .breadcrumb-shop {
    margin-bottom: 20px;
}

.tracking-page .d-flex {
    padding: 30px 0;
    background: url(../../../../file.hstatic.net/200000303807/file/bg_ea9d205c5fbe4dd4ac1d4cde6302f2cf.png) no-repeat;
    background-size: 100% 100%;
}

.tracking-page--main {
    background: #fff;
    padding: 30px 0;
    border: 1px solid #dfdfdf;
}

.tracking-page--main #login-otp h2, .tracking-page--main #input-otp h2 {
    font-size: 20px;
    font-family: 'BeVietnamPro-Medium', sans-serif;
    text-transform: uppercase;
    max-width: 80%;
    margin: 20px 10%;
}

.tracking-page--main #login-otp input, .tracking-page--main #input-otp input {
    width: 60%;
    margin: 0 20% 15px;
    padding: 0 50px;
    background-repeat: no-repeat;
    background-position: 25px center;
    font-size: 15px;
    background: url(../../../../file.hstatic.net/200000303807/file/icon-phone-blue_76e8a9631e624aa4a5a26893e420cc27.png) no-repeat;
    background-size: 14px 21px;
    background-position: 20px center;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    height: 40px;
}

.tracking-page--main #login-otp input:focus, .tracking-page--main #input-otp input:focus {
    outline: none;
}

.tracking-page--main #login-otp div.btn, .tracking-page--main #login-otp button, .tracking-page--main #input-otp div.btn, .tracking-page--main #input-otp button {
    background-image: linear-gradient(-106deg, #51beed 2%, #288ad6 100%);
    box-shadow: 0 2px 6px 0 #9ed4ec;
    border-radius: 100px;
    height: 40px;
    width: 60%;
    margin: 0 20% 15px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .tracking-page--main #login-otp h2, .tracking-page--main #input-otp h2 {
        max-width: 100%;
        margin: 20px 0;
        padding: 0 15px;
    }

    .tracking-page--main #login-otp input, .tracking-page--main #login-otp div.btn, .tracking-page--main #login-otp button, .tracking-page--main #input-otp input, .tracking-page--main #input-otp div.btn, .tracking-page--main #input-otp button {
        width: 80%;
        margin: 0 10% 15px;
    }
}

/*-- RESPONSIVE ----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------*/
/*- 767 -*/
/*-----------------------------------------*/
@media (max-width: 767px) {
    [class*="abu_"] .container {
        padding: 0 20px;
    }

    .abu_sight_misson-top {
        padding: 35px 0 45px;
    }

    .abu_sight_misson-top .container {
        flex-wrap: wrap;
    }

    .abu_sight_misson-top--img {
        width: 100%;
        margin-right: 0;
    }

    .abu_sight_misson-top--description {
        width: 100%;
    }

    .abu_sight_misson-top--description h2 {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 33px;
    }

    .abu_sight_misson-top--description img {
        max-width: 75%;
        margin: 0 12.5% 23px;
    }

    .abu_sight_misson-top--description p {
        margin-bottom: 22px;
    }

    .abu_sight_misson-top--description ul {
        margin-bottom: 30px;
    }

    .abu_sight_misson-top--description ul li {
        width: calc(100% - 28px);
    }

    .abu_sight_misson-bottom {
        padding-bottom: 0;
    }

    .abu_sight_misson-bottom .col-12 {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .abu_sight_misson-bottom .col-12 > div {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .abu_sight_misson-bottom .col-12 > div br {
        display: none;
    }

    .abu_sight_misson-bottom-img {
        text-align: center;
        margin: 0 0 15px !important;
    }

    .abu_sight_misson-bottom-description {
        font-size: 17px;
        text-align: center;
        margin: 0 0 35px !important;
    }

    .abu_videos {
        padding: 45px 0 43px;
    }

    .abu_videos h2 {
        max-width: 100%;
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .abu_videos h2 strong {
        font-size: 18px;
    }

    .abu_videos p {
        max-width: 100%;
        font-size: 13.5px;
        margin-bottom: 20px;
    }

    .abu_videos .abu_video_slide {
        /*button.slick-arrow{
                  display: none !important;
              }*/
    }

    .abu_videos .abu_video_iframe {
        width: 100%;
        height: calc(100vw * 0.52);
    }

    .abu_videos .abu_video_caption {
        max-width: 100%;
        font-size: 13px;
    }

    .abu_company {
        background: #f6f6f6;
        padding: 40px 0;
    }

    .abu_company .container {
        flex-wrap: wrap;
    }

    .abu_company .container > div {
        width: 100%;
        padding: 0;
    }

    .abu_company_info h3 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .abu_company_info p {
        font-size: 13.5px;
        text-align: center;
        margin-bottom: 38px;
    }

    .abu_company_info ul {
        margin-bottom: 30px;
    }

    .abu_company_info ul li {
        width: calc(100% - 28px);
    }

    .abu_company_info ul li:after {
        border-top: 20px solid #f6f6f6;
    }

    .abu_establisher {
        padding: 45px 0 60px;
        margin-bottom: 0;
    }

    .abu_establisher h3 {
        max-width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }

    .abu_establisher p {
        max-width: 100%;
        font-size: 14px;
    }

    .abu_establisher .establish_slider {
        padding-left: 0;
    }

    .abu_establisher .establish_slider .establish_thumbs .establish_thumb {
        margin-top: 24px;
    }

    .abu_establisher .establish_slider .establish_thumbs .establish_thumb img {
        width: 70px;
    }

    .abu_establisher .establish_slider .establish_main {
        flex-wrap: wrap;
    }

    .abu_establisher .establish_slider .establish_main > div {
        width: 100% !important;
    }

    .abu_establisher .establish_slider .establish_main_img {
        padding: 0 0 0 10%;
        margin-right: 0;
    }

    .abu_establisher .establish_slider .establish_main_info h2 {
        margin: 32px 0 23px;
        padding-left: 15px;
    }

    .abu_establisher .establish_slider .establish_main_info ul li {
        padding-left: 15px;
        font-size: 13px;
    }

    .abu_establisher .establish_slider .establish_main_info p {
        max-width: 100%;
    }

    .abu_hanhtrinh {
        background: #f6f6f6;
        margin-bottom: 40px;
        padding: 35px 0 60px;
    }

    .abu_hanhtrinh h3 {
        margin-bottom: 15px;
    }

    .abu_hanhtrinh p {
        margin-bottom: 47px;
    }

    .abu_world {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .abu_world h2 {
        font-size: 21px;
    }

    .abu_world p {
        max-width: 100%;
        font-size: 14.5px;
        margin: 0 0 25px;
    }

    .abu_products p:not(.semibold) {
        max-width: 100%;
        font-size: 14px;
        margin: 0 0 45px;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
