/* 1. ----------------------- BREADCRUMB ------------------------ */
.insBreadcrumb {
    background: #efefef;
}

    .insBreadcrumb .breadcrumb {
        margin: 0;
        background: transparent;
        padding: 0;
    }

        .insBreadcrumb .breadcrumb li {
            display: inline-block;
            background-color: #e1e1e1;
        }

            .insBreadcrumb .breadcrumb li a, .insBreadcrumb .breadcrumb li span {
                position: relative;
                background: #efefef;
                height: 40px;
                line-height: 40px;
                display: block;
                padding-right: 10px;
                color: #999;
                margin-right: 23px;
                font-size: 14px;
                font-weight: 300;
            }

                .insBreadcrumb .breadcrumb li a:before, .insBreadcrumb .breadcrumb li a:after, .insBreadcrumb .breadcrumb li span:before, .insBreadcrumb .breadcrumb li span:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    border: 0 solid #efefef;
                    border-width: 20px 7px 20px 17px;
                    width: 0;
                    height: 0;
                }

                .insBreadcrumb .breadcrumb li a:before, .insBreadcrumb .breadcrumb li span:before {
                    left: -26px;
                    border-left-color: transparent;
                }

                .insBreadcrumb .breadcrumb li a:after, .insBreadcrumb .breadcrumb li span:after {
                    right: -23px;
                    border-color: transparent transparent transparent #efefef;
                }

            .insBreadcrumb .breadcrumb li span {
                margin-right: 0;
            }

            .insBreadcrumb .breadcrumb li:first-child a:before, .insBreadcrumb .breadcrumb li:first-child span:before {
                border: none;
            }

            .insBreadcrumb .breadcrumb li:last-child a:after, .insBreadcrumb .breadcrumb li:last-child span:after {
                border: none;
            }

            .insBreadcrumb .breadcrumb li:nth-child(even) a:before, .insBreadcrumb .breadcrumb li:nth-child(even) span:before {
                border-color: #efefef #efefef #efefef transparent;
            }

            .insBreadcrumb .breadcrumb li:nth-child(even) a:after, .insBreadcrumb .breadcrumb li:nth-child(even) span:after {
                border-left-color: #efefef;
            }

            .insBreadcrumb .breadcrumb li + li:before {
                display: none;
            }

/* ----------------------- END BREADCRUMB ------------------------ */
/* 2. ----------------------- PRODUCT PAGE ------------------------ */
.insProductPage .pdImgThumbs {
    margin-top: 10px;
}

    .insProductPage .pdImgThumbs .imgThumb {
        padding: 5px;
        border: 1px solid #eaeaea;
        border-radius: 3px;
        opacity: .8;
        filter: alpha(opacity=80);
    }

        .insProductPage .pdImgThumbs .imgThumb.active {
            opacity: 1;
            filter: alpha(opacity=100);
            border-color: #1f3f81;
        }

.insProductPage .wrapPdInfo .pdType {
    display: inline-block;
}

