:root {
    --main-color: #4d9bc7
}

@font-face {
    font-display: auto;
    font-family: "RobotoBold";
    src: url("fonts/roboto/Roboto-Bold.ttf");
    src: url("fonts/roboto/Roboto-Bold.ttf") format("truetype")
}

@font-face {
    font-display: auto;
    font-family: "Roboto";
    src: url("fonts/roboto/Roboto-Regular.eot");
    src: url("fonts/roboto/Roboto-Regular.ttf") format("truetype")
}

html {
    color: #222222
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, button, textarea, p, blockquote {
    margin: 0;
    padding: 0
}

body {
    font: 14px/18px Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff
}

.bg_main {
    background: #fff
}

.fieldset {
    margin: 0;
    padding: 10px
}

th, td {
    margin: 0
}

a {
    color: #333;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0
}

a:hover {
    text-decoration: underline;
    color: var(--main-color)
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.red, .label_error {
    color: red
}

.redborder {
    border: 1px solid red
}

.bold {
    font-weight: bold
}

img {
    border: 0;
    max-width: 100%
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit
}

del, ins {
    text-decoration: none
}

li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000000;
    font-weight: bold;
    padding: 0 8px
}

figure {
    margin: 0;
    text-align: center;
    margin-bottom: 12px
}

.figcaption {
    font-style: italic
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none
}

input, button, textarea, select {
    *font-size: 100%
}

table {
    font: 100%;
    border-collapse: collapse
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

.cl_white {
    color: #fff
}

.clear, .clearfix {
    clear: both
}

.cls::after {
    content: '';
    display: block;
    clear: both
}

.hidden, .hide, .hiden {
    display: none
}

.pagination {
    text-align: center;
    margin-top: 20px
}

.pagination .current {
    background: none repeat scroll 0 0 var(--main-color);
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 13px;
    border-radius: 4px
}

.pagination a, .pagination b {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #4C4C4C;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 13px;
    border-radius: 4px;
    text-decoration: none
}

.pagination a:hover, .pagination b:hover {
    background: none repeat scroll 0 0 var(--main-color);
    color: #FFFFFF;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.next-page {
    padding: 6px 15px 6px !important
}

.pre-page {
    padding: 6px 15px 6px !important
}

.next-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.pre-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.left {
    float: left
}

.right {
    float: right
}

.page_title {
    border-bottom: 2px solid #EEE;
    color: var(--main-color);
    margin-bottom: 20px !important;
    text-transform: none;
    padding-bottom: 4px;
    margin-top: 5px
}

.page_title span {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 4px;
    margin-bottom: 0px;
    text-transform: uppercase
}

.page_title h1 {
    font-weight: normal
}

.fr {
    float: right
}

.fl {
    float: left
}

.benmarch {
    display: none
}

.hide {
    display: none
}

.submit_bt, .reset_bt {
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer
}

.submit_bt {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #FFF
}

.submit_bt:hover {
    border: 1px solid #C90008;
    background: #C90008
}

.reset_bt {
    border: 1px solid #b3b1b1;
    background: #f9f9f9;
    color: #000
}

.reset_bt:hover {
    border: 1px solid #b3b1b1;
    background: #cecdcd
}

.redborder {
    border-color: #ED1C24 !important
}

.scroll-bar::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #EBEBEB
}

.scroll-bar::-webkit-scrollbar {
    width: 5px;
    background-color: #EBEBEB;
    border-radius: 15px
}

.scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: var(--main-color);
    border: 1px solid #EBEBEB
}

.right-col {
    width: 290px;
    float: right;
    position: relative
}

