﻿body {
    margin: 0;
    padding: 0;
}

.w980 {
    margin: auto;
}

.w320 {
    width: 320px;
}

.right {
    width: 699px;
}

.HeLi {
    font-family: 'SFUHelveticaLight';
}

.HeBo {
    font-family: 'SFUHelveticaBold';
}

.date {
    font-size: 12px;
}

.fs17 {
    font-size: 17px;
}

.fs22 {
    font-size: 22px;
}

.title {
    text-align: center;
    /*padding: 18px 0;*/
    /*Duc sua*/
    margin: 18px 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

    .title span {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .title .cateName {
        font: normal 30px 'SFUHelveticaLight';
        color: #333;
        text-transform: uppercase;
        position: relative;
    }

        .title .cateName::before, .title .cateName::after {
            display: inline-block;
            content: "";
            height: 3px;
            width: 2000px;
            background: url('Icon/Group-28.png') repeat-x;
            position: absolute;
            z-index: 1;
            top: 0;
            right: -2016px;
            top: 50%;
            transform: translateY(-50%);
        }

        .title .cateName::before {
            right: auto;
            left: -2016px;
        }

.desc {
    font-size: 12px;
    text-align: center;
}

.clg {
    color: #999999;
}

.pr24 {
    padding-right: 24px;
}

.pr45 {
    padding-right: 45px;
}

.pr18 {
    padding-right: 18px;
}

.pt24 {
    padding-top: 24px;
}

.pt15 {
    padding-top: 15px;
}

.pb24 {
    padding-bottom: 24px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mr24 {
    margin-right: 24px;
}

.mb30 {
    margin-bottom: 30px;
}

.Number,
.Last {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 24px;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    text-shadow: 0 1px #ffffff;
    font: normal 12px Tahoma;
    line-height: 24px;
    text-align: center;
}

.Last {
    width: 88px;
}

    .Number:hover,
    .Last:hover {
        background: var(--color-sub);
        color: #fff;
        border-color: var(--color-sub);
        text-shadow: none;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.Nav {
    border-bottom: 1px solid #cccccc;
    color: #666666;
    opacity: 0.5;
}

    .Nav img {
        padding-bottom: 2px;
    }

.title1 {
    font: normal 16px 'SFUHelveticaLight';
    text-transform: none;
    color: var(--color-main);
    line-height: 21px;
    max-height: 42px;
    height: 42px;
    overflow: hidden;
    display: inline-block;
}

    .title1:hover {
        color: var(--color-sub);
    }

.tdlt {
    text-decoration: line-through;
}

.clr {
    color: var(--color-main);
}

.red-title {
    color: var(--color-main);
    font-size: 22px;
    font-family: 'SFUHelveticaLight';
}

input:focus, select:focus, textarea:focus {
    outline: none !important;
    border: none !important;
}

.lh25 {
    line-height: 25px;
}

.lh30 {
    line-height: 30px;
}

.lh34 {
    line-height: 34px;
}

.lh33 {
    line-height: 33px;
}

.More {
    width: 322px;
    height: 44px;
    border-radius: 3px;
    background: #ecf8ff;
    color: var(--color-sub);
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.pic-border {
    border: 1px solid #cccccc;
}





header {
    height: 91px;
    background-image: url('../pic/Header/background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

    header .Hotline {
        height: 37px;
        line-height: 37px;
    }

        header .Hotline img {
            padding-top: 11px;
            display: inline-block;
        }

    header .Menu {
    }

        header .Menu a:hover {
            color: #fff;
        }

        header .Menu ul {
            padding: 0;
            margin: 0;
        }

            header .Menu ul li {
                float: left;
                list-style: none;
                text-transform: uppercase;
                font: normal 14px 'SFUHelveticaLight';
                position: relative;
                border-top: 2px solid var(--color-main);
            }

                header .Menu ul li a {
                    padding: 6px 17px;
                    height: 36px;
                    margin-top: 2px;
                    line-height: 33px;
                    font-weight: bold;
                }

                header .Menu ul li ul li a {
                    padding: 0;
                    /*background:var(--color-sub);*/
                }

                header .Menu ul li ul li {
                    background: var(--color-sub);
                }

                header .Menu ul li:hover {
                    color: #fff;
                    /*-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;*/
                    border-top: 2px solid var(--color-sub);
                }

                    header .Menu ul li:hover > a {
                        background: var(--color-sub);
                    }

                header .Menu ul li.active a {
                    background: var(--color-sub);
                    color: #fff;
                }

                header .Menu ul li.active {
                    border-top: 2px solid var(--color-sub);
                }

                header .Menu ul li .box {
                    padding: 0 17px;
                    height: 36px;
                    margin-top: 2px;
                    line-height: 33px;
                    font-weight: bold;
                }

                header .Menu ul li:hover .box {
                    background: var(--color-sub);
                }

                header .Menu ul li:hover ul {
                    display: block;
                }

                header .Menu ul li ul {
                    display: none;
                    position: absolute;
                    top: 33px;
                    left: 0;
                }

                    header .Menu ul li ul li {
                        width: 192px;
                        height: 35px;
                        text-transform: none;
                        background: var(--color-sub);
                        border-top: none;
                        border-bottom: 1px solid #1591d1;
                        box-shadow: 0 1px #45b0e7;
                        line-height: 35px;
                        padding-left: 14px;
                        color: #fff;
                        z-index: 2;
                        font-weight: bold;
                    }

                        header .Menu ul li ul li:hover {
                            background: #de3830;
                            border: none;
                            box-shadow: none;
                        }

                            header .Menu ul li ul li:hover a {
                                background: initial;
                            }


/*-------------------------------------------------------------------------------------------------------------------------------------*/

#Banner {
    height: 417px;
    width: 100%;
}

    #Banner .container {
        height: 417px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    #Banner .content {
        position: absolute;
        left: 14%;
        top: 61.63%;
    }

    #Banner .Head {
        /*height:50px;*/
        padding: 0 21px 0 21px;
        background: rgba(219,37,29,0.7);
        font: normal 24px 'SFUHelveticaLight';
        color: #fff;
        line-height: 50px;
        display: inline-block;
    }

    #Banner .Head2 {
        /*height:50px;*/
        padding: 0 21px 0 21px;
        background: rgba(255,255,255,0.7);
        font: normal 18px 'SFUHelveticaLight';
        line-height: 50px;
        color: #333;
        /*display:inline-block;*/
    }

    #Banner .owl-prev {
        background: url('../css/Icon/Group-23.png') no-repeat;
        position: absolute;
        top: 38.12%;
        left: 0;
        width: 38px;
        height: 37px;
    }

    #Banner .owl-next {
        background: url('../css/Icon/Group-24.png') no-repeat;
        position: absolute;
        top: 38.12%;
        right: 0;
        width: 38px;
        height: 37px;
    }


#Banner2 {
    height: 291px;
    width: 100%;
    overflow: hidden;
}

    #Banner2 .owl-prev {
        background: url('../css/Icon/Group-23.png') no-repeat;
        position: absolute;
        top: 42%;
        left: 0;
        width: 38px;
        height: 37px;
    }

    #Banner2 .owl-next {
        background: url('../css/Icon/Group-24.png') no-repeat;
        position: absolute;
        top: 42%;
        right: 0;
        width: 38px;
        height: 37px;
    }

    #Banner2 .owl-item .item {
        margin-right: 0 !important;
    }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

