﻿@charset "utf-8";

body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

#main_page {
    width: 1000px;
    /*width: 100%;*/
}

#header {
    padding-top: 10px;
    background: url(../images/bg_header.png) bottom center no-repeat;
}

#logo_company {
    float: left;
}

    #logo_company ul {
        float: left;
        background: url(../images/logo.png);
        width: 46px;
        height: 93px;
        text-indent: -10001px;
    }

    #logo_company li {
        float: left;
        padding-left: 5px;
        padding-top: 15px;
        font-weight: bold;
        font-size: 22px;
        color: #008A4B;
        list-style: none;
        line-height: 30px;
    }

#right_header_top {
    float: right;
    padding-top: 15px;
}

    #right_header_top h1 {
        float: left;
        background: url(../images/icon_giohang.jpg) center left no-repeat;
        padding-left: 35px;
        font-size: 13px;
        font-weight: normal;
        color: #333;
        border-right: solid #CCC 1px;
        padding-right: 10px;
        margin-right: 10px;
    }

        #right_header_top h1 a {
            color: #333;
            white-space: nowrap;
        }

            #right_header_top h1 a:hover {
                color: #f00;
            }

    #right_header_top h2 {
        float: left;
        background: url(../images/vn.jpg) center left no-repeat;
        padding-left: 30px;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
        color: #aaa;
    }

    #right_header_top h3 {
        float: left;
        background: url(../images/eng.jpg) center left no-repeat;
        padding-left: 30px;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
        color: #aaa;
        margin-left: 10px;
    }

        #right_header_top h3 a, #right_header_top h2 a {
            color: #aaa;
        }

            #right_header_top h3 a:hover, #right_header_top h2 a:hover {
                color: #f00;
            }

#timkiem_top {
    padding-top: 15px;
}

.input_search {
    padding: 0px 9px;
    line-height: 26px;
    width: 170px;
    border: none;
    float: right;
    color: rgba(0, 0, 0, .5);
    border: solid #106927 1px;
    height: 28px;
}

    .input_search:focus {
        color: rgba(0, 0, 0, 1);
    }

#search a {
    width: 35px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center #106927;
    float: right;
}

    #search a:hover {
        opacity: .8;
    }

#menu {
    height: 40px;
    margin-top: 10px;
    background: #106927;
}

    #menu ul {
        float: left;
    }

        #menu ul li {
            float: left;
            position: relative;
            z-index: 10;
            list-style: none;
            margin-top: 0px;
            border-left: solid #FFF 1px;
        }

            #menu ul li a {
                color: #fff;
                text-transform: uppercase;
                font-weight: 400;
                font-size: 13px;
                font-weight: bold;
                line-height: 40px;
                padding: 0 27px;
                display: block;
                position: relative;
                z-index: 2;
                white-space: nowrap;
            }

            #menu ul li:hover a {
                background: #106927;
                color: #fff;
            }

        #menu ul ul {
            position: absolute;
            top: 50px;
            left: 0px;
            width: auto;
            min-width: 100%;
            border-top: solid 3px #106927;
            border-bottom: solid 3px #106927;
            padding: 10px;
            background: #fff;
            visibility: hidden;
            opacity: 0;
            z-index: 1;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, .3), -2px 0px 3px rgba(0, 0, 0, .3);
        }

        #menu ul li:hover ul {
            top: 40px;
            visibility: visible;
            opacity: 1;
        }

        #menu ul ul li {
            float: none;
            width: 100%;
            margin: 0;
        }

            #menu ul ul li a {
                background: #fff;
                white-space: nowrap;
                padding: 0 10px !important;
                color: #000;
                font-weight: normal;
                font-size: 13px;
                text-transform: none;
            }

        #menu ul li:hover li a {
            background: #fff;
            color: #000;
            border-bottom: dotted #ccc 1px;
            line-height: 32px;
        }

            #menu ul li:hover li a:hover {
                background-color: #106927;
                color: #fff;
            }

