﻿body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.pl0 {
    padding-left: 0
}

.pr0 {
    padding-right: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

a img {
    border: none
}

.w-ct {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

.padding15 {
    padding-left: 15px;
    padding-right: 15px;
}

.margin15 {
    margin-right: 15px;
    margin-left: 15px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bgwhite {
    background: #fff;
}

.bgwhite1 {
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #ccc;
}

.bgwhite2 {
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    background: #fff;
}

.t-c {
    text-align: center;
}

.pr0 {
    padding-right: 0;
}

.t-s {
    background: #f6f6f6;
    line-height: 25px;
    padding:5px 0px;
    color: rgba(102,102,102,0.85);
}

.m-f a {
    position: relative;
    padding-left: 10px;
    padding-right: 6px;
    display: inline-block;
    color: rgba(102,102,102,0.85)
}

    .m-f a:before {
        content: '';
        height: 15px;
        top: 10px;
        width: 1px;
        left: 0;
        background: rgba(102,102,102,0.85);
        position: absolute;
    }

/*phan css thuong co*/
.hotlinetop {
    padding: 6px 0 6px 68px;
    line-height: 26px;
    font-weight: 700;
    font-size: 14px;
    background: url(../images/hotline1.png) left top no-repeat;
    color: #fff;
}

.theader {
    background: #ebebeb;
}

.logo img {
    max-height: 100px;
}

.header {
    position: relative;
    /*background: url(../images/bg1.png) no-repeat center top;*/
    margin: 0 auto;
    background: #fff;
}

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1111;
        background: #fff;
    }

        .header.fixed img {
            max-height: 50px;
        }

        .header.fixed .m-t {
            margin-top: 5px;
        }

        .header.fixed .hd-t {
            display: none;
        }

.p0 {
    padding: 0;
}

    .p0 i {
        margin-left: 15px;
    }

.hd-m {
    padding: 5px 0;
}

.header img {
    max-height: 50px;
}

.mmenu {
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #253e57;
    border-radius:50%;
    margin-top:10px;
}

    .mmenu a {
        color: #f4cd33;
    }

        .mmenu a span {
            margin-right: 5px;
        }

.b-m {
}

    .b-m .w-ct {
        background: #fff;
        height: 50px;
        border-radius: 6px 6px 0 0;
        max-width: 1140px;
    }

    .b-m.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1110;
        background: #ebebeb;
    }

.m-t {
    position: relative;
    padding: 0
}

    .m-t ul {
    }

        .m-t ul li {
            float: left;
            position: relative;
            list-style: none;
        }

            .m-t ul li a {
                border-right: 1px solid #ebebeb;
                color: black;
                padding-left: 15px;
                padding-right: 15px;
                line-height: 50px;
                font-size: 15px;
                font-weight: bold;
                display: block;
                text-transform: uppercase;
            }

                .m-t ul li a:hover, .m-t ul li:hover > a, .m-t ul li.active > a {
                    color: #fff;
                    background: #fa8d00
                }

            .m-t ul li ul {
                position: absolute;
                z-index: 1001;
                display: none;
                background: #fff;
                left: 0;
                top: 100%;
                min-width: 200px;
            }

            .m-t ul li a i {
                margin: 0 5px;
            }

                .m-t ul li a i.fa-home {
                    font-size: 18px;
                }

            .m-t ul li ul li {
                float: none;
            }

                .m-t ul li ul li a {
                    color: #000;
                    text-transform: none;
                    border-bottom: solid 1px #f1f1f1;
                    line-height: 30px;
                    padding: 5px 10px;
                    font-weight: 700;
                    white-space: nowrap;
                }

                    .m-t ul li ul li a:hover {
                        color: #fff;
                        background: #f4cd33
                    }

            .m-t ul li:hover ul {
                display: block;
            }

                .m-t ul li:hover ul ul, .m-t ul li ul li:hover ul ul {
                    display: none;
                }

            .m-t ul li ul li ul {
                left: 100%;
                top: 0;
            }

                .m-t ul li ul li:hover ul, .m-t ul li ul li ul li:hover ul {
                    display: block;
                }

.b-sr {
    height: 46px;
    position: relative;
    margin-top: 25px;
    width: 100%;
}

    .b-sr select {
        border: 1px solid #ddd;
        padding: 0 .75em;
        height: 46px;
        font-size: .97em;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 1.4em;
        border-radius: 0;
        display: block;
        border-radius: 5px 0 0 5px;
    }

    .b-sr input {
        height: 46px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0 !important;
        box-shadow: none;
    }

    .b-sr button {
        margin: 0;
        height: 46px;
        width: 70px;
        background: #71bf44;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none;
        font-size: 18px;
        color: #fff;
    }

        .b-sr button:hover {
            background: #5a9936;
        }

.slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.s-n {
    padding: 15px 0px;
    background: rgb(249, 249, 249)
}

.lt1 {
    display: block;
    background: #11294b;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-family: "barlow", sans-serif;
    font-size: 19px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 50px;
    text-transform: uppercase;
}

.htitle {
    padding-top: 10px;
    padding-bottom: 10px;
}

.thotline {
    margin-top: 15px;
}

    .thotline a {
        font-size: 17px;
        text-transform: none;
        color: #182f45;
        line-height: 33px;
        font-weight: 700;
        display: block;
    }

        .thotline a i {
            color: #71bf44;
            margin-right: 6px
        }

.slider {
    padding: 20px 0 25px;
    background: #182f45;
}

.m-l {
    border: solid 1px #f1f1f1;
    border-bottom: none;
    margin-bottom: 15px;
    background: #fff
}

.support {
    background: #fff;
    margin-bottom: 15px;
}

.m-l ul {
    list-style: none;
}

    .m-l ul li {
        position: relative;
    }
        .m-l ul li.active {background:#71bf44;}
            .m-l ul li.active a {color:#fff;}
            .m-l ul li a {
                display: block;
                padding: 12px 10px;
                line-height: 26px;
                color: #000;
                border-bottom: solid 1px #ccc;
                font-size: 15px;
                font-weight: bolder;
                color: #11294b;
                text-transform: uppercase;
            }

}

.m-l ul li a i {
    margin-right: 5px;
}

.m-l ul li a:hover {
    background: #ffb928;
}

.m-l ul li ul {
}

    .m-l ul li ul li a {
        white-space: nowrap;
        text-transform: none;
        border-left: none;
        background: none
    }

.m-l ul li:hover ul {
    display: block;
}

    .m-l ul li:hover ul ul, .m-l ul li ul li:hover ul ul {
        display: none
    }

.m-l ul li ul li:hover ul {
    display: block;
}

.ht1 {
    text-align: center;
    line-height: 32px;
    margin: 15px 15px;
    position: relative;
}

    .ht1:before {
        position: absolute;
        left: 0;
        background: #e7e7e7;
        top: 15px;
        height: 2px;
        width: 100%;
        content: ''
    }

    .ht1 span {
        background: #fff;
        padding: 0px 20px;
        font-size: 1.6em;
        display: inline-block;
        color: rgb(24, 47, 69);
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Barlow", sans-serif;
        position: relative;
        z-index: 1;
    }

    .ht1 a {
        float: right;
        color: #808080;
        font-size: 14px;
    }

.pt1 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.p-i {
    margin-bottom: 30px;
    position: relative;
    transition: all ease-out 0.5s;
    background: #fff;
    text-align: center;
}

    .p-i:hover {
        box-shadow: 2px 2px 20px #bbbbbb;
    }

.p-img {
    height: 200px;
    display: block;
    position: relative;
    transition: all ease 1s;
    overflow: hidden;
}

    .p-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: translateZ(0px);
        transition-duration: 0.3s;
        transition-property: transform;
    }

    .p-img:hover img {
        transform: scale(1.1)
    }

.p-i h3 a {
    font-size: 16px;
    color: #182f45;
    margin-top: 15px;
    text-align: center;
    line-height: 25px;
    display: block;
    height:50px;
}

    .p-i h3 a:hover {
        color: #71bf44;
    }

.p-i p {
    line-height: 30px;
    text-align: center;
}

    .p-i p i {
        color: #71bf44;
    }

    .p-i p.p-ct {
        font-family: "Barlow", sans-serif;
        font-size: 18px;
        color: #dc306b;
        padding-bottom: 20px;
    }

.p-price {
    line-height: 30px;
    color: #ed1b2e;
    font-weight: 700;
    font-size: 14px;
    height: 30px;
    margin-bottom: 5px;
}

.pri-o {
    font-size: 12px;
    text-decoration: line-through;
    color: #000;
}

.addcart {
}

    .addcart a {
        display: inline-block;
        line-height: 26px;
        padding: 0px 20px;
        background: -webkit-linear-gradient(180deg, rgb(56, 155, 238) 0%, rgb(1, 98, 169) 100%);
        background: -o-linear-gradient(180deg, rgb(56, 155, 238) 0%, rgb(1, 98, 169) 100%);
        background: -moz-linear-gradient(180deg, rgb(56, 155, 238) 0%, rgb(1, 98, 169) 100%);
        background: linear-gradient(180deg, rgb(56, 155, 238) 0%, rgb(1, 98, 169) 100%);
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        transition: all ease 1s;
    }

        .addcart a:hover {
            background: #00adef
        }

.product-hidden {
    background: #fff;
    position: absolute;
    bottom: -300px;
    width: 100%;
    height: 250px;
    padding: 10px;
    line-height: 18px;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
}

.p-i:hover {
}

    .p-i:hover .product-hidden {
        bottom: 0;
    }

.product-hidden h4 {
    text-align: center;
}

    .product-hidden h4 a {
        background: #f4cd33;
        color: #fff;
        font-size: 13px;
        padding: 5px 10px;
    }

.partner {
}

    .partner .item {
        padding: 15px;
    }

        .partner .item a {
            display: block;
            margin: 0 auto;
            max-width: 300px;
            height: 240px;
        }

            .partner .item a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.footer {
    background: #182f45;
    padding: 20px 0px;
    margin: 0 auto;
    color: #fff;
    line-height: 25px;
}

    .footer h3 {
        text-transform: uppercase;
        font-size: 16px;
        color: #71bf44;
        line-height: 30px;
        font-weight: 700;
        margin: 15px 0px;
        position: relative;
    }

.f-info p {
    line-height: 22px;
    margin-bottom: 5px;
}

.footer ul li {
    list-style: none;
    padding: 5px 0px;
    list-style: disc;
    margin-left: 15px;
}

.f-info p.first {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #f1f1f1
}

.footer ul li a {
    color: #fff;
    line-height: 30px;
    position: relative;
    display: block;
    padding-left: 15px;
}

    .footer ul li a:hover {
        color: #f4cd33;
    }

    .footer ul li a:before {
        content: '\f0da';
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        color: #fff;
    }

.copyright {
}

    .copyright p {
        line-height: 26px;
        font-size: 15px;
    }

.visitor p {
    height: 30px;
    line-height: 30px;
}

    .visitor p span {
        float: right;
        color: #fff;
        font-weight: 700;
    }

.promotion {
    background: #fffad7;
    border: 1px dashed #f85c00;
    border-radius: 4px;
    padding: 9px;
    margin-bottom: 20px;
}

    .promotion ul li {
        margin: 0;
        list-style: circle;
        margin-left: 20px;
    }

.htitle3 {
    margin: 10px 15px;
    color: #eadd4b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
}

    .htitle3 i {
        display: block;
        float: left;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border: solid 1px #eadd4b;
        margin-right: 10px;
    }

.p-i1 {
    background: #fff;
    padding-right: 10px;
}

.p-img1 {
    float: left;
    margin-right: 10px;
    width: 60%;
    height: 320px;
    position: relative;
    display: block;
}

    .p-img1 img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.p-i1 h3 a {
    display: block;
    color: #f4cd33;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 700;
}

.product-desc1 {
    line-height: 20px;
    text-align: justify;
}

#promotion .item, .listowl .item {
    margin: 0 15px;
}