#Product {
    background: url('../pic/Product/Untitled-1.jpg') center center;
    background-size: cover;
    position: relative;
}

    #Product .title {
        padding-top: 50px;
    }

    #Product .Box {
        color: #fff;
        background: var(--color-main);
        padding: 10px;
        border-radius: 2px;
        text-align: center;
        font-size: 12px;
        display: inline-block;
    }

    #Product .text-slide {
        width: 678px;
        margin: auto;
    }

    #Product .Box:hover {
        background: #239fde;
    }

    #Product .text-slide a:hover {
        color: #fff;
    }

    #Product .text-slide .owl-prev {
        background-image: url('Icon/Group-34.png');
        width: 8px;
        height: 13px;
        position: absolute;
        top: 35%;
        left: -3%;
    }

    #Product .text-slide .owl-next {
        background-image: url('Icon/Group-342-.png');
        width: 8px;
        height: 13px;
        position: absolute;
        top: 35%;
        right: -3%;
    }

    #Product .text-slide .owl-prev:hover {
        background-image: url('Icon/Group-341-.png');
    }

    #Product .text-slide .owl-next:hover {
        background-image: url('Icon/Group-33.png');
    }

    #Product #product-slide-2{display: none}

    #Product #product-slide-3{display: none}

    #Product .product-slide .owl-prev {
        background-image: url('Icon/Group-371-.png');
        width: 14px;
        height: 23px;
        position: absolute;
        top: 23%;
        left: -3%;
    }

    #Product .product-slide .owl-next {
        background-image: url('Icon/Group-372-.png');
        width: 14px;
        height: 23px;
        position: absolute;
        top: 23%;
        right: -2%;
    }

    #Product .product-slide .owl-prev:hover {
        background-image: url('Icon/Group-37.png');
    }

    #Product .product-slide .owl-next:hover {
        background-image: url('Icon/Group-373-.png');
    }