#footer_top {
    color: #fff;
    line-height: 35px;
    background: #106927;
    margin-bottom: 15px;
}

    #footer_top ul {
        float: left;
        padding-left: 10px;
    }

    #footer_top li {
        float: right;
        list-style: none;
        padding-right: 10px;
        white-space: nowrap;
    }

    #footer_top a {
        color: #fff;
        white-space: nowrap;
    }

        #footer_top a:hover {
            /*color: #ff0;*/
        }

#bottom_noidung {
    border-top: dotted #999999 1px;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
}

    #bottom_noidung .company {
        float: left;
        border-right: dotted #999999 1px;
        padding-right: 35px;
        margin-right: 20px;
        width: 480px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #bottom_noidung .chinhanh_footer {
        /*float: right;*/
    }

        #bottom_noidung .chinhanh_footer ul {
            float: left;
            /*width: 210px;*/
            list-style: none;
        }

            #bottom_noidung .chinhanh_footer ul li {
                background: url(../images/icon_chinhanh.jpg) center left no-repeat;
                padding-left: 25px;
                line-height: 30px;
                color: #106927;
                font-weight: bold;
            }

                #bottom_noidung .chinhanh_footer ul li:hover {
                    color: #f00;
                }

.color_xanh {
    color: #106927;
    font-weight: bold;
}

#left_footer {
    float: left;
}

    #left_footer ul li {
        float: left;
        list-style: none;
        width: 130px;
        margin-right: 15px;
    }

        #left_footer ul li:hover {
            opacity: .7;
        }

#right_footer {
    float: right;
}

    #right_footer h1 {
        text-align: right;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
    }

    #right_footer ul li {
        float: left;
        padding-left: 10px;
        list-style: none;
        padding-bottom: 5px;
    }

#bannerMain {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

#banner li {
    float: left;
    width: 100%;
    height: 300px;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 200px;
    text-align: center;
    z-index: 1;
}

    .pagiBanner a {
        display: inline-block;
        vertical-align: text-top;
        width: 15px;
        height: 15px;
        background: #fff;
        text-indent: -100000px;
        margin: 0 5px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
        border: solid #FFF 1px;
        border-radius: 100%;
    }

        .pagiBanner a.selected {
            background: #106927;
            border: solid #FFF 1px;
        }

#bannerInside {
    width: 100%;
    height: 390px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

#back-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 999;
}

    #back-top a {
        display: block;
        width: 40px;
        background: #106927;
        outline: none;
        color: #fff;
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 40px;
        text-align: center;
    }

        #back-top a:hover {
            color: #106927;
            background: #fff;
        }

#conten {
    padding: 15px 0px;
}

#left_home {
    float: left;
    padding-right: 30px;
    width: 710px;
}

#right_home {
    float: left;
    width: 260px;
}

#video_home {
    /*height: 390px;*/
    overflow: hidden;
}

    #video_home ul {
        padding-top: 9px;
        padding-bottom: 10px;
    }

    #video_home li {
        list-style: none;
        border-bottom: dotted #CCCCCC 1px;
        padding-bottom: 4px;
        margin-bottom: 4px;
        color: #333;
    }

        #video_home li:hover {
            color: #106927;
        }

#box_page_right {
    padding-top: 10px;
}

    #box_page_right ul {
        background: url(../images/bi.jpg) center repeat-x;
        margin-bottom: 10px;
    }

        #box_page_right ul h1 {
            white-space: nowrap;
            background: #fff;
            color: #106927;
            float: left;
            font-weight: bold;
            font-size: 14px;
            padding-right: 10px;
            text-transform: uppercase;
        }

#ykienkhachhang li {
    width: 250px;
    float: left;
    list-style: none;
}

#ykienkhachhang .ten_kh {
    color: #333;
    font-weight: bold;
    font-size: 13px;
    list-style: none;
    padding-top: 10px;
}

#box_page_right_qc a {
    width: 260px;
    height: 300px;
    float: left;
}

#box_page_left_qc a {
    width: 230px;
    height: auto;
    float: left;
}

#list-yahoo ul li {
    padding-right: 10px;
    float: left;
    list-style: none;
}