#promotion .owl-prev, .listowl .owl-prev {
    position: absolute;
    top: -44px;
    right: 50px;
    background: none !important;
    border: solid 1px #fff;
    color: #f4cd33 !important;
    z-index: 10;
    margin: 0 !important;
    padding: 2px 8px !important;
}

#promotion .owl-next, .listowl .owl-next {
    position: absolute;
    top: -44px;
    right: 15px;
    background: none;
    border: solid 1px #fff;
    color: #f4cd33;
    z-index: 10;
    margin: 0 !important;
    padding: 2px 8px !important;
}

.pl-i {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    height: 80px;
}

.pl-img img {
    float: left;
    margin-right: 8px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.pl-i h3 a {
    color: #000;
    overflow: hidden;
    display: block;
    line-height: 20px;
    font-size: 15px;
}

    .pl-i h3 a:hover {
        color: #00adef
    }

.pl-i p {
    color: #dc306b;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.adv-item1 {
    padding-bottom: 10px;
}

.adv-item {
    margin-bottom: 10px;
}

.notice {
    margin-top: 8px;
}

    .notice li {
        list-style: none;
        height: 50px;
        font-size: 13px;
        float: left;
        width: 33.33%;
    }

        .notice li i {
            float: left;
            font-size: 30px;
            margin-right: 10px;
            height: 50px;
            width: 50px;
            text-align: center;
            padding-left: 6px;
            line-height: 50px;
            color: #fff;
            background: #f4cd33;
        }

            .notice li i.plan {
                background: #a2e08e
            }

            .notice li i.headphones {
                background: #fcad73
            }

        .notice li h4 {
            font-size: 14px;
            line-height: 30px;
            font-weight: 700;
        }

.title1 {
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    text-transform: uppercase;
}

.adv-item2 {
    position: relative;
    margin: 10px 0;
}

    .adv-item2:before {
        overflow: hidden;
        position: absolute;
        top: 0;
        content: "";
        z-index: 100;
        width: 100%;
        height: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background: rgba(0,0,0,.54) url(../images/plus-img.png) no-repeat center center;
    }

    .adv-item2:hover:before {
        visibility: visible;
        opacity: .8;
        height: 100%;
    }

.margin15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cate-item {
    margin: 10px 0;
}

.cate-img {
    display: block;
    height: 220px;
    position: relative;
    overflow: hidden;
}

    .cate-img img {
        transition: all ease 1s;
        max-height: 100%;
        transform: scale(1);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .cate-img:hover img {
        transform: scale(1.1)
    }

.cate-item h2 {
    position: absolute;
    bottom: 10px;
    font-size: 15px;
    color: #f4cd33;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/bg_menu.png) no-repeat center center;
}

.cate-item p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #a4a4a4;
}

.newhome {
    background: #fbf9fa;
    padding: 20px 0;
}

.hnew {
    padding: 30px 0px;
}

.hn-i2 {
    margin: 15px auto;
    text-align: center;
    transition: all ease-in-out 1s;
}

.hn-i {
    background: #00000094;
    border-radius: 6px;
    padding: 20px;
    margin: 15px auto;
    text-align: center;
    transition: all ease-in-out 1s;
}

.hn-img {
    height: 180px;
    position: relative;
    display: block;
    overflow: hidden;
}

.hn-img2 {
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
}


    .hn-img img, .hn-img2 img {
        transition: all ease 1s;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%
    }

        .hn-img img:hover, .hn-img2 img:hover {
            transform: scale(1.1)
        }

.hn-i h3 a {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    margin: 10px 0;
    color: white;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.hn-i2 h3 a {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    margin: 10px 0;
    color: #182f45;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.hn-i p {
    color: gray;
    height: 50px;
    margin: 5px 0;
    line-height: 25px;
    overflow: hidden;
}

.hn-i2 p {
    height: 50px;
    margin: 5px 0;
    line-height: 25px;
    overflow: hidden;
}

.hn-i h3 a:hover {
    color: #fff
}

.hpro .item, .hnewowl .item {
    padding: 0 15px;
}

.hpro .owl-nav, .hnewowl .owl-nav {
    display: none !important;
}

.hnew .owl-next, .hpro .owl-next {
    position: absolute;
    right: 15px;
    top: -55px;
    width: 24px;
    height: 24px;
    background: #f4cd33 !important;
    border: solid 1px #f4cd33 !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 11px !important;
}

.hnew .owl-prev, .hpro .owl-prev {
    position: absolute;
    right: 45px;
    top: -55px;
    width: 24px;
    height: 24px;
    background: #f4cd33 !important;
    border: solid 1px #f4cd33 !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 11px !important;
}

.ser-i {
    text-align: center;
}

    .ser-i img {
        max-height: 95px;
        margin-top: 10px;
    }

    .ser-i h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        margin: 10px 0 30px
    }

.bg1 {
    background: rgb(236, 236, 236);
}

#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111;
    background: rgba(0,0,0, 0.6);
    display: none;
}