.main-area-2col-right {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.icon_v1 {
    background-image: url(..images/icon_v1.png);
    background-position: -85px -64px
}

.top-header {
    padding: 5px 0px;
    color: #ffffff;
    font-size: 14px;
}

.top-header-l {
    max-width: 805px;
    width: 805px;
    float: left
}

@media only screen and (max-width: 990px) {
    .top-header-l {
        display: none
    }
}

.top-header-r {
    float: right;
    width: calc(100% - 805px)
}

@media only screen and (max-width: 990px) {
    .top-header-r {
        width: 100%
    }
}

.header_wrapper_wrap {
    background: #4d9bc7;
}

.header_wrapper {
    background: var(--main-color);
    width: 100%;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    padding: 9px 0px 6px 0px
}

.header-l {
    float: left;
    width: 553px
}

.header-l h1 {
    display: inline-block;
    float: left
}

.regions_search {
    float: right;
    width: calc(100% - 210px);
    box-sizing: border-box
}

.regions_search_mb {
    float: right;
    width: 200px;
    margin-top: 6px
}

.regions_search_mb select {
    border: none;
    height: 40px;
    box-sizing: border-box;
    background: #EEE;
    border-radius: 4px;
    padding: 0 5px;
    float: right;
    margin-right: 5px
}

.header .logo {
    margin-top: 5px;
    display: block;
    float: left
}

.header .logo img {
    width: 210px
}

@media only screen and (max-width: 768px) {
    .header .logo img {
        width: 140px
    }
}

.address_header, .header .hotline {
    margin-top: 31px
}

.address_header_head, .header .hotline {
    position: relative;
    padding-left: 41px
}

.header .hotline > li:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #5D5A5C
}

.address_header label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #5D5A5C;
    margin-top: 10px
}

.address_header:hover label {
    color: #000
}

.address_header_head::before, .header .hotline::before {
    position: absolute;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    content: ' ';
    width: 33px;
    height: 31px;
    top: 4px;
    left: 0px
}

.support_phone li {
    margin-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    position: relative;
    padding-left: 39px
}

.support_phone li::before {
    position: absolute;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    content: ' ';
    width: 33px;
    height: 31px;
    top: 1px;
    left: 0px;
    background-position: -35px 1px
}

.support_phone li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 10px
}

.address_header_head::before {
    background-position: -133px 1px
}

.header .hotline::before {
    background-position: -35px 1px
}

.header .more_info {
    color: #999999;
    font-size: 12px;
    margin-top: 0px;
    position: relative;
    padding-right: 23px
}

.header .more_info::before {
    position: absolute;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0px;
    background-position: -45px -70px;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #FFF
}

.header .hotline {
    margin-right: 30px
}

.sb-toggle-left {
    float: right;
    padding: 0px 2px 0 9px;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 11px;
    cursor: pointer;
    display: none
}

.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 4px;
    background-color: #FFF
}

.modal-menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000009c;
    display: none;
    z-index: 100
}

.text-compare {
    margin-top: 4px;
    text-align: right
}

.text-compare a {
    color: #999999;
    display: block;
    font-size: 12px
}

.slideshow_countdown {
    margin-top: 12px
}

@media only screen and (max-width: 768px) {
    .slideshow_countdown {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.slideshow_countdown .slideshow {
    max-width: 68.67%;
    float: left;
    width: 805px
}

.slideshow_countdown > .countdown {
    width: calc(100% - 816px)
}

.slideshow_countdown > .countdown .block {
    margin-top: 6px;
}

.slideshow_countdown > .countdown .block:first-child {
    margin-top: 0px
}

.banner_bottom_sl.container {
    margin-top: 12px;
    margin-bottom: 12px
}

.price {
    color: #FF3333;
    font-weight: 600;
    font-size: 16px
}

.old_price {
    color: #b5b5b5;
    text-decoration: line-through
}

.multi_banner {
    margin-top: 12px
}

.multi_banner #block_id_106 {
    margin-right: 5px;
    width: calc(50% - 5px);
    float: left
}

.multi_banner #block_id_107 {
    margin-left: 5px;
    width: calc(50% - 5px);
    float: right
}

.multi_banner #block_id_106, .multi_banner #block_id_107, .multi_banner .banner {
    display: inline-block
}

.wapper-content-page-bottom {
    display: none
}

.home_pos {
    overflow: hidden
}

.block_banner_3_colunm {
    margin-left: -15px;
    margin-right: -15px
}