#list-yahoo h1 {
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    border-top: dotted #CCC 1px;
    padding-top: 5px;
    text-align: center;
    margin-top: 5px;
}

#list-yahoo {
    padding: 0px;
}

.selectbox_1 {
    border: solid 1px #ccc;
    padding: 3px 5px;
    overflow: hidden;
    background: url(../images/select.png) no-repeat right center #fff;
    background-size: auto 16px;
    margin-bottom: 5px;
}

    .selectbox_1 select {
        border: none;
        width: 100%;
        *width: 100%;
        -webkit-appearance: none;
        background: transparent;
        font-size: 12px;
        padding-left: 3px;
        color: #666;
    }

    .selectbox_1:hover {
        border-color: #999;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.11), -2px 0px 3px rgba(0, 0, 0, 0.1);
    }

    .selectbox_1 option {
        color: #666;
        font-size: 13px !important;
        padding: 1px 5px;
    }

#title_home ul {
    background: url(../images/bi.jpg) center repeat-x;
    height: 25px;
}

    #title_home ul h1 {
        background: #fff;
        color: #106927;
        float: left;
        font-weight: bold;
        font-size: 17px;
        padding-right: 10px;
        text-transform: uppercase;
    }

#tintucsukien_home {
    width: 710px;
    height: 400px;
    overflow: hidden;
}

#tintucsukien_home_left {
    width: 305px;
    float: left;
    height: 342px;
    overflow: hidden;
}

    #tintucsukien_home_left ul {
        list-style: none;
    }

        #tintucsukien_home_left ul li img {
            width: 300px;
            height: 200px;
            border: solid #EEEEEE 4px;
        }

        #tintucsukien_home_left ul h1 {
            font-size: 17px;
            color: #106927;
            font-weight: bold;
            padding: 5px 0px;
        }

        #tintucsukien_home_left ul:hover h1 {
            color: #f00;
        }

        #tintucsukien_home_left ul p, #tintucsuckhoe_home_id ul p {
            color: #333;
        }

#tintucsukien_home_right {
    width: 390px;
    float: left;
    padding-left: 15px;
}

    #tintucsukien_home_right ul {
        list-style: none;
        padding-bottom: 10px;
    }

        #tintucsukien_home_right ul li {
            float: left;
            width: 150px;
            margin-right: 10px;
        }

            #tintucsukien_home_right ul li img {
                width: 140px;
                height: 95px;
                border: solid #EEEEEE 4px;
            }

        #tintucsukien_home_right ul h1 {
            float: left;
            color: #646464;
            font-size: 13px;
            font-weight: bold;
            width: 230px;
            padding-bottom: 5px;
        }

        #tintucsukien_home_right ul:hover h1 {
            color: #f00;
        }

        #tintucsukien_home_right ul p {
            float: left;
            color: #646464;
            font-size: 13px;
            width: 230px;
        }

#placeSlide_main {
    position: relative;
    overflow: hidden;
}

#placeSlide_box {
    width: 800px;
}

#placeSlide {
    width: 800px;
}

#tintucsuckhoe_home {
    padding-bottom: 25px;
}

#tintucsuckhoe_home_id ul {
    padding-right: 15px;
    width: 225px;
    float: left;
    list-style: none;
}

    #tintucsuckhoe_home_id ul li img {
        width: 220px;
        height: 140px;
        border: solid #ccc 1px;
        padding: 4px;
    }

    #tintucsuckhoe_home_id ul h1 {
        color: #106927;
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 7px;
    }

    #tintucsuckhoe_home_id ul:hover h1 {
        color: #f00;
    }

#onePro {
    width: 225px;
    float: left;
    margin-right: 18px;
    list-style: none;
}

    #onePro:hover h1, #onePro_2:hover h1, #onePro_3:hover h1 {
        color: #f00;
    }

    #onePro h1, #onePro_2 h1, #onePro_3 h1 {
        color: #333;
        padding-bottom: 5px;
        font-weight: bold;
        text-align: center;
        font-size: 13px;
        border: none;
        border-bottom: none;
        list-style: none;
        height: 40px;
        overflow: hidden;
    }

    #onePro p {
        color: #333;
        font-size: 13px;
        padding-top: 10px;
    }

    #onePro img {
        width: 215px;
        height: 160px;
        display: block;
        border: solid #eee 3px;
    }