#hc-popup {
    z-index: 2;
    top: -50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    color: #fff;
    max-width: 580px;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0,0,0, 0.8);
    padding: 50px;
    background: url(../images/popup-bg.jpg) no-repeat center center;
    background-size: cover;
}

    #hc-popup h2 {
        font-family: 'Segoe UI Bold', sans-serif;
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

        #hc-popup h2 span {
            padding: 6px 15px;
            text-transform: uppercase;
        }

    #hc-popup p {
        text-transform: uppercase;
        line-height: 30px;
        text-align: center
    }

    #hc-popup h3 {
        font-family: 'Segoe UI Bold', sans-serif;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
    }

    #hc-popup input {
        border: none;
        border-radius: 5px;
        height: 36px;
        width: 100%;
        padding: 3px 5px 3px 5px;
        background: #fff;
        margin-bottom: 15px;
    }

    #hc-popup button {
        background: #f7941d;
        border: none;
        width: 100%;
        color: #fff;
        font-family: 'Segoe UI Bold', sans-serif;
        font-size: 22px;
        margin: 15px 0px;
        text-align: center;
        line-height: 58px;
    }

.pclose {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 44px;
    height: 44px;
    background: #000;
    border: solid 2px #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.box-left {
    background: #fff;
    padding: 10px;
    border: solid 1px #ebebeb;
}