.block_banner_3_colunm .banner_item {
    display: block;
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden
}

.block_banner_3_colunm .banner_item img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.pos_mixed {
    margin-top: 12px
}

.pos_mixed_left {
    float: left;
    width: 67%
}

.pos_mixed_right {
    float: right;
    width: 32%
}

.pos_mixed .block_title {
    background: #fff;
    line-height: 48px;
    border-bottom: 1px #E7E7E7 solid
}

.pos_mixed .block_title span {
    margin-left: 16px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600
}

.pos_mixed .readmore {
    float: right;
    margin-right: 15px;
    color: #288ad6
}

.pos_mixed .block_content {
    padding: 14px;
    background: #fff
}

.main_wrapper {
    background: #fff
}

.main_wrapper .left-col .block, .main_wrapper .right-col .block {
    margin-bottom: 20px;
    border: 1px solid #EBEBEB
}

.right-col .block_title, .left-col .block_title {
    color: var(--main-color);
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px #F5F5F5 solid;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500
}

footer {
    background: #fff;
    color: #666666;
    font-size: 14px
}

footer .item_ft {
    width: 25%;
    float: left
}

@media only screen and (max-width: 768px) {
    footer .item_ft {
        width: calc(100% / 3)
    }

    footer .item_ft:nth-child(4) {
        display: none
    }
}

@media only screen and (max-width: 650px) {
    footer .item_ft {
        width: 100%;
        border: 1px solid #e7e7e7;
        padding: 10px 10px 0px;
        box-sizing: border-box
    }

    footer .item_ft:nth-child(2) {
        margin: 15px 0px
    }
}

footer .title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: black
}

footer .container {
    padding-top: 25px;
    padding-bottom: 23px
}

footer .address_regions a {
    color: #CCCCCC
}

footer .menu_footer {
    width: 68%;
    box-sizing: border-box;
    padding: 0 20px 0 40px
}

footer .regions #regions_footer {
    height: 34px;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
    padding-left: 10px;
    box-sizing: border-box
}

.region_name {
    text-transform: uppercase;
    margin-top: 18px;
    font-weight: bold
}

.footer_title {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 17px
}

.address_regions ul {
    margin-top: 10px;
    color: #CCCCCC;
    position: relative;
    padding-left: 18px
}

.address_regions ul li:nth-child(1) i {
    width: 9px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background-position: -65px -60px;
    position: absolute;
    top: -4px;
    left: 0
}

.address_regions ul li:nth-child(2) {
    color: #CCCCCC
}

.address_regions ul li:nth-child(2) a {
    color: #CCCCCC
}

.address_regions > span {
    margin-right: 10px
}

.share_fast i {
    width: 34px;
    height: 34px;
    display: inline-flex
}

.share_fast a {
    display: inline-flex;
    margin-right: 16px
}

.facebook-icon i {
    background-position: -217px -37px
}

.googleplus-icon i {
    background-position: -346px -37px
}

.twitter-icon i {
    background-position: -261px -37px
}

.youtube-icon i {
    background-position: -304px -38px
}

.footer_l {
    width: 72%
}

.footer_r {
    width: 26.12%
}

footer .tags {
    margin-top: 25px
}

footer .tags, footer .tags a {
    color: #666666
}

.footer2 {
    background: #fff;
    padding: 10px 0 10px;
    border-top: 1px solid #E7E7E7;
    text-align: center;
}

.footer2 a {
    color: #666666
}

#menu-fixed-bar {
    width: calc(100% - 553px);
    z-index: 999;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    float: right
}

.slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.m-slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.m-slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fdfdfd;
    z-index: 1000;
    box-shadow: 0px 0px 2px 2px #CCC
}

.m-menu-fix#menu-fixed-bar {
    position: fixed;
    top: 52px
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 45px;
    border-top: 2px #f2f2f2 solid;
    z-index: 999
}

#fixed-bar > div {
    float: left;
    max-width: 22%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    width: 80px
}

#fixed-bar > div .wrap_icon {
    margin-top: 5px;
    margin-bottom: 3px
}