#Product-Detail .Product-Pic {
    width: 354px;
}

#Product-Home.fap .product-item:nth-child(4n+2) { margin-right: 0  }
/*Đức chuyển css inline vào*/
.product-item {
    margin-right: 17px;
    margin-bottom: 30px;
}

#Product-Home .product-item-test {
    width: 232px;
    float: left;
    padding-bottom: 47px;
    margin-right: 17px;
    margin-bottom: 30px;
}

#Product-Home .product-item-test:nth-child(4n+2) { margin-right: 0 }
.product-item-test .khungAnh {
    margin-bottom: 12px;
}

.product-item-test .khungAnhCrop0 {
    border: 1px solid #eaeaea;
    box-shadow: 0 2px #eaeaea;
    border-radius: 4px;
}

.product-item-test .khungAnh::before {
    padding-bottom: 73.28%;
}

.product-item-test .desc {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
    max-height: 60px;
    height: 60px;
    text-align: justify;
}

.flexslider {
    width: 351px;
}

.flex-viewport {
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

.flexslider ol li {
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    width: 85px;
}

#Product-Detail .Product-Pic .SmallPic .khungAnh {
    width: 85px;
    margin-top: 4px;
    margin-right: 4px;
}

    #Product-Detail .Product-Pic .SmallPic .khungAnh::before {
        padding-bottom: 76.49%;
    }

    #Product-Detail .Product-Pic .SmallPic .khungAnh:last-child {
        margin-right: 0;
    }

#Product-Detail .Product-Pic .SmallPic .khungAnhCrop:hover, #Product-Detail .Product-Pic .SmallPic .Active .khungAnhCrop {
    border: 1px solid var(--color-main);
}

.khungAnh .khungAnhHV {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(0,0,0,0.4);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    z-index: 10;
    overflow: hidden;
    display: none;
}

#Product-Detail .Product-Pic .khungAnh:hover .khungAnhHV {
    display: block;
}

#Product-Detail .Product-Pic .khungAnh .khungAnhHV .blur {
    margin-top: 109px;
    margin-left: 110px;
    height: 30px;
}

    #Product-Detail .Product-Pic .khungAnh .khungAnhHV .blur p {
        color: #fff;
        margin-left: 50px;
        line-height: 30px;
    }

.Red-Line {
    height: 29px;
    border-bottom: 1px solid #f8d3d2;
}