.hotline_top {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 10px;
    right: 15px;
    width: 200px;
    border-radius: 28px;
    background: #0162a9;
}

.hotline_top {
    line-height: 23px;
    clear: both;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    top: auto !important;
    /* width: 200px; */
    border-radius: 28px;
    background: #0162a9;
}

.icon_img {
    float: left;
    padding: 5px 10px;
    height: 40px;
    background: white;
    border-radius: 20px 0 0 20px;
}

    .icon_img img {
        max-width: 25px;
        -webkit-animation: wrench 2.5s ease infinite;
        animation: wrench 2.5s ease infinite;
        transform-origin-x: 90%;
        transform-origin-y: 35%;
        transform-origin-z: initial;
    }

.hotline_content {
    float: left;
    padding: 10px 10px;
    height: 40px;
    color: #000;
}

    .hotline_content h4 {
        font-weight: 700;
        color: #fff;
        font-size: 20px;
    }

        .hotline_content h4 a {
            color: #fff;
        }

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%, 28%, 30%, 48%, 50%, 68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%, 20%, 38%, 40%, 58%, 60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%, 75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%, 28%, 30%, 48%, 50%, 68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%, 20%, 38%, 40%, 58%, 60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%, 75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.why {
    padding: 20px 0px;
}

.c-i {
    margin: 10px 0;
}