.insProductPage .wrapPdInfo .pdTitle {
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

.insProductPage .wrapPdInfo .tp {
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 10px;
    color: #999999;
    font-weight: 300;
}

.insProductPage .wrapPdInfo .pdTagsInfo {
    border-bottom: 1px solid #eaeaea;
}

    .insProductPage .wrapPdInfo .pdTagsInfo .listTagInfo .info {
        border-top: 1px dashed #eaeaea;
        padding: 7px 5px;
        font-size: 13px;
        font-weight: 300;
    }

.insProductPage .wrapPdInfo .pdBoxPrice .pdLoopPrice {
    border: none;
    padding: 10px 0px;
}

    .insProductPage .wrapPdInfo .pdBoxPrice .pdLoopPrice .loopShare > div {
        border: none;
    }

    .insProductPage .wrapPdInfo .pdBoxPrice .pdLoopPrice .pdPrice {
        font-size: 20px;
    }

        .insProductPage .wrapPdInfo .pdBoxPrice .pdLoopPrice .pdPrice a {
            font-size: 20px;
        }

        .insProductPage .wrapPdInfo .pdBoxPrice .pdLoopPrice .pdPrice .pdComparePrice {
            font-size: 18px;
        }

.pdBlockDetail {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px;
}

    .pdBlockDetail:last-child {
        margin: 0;
    }

    .pdBlockDetail .moduleHead {
        margin-bottom: 10px;
    }

        .pdBlockDetail .moduleHead .title:after {
            border-color: transparent #fff transparent transparent;
        }

.pdBoxPolicy .info {
    border: #fea903 solid 1px;
    border-radius: 4px;
    padding: 20px 0 10px;
    position: relative;
    overflow: visible;
    margin: 20px 0;
}

    .pdBoxPolicy .info h4 {
        background: #fea903;
        border-radius: 13px;
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: -13px;
        left: 10px;
        vertical-align: middle;
        line-height: 26px;
        clear: both;
        padding: 0 10px 0 10px;
        font-weight: 300;
    }

    .pdBoxPolicy .info .listPolicy li {
        display: block;
        font-weight: 300;
        padding: 0px 5px 0px 30px;
        line-height: 1.3;
        margin-bottom: 10px;
        background: url(//theme.hstatic.net/200000312121/1001061665/14/pl_list.png?v=231) 10px center no-repeat;
    }

.pdBtn {
    opacity: .8;
    filter: alpha(opacity=80);
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    background-color: #1f3f81;
}

    .pdBtn:hover, .pdBtn:focus {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .pdBtn i {
        width: 40px;
        font-size: 20px;
        top: 0;
        left: 0;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        height: 100%;
        line-height: 40px;
        position: absolute;
    }

        .pdBtn i:after {
            content: '';
            position: absolute;
            display: block;
            right: -10px;
            border-top: 40px solid rgba(0, 0, 0, 0.1);
            top: 0;
            transition: all .2s ease-in-out;
        }

    .pdBtn.btnContact i:before {
        content: '';
        background: url(bg-input-newletter.png) center center no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
    }

    .pdBtn.btnContact i:after {
        border-right: 10px solid #1f3f81;
    }

    .pdBtn.btnPhone {
        background-color: red;
    }

        .pdBtn.btnPhone i:after {
            border-right: 10px solid red;
        }

.closeModal {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    background: url("fancybox_sprite.png") top left no-repeat;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
}

.frmModal .modal-header {
    border: none;
    text-align: center;
    background: #1f3f81;
    padding: 10px;
}

    .frmModal .modal-header .modal-title {
        color: #fff;
    }

.frmModal .modal-dialog {
    width: 450px;
}

.frmModal .modal-content {
    border-radius: 0;
}

.ctForm .form-group input, .ctForm .form-group textarea {
    height: 35px;
    padding: 0px 10px;
    border: none;
    box-shadow: none;
    background: #edf3f8;
    color: #555;
    outline: none;
}

.ctForm .form-group textarea {
    padding: 10px;
    height: 100px;
}

.ctForm .regNowFRM {
    margin-right: 0;
    border-radius: 3px;
    box-shadow: none;
    padding: 0px 20px;
    height: 35px;
    display: inline-block;
}

.ctForm .alert {
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
}

/* ----------------------- END PRODUCT PAGE ------------------------ */
/* 3. ----------------------- COLLECTION PAGE ------------------------ */
#insCollectionPage .collection_head {
    padding: 20px 0px;
    background: #fff;
    margin-bottom: 0px;
    position: relative;
}

    #insCollectionPage .collection_head .page_head {
        position: relative;
    }

        #insCollectionPage .collection_head .page_head .countPd {
            margin-left: 5px;
        }

    #insCollectionPage .collection_head .display-product-option {
        width: 63px;
        height: 30px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        #insCollectionPage .collection_head .display-product-option .view-as-grid span {
            width: 30px;
            height: 30px;
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            background: url(grid-view-bg.png) #fff;
            border: none;
            float: left;
        }

        #insCollectionPage .collection_head .display-product-option .view-as-grid:hover span, #insCollectionPage .collection_head .display-product-option .view-as-grid.selected span {
            background-color: #1f3f81;
            background-position: 0 -30px;
        }

        #insCollectionPage .collection_head .display-product-option .view-as-grid.selected {
            cursor: default;
        }

        #insCollectionPage .collection_head .display-product-option .view-as-list span {
            width: 30px;
            height: 30px;
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            background: url(list-view-bg.png) #fff;
            border: none;
            float: right;
        }

        #insCollectionPage .collection_head .display-product-option .view-as-list:hover span, #insCollectionPage .collection_head .display-product-option .view-as-list.selected span {
            background-color: #1f3f81;
            background-position: 0 -30px;
        }

        #insCollectionPage .collection_head .display-product-option .view-as-list.selected span {
            cursor: default;
        }

    #insCollectionPage .collection_head .browse-tags {
        position: absolute;
        right: 65px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        #insCollectionPage .collection_head .browse-tags span {
            display: inline-block;
            line-height: 30px;
        }

            #insCollectionPage .collection_head .browse-tags span select {
                height: 30px;
                border: 1px solid #eaeaea;
                outline: none;
                padding: 0px 10px;
                cursor: pointer;
            }