#onePro_2 {
    width: 230px;
    float: left;
    margin-right: 18px;
    list-style: none;
    border-bottom: #CCC 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    #onePro_2 img {
        width: 220px;
        height: 160px;
        display: block;
        /*border: solid #eee 3px;*/
    }

#onePro_3 {
    width: 240px;
    float: left;
    margin-right: 15px;
    list-style: none;
    padding-bottom: 20px;
}

    #onePro_3 .proImg {
        width: 236px;
        height: 180px;
        overflow: hidden;
    }

    #onePro_3 img {
        width: 230px;
        height: 170px;
        display: block;
        border: solid #eee 3px;
    }

.placeNav {
    position: absolute;
    top: 85px;
    z-index: 3;
    color: #999;
    font-size: 30px;
    width: 25px;
    line-height: 30px;
    height: 35px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    opacity: 0;
}

    .placeNav.prev {
        left: 0;
    }

    .placeNav.next {
        right: 0;
        text-indent: 3px;
    }

#placeSlide_main:hover .placeNav {
    opacity: 1;
}

.placeNav:hover {
    background: #FF0000;
    color: #fff;
}

#left_conten_page {
    width: 230px;
    float: left;
}

#left_conten_page {
    width: 230px;
    float: left;
}

#right_conten_page {
    width: 750px;
    float: left;
    padding-left: 20px;
}

#menu_left_page li a {
    list-style: none;
    /*border-bottom: dotted #CCCCCC 1px;*/
    display: block;
    color: #333;
    position: relative;
    padding: 5px 5px;
}

#menu_left_page li {
    position: relative;
    list-style: none;
}

    #menu_left_page li a:hover {
        color: #fff;
        background: #106927;
    }

#menu_left_page ul li ul {
    position: absolute;
    display: none;
    top: 0px;
    left: 230px;
    width: 230px;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
    -o-box-shadow: 0px 0px 10px;
    -ms-box-shadow: 0px 0px 10px;
}

#menu_left_page ul li:hover ul {
    display: block;
}

#menu_left_page {
    padding-bottom: 10px;
}

#title_contenpage {
    border-bottom: solid #106927 4px;
    margin-bottom: 15px;
}

    #title_contenpage h1 {
        border-bottom: solid #106927 4px;
        float: left;
        color: #FFF;
        background: #106927;
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 20px 5px 20px;
        border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
    }

/*contact*/

#contactBox #showText {
    margin-bottom: 0px;
}

#map {
    border: solid 5px #eee;
    height: 350px;
    margin: 15px 0;
    overflow: hidden;
}

    #map iframe {
        width: 100%;
        height: 100%;
    }

#contactBox form li {
    margin: 0;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    list-style: none;
}

    #contactBox form li span {
        position: absolute;
        top: 0px;
        right: 10px;
        background: #106927;
        color: #fff;
        padding: 0px 10px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }

.form_col {
    width: 48.5%;
    float: left;
}

    .form_col.right {
        float: right;
    }

#load_noidung .form_col p {
    padding-bottom: 0px;
    line-height: 36px;
}

.form_col input, .form_col textarea {
    float: left;
    width: 94%;
    border: solid 1px #CFCFCF;
    padding: 0px 5px;
    background: #FFF;
    color: #000;
    height: 30px;
}

.form_col p {
    float: left;
    color: #FF0000;
}

.form_col input:hover, .form_col textarea:hover, .form_col input:focus, .form_col textarea:focus {
    border-color: #999;
    color: #000;
}

.form_col textarea {
    height: 113px;
    padding: 5px;
}

#comment {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

    #comment.showComment {
        height: auto;
        visibility: visible;
    }

.form_col a {
    float: left;
    font-size: 14px;
    padding: 0px 15px;
    color: #FFF;
    background: #106927;
    line-height: 30px;
    margin-right: 15px;
}

    .form_col a:hover {
        background: #f00;
    }