.c-img {
    position: relative;
    height: 220px;
    display: block;
}

    .c-img img {
        max-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

        .c-img img:hover {
            transform: scale(1.1)
        }

.c-i h2 a {
    text-align: center;
    display: block;
    margin-bottom: 8px;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.c-des {
    margin-bottom: 10px;
    line-height: 25px;
}

.c-i h4 {
    text-align: center
}

    .c-i h4 a {
        padding: 0 15px;
        line-height: 36px;
        border-radius: 20px;
        background: #71bf44;
        color: #fff;
        font-size: 17px;
        display: inline-block;
    }

.m-bt {
}

    .m-bt a {
        color: #fff;
        float: left;
        width: 50%;
        line-height: 30px;
        display: block;
    }

.pfeatu {
    padding: 30px 0px;
    background: rgb(249, 249, 249);
}

.ht2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0px;
}

.phone-ring {
    position: fixed;
    left: 15px;
    bottom: 6px;
    z-index: 999999;
}

.phone-circle {
    position: relative;
    background-color: #c4172c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

    .phone-circle, .phone-circle .ping {
        display: inline-block;
        width: 44px;
        height: 44px;
    }

        .phone-circle .fa {
            position: absolute;
            left: 10px;
            top: 10px;
            color: #fff;
            font-size: 24px;
            -webkit-animation: ring-anim 1s infinite ease-in-out;
            animation: ring-anim 1s infinite ease-in-out;
        }

.fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.phone-circle .ping {
    opacity: 1;
    border: 1px solid #c4172c;
    background-color: rgba(221,21,21,.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sonar-anim 1.25s linear infinite;
    animation: sonar-anim 1.25s linear infinite;
}

@-webkit-keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes ring-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@keyframes ring-anim {
    0%,100%,50% {
        -webkit-transform: rotate(90deg) scale(1) skew(1deg);
        transform: rotate(90deg) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.follow-us {
    display: block;
    position: fixed;
    bottom: 100px;
    left: 16px;
    text-align: right;
    z-index: 1000;
    width: 54px;
}

    .follow-us a {
        margin: 5px;
        display: block;
        float: right;
    }

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 9999;
    display: none;
}

    #back-to-top a {
        background: #ff5a10;
        width: 44px;
        height: 44px;
        display: inline-block;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
    }

        #back-to-top a i {
            display: block;
        }

.flickity-slider > div:not(.col), .flickity-slider > a, .flickity-slider > p, .flickity-slider > a > img, .flickity-slider > img, .flickity-slider > figure {
    width: 100% !important;
    padding: 0;
    margin: 0;
    transition: transform .6s, opacity .6s, box-shadow 0.6s;
}

.flickity-slider > * {
    max-width: 1300px !important;
}

    .flickity-slider > *:not(.is-selected) {
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        z-index: -1;
        opacity: 1;
    }

.flickity-slider > .is-selected {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.mproduct {
    padding: 0;
    position: relative;
}

    .mproduct h2 {
        background: #71bf44;
        color: #fff;
        line-height: 50px;
        font-family: "Barlow", sans-serif;
        font-size: 17px;
        padding-left: 20px;
        text-transform: uppercase;
    }

        .mproduct h2 i {
            margin-right: 10px;
        }

    .mproduct ul {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
        width: 100%;
        background: #253e57;
        list-style: none;
    }

        .mproduct ul li a {
            border-top: 1px solid #fff;
            line-height: 28px;
            font-size: 14px;
            padding: 10px;
            display: block;
            color: #fff;
        }

            .mproduct ul li a i {
                margin-right: 8px;
            }

            .mproduct ul li a:hover {
                background: #71bf44
            }

    .mproduct:hover ul {
        display: block;
    }

.flex-col {
    max-height: 100%;
}

.flex-grow {
    flex: 1;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.sup-i {
    padding: 25px 10px;
    border-radius: 10px;
    text-align: center;
}

    .sup-i p {
        font-size: 15px;
        line-height: 25px;
    }

    .sup-i h4 {
        color: #182f45;
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800
    }

    .sup-i:hover {
        background-image: linear-gradient(#2a5188, #182f45);
        color: white;
    }

        .sup-i:hover h4 {
            color: #71c043
        }

.ht3 {
    margin: 20px 15px 15px 15px;
    background-image: linear-gradient(to right, #182f45, #71bf44);
    border-bottom: 2px solid #71bf44;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 46px;
    height: 48px;
    padding-right: 15px;
}

    .ht3 span {
        color: #fff;
        padding-right: 15px;
        margin-right: 15px;
        border-bottom: 0;
        padding-left: 15px;
        margin-bottom: 0;
        border-top-left-radius: 5px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700
    }

    .ht3 a {
        float: right;
        color: #fff;
        font-size: 16px;
        padding-left: 10px;
    }

.why-i {
    padding: 25px 10px;
    border-radius: 10px;
    text-align: center;
    transition: all ease 0.3s;
    margin: 0 auto;
    max-width: 240px;
}

    .why-i img {
        height: 80px;
        margin-bottom: 20px;
    }

    .why-i:hover img {
        border: 2px solid #71bf44;
        padding: 6px;
        border-radius: 99%;
    }

    .why-i p {
        font-size: 15px;
        line-height: 25px;
    }

    .why-i h4 {
        color: #182f45;
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 18px;
        font-weight: 800
    }

    .why-i:hover {
        background-image: linear-gradient(#2a5188, #182f45);
        color: white;
        cursor: pointer;
    }

        .why-i:hover h4 {
            color: #71c043
        }

.project {
    background: url(../images/bg-duan.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0px;
}

    .project:before {
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.32);
    }

    .project .ht2 {
        color: #fff;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        font-size: 1.6em;
        margin-bottom: 15px;
    }

    .project .pt1 {
        color: #fff;
    }

.maxim {
    background: #71bf44;
    padding: 30px 30px;
    height: 350px;
    position: relative;
    color: #fff;
}

    .maxim:before {
        border-bottom: none;
        border-right: 225px solid #71bf44;
        content: ' ';
        height: 100%;
        right: 100%;
        position: absolute;
        top: 0;
        width: 0px;
        border-top: 350px solid transparent
    }

    .maxim h3 {
        color: white;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 700;
        font-family: "Barlow", sans-serif;
        text-align: center;
    }

    .maxim h4 {
        color: white;
        margin: 15px 0 20px 0;
        text-align: center;
    }

    .maxim p {
        line-height: 30px;
        font-size: 16px;
    }

    .maxim h5 {
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 20px;
    }

.feedback {
    background: #666;
    padding: 30px 0;
    position: relative;
}

    .feedback .ht1 span {
        color: #fff;
        background: #666;
    }

    .feedback .pt1 {
        color: #fff;
    }

.f-i {
    padding-left: 120px;
    position: relative;
    color: #fff;
    margin: 0 15px;
}

.f-img {
    position: absolute;
    left: 0;
    top: 0;
}

    .f-img img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

.f-i .star {
    color: #71bf44;
    line-height: 30px;
}

.f-i p {
    color: #f1f1f1;
    font-style: italic;
    line-height: 25px;
    text-align: justify;
}

.f-i h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700
}

.f-i h5 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.effect-snow {
    background-image: url(../images/snow1.png),url(../images/snow2.png);
    animation: snow 20s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

@keyframes rain {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: 500px 1000px
    }
}

.effect-rain {
    background-image: url("../img/effects/rain.png");
    animation: rain 2s linear infinite
}

@keyframes sparkle {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: -500px -1000px, -400px -400px, 300px 300px
    }
}

.effect-sparkle {
    background-image: url("../img/effects/sparkle1.png"),url("../img/effects/sparkle2.png");
    animation: sparkle 60s linear infinite
}

@keyframes glass {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px
    }
}

.effect-sliding-glass {
    background-image: url("../img/effects/glass1.png"),url("../img/effects/glass2.png");
    animation: glass 30s linear infinite
}

@keyframes confetti {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

.effect-confetti {
    background-image: url("../img/effects/confetti1.png"),url("../img/effects/confetti2.png");
    animation: confetti 10s linear infinite
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

.zalo-container {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 160px;
    z-index: 9999999;
    left: 2.5rem;
}

    .zalo-container a {
        display: block;
    }

.animated_zalo.infinite {
    animation-iteration-count: infinite;
}

.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn_zalo;
}

.pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo;
}

.cmoz-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
}

.zalo-container span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
}

.zalo-container img {
    max-width: 100%;
    height: auto;
}

@keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn_zalo {
    animation-name: zoomIn_zalo;
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 160px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
}

    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
        border-color: #e6140f69;
        opacity: 1;
    }

.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: 160px;
    width: 160px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.1;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #e6140f;
}

