.fast-access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    background-color: #222;
    color: #fff;
}

.fast-access .fast-access-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #b70100;
    padding: 15px 17px;
}

.fast-access .fast-access-icon .fa.fa-credit-card-alt:before {
    left: 9px;
    top: 12px;
}

.fast-access .fast-access-icon .fa.fa-calculator:before {
    top: 12px;
    left: 15px;
}

.fast-access .fast-access-icon .fa:before {
    position: absolute;
    top: 10px;
    left: 12px;
}

.fast-access .fast-access-icon .fa {
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 30px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.crow {
    margin-right: -0.75rem;
    max-width: 100%;
    margin-left: -.75rem;
    display: block;
}

.crow .half .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 10px;
}

.crow .half {
    padding-left: .75rem;
    padding-right: .75rem;
}

.crow .half {
    width: 50%;
    float: left;
}

@media (min-width: 576px) {
    .fast-access .fast-access-icon {
        margin-right: 10px;
    }

    .fast-access .fast-access-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
        font-size: 25px;
        text-align: left;
        padding-left: 10px;
    }
}

@media (min-width: 470px) {
    #dk-newsletter .right form {
        position: relative;
        max-width: 100%;
    }
}

.add-widget {
    position: fixed;
    z-index: 999999;
}

.add-widget.widget-facebook {
    left: 220px;
    bottom: 6px;
}

.add-widget.widget-zalo {
    left: 170px;
    bottom: 6px;
}

.add-widget.widget-contact {
    left: 120px;
    bottom: 6px;
}

.add-widget.widget-driver {
    left: 70px;
    bottom: 6px;
}

.add-widget .widget-circle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #c4172c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.add-widget .widget-circle .fa-icon {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

.add-widget.widget-facebook .widget-circle {
    background: rgba(0,197,255,1);
    background: -moz-linear-gradient(top,rgba(0,197,255,1) 0,rgba(0,112,255,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,197,255,1)),color-stop(100%,rgba(0,112,255,1)));
    background: -webkit-linear-gradient(top,rgba(0,197,255,1) 0,rgba(0,112,255,1) 100%);
    background: -o-linear-gradient(top,rgba(0,197,255,1) 0,rgba(0,112,255,1) 100%);
    background: linear-gradient(to bottom,rgba(0,197,255,1) 0,rgba(0,112,255,1) 100%);
}

.add-widget.widget-facebook .widget-circle .fa-icon {
    background-image: url(assets/img/icon-messenger.png);
}

.add-widget.widget-zalo .widget-circle {
    background: rgba(61,157,215,1);
    background: -moz-linear-gradient(top,rgba(61,157,215,1) 0,rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(61,157,215,1)),color-stop(100%,rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top,rgba(61,157,215,1) 0,rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top,rgba(61,157,215,1) 0,rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom,rgba(61,157,215,1) 0,rgba(32,124,229,1) 100%);
}

.add-widget.widget-zalo .widget-circle .fa-icon {
    background-image: url(assets/img/icon-zalo.png);
}

.add-widget.widget-contact .widget-circle {
    background: rgba(244,147,147,1);
    background: -moz-linear-gradient(top,rgba(244,147,147,1) 0,rgba(234,39,39,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(244,147,147,1)),color-stop(100%,rgba(234,39,39,1)));
    background: -webkit-linear-gradient(top,rgba(244,147,147,1) 0,rgba(234,39,39,1) 100%);
    background: -o-linear-gradient(top,rgba(244,147,147,1) 0,rgba(234,39,39,1) 100%);
    background: linear-gradient(to bottom,rgba(244,147,147,1) 0,rgba(234,39,39,1) 100%);
}

.add-widget.widget-contact .widget-circle .fa-icon {
    background-image: url(assets/img/icon-contact.png);
}

.add-widget.widget-driver .widget-circle {
    background: rgba(245,183,74,1);
    background: -moz-linear-gradient(top,rgba(245,183,74,1) 0,rgba(193,32,50,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(245,183,74,1)),color-stop(100%,rgba(193,32,50,1)));
    background: -webkit-linear-gradient(top,rgba(245,183,74,1) 0,rgba(193,32,50,1) 100%);
    background: -o-linear-gradient(top,rgba(245,183,74,1) 0,rgba(193,32,50,1) 100%);
    background: linear-gradient(to bottom,rgba(245,183,74,1) 0,rgba(193,32,50,1) 100%);
}

.add-widget.widget-driver .widget-circle .fa-icon {
    background-image: url(assets/img/icon-driver.png);
}

.add-widget.widget-facebook {
    left: 20px;
    bottom: 120px;
}

.add-widget.widget-zalo {
    left: 20px;
    bottom: 65px;
}

.add-widget.widget-contact {
    left: 20px;
    bottom: 130px;
}

.add-widget.widget-driver {
    left: 20px;
    bottom: 80px;
}

.float-menu-block {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 0;
    margin-top: -7.5rem;
    z-index: 3;
}

.float-menu-block li:nth-of-type(1) {
    top: 0
}

.float-menu-block li {
    position: absolute;
    right: 0
}

.float-menu-block .left-icon-item {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 7px 0 #c4c4c4;
    box-shadow: 0 0 7px 0 #c4c4c4;
    background-color: #fff;
    display: table;
    font-size: 1rem;
    color: gray;
    white-space: nowrap
}