#insCollectionPage .insSidebar {
    margin-top: 30px;
}

.productList.view_list .productItem {
    width: 100%;
}

    .productList.view_list .productItem .pdLoopItem .pdLoopImg {
        width: 40%;
        float: left;
    }

    .productList.view_list .productItem .pdLoopItem .pdLoopInfo {
        float: left;
        width: 60%;
    }

        .productList.view_list .productItem .pdLoopItem .pdLoopInfo .pdLoopDetail {
            padding: 0px 10px;
        }

            .productList.view_list .productItem .pdLoopItem .pdLoopInfo .pdLoopDetail .pdType {
                display: inline-block;
                margin: 0;
            }

            .productList.view_list .productItem .pdLoopItem .pdLoopInfo .pdLoopDetail .pdDesc {
                display: -webkit-box;
                line-height: 1.5;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: justify;
                margin-bottom: 5px;
            }

        .productList.view_list .productItem .pdLoopItem .pdLoopInfo .pdLoopPrice {
            position: absolute;
            width: 60%;
            right: 0;
            bottom: 0;
            background: #fff;
            z-index: 10;
        }

.insSidebar .moduleContent {
    background: #fff;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-bottom: 20px;
}

    .insSidebar .moduleContent #insModuleSearch {
        padding: 0;
    }

        .insSidebar .moduleContent #insModuleSearch > .container {
            width: 100%;
            padding: 0px 5px;
        }

        .insSidebar .moduleContent #insModuleSearch .sField {
            width: 100%;
        }

            .insSidebar .moduleContent #insModuleSearch .sField .bt {
                width: 100%;
            }

                .insSidebar .moduleContent #insModuleSearch .sField .bt .insButton {
                    width: 100%;
                    height: 40px;
                    margin-top: 10px;
                }

.moduleHead {
    border-bottom: 3px solid;
    border-bottom-color: #1f3f81;
    background: transparent;
    position: relative;
}

    .moduleHead .title {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 50px 10px 10px;
        position: relative;
        border-top-left-radius: 3px;
        background: #1f3f81;
        color: #fff;
    }

        .moduleHead .title:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: -1px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 40px 38px 0;
            border-color: transparent #edf3f8 transparent transparent;
        }

.moduCatelogy .moduleContent {
    padding: 0;
}

    .moduCatelogy .moduleContent ul.links li a {
        display: block;
        padding: 5px 10px 5px 25px;
        background: #fff url("r7.png") 10px center no-repeat;
    }

.moduPdFe .moduleContent {
    padding: 10px 0px;
}

.pdFeList .productItem:last-child .pdLoopItem {
    margin: 0;
    border: none;
    padding-bottom: 0;
}