.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%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 30px;
    top: 30px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #e6140f;
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 40px !important;
    line-height: 50px !important;
    padding-left: 7px;
    color: #fff;
}

.suntory-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50px;
    top: 50px;
    opacity: 1;
    transform-origin: 50% 50% 0;
    z-index: 1;
}

.phone-pc {
    background: #e6140f;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    top: 65px;
    left: 98px;
    position: relative;
    width: 160px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}

@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.6) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(0.7) 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);
    }
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 40px !important;
    line-height: 50px !important;
    padding-left: 7px;
    color: #fff;
}

.pcate-img {
    max-width: 1140px;
    margin: 20px auto;
    border-radius: 20px;
}

.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    color: #999;
    position: relative;
}

.button.icon.circle {
    padding-left: 0;
    padding-right: 0;
}

.button.tooltip {
    opacity: 1;
}

.button.icon {
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block;
    color: silver;
    text-align: center;
    font-size: 14px;
}

.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
    border: 2px solid silver;
    background-color: transparent;
}

.button.is-outline {
    line-height: 2.19em;
}

.circle {
    border-radius: 999px !important;
    object-fit: cover;
}

.button.facebook:not(.is-outline), .button.facebook:hover {
    background: #3a589d !important;
    color: #fff;
    border: solid 2px #3a589d
}