#Product-Detail .Red-Band {
    padding: 0 17px;
    background: var(--color-main);
    height: 30px;
    color: #fff;
    line-height: 30px;
}

#Product-Detail .container ul {
    padding-left: 0;
}

#Product-Detail .container .cd li:before {
    content: "-";
    padding-right: 28px;
}

#Product-Detail .container li {
    list-style: none;
}

#Product-Detail .right .product-item {
    width: 210px;
}

#BotSlide .product-item {
    width: 100% !important;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.close {
    position: absolute;
    top: 111px;
    width: 30px;
    height: 30px;
    background: url('Icon/close.png') no-repeat center center;
    background-color: rgba(0,0,0,0.2);
    z-index: 100;
    right: 236px;
}

    .close:hover,
    .close:focus {
        background-color: rgba(0,0,0,0.5);
        cursor: pointer;
    }

#Popup .modal-content {
    margin: 5% 33%;
    background: rgba(255,255,255,0.2);
    position: relative;
    display: inline-block;
    border-radius: 7px;
}

#PopupSlide {
    width: 641px;
    height: 473px;
    margin: 10px;
    overflow: hidden;
}

    #PopupSlide img {
        height: 427px;
    }

    #PopupSlide .label {
        width: 100%;
        height: 46px;
        background: #cccccc;
        text-align: center;
        font-family: 'Times New Roman';
        line-height: 46px;
    }




    #PopupSlide .owl-prev {
        background-image: url('Icon/PUSlide.png');
        transform: rotate(180deg);
        width: 38px;
        height: 63px;
        position: absolute;
        top: 40%;
        left: 0px;
    }

    #PopupSlide .owl-next {
        background-image: url('Icon/PUSlide.png');
        width: 38px;
        height: 63px;
        position: absolute;
        top: 40%;
        right: 0px;
    }





#BotSlide .product-item .desc {
    margin-top: 10px;
}

#BotSlide .owl-prev {
    background: url('../css/Icon/BotSlide.png') no-repeat;
    position: absolute;
    top: -9px;
    right: 17px;
    width: 9px;
    height: 17px;
    transform: rotate(180deg);
}

#BotSlide .owl-next {
    background: url('../css/Icon/BotSlide.png') no-repeat;
    position: absolute;
    top: -9px;
    right: 0;
    width: 9px;
    height: 17px;
}

#BotSlide .owl-prev:hover {
    background: url('../css/Icon/BotSlideHov.png') no-repeat;
    transform: rotate(0);
}

#BotSlide .owl-next:hover {
    background: url('../css/Icon/BotSlideHov.png') no-repeat;
    transform: rotate(180deg);
}

/*-------------------------------------------------------------------------------------------------------------------------------------*/

#News {
    background: #fff6f6;
}

    #News .title {
        padding-top: 80px;
    }

    #News .Article {
        width: 420px;
        padding-bottom: 43px;
    }

        #News .Article .khungAnh {
            width: 197px;
        }

        #News .Article .khungAnhCrop {
            border: 1px solid #eaeaea;
            box-shadow: 0 2px #eaeaea;
            border-radius: 4px;
        }

            #News .Article .khungAnhCrop:hover {
                border: 1px solid var(--color-sub);
                box-shadow: 0 2px var(--color-sub);
            }

        #News .Article .khungAnh:before {
            padding-bottom: 70.56%;
        }

        #News .Article .above {
            width: 207px;
        }

        #News .Article .title1 {
            padding: 0;
        }

        #News .Article .desc {
            text-align: justify;
            line-height: 20px;
            max-height: 80px;
        }

        #News .Article .below {
            font: normal 12px Arial;
            line-height: 20px;
            max-height: 70px;
            text-align: justify;
            overflow: hidden;
        }

    #News .Other li a:hover {
        color: var(--color-sub);
    }

    #News .Other {
        width: 494px;
    }

        #News .Other ul {
            padding-left: 13px;
            margin-top: 20px;
        }

        #News .Other li {
            list-style-image: url('Icon/Group-411-.png');
            font-size: 12px;
            margin-bottom: 6px;
            line-height: 20px;
        }

            #News .Other li:hover {
                list-style-image: url('Icon/Group-41.png');
            }