.pdFeList .pdLoopItem {
    box-shadow: none !important;
    padding: 0px 5px 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #eaeaea;
}

    .pdFeList .pdLoopItem .pdLoopImg {
        float: left;
        width: 30%;
        border-radius: 5px;
    }

        .pdFeList .pdLoopItem .pdLoopImg .pdLabel {
            display: none;
        }

    .pdFeList .pdLoopItem .pdLoopInfo {
        float: left;
        width: 70%;
    }

        .pdFeList .pdLoopItem .pdLoopInfo .pdLoopDetail {
            padding: 0px 5px;
        }

            .pdFeList .pdLoopItem .pdLoopInfo .pdLoopDetail .productName {
                font-size: 13px;
                font-weight: 300;
                line-height: 1.3;
                height: auto;
                -webkit-line-clamp: 2;
            }

            .pdFeList .pdLoopItem .pdLoopInfo .pdLoopDetail .tp {
                display: none;
            }

        .pdFeList .pdLoopItem .pdLoopInfo .pdLoopPrice {
            padding: 0 5px;
            border: none;
        }

            .pdFeList .pdLoopItem .pdLoopInfo .pdLoopPrice .pdPrice {
                font-size: 13px;
            }

                .pdFeList .pdLoopItem .pdLoopInfo .pdLoopPrice .pdPrice a {
                    font-size: 13px;
                }

                .pdFeList .pdLoopItem .pdLoopInfo .pdLoopPrice .pdPrice .pdComparePrice {
                    font-size: 12px;
                }

.insPaginate .pagination {
    display: block;
    margin: 30px 0 0;
    text-align: right;
    border-radius: 0;
    line-height: 0;
}

    .insPaginate .pagination li {
        display: inline-block;
    }

        .insPaginate .pagination li a, .insPaginate .pagination li span {
            padding: 0;
            border: 1px solid;
            border-color: #1f3f81 !important;
            background: #ffffff;
            color: #1f3f81;
            height: 30px;
            line-height: 30px;
            min-width: 30px;
            text-align: center;
        }

            .insPaginate .pagination li a:hover {
                border-color: #ffffff;
                background: #1f3f81;
                color: #ffffff;
            }

            .insPaginate .pagination li span, .insPaginate .pagination li span:hover, .insPaginate .pagination li span:focus {
                border-color: #ffffff;
                background: #1f3f81;
                color: #ffffff;
                cursor: default;
            }

        .insPaginate .pagination li.disabled {
            display: none;
        }

        .insPaginate .pagination li.pagination_next a, .insPaginate .pagination li.pagination_previous a {
            padding: 0px 5px;
        }

/*3. ----------------------- END COLLECTION PAGE ------------------------ */
/*4. ----------------------- BLOG & ARTICLE PAGE ------------------------ */
.headingTemp {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

    .headingTemp .title {
        font-size: 25px;
        display: inline-block;
    }

    .headingTemp .countPd {
        font-size: 15px;
        font-weight: 300;
        display: inline-block;
        margin-left: 5px;
    }

    .headingTemp.line .title {
        display: block;
    }

.mainBA .insSidebar {
    margin-top: 20px;
}

.mainBA .infoArticle ul li {
    display: inline-block;
    margin-right: 10px;
    color: #777;
    line-height: 1.5;
    font-weight: 300;
    font-size: 13px;
}

    .mainBA .infoArticle ul li a {
        color: #777;
    }

.insBlogList .article_item {
    margin-top: 30px;
}

    .insBlogList .article_item:nth-of-type(2n+1) {
        clear: both;
    }

.pdFeList .time {
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.blogTags li {
    display: inline-block;
    margin: 5px 5px 0px 0px;
}

    .blogTags li a {
        display: inline-block;
        background: #e2e2e2;
        color: #333;
        padding: 4px 9px;
        position: relative;
        margin: 5px;
        font-size: 12px;
        border-left: 3px solid;
        border-left-color: #1f3f81;
    }

        .blogTags li a:before {
            left: 0;
            top: 8px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-left-color: #1f3f81;
            border-width: 4px;
        }

/* article */
#insArtCommentFRM .input-group {
    float: left;
    margin-top: 15px;
}

    #insArtCommentFRM .input-group .form-control {
        width: 100% !important;
        border: 1px solid #eaeaea;
        padding-left: 15px;
        box-shadow: none;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        border-radius: 0;
    }

        #insArtCommentFRM .input-group .form-control:hover {
            border-color: #1f3f81;
        }

    #insArtCommentFRM .input-group textarea#comment_body {
        margin-bottom: 20px;
    }

