.preview--open .action--close .fa {
	top: -20px;
    margin: 0;
    padding: 0;
    position: relative;
}
@media screen and (max-width: 580px) {
    /** Quoc **/
    #page {
        position: relative;
        top: 10px;
    }
    .fg_aboutus {
        padding-top: 0;
    }
    .fg_story {
        margin-top: -690px;
        padding-top: 430px;
        z-index: -1;
    }
    .fg_story .story {
        position: relative;
        margin-bottom: 150px;
        margin-top: 300px;
        max-width: 100%;
    }
    .fg_story .story h3 {
        position: relative;
        z-index: 1;
    }
    .fg_story .story:before {
        margin-top: -330px;
        background-size: contain;
        max-width: 100%;
    }
    .fg_story .story:after {
        margin-top: 260px;
        right: 0;
        background-size: contain;
        background-position: center center;
        left: 0;
        max-width: 100%;
    }
    .fg_story .story-desc {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px 20px;
        border: 5px solid #c3a860;
        text-align: justify;
        margin-top: 240px;
    }
    .fg_story .story-desc:after {
        margin-top: 250px;
    }
    .home-sanpham {
        padding: 55px 15px;
    }
    .home-noidung img {
        display: block;
        border: 10px solid #783f2b;
        box-shadow: 2px 5px 5px #3c0707;
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }
    .home-noidung h3 a {
        color: #a94442;
        text-decoration: none;
        text-shadow: none;
    }
    .fg-blog-section {
        padding-top: 0;
    }
    .fg-blog-section .fg-post-content .bttn,
    .post-item a.bttn {
        display: none;
    }
    .support {
    background: #F0592B;
    display: block;
    width: 80%;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: #fff;
}
}


/***Quoc page */
.caption .title {
    text-shadow: 2px 2px 3px #000000;
}
.caption .desc {
    text-shadow: 2px 2px 2px #000000;
}

.footer-block .widget-title {
    color: #d18c56;
}

#page {
    top: 0;
}

.page-header {
    text-align: center;
    width: 100%;
}

.pagination {
    width: 100%;
}
.home-noidung .img-responsive{
    border-radius: 50%;
}
/***Quoc Grid San pham**/

.fancy-heading2 {
    background: url(images/fancy-label2.png) no-repeat right bottom transparent;
    padding: 0px 23px 0px 0;
}

.fancy-heading,
.fancy-heading2 {
    display: table;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Arvo';
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.fancy-heading span,
.fancy-heading2 span {
    display: block;
    z-index: 20;
    line-height: 14px;
}

.fancy-heading2 span {
    background: url(images/fancy-label2.png) no-repeat left top transparent;
    padding: 7px 10px 6px 35px;
}

.grid {
    position: relative;
    margin: 0 auto;
}

.js .grid::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
    background-size: 60px auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .grid--loaded::after {
    opacity: 0;
}

.grid__item {
    width: 270px;
    padding: 10px;
}

.grid__item--current {
    opacity: 0 !important;
}

.img-wrap {
    display: block;
}

.img-wrap:focus,
.img-wrap:hover {
    outline: none;
}

.img-wrap img {
    display: block;
    max-width: 100%;
}

.preview {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
    height: 100%;
    pointer-events: none;
}

.preview::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #1f1d1d;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.preview--open {
    pointer-events: auto;
}

.preview--open::before {
    opacity: 1;
}

.clone {
    position: fixed;
    z-index: 110;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
}

.original {
    position: relative;
    z-index: 120;
    display: block;
    object-fit: contain;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-backface-visibility: hidden;
}

.preview--open .animate {
    /* open */
    -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s;
}