#fixed-bar > div .wrap_icon i {
    padding: 5px 15px
}

#fixed-bar .buy_now_bt .wrap_icon i {
    background-position: 0px -351px
}

#fixed-bar .call .wrap_icon i {
    background-position: -34px -351px
}

#fixed-bar #bar-inner .wrap_icon i {
    background-position: -64px -351px
}

.certified_bct {
    background-position: 0px -92px;
    content: ' ';
    height: 36px;
    display: block;
    margin-top: 11px;
    padding-top: 12px;
    width: 131px
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
    display: none;
    left: 0px;
    bottom: -25px
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #4d9bc7c4;
    opacity: 1
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 103, 190, 0.9)
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px
}

.suntory-alo-ph-img-circle svg {
    position: absolute;
    top: 13px;
    left: 13px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #4d9bc7c4
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    display: block;
    width: 24px;
    height: 30px;
    color: #b6af96;
    content: " ";
    position: absolute;
    top: 15px;
    left: 13px;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    background-position: -37px -165px;
    background-repeat: no-repeat
}

.description a {
    color: #006600
}

.description a:hover {
    color: #00A7F4
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

#cfacebook .fchat {
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff
}

#cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left
}

#cfacebook a.chat_fb:hover {
    color: #ff0;
    text-decoration: none
}

#cfacebook {
    position: fixed;
    bottom: 25%;
    left: 0;
    z-index: 99999;
    display: none;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

#cfacebook a.chat_fb {
    float: left;
    padding: 6px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    z-index: 9999999;
    font-size: 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    display: block;
    position: relative
}

#cfacebook a.chat_fb:after {
    display: block;
    width: 19px;
    height: 19px;
    color: #FFF;
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px
}

#cfacebook a.chat_fb i {
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: -124px -164px;
    height: 40px;
    width: 40px;
    display: block
}

#cfacebook a.chat_fb span {
    display: none
}

#cfacebook .fchat .fb-page {
    margin-top: 0px;
    float: left
}

#cfacebook a.chat_fb_openned {
    border-radius: 0;
    width: 100%
}

#cfacebook a.chat_fb_openned i {
    display: none
}

#cfacebook a.chat_fb_openned::after {
    display: none
}

#cfacebook a.chat_fb_openned span {
    display: block
}

.advantage_content .ship::before, .advantage_content .warranty_exchange::before, .advantage_content .warranty_time::before, .advantage_content .warranty_ensure::before, .advantage_content .warranty_commitment::before {
    display: block;
    width: 24px;
    height: 19px;
    color: #b6af96;
    content: " ";
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    background-position: -335px -105px;
    background-repeat: no-repeat
}