.titleBox {
    color: #008344;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    padding-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

#load_noidung p {
    padding-bottom: 15px;
}

#nums {
    color: #FFF;
}

    #nums ul {
        float: right;
    }

    #nums li {
        float: left;
        padding-top: 0px;
        list-style: none;
    }

    #nums a {
        font-size: 14px;
        display: block;
        margin: 0 5px 0 0;
        padding: 2px 10px;
        color: #FFF;
        font-family: 'Acme', sans-serif;
        background-color: #999;
        text-decoration: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

        #nums a:hover, #nums a.active, #nums a.stay:hover {
            background-color: #008344;
            color: #FFF;
        }

        #nums a.stay {
            background-color: #008344;
            color: #FFF;
        }

#one-news {
    padding-bottom: 20px;
}

#news-img {
    width: 220px;
    height: 140px;
    float: left;
    border: solid 1px #ccc;
    padding: 5px;
    background: #FFF;
}

    #news-img:hover {
        border: solid 1px #999999;
        padding: 5px;
        background: #FFF;
        opacity: .8;
    }

    #news-img img {
        width: 220px;
        height: 140px;
        margin: 0px;
        border: none;
    }

#news-view {
    width: 505px;
    float: right;
}

#news-day {
    font-size: 12px;
    color: #666;
    border-bottom: dotted 1px #ccc;
    padding: 5px 0px;
    margin-bottom: 5px;
}

#tieude_tintuc {
    color: #FF7F00;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

    #tieude_tintuc a {
        color: #008344;
        font-weight: bold;
        font-size: 16px;
    }

        #tieude_tintuc a:hover {
            color: #f00;
        }

/* album */

#albumbox {
    width: 235px;
    float: left;
    margin: 0px 20px 10px 0px;
}

    #albumbox a {
        display: block;
        width: 230px;
        height: 160px;
        border: solid 5px #fff;
        text-align: center;
        float: left;
        overflow: hidden;
        margin-bottom: 5px;
        border: solid #eee 4px;
    }

    #albumbox img {
        width: 230px;
    }

    #albumbox h3 {
        text-align: center;
        padding: 5px 0px;
        font-size: 13px;
        color: #333;
    }

.services_list #albumbox {
    height: 160px;
}

    .services_list #albumbox a {
        height: 120px;
    }

    .services_list #albumbox img {
        width: 200px;
    }

#albumbox:hover h3 {
    color: #F7006C;
}

#albumbox a:hover {
    border-color: #999;
    opacity: .8;
}

/*albumView*/

.albumView {
    min-height: 300px;
    padding: 0 20px 20px 0px;
}

    .albumView .galleria-info {
        visibility: hidden;
    }

#bottom_home {
    margin-top: 20px;
}

#chinhanh_lienhe ul {
    padding-bottom: 15px;
}

    #chinhanh_lienhe ul li {
        width: 240px;
        height: 150px;
        float: left;
        border: solid 1px #ccc;
        padding: 5px;
        list-style: none;
        margin-right: 20px;
        background: #FFF;
    }

    #chinhanh_lienhe ul a {
        color: #333;
    }

    #chinhanh_lienhe ul:hover {
        opacity: .7;
    }

/*showText*/

#showText {
    padding-bottom: 15px;
}

    #showText *, #videoDesc p {
        font-size: 14px;
    }

    #showText h1 {
        font-size: 20px;
    }

    #showText h2 {
        font-size: 24px;
    }

    #showText h3 {
        font-size: 22px;
    }

    #showText h4 {
        font-size: 20px;
    }

    #showText h5 {
        font-size: 18px;
    }

    #showText h6 {
        font-size: 16px;
    }

    #showText p, #showText ul, #videoDesc p {
        padding-bottom: 10px;
        line-height: 16px;
    }

    #showText a, #videoDesc a {
        color: #000;
    }

        #showText a:hover, #videoDesc a:hover {
            color: #f00;
        }

    #showText li {
        list-style-image: url(../images/li-text.png);
        margin-left: 25px;
    }

    #showText img {
        width: auto;
        max-width: 96%;
        height: auto;
        border: none;
        display: block;
        margin: 0px auto;
        border: solid 7px #fff;
    }

    #showText p span {
        /*text-align: center;*/
        display: block;
        font-size: 13px;
        font-style: italic;
        padding-top: 5px;
        /*color: #666;*/
        line-height: 16px;
    }