#insArtCommentList {
    padding: 0px 15px;
}

    #insArtCommentList h2 {
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        margin: 5px 0px;
    }

#binhluan .comment {
    margin: 0px 0px 10px;
    padding: 10px 0px;
    border-bottom: 1px dashed #00a651;
}

    #binhluan .comment h3.author {
        background: #f1f1f1;
        padding: 5px;
        margin-bottom: 5px;
        font-size: 15px;
    }

    #binhluan .comment div {
        padding: 0px 10px;
    }

.subtext, .notice {
    color: #1f3f81;
    font-size: 15px;
    display: block;
    margin: 10px 0px;
    font-style: italic;
}

.main_article #comment-submit {
    border-radius: 0;
    padding: 10px 20px;
}

@media screen and (max-width: 479px) {
    #insArtCommentFRM .input-group {
        width: 100% !important;
        padding-right: 0px;
    }
}

/*4. ----------------------- END BLOG & ARTICLE PAGE ------------------------ */
/*5. ---------------------------CONTACT PAGE ------------------------- */
#insContactPage .contactList {
    background: #fff;
    padding: 15px 5px 0px;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

    #insContactPage .contactList .name-head {
        padding-right: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px;
    }

.ggMap {
    margin: 20px 0px;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    background: #fff;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

    .ggMap iframe {
        width: 100%;
    }

.wrapForm .form-group {
    position: relative;
}

    .wrapForm .form-group input {
        padding: 0 0 0 50px;
        box-shadow: none;
        outline: none;
        border-color: #eaeaea;
        border-radius: 0;
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .wrapForm .form-group .ico {
        color: #757575;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-right: 1px solid #eaeaea;
    }

    .wrapForm .form-group textarea {
        box-shadow: none;
        border-radius: 0;
        outline: none;
        border-color: #eaeaea;
    }

.wrapForm .btn-outline {
    border-radius: 0;
    margin-bottom: 20px;
}

.infoText .info-address {
    padding: 0;
    margin: 0;
}

    .infoText .info-address li {
        margin-bottom: 10px;
    }

        .infoText .info-address li span {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 40px);
        }

        .infoText .info-address li i {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            vertical-align: middle;
            color: #757575;
            border: 1px solid #eaeaea;
            margin-right: 5px;
        }

/*5. -------------------------------------- END CONTACT PAGE --------------------------- */
/*6. -------------------------------------- TEMPLATE PAGE --------------------------- */
.mainPage {
    background: #fff;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
}

/*6. -------------------------------------- END TEMPLATE PAGE --------------------------- */
#insFooterPage {
    margin-top: 30px;
}

/* -------------------------------------- RESPONSIVE PAGE --------------------------- */
@media screen and (min-width: 992px) {
    .insProductPage .wrapPdInfo .pdTagsInfo .listTagInfo .info {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .pdTwo .productItem {
        margin-top: 30px;
    }

        .pdTwo .productItem:nth-of-type(2n+1) {
            clear: both;
        }
}

@media screen and (max-width: 767px) {
    .pdTwo .productItem {
        margin-top: 15px;
    }

    .frmModal .modal-dialog {
        margin: 50px auto;
    }
}

@media screen and (min-width: 479px) and (max-width: 767px) {
    .pdTagsInfo .listTagInfo .info {
        width: 33.333334%;
    }
}

@media screen and (max-width: 479px) {
    .browse-tags {
        display: none;
    }

    .frmModal .modal-dialog {
        width: 90%;
    }

    .pdTagsInfo .listTagInfo .info {
        width: 50%;
    }

    .pdBtn {
        padding-left: 35px;
    }
}

@media screen and (max-width: 413px) {
    .pdTagsInfo .listTagInfo .info {
        width: 100%;
    }

    .pdBtn {
        padding-left: 0px;
    }

    .pdBoxActions .action {
        width: 100%;
        margin-bottom: 10px;
    }

        .pdBoxActions .action:last-child {
            margin: 0;
        }
}

/* -------------------------------------- END RESPONSIVE PAGE --------------------------- */