.float-menu-block .left-icon-item .icon {
    min-width: 3.75rem;
    height: 3.75rem;
    text-align: center
}

.float-menu-block .left-icon-item .icon,.float-menu-block .left-icon-item .text {
    display: table-cell;
    vertical-align: middle
}

.float-menu-block .left-icon-item .svg-icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.icon-price.smoke {
    background-position: top -30px center
}

.icon-price {
    width: 24px;
    height: 24px;
    background-image: url(assets/img/icon-price.svg)
}

.icon-specs,.svg-icon {
    display: inline-block;
    vertical-align: middle;
    font: 0/0 a;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.float-menu-block .left-icon-item .text {
    max-width: 0;
    opacity: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.float-menu-block .left-icon-item .icon-promotion {
    background-position: top center;
    -webkit-animation: promotionAnim 2s ease-in-out infinite alternate;
    -o-animation: promotionAnim 2s ease-in-out infinite alternate;
    animation: promotionAnim 2s ease-in-out infinite alternate;
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s
}

.icon-promotion.smoke {
    background-position: top -30px center
}

.icon-promotion {
    width: 24px;
    height: 24px;
    background-image: url(assets/img/icon-promotion.svg)
}

.icon-drive.smoke {
    background-position: top -30px center
}

.icon-drive {
    width: 24px;
    height: 24px;
    background-image: url(assets/img/icon-drive.svg)
}

.float-menu-block .left-icon-item.active .svg-icon,.float-menu-block .left-icon-item:hover .svg-icon {
    background-position: top 0 center
}

.float-menu-block .left-icon-item.active,.float-menu-block .left-icon-item:hover {
    color: #ed1c24
}

.float-menu-block .left-icon-item.active .text,.float-menu-block .left-icon-item:hover .text {
    opacity: 1;
    max-width: 12.5rem;
    padding-right: 1.25rem;
    -webkit-transition: max-width .5s ease-out;
    -o-transition: max-width .5s ease-out;
    transition: max-width .5s ease-out
}

.float-menu-block li:nth-of-type(2) {
    top: 3.75rem
}

.float-menu-block li:nth-of-type(3) {
    top: 7.5rem
}

@media (min-width: 768px) {
    .icon-price.smoke {
        background-position:top 0 center
    }

    .float-menu-block {
        z-index: 100;
        display: block
    }

    .icon-drive {
        width: 1.5rem;
        height: 1.5rem
    }

    .icon-drive.smoke {
        background-position: top 0 center
    }

    .icon-promotion.smoke {
        background-position: top -1.875rem center
    }

    .icon-promotion {
        width: 1.5rem;
        height: 1.5rem
    }

    .icon-price {
        width: 1.5rem;
        height: 1.5rem
    }
}

.ftp-link {
    position: fixed;
    left: 220px;
    bottom: 15px;
    z-index: 1234;
    display: block;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid;
    box-shadow: 0 0 2px 0 rgba(50,50,50,.3)
}

.ftp-link img {
    max-width: 100%
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: fixed;
    transition: visibility .5s ease 0s;
    width: 80px;
    z-index: 122!important;
    text-decoration: none!important
}

.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,.4);
    border-radius: 100%;
    height: 80px;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 80px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #fe0018;
    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: 50px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 50px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.9)
}

.suntory-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 20px;
    opacity: 1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    width: 40px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #fe0018
}

.suntory-alo-phone span {
    display: block;
    background: #cb0101;
    text-align: center;
    font-size: 1.2em;
    padding: 2px 10px;
    top: -1px;
    text-decoration: none!important;
    font-weight: 500;
    color: #fff;
    width: 150px;
    margin: 24px 0 0 50px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: -1;
    line-height: 31px;
    padding-top: 0;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 1px
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 20px!important;
    line-height: 36px!important;
    padding-left: 0;
    color: #fff
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }

    100% {
        opacity: .6;
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0) 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(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@media screen and (max-width: 767px) {
    .ftp-link {
        left:10px
    }

    .suntory-alo-phone.suntory-alo-green {
        display: none;
        bottom: inherit!important;
        left: inherit!important;
        right: 10px;
        top: 10px
    }
}

@media(max-width: 768px) {
    .float-menu-block .left-icon-item .text {
        display:none !Important
    }
}

@media(max-width: 768px) {
    .modal-dialog {
        width: 100%;
    }

    .crow {
        margin: 0;
    }

    .dialog-content .line label {
        display: none
    }

    .dialog-content .line .input {
        width: 100%
    }

    .crow .half {
        width: 100%;
        float: none;
        padding: 0;
    }

    .crow .half:last-child {
        display: none
    }
}

@media(max-width: 576px) {
    .fast-access {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .fast-access .fast-access-icon {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .fast-access .fast-access-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        padding: 6px;
    }

    .icon-price.smoke {
        width: 20px !important;
        height: 20px !important;
        background-position: top -26px center;
        background-size: 20px !important;
    }

    .float-menu-block .left-icon-item .icon {
        min-width: 2rem !important;
        height: 2rem !important;
    }

    .float-menu-block li:nth-of-type(2) {
        top: 2.05rem;
    }

    .float-menu-block li:nth-of-type(3) {
        top: 4.05rem;
    }
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