.phone-fix {
    padding: 2px;
    position: absolute;
    top: -17px;
    left: right;
    right: 0px;
    box-sizing: border-box;
    background: var(--main-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #fff
}

.map-fix {
    padding: 2px;
    position: absolute;
    top: 9px;
    left: right;
    right: 0px;
    box-sizing: border-box;
    background: var(--main-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #fff
}

.fixed_icons {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translate(0, -50px);
    z-index: 100
}

.fixed_icons .icon_v1 {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #0183BF;
    border-radius: 4px 0 0 4px
}

.address_header .more_info {
    position: relative
}

.address_header .more_info::before {
    position: absolute;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0px;
    background-position: -45px -70px;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #FFF
}

.address_header {
    display: none
}

.address_fixed_popup {
    margin-top: 6px
}

.address_fixed_popup .map {
    position: absolute;
    right: 37px;
    top: -3px;
    width: 221px;
    padding: 6px;
    border: 1px solid var(--main-color);
    display: none
}

.address_fixed_popup:hover .map {
    display: block
}

.hotline_fixed_popup, .address_fixed_popup {
    position: relative
}

.hotline_fixed_popup .icon_v1 {
    background-position: -31px -158px
}

.address_fixed_popup .icon_v1 {
    background-position: 3px -158px
}

.hotline_fixed_popup_content, .address_header {
    position: absolute;
    width: 260px;
    top: 0;
    right: 100%;
    padding-right: 10px;
    display: none;
    margin-top: 0
}

.hotline_fixed_popup:hover .hotline_fixed_popup_content {
    display: block
}

.address_fixed_popup:hover .address_header {
    display: block
}

.add_full, .support_phone {
    position: relative;
    width: 67%;
    right: -57px;
    top: -16px;
    background: #FFF;
    border: 1px solid #F5F5F5;
    padding: 5px;
    border-radius: 3px 0px 0px 3px;
    border-top: 3px solid #0183BF;
    z-index: 101;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    border: 1px solid var(--main-color) !important
}

.add_full ul {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px
}

.add_full ul::before {
    position: absolute;
    background-image: url(../templates/didongmango/images/icon_v1.png);
    content: ' ';
    width: 14px;
    height: 20px;
    top: 4px;
    left: 0px;
    background-position: -143px -6px
}

.add_full ul li:nth-child(2) {
    color: #999999;
    font-size: 13px;
    margin-top: 2px
}

.support_phone ul li .name {
    font-weight: bold
}

.support_phone ul li .phone {
    color: #afafaf;
    font-size: 15px;
    margin-top: 6px
}

.support_phone ul li .phone a {
    color: #777;
    font-size: 13px
}

.address_header:hover .add_full {
    display: block !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.header .hotline:hover .support_phone {
    display: block !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.arrow_box {
    position: relative;
    background: #FFF;
    border: 1px solid #F5F5F5
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 8px;
    margin-top: -8px
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #F5F5F5;
    border-width: 9px;
    margin-top: -9px
}

@media only screen and (max-width: 1180px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 1140px) {
    .header_wrapper_wrap {
        min-height: 50px
    }

    #menu-fixed-bar {
        width: 100%
    }

    .footer_r {
        display: none
    }

    .footer_l {
        width: 100%
    }

    .header_wrapper .container {
        padding: 0;
        transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        z-index: 1000;
        background: var(--main-color)
    }

    .header-l {
        float: left;
        width: 100%
    }

    .header .logo {
        margin-top: 6px;
        margin-bottom: 6px;
        padding-left: 10px
    }

    .header .logo img {
        max-height: 40px
    }

    .regions_search {
        width: calc(100% - 448px);
        margin: 3px auto;
        float: none
    }

    .address_header, .header .hotline {
        margin-top: 19px
    }

    .address_header_head::before, .header .hotline::before {
        top: -6px;
        left: 0px
    }

    .header .more_info {
        display: none
    }

    .header .hotline li:first-child {
        font-size: 14px
    }

    .address_header label {
        text-transform: none
    }

    .sb-toggle-left {
        display: block
    }

    .right-col {
        display: none
    }

    .main-area-2col-right {
        width: 100%;
        padding-right: 0
    }

    .text-compare {
        display: none
    }
}

@media only screen and (max-width: 880px) {
    .pos_mixed_left {
        float: none;
        width: 100%
    }

    .pos_mixed_right {
        float: none;
        width: 100%;
        margin-top: 15px
    }
}

@media only screen and (max-width: 780px) {
    .slideshow_countdown .slideshow {
        width: 100%;
        float: left;
        max-width: 100%
    }

    .slideshow_countdown > .countdown {
        width: 100%;
        clear: both;
        margin-top: 10px
    }

    .regions {
        width: 40%
    }

    footer .menu_footer {
        width: 60%
    }
}

@media only screen and (max-width: 650px) {
    .address_header {
        display: none
    }

    .regions {
        width: 100%;
        box-sizing: border-box
    }

    .regions_search {
        width: calc(100% - 248px);
        float: left;
        margin-left: 30px
    }

    footer .menu_footer {
        width: 100%;
        margin-top: 20px;
        padding: 0
    }

    .suntory-alo-phone {
        display: block
    }
}

@media only screen and (min-width: 650px) {
    #fixed-bar {
        display: none !important
    }
}

.icon-searh-mb {
    display: none
}

@media only screen and (max-width: 450px) {
    .regions_search {
        position: absolute;
        right: 60px;
        top: 34px;
        z-index: 10;
        display: none;
        width: 240px
    }

    .regions_search .block_regions {
        width: 80px
    }

    .icon-searh-mb {
        display: inline-block;
        width: 28px;
        height: 28px;
        background: #fff;
        float: right;
        margin-right: 17px;
        margin-top: 4px;
        border-radius: 50%;
        padding: 7px 7px;
        box-sizing: border-box
    }
}

.plus {
    width: 30px;
    height: 30px;
    float: right;
    display: none
}

@media only screen and (max-width: 650px) {
    .plus {
        display: block
    }
}

.block-js {
    display: block !important
}

.number-bh {
    box-sizing: border-box;
    background-size: cover
}

.number-bh .txt-bh {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-family: RobotoBold;
    font-size: 30px;
    padding: 39px 0px;
    text-align: center;
    text-shadow: 1px 1px #373737
}

.number-bh span {
    position: absolute;
    text-transform: uppercase
}

.number-bh #so {
    font-size: 56px;
    left: -13px;
    top: 42px
}

.number-bh #ve {
    left: 108px;
    top: 23px;
    font-size: 22px;
    font-weight: bold
}