.animate {
    /* close */
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.description {
    color: #fff;
}

.js .description--grid {
    display: none;
}

.description--preview {
    font-size: 2em;
    position: absolute;
    z-index: 140;
    width: 100%;
    left: 100%;
    top: 0;
    height: 100%;
    padding: 0 1em;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.preview--open .description--preview {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.description--preview h3 {
    font-weight: normal;
    margin: 0;
}

.description--preview p {
    font-size: 14px;
    max-width: 100%;
    font-weight: normal;
    text-align: justify;
    max-height: 500px;
    overflow-y: auto;
    vertical-align: top;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.description--preview p em {
    color: #5D5D5D;
    display: block;
    padding: 0.4em 0 0 0;
}

.description h4 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #f39a49;
    border-bottom: 1px dashed #f39a49;
    padding-bottom: 14px;
    width: 100%;
}


/* Details */

.details {
    max-width: 100%;
    js width: 100%;
    /* IE 10-11 bug flexbox */
}

.details ul {
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.details ul li {
    font-size: 0.5em;
    position: relative;
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0.15em 0;
    white-space: nowrap;
    opacity: 0;
    color: #9d9d9d;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.preview--open .details ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.preview--open .details ul li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.preview--open .details ul li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.preview--open .details ul li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.preview--open .details ul li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.preview--open .details ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.details ul li:first-child {
    font-weight: bold;
    color: #909090;
}

.icon {
    font-family: 'camera-icons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.icon + span {
    margin-left: 5px;
    vertical-align: middle;
}

.icon-focal_length:before {
    content: '\e600';
}

.icon-exposure_time:before {
    content: '\e601';
}

.icon-iso:before {
    content: '\e602';
}

.icon-camera:before {
    content: '\e603';
}

.icon-aperture:before {
    content: '\e604';
}

.details .icon {
    margin-right: 5px;
    color: #77d45b;
}


/* Close button */

.action {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    color: #6bd68a;
    border: none;
    background: none;
}

.action:hover,
.action:focus {
    color: #6bd68a;
    outline: none;
}

.action--close {
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
}

.preview--image-loaded .action--close {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.text-hidden {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    color: transparent;
}

.dathang .row {
    font-size: 14px;
}

.dathang .row .wpcf7-not-valid-tip {
    font-size: 12px!important;
}

.dathang .row strong {
    font-size: 25px;
    color: #deb200;
}

.fg-latest-post .row {
    margin: 10px 0 0 0;
}

.footer-block .list_logo li {
    padding: 0;
    border: 0;
}


/*list logo*/

ul.list_logo {}

ul.list_logo li {
    float: left;
    display: inline;
    margin: 0 5px 5px 0;
}

ul.list_logo li a {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
}

ul.list_logo li a:hover {
    border: 1px solid #24afe9;
}

a.l_acb {
    background: url(https://pay.vtc.vn/Content/logo/acbbank_gr.png) center top no-repeat;
}

a:hover.l_acb {
    background: url(https://pay.vtc.vn/Content/logo/acbbank.png) center top no-repeat;
}

a.l_agri {
    background: url(https://pay.vtc.vn/Content/logo/agribank_gr.png) center top no-repeat;
}

a:hover.l_agri {
    background: url(https://pay.vtc.vn/Content/logo/agribank.png) center top no-repeat;
}

a.l_bidvbank {
    background: url(https://pay.vtc.vn/Content/logo/bidvbank_gr.png) center top no-repeat;
}

a:hover.l_bidvbank {
    background: url(https://pay.vtc.vn/Content/logo/bidvbank.png) center top no-repeat;
}

a.l_donga {
    background: url(https://pay.vtc.vn/Content/logo/donga_bank_gr.png) center top no-repeat;
}

a:hover.l_donga {
    background: url(https://pay.vtc.vn/Content/logo/donga_bank.png) center top no-repeat;
}

a.l_exambank {
    background: url(https://pay.vtc.vn/Content/logo/exambank_gr.png) center top no-repeat;
}

a:hover.l_exambank {
    background: url(https://pay.vtc.vn/Content/logo/exambank.png) center top no-repeat;
}

a.l_gpbank {
    background: url(https://pay.vtc.vn/Content/logo/gpbank_gr.png) center top no-repeat;
}

a:hover.l_gpbank {
    background: url(https://pay.vtc.vn/Content/logo/gpbank.png) center top no-repeat;
}

a.l_maritimebank {
    background: url(https://pay.vtc.vn/Content/logo/maritimebank_gr.png) center top no-repeat;
}

a:hover.l_maritimebank {
    background: url(https://pay.vtc.vn/Content/logo/maritimebank.png) center top no-repeat;
}

a.l_mbbank {
    background: url(https://pay.vtc.vn/Content/logo/mbbank_gr.png) center top no-repeat;
}

a:hover.l_mbbank {
    background: url(https://pay.vtc.vn/Content/logo/mbbank.png) center top no-repeat;
}

a.l_namabank {
    background: url(https://pay.vtc.vn/Content/logo/namabank_gr.png) center top no-repeat;
}

a:hover.l_namabank {
    background: url(https://pay.vtc.vn/Content/logo/namabank.png) center top no-repeat;
}

a.l_vietcombank {
    background: url(https://pay.vtc.vn/Content/logo/vietcombank_gray.png) center top no-repeat;
}

a:hover.l_vietcombank {
    background: url(https://pay.vtc.vn/Content/logo/vietcombank.png) center top no-repeat;
}

a.l_viettinbank {
    background: url(https://pay.vtc.vn/Content/logo/viettinbank_gr.png) center top no-repeat;
}

a:hover.l_viettinbank {
    background: url(https://pay.vtc.vn/Content/logo/viettinbank.png) center top no-repeat;
}

a.l_vpbank {
    background: url(https://pay.vtc.vn/Content/logo/vpbank_gr.png) center top no-repeat;
}

a:hover.l_vpbank {
    background: url(https://pay.vtc.vn/Content/logo/vpbank.png) center top no-repeat;
}

a.l_vibbk {
    background: url(https://pay.vtc.vn/Content/logo/vibbk_gr.png) center top no-repeat;
}

a:hover.l_vibbk {
    background: url(https://pay.vtc.vn/Content/logo/vibbk.png) center top no-repeat;
}

a.l_techcombank {
    background: url(https://pay.vtc.vn/Content/logo/techcombank_gr.png) center top no-repeat;
}

a:hover.l_techcombank {
    background: url(https://pay.vtc.vn/Content/logo/techcombank.png) center top no-repeat;
}

a.l_bvb {
    background: url(https://pay.vtc.vn/Content/logo/bvb_gr.jpg) center top no-repeat;
}

a:hover.l_bvb {
    background: url(https://pay.vtc.vn/Content/logo/bvb.jpg) center top no-repeat;
}

a.l_tienphongbank {
    background: url(https://pay.vtc.vn/Content/logo/tienphongbank_gr.jpg) center top no-repeat;
}

a:hover.l_tienphongbank {
    background: url(https://pay.vtc.vn/Content/logo/tienphongbank.jpg) center top no-repeat;
}

a.l_seabank {
    background: url(https://pay.vtc.vn/Content/logo/seabank_gr.png) center top no-repeat;
}

a:hover.l_seabank {
    background: url(https://pay.vtc.vn/Content/logo/seabank.png) center top no-repeat;
}

a.l_vietabank {
    background: url(https://pay.vtc.vn/Content/logo/vietabank_gr.png) center top no-repeat;
}

a:hover.l_vietabank {
    background: url(https://pay.vtc.vn/Content/logo/vietabank.png) center top no-repeat;
}

a.l_mastercard {
    background: url(https://pay.vtc.vn/Content/logo/mastercard_gr.png) center top no-repeat;
}

a:hover.l_mastercard {
    background: url(https://pay.vtc.vn/Content/logo/mastercard.png) center top no-repeat;
}

a.l_visa {
    background: url(https://pay.vtc.vn/Content/logo/visa_gr.png) center top no-repeat;
}

a:hover.l_visa {
    background: url(https://pay.vtc.vn/Content/logo/visa.png) center top no-repeat;
}

a.l_vrb {
    background: url(https://pay.vtc.vn/Content/logo/vrb.png) center top no-repeat;
}

a:hover.l_vrb {
    background: url(https://pay.vtc.vn/Content/logo/vrb-hover.png) center top no-repeat;
}

a.l_paypal {
    background: url(https://pay.vtc.vn/Content/logo/paypal_gr.png) center top no-repeat;
}

a:hover.l_paypal {
    background: url(https://pay.vtc.vn/Content/logo/paypal.png) center top no-repeat;
}

a.l_navibank {
    background: url(https://pay.vtc.vn/Content/logo/NVbank_gr.png) center top no-repeat;
}

a:hover.l_navibank {
    background: url(https://pay.vtc.vn/Content/logo/NVbank.png) center top no-repeat;
}

a.l_oceanbank {
    background: url(https://pay.vtc.vn/Content/logo/oceanbank_gr.png) center top no-repeat;
}

a:hover.l_oceanbank {
    background: url(https://pay.vtc.vn/Content/logo/oceanbank.png) center top no-repeat;
}

a.l_saigonbank {
    background: url(https://pay.vtc.vn/Content/logo/saigonbank_gr.png) center top no-repeat;
}

a:hover.l_saigonbank {
    background: url(https://pay.vtc.vn/Content/logo/saigonbank.png) center top no-repeat;
}

a.l_shbbk {
    background: url(https://pay.vtc.vn/Content/logo/shbbk_gr.png) center top no-repeat;
}

a:hover.l_shbbk {
    background: url(https://pay.vtc.vn/Content/logo/shbbk.png) center top no-repeat;
}

a.l_daiabank {
    background: url(https://pay.vtc.vn/Content/logo/daia_gr.jpg) center top no-repeat;
}

a:hover.l_daiabank {
    background: url(https://pay.vtc.vn/Content/logo/daia.jpg) center top no-repeat;
}

a.l_banknet {
    background: url(https://pay.vtc.vn/Content/logo/banknet_gr.png) center top no-repeat;
}

a:hover.l_banknet {
    background: url(https://pay.vtc.vn/Content/logo/banknet.png) center top no-repeat;
}

a.l_smartlink {
    background: url(https://pay.vtc.vn/Content/logo/smartlink_gr.png) center top no-repeat;
}

a:hover.l_smartlink {
    background: url(https://pay.vtc.vn/Content/logo/smartlink.png) center top no-repeat;
}

a.l_vnbc {
    background: url(https://pay.vtc.vn/Content/logo/vnbc_gr.png) center top no-repeat;
}

a:hover.l_vnbc {
    background: url(https://pay.vtc.vn/Content/logo/vnbc.png) center top no-repeat;
}

a.l_vnpayment {
    background: url(https://pay.vtc.vn/Content/logo/vnpayment_gr.gif) center top no-repeat;
}

a:hover.l_vnpayment {
    background: url(https://pay.vtc.vn/Content/logo/vnpayment.gif) center top no-repeat;
}

a.l_visa {
    background: url(https://pay.vtc.vn/Content/logo/visa_gr.gif) center top no-repeat;
}

a:hover.l_visa {
    background: url(https://pay.vtc.vn/Content/logo/visa.gif) center top no-repeat;
}

a.l_mastercard {
    background: url(https://pay.vtc.vn/Content/logo/mastercard_gr.gif) center top no-repeat;
}

a:hover.l_mastercard {
    background: url(https://pay.vtc.vn/Content/logo/mastercard.gif) center top no-repeat;
}

a.l_securecode {
    background: url(https://pay.vtc.vn/Content/logo/securecode_gr.gif) center top no-repeat;
}

a:hover.l_securecode {
    background: url(https://pay.vtc.vn/Content/logo/securecode.gif) center top no-repeat;
}

a.l_verifiedvisa {
    background: url(https://pay.vtc.vn/Content/logo/verifiedvisa_gr.gif) center top no-repeat;
}

a:hover.l_verifiedvisa {
    background: url(https://pay.vtc.vn/Content/logo/verifiedvisa.gif) center top no-repeat;
}

a.l_lienvietbank {
    background: url(https://pay.vtc.vn/Content/logo/lienvietbank_35x35_gr.png) center top no-repeat;
}

a:hover.l_lienvietbank {
    background: url(https://pay.vtc.vn/Content/logo/lienvietbank_35x35.png) center top no-repeat;
}

a.l_pgbank {
    background: url(https://pay.vtc.vn/Content/logo/pgbank_gr.png) center top no-repeat;
}

a:hover.l_pgbank {
    background: url(https://pay.vtc.vn/Content/logo/pgbank.png) center top no-repeat;
}

a.l_bacabank {
    background: url(https://pay.vtc.vn/Content/logo/baca_gr.png) center top no-repeat;
}

a:hover.l_bacabank {
    background: url(https://pay.vtc.vn/Content/logo/bacabank.png) center top no-repeat;
}

a.l_phuongdongbank {
    background: url(https://pay.vtc.vn/Content/logo/phuongdong_gr.jpg) center top no-repeat;
}

a:hover.l_phuongdongbank {
    background: url(https://pay.vtc.vn/Content/logo/phuongdong.jpg) center top no-repeat;
}

a.l_abbank {
    background: url(https://pay.vtc.vn/Content/logo/anbinh_bank_gr.png) center top no-repeat;
}

a:hover.l_abbank {
    background: url(https://pay.vtc.vn/Content/logo/anbinh_bank.png) center top no-repeat;
}

a.l_hdbank {
    background: url(https://pay.vtc.vn/Content/logo/hdbank_gr.png) center top no-repeat;
}

a:hover.l_hdbank {
    background: url(https://pay.vtc.vn/Content/logo/hdbank.png) center top no-repeat;
}

a.l_sacombank {
    background: url(https://pay.vtc.vn/Content/logo/sacombank_gr.png) center top no-repeat;
}

a:hover.l_sacombank {
    background: url(https://pay.vtc.vn/Content/logo/sacombank.png) center top no-repeat;
}

a.l_jcb {
    background: url(https://pay.vtc.vn/Content/logo/jcb_gr35x35.png) center top no-repeat;
}

a:hover.l_jcb {
    background: url(https://pay.vtc.vn/Content/logo/jcb35x35.png) center top no-repeat;
}

a.l_jcb_secure {
    background: url(https://pay.vtc.vn/Content/logo/jcb_secure_gr35x35.png) center top no-repeat;
}

a:hover.l_jcb_secure {
    background: url(https://pay.vtc.vn/Content/logo/jcb_secure35x35.png) center top no-repeat;
}

@media screen and (max-width: 40em) {
    .description--preview h3 {
        font-size: 0.5em;
    }
    .description--preview p,
    .details {
        display: none;
    }
}


/*****Ho tro Chat Facebook *******/

#b-c-facebook .f-chat-conent .chat-single a,
#chat_f_b_smal {
    font-family: 'Migola', Helvetica, Arial, sans-serif;
}

#b-c-facebook .chat-f-b,
#chat_f_b_smal {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    text-decoration: none
}

.chat_f_vt {
    position: fixed;
    right: 10px
}

#chat_f_b_smal {
    padding: 0 10px;
    cursor: pointer;
    width: 90px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #F77213;
    border: 0;
    border-bottom: 1px solid #EC8209;
    margin-right: 12px;
    font-size: 18px;
    z-index: 999999999;
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    display: none
}

#chat_f_b_smal:hover {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: #0A932C
}

#b-c-facebook {
    bottom: 0;
    z-index: 9999999999;
    width: 250px;
    height: auto;
    max-height: 375px;
    min-height: 40px;
    box-shadow: 6px 6px 6px 10px rgba(0, 0, 0, .2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

#b-c-facebook .f-chat-conent {
    float: left;
    width: 100%;
    height: 335px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    position: relative
}

#b-c-facebook .f-chat-conent .chat-single {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    line-height: 25px;
    color: #fff;
    width: 100%
}

#b-c-facebook .f-chat-conent .chat-single a {
    float: left;
    text-decoration: none;
    margin-left: 10px;
    color: #f00;
    font-size: 13px;
    font-family: 'Merriweather', serif;
}

#b-c-facebook .f-chat-conent .chat-single a:hover {
    color: #F60
}

#b-c-facebook .f-chat-conent .chat-single label {
    float: right;
    color: silver;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'Merriweather', serif;
}

#b-c-facebook .chat-f-b,
#b-c-facebook .chat-f-b label {
    line-height: 20px;
    margin: 0px;
    cursor: pointer;
    font-family: 'Merriweather', serif;
    font-size: 18px;
}

#b-c-facebook .f-chat-conent .chat-single i {
    color: #0C5BB5
}

#b-c-facebook .f-chat-conent .fb-page {
    margin-top: 0;
    float: left;
    height: 310px
}

#b-c-facebook .chat-f-b {
    float: left;
    padding: 0 25px;
    width: 250px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #F77213;
    border: 0;
    border-bottom: 1px solid #EC8209;
    z-index: 9999999;
    margin-right: 12px
}

#b-c-facebook .chat-f-b label {
    position: absolute;
    left: 30px;
    top: 12px
}

.title-f-chat-icon {
    margin-left: -10px
}

#t_f_chat {
    float: left;
    position: absolute;
    right: 15px;
    top: 0
}

#t_f_chat a {
    color: #fff;
    font-size: 17px;
    font-family: verdana;
    text-decoration: none
}

#t_f_chat a:hover i {
    color: #ff0;
    text-decoration: none
}

.chat-left-5 {
    margin-left: 5px
}

#fb_chat_start {
    position: absolute;
    width: 248px;
    height: 239px;
    top: 70px;
    left: 0;
    background-color: #F9F9F9;
    padding: 10px;
    float: left;
    display: none;
    -moz-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .1)
}

#fb_chat_start em {
    font-size: 11px;
    color: gray
}

.msg_b {
    width: 200px;
    color: #333;
    font-family: Arial;
    font-size: 12px;
    background: #86FFF3;
    padding: 5px 10px;
    min-height: 13px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 10px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .1)
}

.msg_b:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent transparent #79e7dc;
    right: -13px;
    top: 8px
}

.msg_b a {
    text-decoration: underline;
    color: #01509E
}

#f_bt_start_chat {
    margin: auto;
    background-color: #11A92D;
    border-radius: 5px;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none
}

#f_bt_start_chat:hover {
    color: #ff0;
    text-decoration: none
}

#fb_chat_start p {
    margin: 0;
    font-size: 12px;
    color: #888;
    line-height: 15px
}

#fb_alert_num {
    background-color: #ff0;
    padding: 0 7px;
    color: red;
    border-radius: 40px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    position: absolute;
    right: 55px;
    top: 12px;
    height: 20px;
    line-height: 20px
}

.fb_hide {
    display: none
}

.wprevpro_t1_P_3{
	max-height: 157px;
	overflow: hidden;
}


