﻿@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
/* Custom CSS
 * --------------------------------------- */
body {
    font-family: arial, helvetica;
    color: #000;
    margin-top: 70px;
}

.section {
    text-align: center;
}
<!--
@charset "utf-8";
/* CSS Document */
.container01 {
    width: 1200px;
    margin: 0 auto;
}

#header, #footer {
    position: fixed;
    height: 70px;
    display: block;
    width: 100%;
    background: #011a5a;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
}

#header {
    top: 0px;
}

#footer {
    position: inherit;
    bottom: 0px;
    padding-top: 25px;
}

#fullpage {
    margin-top: 70px;
}

#menu {
    top: 0;
    left: 0;
    z-index: 70;
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    padding-top: 8px;
}

    #menu li {
        margin: 10px 6px;
        color: #000;
        float: left;
    }

        #menu li.active {
            background: #00ADEF;
            color: #fff;
            border-radius: 20px;
        }

        #menu li a {
            text-decoration: none;
            color: #fff;
        }

        #menu li.active a:hover {
            color: #fff;
            border-radius: 20px;
        }

        #menu li:hover {
            background: #00ADEF;
            border-radius: 20px;
        }

        #menu li a, #menu li.active a {
            padding: 9px 18px;
            display: block;
        }

        #menu li.active a {
            color: #fff;
        }
/* Backgrounds will cover all the section
	* --------------------------------------- */

#section0 {
    position: relative;
    background-size: cover;
}

.slide {
    background-size: cover !important;
}

.logo {
    background: url(../images/logo.png) no-repeat left top;
    width: 600px;
    height: 800px;
    position: absolute;
    z-index: 99999;
    margin-left: 325px;
}

#section1 {
    background: url(../images/bg_02.jpg)#164b9b no-repeat center top;
}

.contentGT {
    height: 600px;
    width: 800px;
    overflow: auto;
    margin-bottom: 5px;
    border: solid 1px #b2beee;
    padding: 15px;
    margin: auto;
}

#section2 {
    background: #efefef;
    /*	position: relative;*/
    background-image: url(../images/bg_06.png);
    background-repeat: no-repeat;
    background-position: 100% -2%, center top;
    padding-top: 120px;
}

#section3 {
    background: url(../images/bg_03.png)#164b9b no-repeat center top;
    line-height: 18px;
    padding-top: 130px;
}

    #section3 p, #section4 p {
        font-size: 12px;
        color: #fff;
        text-align: left;
    }

        #section3 p.title, #section4 p.title {
            font-size: 18px;
            font-weight: bold;
            margin: 15px 0;
            line-height: 24px;
        }

#section4, #section6 {
    background: url(../images/bg_04.png)#efefef no-repeat center top;
    padding-top: 130px;
    line-height: 18px;
}

#section5 {
    background: url(../images/bg_07.png)#fff no-repeat center top;
    padding-top: 110px;
}

#section6 {
    padding-top: 150px;
}

.section#section0 {
    height: 792px !important;
}

.section#section1 {
    height: 749px !important;
}

.section#section2 {
    height: 820px !important;
}

.section#section6 {
    height: auto !important;
}

.section#section3, .section#section4 {
    height: 600px !important;
}

.section#section5 {
    height: 600px !important;
}

.box_01 {
    color: #fff;
    /*width: 1020px;*/
    width: 100%; /* Edit by VHA*/
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    line-height: 30px;
    padding-top: 120px;
    height: 100%; /*creat by VHA*/
}

    .box_01 ul li { /* creat by VHA*/
        float: left;
    }

.imgPR { /* creat by VHA*/
    width: 18%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .imgPR:first-child {
        text-align: right;
    }

    .imgPR:last-child {
        text-align: left;
    }

.box_02 {
    width: 400px;
    float: left;
    margin-right: 50px;
}

.box_03 {
    width: 750px;
    float: left;
}

    .box_03 ul, .box_03 ul li {
        width: 100%;
        float: left;
    }

        .box_03 ul li {
            margin-bottom: 45px;
        }

            .box_03 ul li p.img {
                width: 160px;
                margin-right: 10px;
                float: left;
            }

            .box_03 ul li a, .box_02 a {
                color: #FFf;
                margin-bottom: 10px;
                display: block;
                font-weight: bold;
                font-size: 16px;
            }

                .box_03 ul li a:hover, .box_02 a:hover {
                    color: #ddd;
                }

#section4 .box_03 ul li a, #section4 p, #section4 .box_02 a {
    color: #000;
}

#section4 .box_02 {
    margin-right: 0px;
}

#section4 .box_03 {
    margin-right: 50px;
}