.number-bh #bao_hanh {
    left: 108px;
    top: 52px;
    font-weight: bold;
    font-size: 22px
}

.number-bh #one {
    font-size: 54px;
    position: absolute;
    font-weight: bold;
    bottom: 24px;
    left: 71px;
    color: #000000;
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-2-bh
}

.number-bh #bh {
    font-size: 38px;
    font-weight: 600
}

@keyframes chang-rotage-anim-2-bh {
    0% {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(360deg)
    }
}

.product_highlights {
    margin-bottom: 12px;
    background: #fff;
    padding: 0px 8px;
    box-sizing: border-box
}

.full-screen-block-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000009c;
    display: none;
    z-index: 101
}

.banner-promotion {
    position: fixed;
    top: 20%;
    z-index: 111111111;
    left: calc(50% - 300px);
    display: none
}

@media only screen and (max-width: 900px) {
    .banner-promotion {
        left: 0px;
        padding: 20px
    }
}

@media only screen and (min-width: 1200px) {
    #cssmenu > ul {
        display: flex !important;
        justify-content: space-between;
    }

    #cssmenu > ul::after {
        display: none !important;
    }
}

.banner-promotion .img-banner {
    position: relative;
    width: 600px;
    height: auto
}

@media only screen and (max-width: 900px) {
    .banner-promotion .img-banner {
        width: auto
    }
}

.banner-promotion .img-banner .close-pro {
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    padding: 5px
}

.display-open {
    display: block !important
}

/*Styel liên hệ*/
.tittlecontact {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.bdcontact .formcontact form input {
    border-radius: 0px;
    border-color: #ebebeb;
}

.bdcontact .formcontact form button {
    padding: 5px 10px;
    background-color: #00a5d1;
    color: white;
    font-size: 17px;
    border: solid 1px white;
    margin-left: auto;
    margin-right: auto;
}

.ring {
    z-index: 3;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/circle-01-1.png") no-repeat center center !important;
    -webkit-animation: ring 0.6s infinite;
    -o-animation: ring 0.6s infinite;
    animation: ring 0.6s infinite;
}
.hovereoverlay1>a {
    display: block;
    position: relative;
}
.hovereoverlay1>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f29a338f;
    transition: .3s all ease-out;
    z-index: 9;
    opacity: 0;
}
.hovereoverlay1:hover>a::before {
    opacity: 1;
}

.footer-mobile {
    background: #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.footer-mobile ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.footer-mobile ul li {
    padding: 8px 0;
    list-style: none;
}
.footer-mobile ul li a {
    background: none;
    margin: 0;
    padding: 0;
    color: #000;
}
.footer-mobile ul li a i {
    color: #d8211b;
    margin-right: 4px;
}
.fb-customerchat iframe{
    right: 100px;
}