.titleNews {
    padding: 0px;
    line-height: 36px;
    color: #008344;
}

#showText table {
    /*border: solid 1px #999; trongntn*/
    width: auto;
    border-bottom: none;
    border-right: none;
    margin: 0 auto;
}

    #showText table tr td {
        padding: 10px;
        /*border-bottom: solid 1px #999;
    border-right: solid 1px #999;*/
    }

#otherList ul {
    padding-bottom: 0px;
}

#otherList li {
    padding-left: 5px;
    list-style: none;
}

    #otherList li a {
        line-height: 20px;
        font-size: 15px;
        color: #008344;
        display: block;
        padding: 4px 15px;
        background-image: url(../images/li-text.png);
        background-position: left 12px;
        background-repeat: no-repeat;
    }

        #otherList li a:hover {
            color: #f00;
        }

#otherList h2 {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
    border-bottom: dotted #CCCCCC 1px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#cart_list {
    background: #fff;
}

    #cart_list tr {
        background: #f1f1f1;
    }

        #cart_list tr a {
            color: #333;
        }

            #cart_list tr a:hover {
                color: #f00;
            }

    #cart_list th {
        background: #8A8A8A;
        color: #fff;
        padding: 7px 5px;
        font-size: 13px;
    }

    #cart_list td {
        padding: 5px;
        text-align: center;
        color: #444;
        font-size: 13px;
        line-height: 20px;
    }

        #cart_list td input {
            width: 25px;
            padding: 3px 5px;
            text-align: center;
            border: solid 1px #ccc;
        }

        #cart_list td img {
            width: 100%;
            height: auto;
            border: none;
        }

        #cart_list td a.pro_del {
            background: #008344;
            font-size: 13px;
            padding: 5px 8px;
            font-weight: bold;
            color: #fff;
        }

            #cart_list td a.pro_del:hover {
                background: #E1198D;
                color: #fff;
            }

        #cart_list td #pro_sum {
            float: right;
            font-size: 14px;
            margin-right: 36px;
            font-weight: bold;
        }

            #cart_list td #pro_sum label {
                color: #FE262B;
                font-size: 20px;
            }

        #cart_list td a.pro_del.mar {
            margin: 0px 0px;
        }

        #cart_list td a.pro_del.float {
            float: left;
            padding: 2px 15px;
        }

    #cart_list tr:last-child td {
        padding: 10px;
    }

#products_view {
    padding-bottom: 20px;
}

#pro_img_main {
    width: 370px;
    float: left;
    margin-bottom: 20px;
}

#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    width: 370px;
    height: 270px;
    margin-bottom: 12px;
}

    #bridal_images img {
        border: none;
        width: 370px;
        height: 270px;
        margin: 0px auto;
    }

#bridal_images_list {
    display: block;
    float: left;
    width: 360px;
    padding-left: 20px;
    position: relative;
}

    #bridal_images_list li {
        margin-right: 13px;
        list-style: none;
        float: left;
        height: 80px;
        width: 100px;
        border: 1px solid #CCC;
        background: #fff;
        padding: 1px;
        text-align: center;
        overflow: hidden;
    }

        #bridal_images_list li:hover {
            border: 1px solid #999;
            background: #fff;
        }

    #bridal_images_list img {
        width: auto;
        height: 80px;
        width: 100px;
        border: none;
    }

.pro_slide_prev, .pro_slide_next {
    position: absolute;
    width: 12px;
    border: solid 1px #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px;
}

.pro_slide_prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}

.pro_slide_next {
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    opacity: .5;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    cursor: default;
}