#News-Home .w980 .item {
    margin-right: 17px;
    margin-bottom: 30px;
}

    #News-Home .w980 .item:nth-child(4n+2) {
        margin-right: 0;
    }

#News-Home .title {
    padding-top: 30px;
}

#News-Home .item {
    width: 231px;
}

    #News-Home .item .desc {
        text-align: justify;
        line-height: 21px;
        max-height: 63px;
        height: 63px;
    }

    #News-Home .item .khungAnh {
        margin-bottom: 18px;
    }

    #News-Home .item .khungAnhCrop {
        border: 1px solid #eaeaea;
        box-shadow: 0 2px #eaeaea;
        border-radius: 4px;
    }

        #News-Home .item .khungAnhCrop:hover {
            border-color: var(--color-sub);
            box-shadow: 2px 3px var(--color-sub);
        }


#News-Detail .right ul {
    padding-left: 15px;
}

#News-Detail .right li {
    font-size: 12px;
    list-style-image: url('Icon/Group-13_2.png');
    line-height: 25px;
}

    #News-Detail .right li:hover {
        list-style-image: url('Icon/Group-133-.png');
    }

        #News-Detail .right li:hover a {
            color: var(--color-main);
        }

#News-Detail .right hr {
    border: none;
    border-bottom: 1px dotted #c8c8c8;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/



#Store .title {
    padding-top: 47px;
}

#Store .Map {
    padding-top: 23px;
}
    /*#Store .Map form{height:38px;}*/
    #Store .Map select,
    #Store .Map .Find {
        width: 199px;
        height: 38px;
        margin-right: 20px;
        border-radius: 2px;
    }

    #Store .Map select {
        background: url('../pic/Store/button.png') no-repeat right center #ffffff;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

#Store .map-border {
    width: 696px;
    height: 376px;
    border: 1px solid #cccccc;
    margin-top: 20px;
}

#Store .GG-map {
    width: 690px;
    height: 370px;
    margin: 3px;
    position: relative;
}

    #Store .GG-map .Store-list {
        width: 217px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
    }

        #Store .GG-map .Store-list ul {
            padding: 0;
            margin: 0;
        }

            #Store .GG-map .Store-list ul li {
                border-bottom: 1px dashed #cccccc;
                font-size: 13px;
                box-sizing: border-box;
                padding: 10px 12px;
                list-style: none;
                line-height: 20px;
            }

        #Store .GG-map .Store-list a:hover {
            color: #333;
        }


#Store-List .right select {
    width: 194px;
    height: 30px;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
    background: url('Icon/triangleButton.png') no-repeat right center #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#Store-List .right input[type=submit] {
    width: 124px;
    height: 30px;
    color: #fff;
    background: var(--color-sub);
    border-radius: 3px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

#Store-List .right .label {
    height: 34px;
    background: var(--color-main);
    line-height: 33px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

    #Store-List .right .label img {
        margin: 7px;
    }

    #Store-List .right .label:after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 34px;
        right: 0;
    }

    #Store-List .right .label:after {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 6.5px 0 6.5px;
        border-color: #430300 transparent transparent transparent;
    }

.store-item {
    width: 327px;
}

    .store-item a {
        color: var(--color-sub);
    }

#Store-List .right .khungAnh {
    width: 152px;
    margin: 2px;
}

    #Store-List .right .khungAnh:before {
        padding-bottom: 68.43%;
    }

#Store-List .right .info {
    width: 158px;
}

#Store-List .right .khungAnhCrop {
    box-shadow: none;
}

#Store-List .right .container hr {
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px dashed #f0f0f0;
    margin: 10px 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/


