﻿
@font-face {
    font-family: 'SF-Medium';
    src: url('../fonts/SanFranciscoDisplay-Medium.ttf');
}

@font-face {
    font-family: 'SF-Regular';
    src: url('../fonts/SanFranciscoDisplay-Regular.ttf');
}

body {
    font-family: 'SF-Regular';
}

#header {
    position: absolute;
    top: 20px;
    width: 100%;
    margin: auto;
    text-align: center;
}

    #header .logo {
        POSITION: relative;
        left: 6%;
        float: left;
    }

    #header h3 {
        clear: both;
        margin-top: 2%;
        margin-bottom: 0;
        float: left;
        width: 100%;
        text-align: center;
        font-family: 'SF-Medium';
        font-size: 40px;
        letter-spacing: 2px;
        color: rgba(0, 0, 0, 0.65);
    }

    #header h4 {
        clear: both;
        float: left;
        width: 100%;
        font-size: 20px;
        letter-spacing: 2px;
        color: rgba(0, 0, 0, 0.65);
    }

#login {
    position: relative;
    max-width: 1200px;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    bottom: 50px;
}

    #login:before {
        content: '';
        position: absolute;
        border: 10px solid transparent;
        border-width: 15px 20px;
        border-top-color: rgba(216, 34, 26, 0.85);
        bottom: 0px;
    }

    #login:after {
        content: '';
        position: absolute;
        background: url(../images/bg_login.png) left bottom no-repeat;
        width: 80px;
        height: 80px;
        bottom: 29px;
        left: calc(2% - 1px);
        left: -o-calc(2% - 1px);
        left: -ms-calc(2% - 1px);
        left: -webkit-calc(2% - 1px);
        left: -moz-calc(2% - 1px);
    }

    #login .form-login {
        width: 96%;
        background: rgba(216, 34, 26, 0.85);
        POSITION: ABSOLUTE;
        BOTTOM: 30PX;
        padding: 2% 2% 2% 50px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

    #login .title-login {
        text-transform: uppercase;
    }

        #login .title-login > h3 {
            color: #fff;
            border-bottom: 1px solid #fff;
            margin: 0;
            font-size: 20px;
            letter-spacing: 2px;
        }

        #login .title-login > h4 {
            font-size: 12px;
            color: rgb(0, 0, 0);
            font-style: italic;
            padding: 0 15px;
            margin: 0;
            margin-top: 10px;
            letter-spacing: 1px;
        }

    #login .box-input {
        width: 60%;
        padding-left: 2%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

        #login .box-input .txt-login {
            width: 76%;
            padding: 5px;
            font-family: 'SF-Medium';
            background: rgba(255, 255, 255, 0.16);
            border: 5px solid rgba(255, 255, 255, 0.3);
            box-shadow: inset 0 0 110px rgb(255, 255, 255);
            outline: none;
            transition: all 500ms;
            -o-transition: all 500ms;
            -ms-transition: all 500ms;
            -moz-transition: all 500ms;
            -webkit-transition: all 500ms;
        }

            #login .box-input .txt-login:hover, #login .box-input .txt-login:focus, #login .box-input .txt-login:active {
                transition: all 500ms;
                -o-transition: all 500ms;
                -ms-transition: all 500ms;
                -moz-transition: all 500ms;
                -webkit-transition: all 500ms;
                background: rgba(255, 255, 255, 0.61);
            }

        /*#login .box-input .btn-login {
            width: 20%;
            background: #ebb300;
            border: navajowhite;
            height: 40px;
            text-transform: uppercase;
            font-size: 18px;
            letter-spacing: 3px;
            font-family: 'SF-Medium';
            outline: none;
        }*/

        /*  set2 start here */
        #login .box-input .btnlogin {
            background: transparent;
            width: 100%;
            height: 100%;
            outline: none;
            border: none;
        }

.set_2_button {
    line-height: 40px;
    TEXT-ALIGN: CENTER;
    overflow: hidden;
    position: relative;
    transition: all 1s;
    cursor: pointer;
    margin-left: 2%;
    background: #ebb300;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: 'SF-Medium';
    outline: none;
}

#login .box-input .set_2_button:hover, #login .box-input .set_2_button:focus, #login .box-input .set_2_button:active {
    transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    background: #fff;
}

.set_2_button:before {
    left: 48%;
}