.button.twitter:not(.is-outline), .button.twitter:hover {
    background: #2478ba !important;
    color: #fff;
    border: solid 2px #2478ba
}

.button.email:not(.is-outline), .button.email:hover {
    background: #111 !important;
    color: #fff;
    border: solid 2px #111
}

.button.pinterest:not(.is-outline), .button.pinterest:hover {
    background: #cb2320 !important;
    color: #fff;
    border: solid 2px #cb2320
}

.button.linkedin:not(.is-outline), .button.linkedin:hover {
    background: #0072b7 !important;
    color: #fff;
    border: solid 2px #0072b7
}

.d-contact {
    margin-bottom: 20px;
    width: 100%;
    background: #fff8d5;
    padding: 20px 5px;
    padding-top: 15px;
    border: 2px dashed #ff7600;
    border-radius: 4px;
}

    .d-contact h3 {
        color: #71bf44;margin-bottom:15px;
    }
    .d-contact ul {
        margin-left: 20px;
        font-size: 15px;
    }
    .d-contact ul li {margin-bottom:0.6em}
    .d-contact input[type=text] {
        border: 1px solid #ddd;
        padding: 0 .75em;
        height: 2.507em;
        font-size: .97em;
        border-radius: 0 !important;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        box-shadow: none !important;
        transition: color .3s, border .3s, background .3s, opacity .3s;
        margin-bottom:15px;
    }
    .d-contact button {
        text-transform: none;
        font-weight: normal;
        border-radius: 4px;
        background: #253e57;
        font-size: 14px;
        margin: 0;
        line-height: 34px;
        padding:0 20px;
        border: none !important;
        color:#fff;
        font-weight:bold;
    }
.phone-ring {
    position: fixed;
    left: 15px;
    bottom: 6px;
    z-index: 999999;
}

.phone-circle {
    position: relative;
    background-color: #c4172c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

    .phone-circle, .phone-circle .ping {
        display: inline-block;
        width: 44px;
        height: 44px;
    }

        .phone-circle .fa {
            position: absolute;
            left: 10px;
            top: 10px;
            color: #fff;
            font-size: 24px;
            -webkit-animation: ring-anim 1s infinite ease-in-out;
            animation: ring-anim 1s infinite ease-in-out;
        }

.fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.phone-circle .ping {
    opacity: 1;
    border: 1px solid #c4172c;
    background-color: rgba(221,21,21,.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sonar-anim 1.25s linear infinite;
    animation: sonar-anim 1.25s linear infinite;
}

@-webkit-keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes ring-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@keyframes ring-anim {
    0%,100%,50% {
        -webkit-transform: rotate(90deg) scale(1) skew(1deg);
        transform: rotate(90deg) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.follow-us {
    display: block;
    position: fixed;
    bottom: 100px;
    left: 16px;
    text-align: right;
    z-index: 1000;
    width: 54px;
}

    .follow-us a {
        margin: 5px;
        display: block;
        float: right;
    }