footer {
    background: #f7f7f7;
    border-top: 2px solid var(--color-main);
}

    footer .contact {
        width: 252px;
    }

        footer .contact p {
            margin-bottom: 8px;
            line-height: 18px;
        }

    footer .QA {
        width: 230px;
        margin-left: 120px;
        padding-bottom: 25px;
    }

    footer .title2 {
        font-size: 18px;
        color: var(--color-main);
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 0 1px #fff;
        text-transform: none;
        width: 100%;
        padding-bottom: 12px;
    }

    footer .QA ul {
        padding-left: 11px;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    footer .QA li {
        list-style-image: url('Icon/li1.png');
        font-size: 12px;
        margin-bottom: 13px;
        line-height: 20px;
    }

        footer .QA li:last-child {
            margin-bottom: 0;
        }

    footer .QA form {
        position: relative;
    }

    footer .QA input[type=text] {
        height: 34px;
        border-radius: 2px;
    }

    footer .QA input[type=image] {
        position: absolute;
        top: 10px;
        right: 7px;
    }

    footer .Copyright {
        max-width: 1050px;
        width: calc(100% - 10px);
        ;
        margin: auto;
        height: 33px;
        background: #e7e7e7;
        position: relative;
        bottom: -5px;
    }

        footer .Copyright:before {
            content: "";
            display: inline-block;
            position: absolute;
            z-index: 1;
            top: 0;
            left: -25px;
        }

        footer .Copyright:after {
            content: "";
            display: inline-block;
            position: absolute;
            z-index: 1;
            top: 0;
            right: -25px;
        }

        footer .Copyright:before {
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 33px 25px;
            border-color: transparent transparent #e7e7e7 transparent;
        }

        footer .Copyright:after {
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 33px 0 0 25px;
            border-color: transparent transparent transparent #e7e7e7;
        }

    footer .Copyright {
        font-size: 12px;
    }

        footer .Copyright ul {
            margin: 0;
            padding: 0;
        }

        footer .Copyright li {
            list-style: none;
            float: left;
            border-left: 1px solid #cacaca;
            height: 33px;
        }

            footer .Copyright li:last-child {
                border-right: 1px solid #cacaca;
            }

            footer .Copyright li img {
                padding: 9px;
            }


/*-------------------------------------------------------------------------------------------------------------------------------------*/


#Partner .khungAnh {
    width: 164px;
    height: 108px;
    border: 4px solid #ebebeb;
    margin-bottom: 30px;
}

#Partner .khungAnhCrop {
    box-shadow: 0 0 0 3px #f6f6f6;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/


.BackToTop {
    display: inline;
    width: 58px;
    height: 58px;
    text-align: center;
    position: fixed;
    bottom: 110px;
    right: 97px;
    border-radius: 5px;
    background: url('Icon/Group-57.png');
    z-index: 25;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/

.left {
    width: 251px;
}

.left2 {
    border: 1px solid #e3e3e3;
    border-top: none;
    background: #f8f8f8;
}

.left .label {
    height: 37px;
    color: #fff;
    font-size: 16px;
    background: var(--color-sub);
    line-height: 37px;
    padding-left: 15px;
}

.left .Avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    margin: 2px;
}

.left .AvatarBorder {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 16px 8px 5px 5px;
}

.left .BorBottom {
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 1px #fff;
}

.left .Message {
    width: 135px;
    height: 28px;
    border: 1px dashed rgba(206,206,207,0.5);
}

    .left .Message li {
        list-style: none;
        float: left;
        padding-left: 6px;
    }

    .left .Message ul {
        padding: 0;
        margin-top: 4px;
    }

.left .left2 .item {
    padding: 14px;
}

    .left .left2 .item:hover {
        background: #e8e8e8;
    }

.left .left2 .khungAnh {
    width: 72px;
    margin-right: 9px;
    background: #fff;
}

    .left .left2 .khungAnh:before {
        padding-bottom: 95%;
    }