.set_2_button:active {
    background: #cccccc;
    color: #000000;
    top: 2px;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.set_2_button > span {
    display: inline-block;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.icon-forward:before {
    content: "Đăng nhập";
    position: absolute;
    /*font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;*/
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.set_2_btn-1:before {
    left: -100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.set_2_btn-1:hover:before {
    left: 0;
    transition: all 0.5s;
}

.set_2_btn-1:hover > span {
    transform: translateX(300%);
    transition: all 1s;
}


/* set 2 end here */

.main-wrapper {
    position: relative;
    width: 100%;
    padding: 1% 0px;
    margin: 0px;
    background: url('../images/bg_shadow.png') top center no-repeat;
    overflow: hidden
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
}

.title-top {
    text-align: center;
    padding: 15px 0;
}

    .title-top h3 {
        font-family: 'SF-Medium';
        text-transform: uppercase;
        font-size: 28px;
    }

    .title-top p {
        font-size: 16px;
    }
/*************************************************
                **********************clips*********************/
.clips {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

    .clips .clips-item {
            width: 19%;
        margin-bottom: 20px;
        float: left;
        margin-right: 1%;
    }

        .clips .clips-item > a {
            display: flex;
            position: relative;
            align-items: center;
            justify-content: center;
            height: 130px;
            overflow: hidden;
            border: 1px solid #e4e4e4;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .clips .clips-item > a:before {
                content: '';
                position: absolute;
                background: url(../images/ic_play.png) center center no-repeat;
                z-index: 2;
                width: 100%;
                height: 100%;
                opacity: 0;
                transition: all 100ms;
                -o-transition: all 100ms;
                -ms-transition: all 100ms;
                -moz-transition: all 100ms;
                -webkit-transition: all 100ms;
                transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                -o-transform: scale(0);
            }

            .clips .clips-item > a:hover:before {
                transition: all 300ms;
                -o-transition: all 300ms;
                -ms-transition: all 300ms;
                -moz-transition: all 300ms;
                -webkit-transition: all 300ms;
                transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                -o-transform: scale(1);
                opacity: 1;
            }

            .clips .clips-item > a:hover:after {
                content: '';
                position: absolute;
                background: rgba(57, 25, 25, 0.5);
                z-index: 1;
                width: 100%;
                height: 100%;
                top: 0;
                bottom: 0;
            }

        .clips .clips-item .item-name {
            margin: 5px 0;
        }

            .clips .clips-item .item-name a {
                font-size: 14px;
                color: #0093bb;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

        .clips .clips-item .item-info {
            font-size: 12px;
            color: #9c9c9c;
            margin: 5px 0;
        }

            .clips .clips-item .item-info span i {
                padding-right: 5px;
            }

            .clips .clips-item .item-info .fa-share-alt {
                padding: 0px 5px 0px 20px;
            }
/*************************************************
                **********************offices*********************/
.bg-offices {
    background: url(../images/bg_offices.png) center 107px no-repeat;
}

.offices {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .offices .office-item {
        width: 50%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        letter-spacing: 0.7px;
        margin-bottom: 10px;
    }

        .offices .office-item .office-item-img {
            float: left;
            padding-right: 15px;
        }

            .offices .office-item.office-item-img img {
                transition: all 300ms ease-out;
                -o-transition: all 300ms ease-out;
                -ms-transition: all 300ms ease-out;
                -webkit-transition: all 300ms ease-out;
                -moz-transition: all 300ms ease-out;
            }

        .offices .office-item:hover {
            background: rgba(134, 134, 134, 0.05);
        }

            .offices .office-item:hover .office-item-img img {
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                filter: url(/assets/svg/desaturate.svg#greyscale);
                filter: gray;
                -webkit-filter: grayscale(1);
                transition: all 300ms ease-out;
                -o-transition: all 300ms ease-out;
                -ms-transition: all 300ms ease-out;
                -webkit-transition: all 300ms ease-out;
                -moz-transition: all 300ms ease-out;
            }

        .offices .office-item .office-item-info > h3 {
            font-family: 'SF-Medium';
            text-transform: uppercase;
            font-size: 20px;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .offices .office-item .office-item-info > p .fa {
            width: 20px;
        }

        .offices .office-item .office-item-info > p {
            margin: 0 0 3px;
        }

        .offices .office-item .email {
            background: #f1f1f1;
            border: 1px solid #d7d7d7;
            padding: 15px;
            width: 100%;
        }

            .offices .office-item .email h3 {
                font-family: 'SF-Medium';
                font-size: 17px;
                margin: 0;
                color: #000;
                margin-bottom: 10px;
            }

            .offices .office-item .email .box-email {
                display: inline-flex;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                justify-content: space-between;
                width: 100%;
            }

                .offices .office-item .email .box-email .enter-mail {
                    width: 100%;
                }

            .offices .office-item .email .txt-email {
                width: 100%;
                height: 32px;
                line-height: 28px;
                padding: 0 6px;
                outline: none;
            }

            .offices .office-item .email input[type=text] {
                margin-bottom: 5px;
            }
/*************************btn send email**********************/

.set_15_social-button {
    background-color: #3471b0;
    width: 120px;
    height: 70px;
    cursor: pointer;
    line-height: 55px;
    margin-left: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    box-shadow: inset 0px 0 1px #fff;
    -o-box-shadow: inset 0px 0 1px #fff;
    -ms-box-shadow: inset 0px 0 1px #fff;
    -webkit-box-shadow: inset 0px 0 1px #fff;
    -moz-box-shadow: inset 0px 0 1px #fff;
    border: 5px solid #3471b0;
}

    .set_15_social-button:before {
        content: '';
        background-color: rgba(0, 189, 255, 0.26);
        width: 200%;
        height: 200%;
        position: absolute;
        top: 50%;
        left: -150%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
        transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    }

    .set_15_social-button .btn-email {
        height: 100%;
        width: 100%;
        font-size: 20px;
        vertical-align: middle;
        background: transparent;
        border: none;
        position: relative;
        z-index: 1;
        background: transparent;
        border: none;
    }

    .set_15_social-button:focus:before, .set_15_social-button:hover:before {
        top: -10%;
        left: -36%;
    }
/******************************8PAGING************************8/
          /********************************paging*******************************/
.pagination {
    WIDTH: 100%;
    text-align: center;
    margin: 0;
}

    .pagination ul {
        display: inline-block;
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        float: left;
        width: 19px;
        margin: 0 5px;
        line-height: 20px;
        text-decoration: none;
        border-left-width: 0;
        font-size: 13px;
        color: #3e3e3e;
    }



    .pagination .active a:hover,
    .pagination .active a {
        color: #000000;
        background: transparent;
    }

    .pagination a:hover {
        background: #ffe6e6;
    }

    .pagination .active a {
        color: #000000;
        cursor: pointer;
        font-family: 'SF-Medium';
        border-bottom: 1px solid #4e4e4e;
    }

    .pagination .disabled span,
    .pagination .disabled a,
    .pagination .disabled a:hover {
        color: #999999;
        background-color: transparent;
        cursor: default;
    }

    .pagination li:first-child a {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }


#divPaging {
    float: left;
    width: 100%;
    text-align: center;
    MARGIN: AUTO;
}

.pagination a i {
    padding: 5px 0px;
    font-size: 10px;
}
/*************************************************
                **********************footer*********************/
footer {
    background: #cd2f27;
    color: rgba(255, 255, 255, 0.6);
    padding: 2% 0;
    text-align: center;
}

    footer a {
        color: #fff;
    }

        footer a:first-child {
            text-decoration: underline;
        }

    footer .social {
        color: rgba(255, 255, 255, 0.6);
        width: 36px;
        height: 36px;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        line-height: 32px;
        margin: 0 2px;
    }

        footer .social:hover {
            background: rgb(255, 255, 255);
            color: red;
        }
/*************************************************
                **********************popup*********************/
@-webkit-keyframes ani_1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes ani_1 {
    0% {
        opacity: 0;
        transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
}



.popup-page {
    display: none;
    width: 94%;
    height: auto;
    max-height: 100%;
    position: fixed;
    top: 0%;
    left: 3%;
    z-index: 100;
    background: #fff;
    padding: 0%;
    overflow-x: auto;
    overflow-y: auto;
    animation: ani_1 1s;
    -moz-animation: ani_1 1s;
    -ms-animation: ani_1 1s;
    -webkit-animation: ani_1 1s;
}

.popup-clips {
    display: none;
    width: 90%;
    height: auto;
    max-height: 575px;
    position: fixed;
    top: 5%;
    left: 5%;
    bottom: 5%;
    z-index: 100;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
    animation: ani_1 1s;
    -moz-animation: ani_1 1s;
    -ms-animation: ani_1 1s;
    -webkit-animation: ani_1 1s;
}
.video-list{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.video-list ul{
    margin: 0;
    padding: 0;
}
.video-list ul li{
    list-style: none;
    float: left;
    width: 99%;
    margin-left: 1%
}
#mask-popup {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

button.close {
    position: absolute;
    right: 0px;
    top: -3px;
    outline: none;
    z-index: 111;
    width: 30px;
    height: 30px;
    opacity: 1;
}

    button.close:hover {
        opacity: 1;
    }

    button.close span {
        font-size: 28px !important;
        color: red;
        margin-top: -5px !important;
    }

.articles {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flexbox;
    display: inline-flex;
}

.article-content {
    text-align: justify;
}

    .article-content img {
        max-width: 100%;
    }

    .article-content .article-name {
        font-size: 28px;
        color: #3ba0f6;
        margin-bottom: 20px;
        text-align: initial;
    }

    .article-content .title-bold {
        font-size: 17px;
        margin: 5px 0;
        font-family: 'SF-Medium';
    }

    .article-content .author-italic {
        font-size: 11px;
        display: block;
    }

.socials {
    float: right;
    width: 100%;
    text-align: right;
}

    .socials > span {
        margin: 15px 0;
        font-family: 'SF-Medium';
        display: inline-block;
    }

    .socials ul, .socials li {
        display: inline-block;
    }

        .socials li a {
            padding: 6px;
            display: block;
            width: 30px;
            text-align: center;
            color: #1f93f5;
        }

            .socials li a:hover {
                color: #f51f1f;
            }

.socials {
}

.widget-article {
    width: 300px;
    margin-left: 3%;
}

    .widget-article img {
        max-width: 100%;
    }

    .widget-article .widget-title {
        font-size: 18px;
        color: #1f93f5;
        letter-spacing: 1px;
        padding: 10px 0px;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: 'SF-Medium';  
          background: url(../images/bg_dots_dark.png) left bottom repeat-x;
    }

    .widget-article .widget-item {
        width: 300px;
        display: block;
        border-bottom: 1px dashed #f7f7f7;
        margin-bottom: 30px;
        float: left;
    }

        .widget-article .widget-item:hover {
            background: #f9f9f9;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: url(/assets/svg/desaturate.svg#greyscale);
            filter: gray;
            -webkit-filter: grayscale(1);
            transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
        }

        .widget-article .widget-item a:hover {
            text-decoration: none;
        }

        .widget-article .widget-item a img {
            width: 120px;
            float: left;
            padding-right: 10px;
        }

        .widget-article .widget-item h3 {
            font-size: 15px;
            margin: 0;
        }

        .widget-article .widget-item h4 {
            font-size: 12px;
            color: #9c9c9c;
            margin: 5px 0;
            height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .widget-article .widget-item h4 span i {
                padding-right: 5px;
            }

            .widget-article .widget-item h4 .fa-share-alt {
                padding: 0px 5px 0px 20px;
            }

@media only screen and (min-width:768px) {
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #4f4f4f;
    }
}

@media only screen and (max-width:1200px), only screen and (max-device-width:1200px) {
    #login {
        BOTTOM: 0;
    }
}

@media only screen and (max-width:1024px), only screen and (max-device-width:1024px) {

    #login .form-login {
        width: 100%;
        POSITION: relative;
        BOTTOM: 0;
    }

    #login:before {
        border-bottom-color: rgb(221, 66, 60);
        border-top-color: transparent;
        bottom: 100%;
    }

    #login:after {
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width:768px), only screen and (max-device-width:768px) {

    #header .logo img {
        width: 80px;
    }

    #header h3 {
        font-size: 25px;
    }

    #header h4 {
        font-size: 15px;
    }

    #login .box-input {
        width: 100%;
    }

    #login .title-login > h3 {
        font-size: 14px;
    }

    #login .title-login > h4 {
        font-size: 10px;
        padding: 0 0px 0 5px;
    }

    .set_2_button {
        font-size: 13px;
    }

    .title-top h3 {
        font-size: 20px;
    }

    .title-top p {
        font-size: 14px;
    }

    .main-content {
        padding: 15px;
    }

    .articles {
        display: block;
    }

    .article-content {
        width: 100%;
    }

    .widget-article {
        width: 100%;
        clear: both;
        background: #f0f0f0;
        margin: 0;
    }

        .widget-article .widget-item {
            width: 100%;
        }

    .clips .clips-item {
        width: 32%;
    }

    .offices .office-item {
        width: 100%;
    }
}

@media only screen and (max-width:500px), only screen and (max-device-width:500px) {
    #header {
        top: 5px;
    }

        #header h3 {
            font-size: 15px;
            margin-top: 5%;
        }

        #header h4 {
            font-size: 11px;
            margin: 5px;
            letter-spacing: 1px;
        }

    #login .form-login {
        display: block;
        padding: 10px;
    }

    #login .title-login > h4 {
        display: none;
    }

    #login .title-login > h3 {
        font-size: 14px;
        margin: 10px 0;
    }

    #login:after {
        display: none;
    }

    #login .box-input {
        padding-left: 0%;
    }

    .clips .clips-item {
        width: 48%;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 768px), only screen and (min-width: 600px) and (max-width: 768px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1201px), only screen and (min-width: 768px) and (max-width: 1201px) {
    .main-content {
        padding: 15px;
    }

    .clips .clips-item {
        width: 32%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait ), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait ) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape),only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media only screen and (max-device-width:768px) and (orientation:landscape ),only screen and (max-width:768px) and (orientation:landscape ) {
}
a.fb-share{
    background: url(../images/fb-share.png);
    width: 84px;
    height: 29px;    
    display: inline-block;
    padding-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
a.fb-share:hover{
    text-decoration:  none;
}