.cloud-zoom-lens {
    cursor: move;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading, img.loading {
    background: url(../images/loading.gif) no-repeat scroll center transparent;
}

#pro_content {
    width: 350px;
    float: right;
}

    #pro_content h1, #pro_content h2, #pro_content li {
        color: #008344;
        list-style: none;
    }

    #pro_content p {
        color: #000;
    }

    #pro_content h1 {
        font-size: 18px;
        color: #008344;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #pro_content li {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
        font-size: 13px;
        color: #333;
        margin-bottom: 5px;
    }

#chiase_link {
    float: right;
    padding-top: 10px;
}

    #chiase_link h1 {
        float: left;
        padding: 0px 10px;
        margin-left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        background: #106927;
        border: none;
        color: #FFF;
        line-height: 25px;
        font-size: 13px;
        text-align: center;
        font-weight: normal;
        text-transform: none;
        white-space: nowrap;
    }

        #chiase_link h1:hover {
            background: #FF0000;
            color: #fff;
        }

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: left;
    height: 30px;
    float: right;
    margin-top: 10px;
}

    #sharelink img {
        background: #707070;
        margin-top: 3px;
    }

        #sharelink img:hover {
            background: #FF9300;
        }

    #sharelink h2 {
        float: left;
        font-weight: normal;
        font-size: 13px;
        padding-right: 10px;
        padding-top: 5px;
        color: #fff;
    }

#mycustomscroll {
    overflow: auto;
    position: relative;
    height: 900px;
    text-align: justify;
    padding-right: 30px;
}

#mycustomscrol2 {
    overflow: auto;
    position: relative;
    height: 700px;
    text-align: justify;
    padding-right: 30px;
}

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbase {
    width: 2px;
    background: #eee;
}

.vscrollerbar {
    width: 4px;
    background-color: #008A4B;
    cursor: pointer;
}

    .vscrollerbar:hover {
        background-color: #f00;
    }

#box_datcauhoi {
    padding: 20px;
    margin-top: 40px;
    border: solid #CCCCCC 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    list-style: none;
}

    #box_datcauhoi h1 {
        color: #ED1B24;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: dotted #CCCCCC 1px;
        text-transform: uppercase;
    }

#hoidap_page {
    width: 95%;
}

    #hoidap_page h1, #tuvan_id_page h1 {
        color: #008344;
        font-weight: normal;
        font-size: 20px;
        padding-bottom: 20px;
    }

    #hoidap_page ul {
        padding-bottom: 20px;
    }

        #hoidap_page ul h2 {
            padding-bottom: 5px;
            color: #ED1B24;
            font-size: 14px;
            font-weight: bold;
        }

        #hoidap_page ul li {
            list-style: none;
            color: #6B6B6B;
            font-size: 13px;
        }

.danhmuc {
    float: left;
    margin-right: 15px;
}

.webmail {
    float: left;
    margin-left: 15px;
    margin-top: -7px;
}

.apply {
    background: #106927 none repeat scroll 0 0;
    float: left;
    font-size: 1px;
    line-height: 30px;
    margin-right: 15px;
    padding: 0 15px;
    font-weight: bold;
}



#menu_left_page #onePro_2 h1 {
    color: #333;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    border: none;
    border-bottom: none;
    list-style: none;
    /*height: 40px;*/
    overflow: hidden;
}

#menu_left_page #onePro_2:hover h1 {
    color: #fff;
}


/*========= Pagination =========*/
.pagination-ys {
    /*border-radius: 4px;
    margin: 20px 0;
    padding-left: 0;
    display: inline;*/
}

    .pagination-ys a, .pagination-ys b {
        background-color: #ffffff;
        color: #008344;
        float: left;
        line-height: 1.42857;
        margin: 0 2px;
        padding: 2px 6px;
        position: relative;
        text-decoration: none;
        border: 1px solid #008344;
    }

    .pagination-ys b {
        background-color: #008344;
        color: #fff;
        cursor: default;
        float: left;
        line-height: 1.42857;
        margin: 0 2px;
        padding: 2px 6px;
        position: relative;
        text-decoration: none;
        z-index: 2;
    }

        .pagination-ys a:hover, .pagination-ys b:hover, .pagination-ys a:focus, .pagination-ys b:focus {
            background-color: #008344;
            color: #fff;
        }