.box_04 {
    width: 680px;
    float: left;
    text-align: left;
}

    .box_04 input {
        width: 315px;
        height: 25px;
    }

    .box_04 textarea {
        width: 680px;
        /*margin-top: 50px;*/
        height: 150px;
    }

    .box_04 textarea, .box_04 input {
        border: 1px #7e7e7e solid;
        background: #fff;
        font-size: 20px;
        padding-left: 10px;
    }

        .box_04 input.mr20 {
            margin-right: 10px;
        }

    .box_04 button {
        background: #333;
        color: #fff;
        border-radius: 30px;
        padding: 10px 40px;
        font-size: 24px;
        font-weight: bold;
        border: none;
        outline: none;
        margin-top: 30px;
    }

.box_05 {
    width: 520px;
    float: left;
}

    .box_05 ul, .box_05 li {
        text-align: left;
        margin: 5px 0;
        font-size: 12px;
        display: block;
    }

    .box_05 ul {
        padding-left: 205px;
        margin-top: 355px;
    }

    .box_05 li img {
        vertical-align: middle;
        margin-right: 20px;
    }

.box_detail {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    padding-bottom: 20px;
    text-align: left;
}

    .box_detail * {
        max-width: 100%;
    }

.box_detail_title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
}

.box_detail_descript {
    /*color: #999;*/
    /*font-style: italic;*/
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.section {
    background-size: cover;
}

#slide01 {
    background: url(../images/bg_01.jpg);
}

#slide02 {
    background: url(../images/bg_01.jpg);
}
-->
.img_news {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.box_04 .tilte01 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}

/*New Style by VHA*/
.txtInput {
    float: left;
    /*margin-bottom: 20px;*/
    margin-right: 15px;
}

#lienhe_bttGui {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    outline: none;
    margin-top: 15px;
}

.idImage img {
    width: 280px;
    height: 280px;
}

.anhsp {
    width: 280px;
    height: 280px;
    float: left;
    margin: 15px 15px;
    border-radius: 25px;
}

.contentAnh {
    width: 75%;
    text-align: center;
    margin: auto;
}

    .contentAnh > li > a {
        /*overflow: hidden;*/
        display: none;
    }

/*.contentAnh > li > a, .contentAnh > li > a img {
            border: 0;
            outline: 0;
            display: block;
            position: relative;
        }*/

/*.contentAnh > li img {
        position: absolute;
    }*/

/*.contentAnh li:hover a {
        border: 0;
        outline: 0;
        display: block;
        position: absolute;
    }*/
#mainwrapper {
    -font: 10pt normal Arial, sans-serif;
    -height: auto;
    -margin: auto;
    -text-align: center;
    -width: 660px;
    width: 75%;
}


    /* Image Box Style */
    #mainwrapper .boxzz {
        -border: 5px solid #fff;
        cursor: pointer;
        -height: 182px;
        -float: left;
        -margin: 5px;
        position: relative;
        overflow: hidden;
        -width: 200px;
        --webkit-box-shadow: 1px 1px 1px 1px #ccc;
        --moz-box-shadow: 1px 1px 1px 1px #ccc;
        -box-shadow: 1px 1px 1px 1px #ccc;
    }

        #mainwrapper .boxzz img {
            -position: absolute;
            left: 0;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }


        /* Caption Common Style */
        #mainwrapper .boxzz .caption {
            background-color: rgba(0,0,0,0.8);
            position: absolute;
            color: #fff;
            z-index: 100;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            left: 0;
        }




        /** Caption 1: Simple **/
        #mainwrapper .boxzz .simple-caption {
            -height: 30px;
            width: 100%;
            display: block;
            -bottom: -30px;
            -line-height: 25pt;
            text-align: center;
        }


        /** Caption 2: Full Width & Height **/
        #mainwrapper .boxzz .full-caption {
            width: 170px;
            height: 170px;
            top: -200px;
            text-align: left;
            padding: 15px;
        }


        /** Caption 3: Fade **/
        #mainwrapper .boxzz .fade-caption, #mainwrapper .boxzz .scale-caption {
            opacity: 0;
            width: 170px;
            height: 170px;
            text-align: left;
            padding: 15px;
        }


        /** Caption 4: Slide **/
        #mainwrapper .boxzz .slide-caption {
            width: 170px;
            height: 170px;
            text-align: left;
            padding: 15px;
            left: 200px;
        }


    /** Caption 5: Rotate **/
    #mainwrapper #box-5.boxzz .rotate-caption {
        width: 170px;
        height: 170px;
        text-align: left;
        padding: 15px;
        top: 200px;
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }


    #mainwrapper .boxzz .rotate {
        width: 200px;
        height: 400px;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }


    /** Caption 6: Scale **/
    #mainwrapper .boxzz .scale-caption h3, #mainwrapper .boxzz .scale-caption p {
        position: relative;
        left: -200px;
        width: 170px;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }


    #mainwrapper .boxzz .scale-caption h3 {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        transition-delay: 300ms;
    }


    #mainwrapper .boxzz .scale-caption p {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        -ms-transition-delay: 500ms;
        transition-delay: 500ms;
    }


    /** Simple Caption :hover Behaviour **/
    #mainwrapper .boxzz:hover .simple-caption {
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        opacity: 1;
        transform: translateY(-100%);
    }


    /** Full Caption :hover Behaviour **/
    #mainwrapper .boxzz:hover .full-caption {
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        opacity: 1;
        transform: translateY(100%);
    }


    /** Fade Caption :hover Behaviour **/
    #mainwrapper .boxzz:hover .fade-caption, #mainwrapper .boxzz:hover .scale-caption {
        opacity: 1;
    }


    /** Slide Caption :hover Behaviour **/
    #mainwrapper .boxzz:hover .slide-caption {
        background-color: rgba(0,0,0,1) !important;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        opacity: 1;
        transform: translateX(-100%);
    }

    #mainwrapper .boxzz:hover img#image-4 {
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }


    /** Rotate Caption :hover Behaviour **/
    #mainwrapper .boxzz:hover .rotate {
        background-color: rgba(0,0,0,1) !important;
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }


    /** Scale Caption :hover Behaviour **/
    #mainwrapper .boxzz:hover #image-6 {
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }


    #mainwrapper .boxzz:hover .scale-caption h3, #mainwrapper .boxzz:hover .scale-caption p {
        -moz-transform: translateX(200px);
        -o-transform: translateX(200px);
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }


.product-wrapper {
    margin: 0 auto;
    width: 990px;
    height: auto;
}
/*Mình sẽ định dạng lần lượt cho các class đã tạo*/
.product-box {
    float: left;
    position: relative;
    width: 300px;
    height: 300px;
    /*box-shadow: 0px 0px 8px black;*/
    margin: 10px;
    overflow: hidden; /*Chỗ này để ẩn phần thông tin chi tiết*/
}

    .product-box img {
        margin: 10px; /*Dùng để thay thế cho padding của product-box*/
        width: 282px;
        height: 282px;
        border-radius: 25px;
    }

.product-detail {
    float: left;
    position: absolute;
    bottom: 0px;
    height: 0%; /*height để = 0 là giá trị ban đầu, khi rê chuột qua, height sẽ bằng 50%*/
    text-align: center;
    /*Mình sẽ cho hiệu ứng background gradient để cho nền đẹp hơn*/
    background: -webkit-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    background: -moz-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    background: -o-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    background: -ms-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    opacity: 0; /*Chỗ này để nó ẩn, không nhìn thấy*/
    /*Như vậy, hiệu ứng sẽ sảy ra gồm 2 hiệu ứng: Opecity và chiều cao tăng dần;*/
    -webkit-transition: height 1s, opacity 1s; /* Dành cho Chrome, Firefox, safari*/
    transition: height 1s, opacity 1s; /*Dành cho các loại trình duyệt dùng css chuẩn mới*/
    /*margin: 5px;
    padding-top: 15px;*/
}

/*Tiếp theo viết sự kiện hover cho product-box, khi đó, detail sẽ thay đổi giá trị và hiệu ứng transition sẽ phát huy tác dụng*/

.product-box:hover .product-detail {
    height: 95%;
    opacity: 1;
    left: 5px;
    margin: 5px;
    border-radius: 25px;
    padding-top: 30px;
}

.product-box:hover .tieudeDV {
    display: none;
}

.product-detail h1 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.product-detail p {
    color: white;
    padding: 10px;
    text-shadow: 1px 1px 1px black;
    text-align: justify;
    font-size: 14.5px;
}



.tab-order {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.news-order {
    /*float: left;*/
    width: 100%;
    border: 1px #eeeeee solid;
}

    .news-order .list-group-item {
        border: none;
        padding-bottom: 8px;
    }


.item_big {
    height: 500px;
    width: 400px;
    color: #ff0000;
    font-family: 'Adobe Caslon Pro';
    font-size: smaller;
}

#oneNote {
    left: 25px;
    background: #4cff00;
}


.tieudeDV {
    position: absolute;
    bottom: 10px;
    color: white;
    font-weight: bold;
    width: 282px;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    background: -moz-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    background: -o-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    background: -ms-linear-gradient(top,rgba(0,0,0,1), rgba(0,0,0,0.3));
    opacity: 1; /*Chỗ này để nó ẩn, không nhìn thấy*/
    border-radius: 0px 0px 25px 25px;
    min-height: 90px;
    /*text-align: center;*/
    vertical-align: central;
}

.dateConfirm {
    color: #9b9b9b;
    padding-bottom: 8px;
}


.box_03 span {
    background: #ffffff;
    padding:5px 1px;
}