.left .left2 .SanPham .fs13 {
    padding-top: 15px;
    margin-bottom: 15px;
    line-height: 20px;
    max-height: 42px;
    display: block;
    overflow: hidden;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/


.Lib .container a:hover {
    color: #fff;
}

.Lib .desc {
    text-align: justify;
    line-height: 21px;
}

.Lib .item {
    width: 235px;
    margin-bottom: 30px;
}

.Lib .khungAnh {
    border: none;
    box-shadow: none;
}

    .Lib .khungAnh:before {
        padding-bottom: 66%;
    }

.Lib .khungAnhCrop {
    box-shadow: none;
}

.Lib .content {
    background: #eeeeee;
    height: 54px;
}

.Lib .item:hover .content {
    background: var(--color-sub);
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Lib .item .icon {
    width: 23px;
    height: 22px;
    margin: 16px 13px 16px 11px;
    background: url('Icon/Group-15.png') center center no-repeat;
}

.Lib .item:hover .icon {
    background: url('Icon/Group-13.png') center center no-repeat;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Lib .item .Vid-icon {
    width: 25px;
    height: 25px;
    margin: 15px 10px 14px 12px;
    background: url('Icon/Group-151-.png') center center no-repeat;
}

.Lib .item:hover .Vid-icon {
    background: url('Icon/Group-121-.png') center center no-repeat;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Lib .item .Img-title {
    padding-top: 9px;
    font-size: 12px;
    line-height: 21px;
    max-height: 41px;
    overflow: hidden;
}

.Lib .item:hover .Img-title {
    color: #fff;
}

#Picture-Lib .w980 .item {
    margin-right: 13px;
    margin-bottom: 30px;
    float: left;
}

    #Picture-Lib .w980 .item:nth-child(4n+2) {
        margin-right: 0;
    }

#Picture-Lib-Detail .pic-border:nth-child(3n) {
    margin-right: 0;
}

#Picture-Lib-Detail .right .pic-border {
    margin-bottom: 30px;
}

#Picture-Lib-Detail .right .container .khungAnh {
    width: 211px;
    margin: 2px;
}

    #Picture-Lib-Detail .right .container .khungAnh:before {
        padding-bottom: 72.52%;
    }

#Picture-Lib-Detail .right .container .khungAnhCrop {
    box-shadow: none;
}

#Picture-Lib-Detail .right .container .khungAnh:hover .khungAnhHV {
    display: block;
}

#Picture-Lib-Detail .right .container .khungAnhHV {
    border-radius: 0;
}

#Picture-Lib-Detail .right .container .khungAnh .khungAnhHV .blur {
    margin-top: 61px;
    margin-left: 39px;
    height: 30px;
}

    #Picture-Lib-Detail .right .container .khungAnh .khungAnhHV .blur p {
        color: #fff;
        margin-left: 37px;
        line-height: 30px;
    }

#BotSlide .item {
    width: 224px !important;
}

    #BotSlide .item .khungAnh:before {
        padding-bottom: 58.93%;
    }


/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/



.product-item {
    width: calc((100% - 32px) / 4);
    float: left;
    padding-bottom: 47px;
    margin-right: 10px;
}
    /*.product-item:nth-child(4n+3) {
    margin-right:0;
}*/
    .product-item .khungAnh {
        margin-bottom: 12px;
    }

    .product-item .khungAnhCrop0 {
        border: 1px solid #eaeaea;
        box-shadow: 0 2px #eaeaea;
        border-radius: 4px;
    }

    .product-item:hover .khungAnhCrop0 {
        border: 1px solid var(--color-sub);
        box-shadow: 0 2px var(--color-sub);
    }

    .product-item .khungAnh:before {
        padding-bottom: 73.28%;
    }

    .product-item:hover .title1 {
        color: var(--color-sub);
    }

    .product-item .desc {
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px;
        max-height: 60px;
        height: 60px;
        text-align: justify;
    }


/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/


.right ul {
    padding-left: 0;
}

#Introduce .right li:before {
    content: "-  ";
}

#Introduce .right li {
    list-style: none;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/


#CommonTool {
    background-color: #fafafa;
    font: normal 11px Arial;
    color: #aaaaaa;
    padding: 5px;
    margin: 15px 0 10px 0;
    border-top: 1px solid #ebebeb;
    height: 12px;
}

    #CommonTool .date {
        float: left;
        padding-left: 15px;
        padding-right: 22px;
        background: url('Icon/update.png') no-repeat left center;
    }

    #CommonTool .view {
        float: left;
        padding-left: 15px;
        background: url('Icon/viewer.png') no-repeat left center;
    }

    #CommonTool .size {
        float: right;
    }

    #CommonTool a {
        color: inherit;
        text-decoration: none;
    }

        #CommonTool a.SmallSize {
            width: 12px;
            height: 12px;
            display: inline-block;
            background: url('Icon/minus.png') no-repeat;
            cursor: pointer;
        }

        #CommonTool a.LargeSize {
            width: 12px;
            height: 12px;
            display: inline-block;
            background: url('Icon/plus.png') no-repeat;
            cursor: pointer;
        }

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

#CommonShareDetail {
    height: 22px;
    border-top: solid 1px #eaeaea;
    background: #fafafa;
    padding: 3px 10px;
    white-space: nowrap;
    margin-top: 14px;
}

    #CommonShareDetail a.prev {
        background: url('Icon/return.png') no-repeat 0 8px;
        display: inline-block !important;
    }

    #CommonShareDetail a.top {
        background: url('Icon/backtotop.png') no-repeat 0 6px;
        padding-right: 20px;
    }

#CommonShareToSocial {
    padding-top: 2px;
}

    #CommonShareToSocial .item {
        float: right;
        width: 17px;
        height: 20px;
        margin-right: 10px;
    }

.atclear {
    clear: both;
}

#CommonShareDetail a.email {
    background: url('Icon/ShareEmail.png') no-repeat 0 8px;
    padding-right: 20px;
    float: right;
}

#CommonShareDetail a.print {
    background: url('Icon/print.png') no-repeat 0 6px;
    margin-right: 8px;
    float: right;
}

#CommonShareDetail a {
    font: normal 11px/22px Arial;
    color: #aaaaaa;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

#Contact .container .row > .fr {
    width: 100%;
    max-width: 308px;
}

#Contact .GG-map {
    padding: 5px;
    height: 320px !important;
}
/*#Contact {height:422px}*/
#Contact input[type=text] {
    margin-bottom: 11px;
    border-radius: 3px;
    height: 30px;
    padding: 8px 10px 8px 8px;
}

#Contact select {
    width: 100%;
}

#Contact textarea {
    height: 216px;
    padding: 8px 10px 8px 8px;
    margin-bottom: 15px;
}

#Contact .MBV {
    width: 99px;
    margin-bottom: 0 !important;
}

#Contact select {
    margin-bottom: 11px;
    border-radius: 3px;
    height: 30px;
    background: url('Icon/triangleButton.png') no-repeat right center #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#Contact button {
    width: 87px;
    height: 30px;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    background: var(--color-main);
    color: #fff;
    display: inline-block;
    float: right;
    cursor: pointer;
}

#Confirm {
    width: 537px;
    background: #fff;
    margin: 10px;
}

    #Confirm img {
        margin: 25px 42.45% 20px 42.45%;
    }

    #Confirm .Success {
        font-size: 26px;
        color: var(--color-sub);
        padding-bottom: 25px;
    }

    #Confirm .BackHome {
        padding: 11px 18px;
        background: var(--color-sub);
        color: #fff;
        display: inline-block;
        margin: 26px 33.33%;
        border-radius: 3px;
    }

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*popup*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 3px;
    border: 1px solid #888;
    width: 65%;
    height: 480px;
    margin-top: 105px;
}

/* The Close Button */
/*.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    right: 325px;
}*/

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#News .Article .top__news__title{ display: none;}
#News .Article > .date{ display:none}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
