@font-face {
    font-family: 'UTM Roman Classic';
    src: url('../fonts/UTM Roman Classic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


.loading {
    background: url(../img/loading.gif) no-repeat center;
    width: 100px;
    height: 40px;
    display: block;
    margin: 10px auto;
}

.loading-span {
    background: url(../img/spin.gif) no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    padding: 10px;
}

#playerVideo_logo {
    display: none !important;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
    height: 100%;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11pt !important;
    background: #ecebb6;
    color: #333;
    font-weight: 500;
    overflow-x: hidden;
}

    body.fh5co-offcanvas {
        overflow: hidden;
        height: 100%;
        position: relative;
    }

img {
    /*max-width: 100%;*/
}

.clearfix {
    clear: both;
}

a {
    color: #333;
    line-height: 29px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover {
        text-decoration: none !important;
        color: #D1241B !important;
    }


p {
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 24px;
}

ol, ul {
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
    color: #5a5a5a;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
}

#header {
    background: #F3F4F0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.m-home #header {
    position: absolute;
    top: 0;
    left: 0;
}*/


#frmSearch {
    float: right;
    margin-top: 30px;
    max-width: 300px;
    width: 100%;
}

    #frmSearch .form-control {
        height: 32px;
        padding: 5px 15px;
    }

    #frmSearch .btn {
        height: 32px;
        padding: 5px 15px;
    }

.hotlines {
    margin-bottom: 5px;
    margin-top: 27px;
}

    .hotlines a {
        float: left;
        text-align: left;
        position: relative;
        padding: 0 0 0 31px;
        margin-right: 10px;
        line-height: 20px;
    }

        .hotlines a:before {
            content: " ";
            width: 26px;
            height: 26px;
            background: url('/Content/view/img/icon/phone.png') no-repeat center;
            display: block;
            position: absolute;
            top: 11px;
            left: 0;
        }

        .hotlines a small {
            font-size: 7pt;
            color: #fff;
            text-transform: uppercase;
        }

        .hotlines a h4 {
            width: auto;
            font-size: 16pt;
            padding: 0;
            margin: 0;
            font-weight: bold;
            font-family: Tahoma;
            color: #fff;
        }

.container {
    max-width: 1360px;
    width: 100%;
    padding: 0 15px;
}

figure {
    margin-bottom: 2em;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #add992;
}

::-moz-selection {
    color: #fcfcfc;
    background: #add992;
}

::selection {
    color: #fcfcfc;
    background: #add992;
}

.note {
    font-size: 10pt;
    color: #333 !important;
    font-style: italic;
    line-height: 22px;
    padding: 0;
}

.padd {
    padding: 5px;
}

.padd-lr {
    padding: 0 30px;
}

.list-unstyled {
    list-style: inside !important;
}


@media screen and (max-width: 480px) {
    #fh5co-header .top {
        text-align: center;
    }
}

#fh5co-header .top a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    #fh5co-header .top a {
        float: left;
    }
}

#fh5co-header .top a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 0;
    padding-right: 5px;
    font-style: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #fff;
}

#fh5co-header .top a:hover {
    color: white !important;
    text-decoration: underline;
}

.boxIcon {
    text-align: center;
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    /*height: 800px;*/
    /*  height: 362px;
  margin-bottom:230px;
*/ font-weight: 300;
}

@media screen and (max-width: 768px) {
    .fh5co-cover,
    .fh5co-hero {
        /*    height: 700px;
*/
    }
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*  background: rgba(141, 113, 96, 0.3);
*/
}

.fh5co-cover {
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 10px 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 5em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 700px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 50%;
    position: relative;
    width: 100%;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 20px 15px 0 0;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc span {
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 29px;
    letter-spacing: 1px;
    padding: 15px;
}

    .fh5co-cover .desc span a {
        color: #fff;
    }

        .fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
            color: #fff !important;
        }

        .fh5co-cover .desc span a.fh5co-site-name {
            padding-bottom: 5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        }

.top:not(.tooltip) {
    padding: 10px 0;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    font-size: 12pt;
}

    .top:not(.tooltip) #logo img {
        height: 100px;
    }

.icon-shopping-cart, .icon-heart {
    font-size: 30px !important;
    vertical-align: middle !important;
}

@media screen and (max-width: 768px) {
    .top:not(.tooltip) {
        text-align: center;
    }
}

#camera_wrap_slider {
    display: block;
    margin-bottom: 0 !important;
    min-height: 140px;
}

    #camera_wrap_slider:after {
        content: "";
        background: url('/Content/view/img/bg_slider.png') repeat-x center left;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 25px;
        z-index: 99;
    }

    #camera_wrap_slider .camera_pag {
        background: none;
        margin-top: -44px;
    }

        #camera_wrap_slider .camera_pag .camera_pag_ul {
            text-align: center;
        }

            #camera_wrap_slider .camera_pag .camera_pag_ul li {
                margin: 15px 5px 5px;
                background: #fff;
                box-shadow: 1px 1px 5px #000;
            }
/* Superfish Override Menu */
.sf-menu {
    margin: 0 0 0 !important;
    float: right;
    opacity: 0;
}

    .sf-menu ul {
        box-shadow: none;
        border: transparent;
        min-width: 15em;
        *width: 15em;
    }

    .sf-menu > li > a {
        font-family: 'OpenSans-Bold';
        color: #79BD84;
        padding: 7px 0;
        font-style: italic;
        font-weight: normal;
        border-left: none;
        border-top: none;
        border-top: none;
        text-decoration: none;
        zoom: 1;
        font-size: 12pt;
        font-weight: 600;
        line-height: 30px;
        margin: 0;
        background: none;
        position: relative;
        transition: none !important;
    }

    .sf-menu a:hover, .sf-menu a:focus, .sf-menu li:hover a {
        color: #254576 !important;
    }

    .sf-menu li.active a:hover,
    .sf-menu li.active a,
    .sf-menu li.active a:focus {
        color: #254576;
    }

    .sf-menu li,
    .sf-menu ul li,
    .sf-menu ul ul li,
    .sf-menu li:hover,
    .sf-menu li.sfHover {
        background: transparent;
    }

        .sf-menu ul li a,
        .sf-menu ul ul li a {
            text-transform: none;
            padding: .75em 1em;
            letter-spacing: 1px;
            text-transform: none;
        }

        .sf-menu li:hover a,
        .sf-menu li.sfHover a,
        .sf-menu ul li:hover a,
        .sf-menu ul li.sfHover a,
        .sf-menu li.active a {
            color: #254576;
        }

        .sf-menu li.active > a:after {
            content: "";
            position: absolute;
            bottom: 5px;
            background: #00761d;
            height: 4px;
            left: 25px;
            width: calc(100% - 50px);
        }

        .sf-menu ul li:hover,
        .sf-menu ul li.sfHover {
            background: transparent;
        }

    .sf-menu ul li {
        background: transparent;
    }


    /*.sf-menu > li:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 0;
        height: 18px;
        width: 1px;
        background: #fff;
    }*/

    .sf-menu > li:last-child:after {
        width: 0;
    }


.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
    }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ccc;
}


#fh5co-header-section {
    padding: 0;
    position: relative;
    /*  top: 5%;
*/ left: 0;
    width: 100%;
    z-index: 2;
    /*  padding-top: 40px;*/
}

.nav-header {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.socials {
    float: right;
    padding: 3px 0 0;
}

#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
}


@media(max-width: 1200px) {
    #footer .footer-menu li a {
        font-size: 11pt;
    }
}

#fh5co-primary-menu > li > ul li.active > a {
    color: #f00 !important;
}

#fh5co-primary-menu > li > .sf-with-ul:after {
    border: none !important;
    position: absolute;
    float: right;
    margin-right: 5px;
    top: 50%;
    margin-top: -7px;
    content: "\e64b";
    color: #1fb5f6;
}

#fh5co-primary-menu > li > ul li {
    position: relative;
}

    #fh5co-primary-menu > li > ul li > .sf-with-ul:after {
        border: none !important;
        position: absolute;
        float: right;
        margin-right: 10px;
        top: 13px;
        font-size: 12px;
        content: "\e649";
        color: rgba(255, 255, 255, 0.5);
    }

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

    #fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
        left: 100%;
    }

    #fh5co-primary-menu .fh5co-sub-menu:before {
        position: absolute;
        top: -9px;
        left: 40px;
        width: 0;
        height: 0;
        content: '';
    }

    #fh5co-primary-menu .fh5co-sub-menu:after {
        position: absolute;
        top: -8px;
        left: 41px;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-bottom: 8px solid white;
        border-left: 8px solid transparent;
        content: '';
    }

    #fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
        top: 6px;
        left: 100%;
    }

    #fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
        top: 7px;
        right: 100%;
        border: none !important;
    }

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

    .site-header.has-image #primary-menu .sub-menu:before {
        display: none;
    }

#fh5co-primary-menu .fh5co-sub-menu li {
    padding: 5px 0;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 10pt;
    font-weight: 600;
    line-height: 22px;
    color: #000 !important;
    text-transform: none;
    background: none;
    white-space: normal;
    word-break: break-word;
    text-transform: none;
    text-align: left;
}

    #fh5co-primary-menu .fh5co-sub-menu a:hover {
        color: #0f4290 !important;
    }

#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2 {
    padding: 20px 0;
}

#fh5co-content-section {
    background: url(../images/bg1.png) no-repeat center;
    background-size: cover;
}


.boxHomeService {
    margin: 0;
    display: block;
    padding: 40px 0;
    position: relative;
}

    .boxHomeService .item {
        margin: 0 auto 15px;
        display: block;
        padding: 0 15px;
    }

        .boxHomeService .item a.img {
            font-size: 12pt;
            color: #333;
            text-transform: uppercase;
            text-align: center;
            line-height: 24px;
            display: block;
            font-weight: 600;
        }

            .boxHomeService .item a.img img {
                margin: 0 auto 25px;
                display: block;
                border-radius: 100%;
            }

        .boxHomeService .item .desc {
            font-size: 12pt;
            color: #333;
            line-height: 24px;
            margin: 25px 0;
        }

        .boxHomeService .item a.more {
            font-size: 10pt;
            color: #333;
            line-height: 20px;
            position: relative;
            display: inline-block;
            padding: 4px 15px 4px 0;
        }

            .boxHomeService .item a.more i {
                position: absolute;
                top: 0;
                right: 0;
            }

.boxHomeAbout {
    margin: 0 auto 30px;
    background: #007D3A;
}

    .boxHomeAbout .col {
        padding: 0;
        overflow: hidden;
    }

        .boxHomeAbout .col h3.title {
            font-size: 19pt;
            color: #fff;
            margin: 0 auto 30px;
            padding: 5px 15px;
            font-weight: 400;
            text-align: center;
            text-transform: uppercase;
            line-height: 40px;
        }

        .boxHomeAbout .col .desc {
            padding: 10% 10% 10% 25%;
            font-size: 12pt;
            line-height: 26px;
            color: #fff;
        }

            .boxHomeAbout .col .desc p {
                margin-bottom: 5px;
            }

        .boxHomeAbout .col img.img-responsive {
            max-width: unset;
            min-width: 100%;
            min-height: 100%;
        }

        .boxHomeAbout .col .desc a.more {
            display: block;
            margin: 25px auto 0;
            border: 1px solid #FFFFFF;
            padding: 12px 25px;
            max-width: 200px;
            text-align: center;
            color: #fff;
        }

            .boxHomeAbout .col .desc a.more:hover {
                background: #fff;
            }

.catHomeList {
    padding: 0 35px;
    margin-bottom: 30px;
}

.item-cat {
    position: relative;
    margin: 0 0 30px;
    /*padding: 0 0 0 270px;
    min-height: 155px;*/
}

    /*.item-cat:before {
        content: '';
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #1E4288;
        width: 80px;
        height: 80px;
        display: block;
        position: absolute;
        top: 35px;
        left: 15px;
        z-index: 1;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 7px;
    }

    .item-cat:after {
        font-family: 'UTMAvoBold';
        content: attr(data-index);
        color: #fff;
        width: 80px;
        height: 80px;
        line-height: 70px;
        font-size: 37pt;
        display: block;
        position: absolute;
        top: 35px;
        left: 15px;
        z-index: 1;
        text-align: center;
    }*/

    .item-cat img.img {
        /*position: absolute;
        top: 17px;
        left: 70px;
        width: 169px;
        box-shadow: -14px -17px 0 #E18C06;*/
        width: 100%;
        margin-bottom: 5px;
    }

    .item-cat a.title {
        font-size: 10pt;
        color: #333;
        text-align: center;
        display: block;
    }

    .item-cat .desc {
        font-size: 12pt;
        padding: 10px 15px 10px 0;
        color: #333;
        line-height: 24px;
        text-align: justify;
    }

    .item-cat a.more {
        font-size: 11pt;
        color: #00761d;
        background: url('/Content/view/img/viewall.png') no-repeat center right;
        padding-right: 25px;
    }


.boxShowroom {
    display: block;
    margin-top: -118px;
    margin-bottom: 15px;
}

    .boxShowroom .bTop {
        background: #E3BE15 url('/Content/view/img/bTop.png') no-repeat center top;
        height: 132px;
        width: 100%;
    }

    .boxShowroom .bCen {
        background: #254576;
        width: 100%;
        padding: 30px 45px;
        color: #Fff;
        font-size: 11pt;
        line-height: 26px;
    }

        .boxShowroom .bCen p {
            color: #Fff;
            font-size: 11pt;
            line-height: 26px;
        }

    .boxShowroom .bBot {
        background: #254576 url('/Content/view/img/bBot.png') no-repeat center bottom;
        height: 160px;
        width: 100%;
    }

.mapIframe {
    width: 100%;
    height: 455px;
    border: none;
}

.bgLine {
    background: url('/Content/view/img/bgLine.png') repeat-x top left;
    padding: 40px 0;
}


.showrooms {
    display: block;
    margin-bottom: 15px;
    padding: 30px;
    background: #1E4288;
}

    .showrooms .title-heading {
        font-family: 'UTMAvoBold';
        color: #fff;
        font-size: 15pt;
        text-transform: uppercase;
        line-height: 25px;
        margin: 15px 0 30px;
    }

    .showrooms .items {
        margin-bottom: 30px;
        position: relative;
    }

        .showrooms .items .desc {
            width: 100%;
        }

            .showrooms .items .desc a.title {
                padding: 0;
                font-family: 'UTMAvoBold';
                font-size: 13pt;
                line-height: 24px;
                background: none !important;
                color: #FFCC39;
                text-transform: uppercase;
                position: relative;
                cursor: pointer;
            }

                .showrooms .items .desc a.title:after {
                    position: absolute;
                    display: inline-block;
                    content: "";
                    background: url(/Content/view/img/menu-down.png) no-repeat center;
                    width: 15px;
                    height: 24px;
                    right: -30px;
                    top: 4px;
                }

            .showrooms .items .desc .headline {
                margin-top: 10px;
                background: url(/Content/view/img/menu-right-sub.png) no-repeat 0px 6px !important;
                padding: 2px 0 2px 22px !important;
                font-family: 'OpenSans';
                font-size: 11pt;
                line-height: 24px;
                color: #fff;
            }

            .showrooms .items .desc .iconMap {
                background: url(/Content/view/img/menu-right-sub.png) no-repeat 0px 6px !important;
                padding: 2px 0 2px 22px !important;
                font-family: 'OpenSans';
                font-size: 11pt;
                line-height: 24px;
                color: #fff;
                cursor: pointer;
            }

    .showrooms a.viewall {
        background: url('/Content/view/img/viewall.png') no-repeat center right;
        display: inline-block;
        padding: 0 20px 0 0;
        font-size: 10pt;
        font-weight: bold;
    }

#boxMapShowroom {
    border: 1px solid #ccc;
}

    #boxMapShowroom iframe {
        border: none;
        width: 100%;
        height: 100%;
    }

.product {
    margin-bottom: 15px;
    position: relative;
}

    .product .sale {
        position: absolute;
        top: 20px;
        left: 5px;
        padding: 10px;
        z-index: 100;
        background: #f00;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        font-size: 15px;
    }

    .product .desc h3 {
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        line-height: 16px;
        margin: 10px 0 0;
        /*padding: 5px 0 0;
        background: url(/Content/view/img/viewall.png) no-repeat right 8px;
        padding-right: 25px;*/
    }

        .product .desc h3 a {
            font-size: 10pt;
            color: #333;
            text-align: center;
            display: block;
            line-height: 16px;
        }
        .product .desc h3 a small{
            font-size: 10pt;
            color: #333;
            text-align: center;
            line-height: 16px;
        }

    .product .desc a.img {
        display: block;
        position: relative;
    }

        .product .desc a.img img {
            width: 100%;
            /*box-shadow: -8px -9px 0 #E18C06;*/
        }

    .product .desc .boxPrice {
        position: absolute;
        bottom: 15px;
        width: 80%;
        left: 10%;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 20px;
    }

    .product:hover .desc h3 a, .product:focus .desc h3 a {
        color: #f00;
    }

.product-carousel {
    margin-bottom: 7em;
}

.newsHomeList {
    display: block;
    margin-bottom: 15px;
}

    .newsHomeList .item {
        margin-bottom: 20px;
    }

        .newsHomeList .item img {
            width: 100%;
            margin-bottom: 5px;
        }

        .newsHomeList .item time {
            color: #aaa;
            font-size: 8pt;
            display: block;
            font-weight: 400;
            margin-bottom: 3px;
        }

            .newsHomeList .item time i {
                top: -1px;
            }

        .newsHomeList .item a {
            color: #333;
            font-size: 10pt;
            line-height: 18px;
            font-weight: 600;
        }

        .newsHomeList .item .desc {
            margin: 10px 0;
            color: #333;
            font-size: 10pt;
            line-height: 18px;
        }


.newsList {
    display: block;
    margin-bottom: 15px;
}

    .newsList .item {
        margin-bottom: 50px;
        position: relative;
        padding: 0 0 0 386px;
        min-height: 214px;
    }

        .newsList .item img {
            width: 361px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .newsList .item a.title {
            font-family: 'UTMAvoBold';
            font-size: 12pt;
            line-height: 20px;
            color: #00761d;
        }

        .newsList .item .desc {
            font-size: 11pt;
            padding: 10px 15px 10px 0;
            color: #333;
            line-height: 20px;
        }

        .newsList .item a.more {
            font-size: 11pt;
            color: #00761d;
            background: url(/Content/view/img/viewall.png) no-repeat center right;
            padding-right: 20px;
        }

ul.newsSmallList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.newsSmallList li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #DDDDDD;
    }

        ul.newsSmallList li a {
            display: block;
            font-size: 10pt;
            line-height: 18px;
            color: #333;
        }

        ul.newsSmallList li img {
            width: 100%;
            display: block;
            margin-top: 5px;
        }


.projectList {
    display: block;
}

    .projectList .item {
        margin: 30px auto;
        width: 100%;
        float: left;
    }

        .projectList .item img {
            width: 100%;
        }

        .projectList .item .desc {
            background: #1E4288;
            padding: 50px 35px;
            width: calc(100% + 80px);
            margin-top: 16%;
            margin-right: -80px;
        }

        .projectList .item a.title {
            font-family: 'UTMAvoBold';
            font-size: 13pt;
            color: #FFCC39;
        }

        .projectList .item .desc a.more {
            display: inline-block;
            margin: 5px 0;
            font-size: 11pt;
            color: #fff;
            background: url(/Content/view/img/detail2.png) no-repeat center left;
            padding-left: 29px;
        }

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
        display: none;
    }
}

.fh5co-nav .menu-2 li.search {
    float: left;
    width: 83%;
    font-family: "Playfair Display", serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    margin: -5px 0 0 0;
}

.fh5co-nav .menu-2 li input[type=text] {
    padding: 6px 10px;
    width: 40%;
    border: none;
    float: right;
    font-size: 13px;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .fh5co-nav .menu-2 li input[type=text]:focus {
        width: 100%;
        outline: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.fh5co-nav .menu-2 li button {
    margin-top: 4px;
    padding: 5px;
    background: transparent;
    border: none;
}

    .fh5co-nav .menu-2 li button i {
        color: rgba(0, 0, 0, 0.5);
    }

    .fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
        background: transparent !important;
    }

        .fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
            color: black;
        }

.fh5co-nav .menu-2 li.shopping-cart {
    float: right;
}

.fh5co-nav .menu-2 li a.cart {
    color: black;
}

    .fh5co-nav .menu-2 li a.cart span {
        position: relative;
    }

        .fh5co-nav .menu-2 li a.cart span small {
            position: absolute;
            top: -20px;
            right: -15px;
            padding: 10px 6px;
            line-height: 0;
            font-size: 11px;
            background: #f00;
            color: white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

.fh5co-nav ul {
    padding: 0;
    margin: 0;
}

    .fh5co-nav ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        font-family: "Montserrat", Arial, sans-serif;
    }

        .fh5co-nav ul li a {
            font-size: 13px;
            padding: 0px 10px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.5);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
                color: black;
            }

.fh5co-nav a.acart {
    color: black;
}

    .fh5co-nav a.acart span {
        position: relative;
    }

        .fh5co-nav a.acart span small {
            padding: 10px 10px;
            line-height: 0;
            font-size: 14px;
            background: red;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            display: inline-block;
        }

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

    .fh5co-nav ul li.has-dropdown .dropdown {
        width: 150px;
        -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        z-index: 1002;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 40px;
        left: 0;
        text-align: left;
        background: #000;
        padding: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }

        .fh5co-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px;
        }

.glyphicon {
    vertical-align: middle;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

    .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
        margin-bottom: 0;
    }

    .fh5co-nav ul li.has-dropdown .dropdown li a {
        padding: 2px 0;
        display: block;
        color: #999999;
        line-height: 1.2;
        text-transform: none;
        font-size: 15px;
    }

        .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
            color: #fff;
        }

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #000;
}

.fh5co-nav ul li.active > a {
    color: #000 !important;
}

.fh5co-nav ul li .form-group {
    border: 1px solid red;
    width: 100%;
}

#fh5co-hero {
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
}

    #fh5co-hero .btn {
        font-size: 24px;
    }

        #fh5co-hero .btn.btn-primary {
            padding: 14px 30px !important;
        }

    #fh5co-hero .flexslider {
        border: none;
        z-index: 1;
        margin-bottom: 0;
    }

        #fh5co-hero .flexslider .slides {
            position: relative;
            overflow: hidden;
        }

            #fh5co-hero .flexslider .slides li {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                min-height: 700px;
            }

        #fh5co-hero .flexslider .flex-control-nav {
            bottom: 40px;
            z-index: 1000;
        }

            #fh5co-hero .flexslider .flex-control-nav li a {
                background: rgba(255, 255, 255, 0.2);
                box-shadow: none;
                width: 12px;
                height: 12px;
                cursor: pointer;
            }

                #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
                    cursor: pointer;
                    background: rgba(255, 255, 255, 0.7);
                }

        #fh5co-hero .flexslider .flex-direction-nav {
            display: none;
        }

        #fh5co-hero .flexslider .slider-text {
            display: table;
            opacity: 0;
            min-height: 700px;
        }

            #fh5co-hero .flexslider .slider-text > .slider-text-inner {
                display: table-cell;
                vertical-align: middle;
                min-height: 700px;
            }

                #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
                    font-size: 24px;
                    font-weight: 400;
                    color: #000;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                }

@media screen and (max-width: 768px) {
    #fh5co-work-section,
    #fh5co-services-section,
    #fh5co-content-section,
    #fh5co-work-section_2 {
        padding: 4em 0;
    }
}

h3.heading-section {
    font-size: 13pt;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 24px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 0 10px;
    border-bottom: 4px solid #05344f;
    color: #EED137;
}

#news h3.heading-section span.small {
    margin-top: 5px;
}

.fh5co-grid {
    height: 302px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .fh5co-grid {
        height: 400px;
    }
}

.fh5co-grid .image-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

    .fh5co-grid .image-popup .prod-title {
        position: absolute;
        top: 50%;
        bottom: 20px;
        left: 20px;
        right: 20px;
        margin-top: -25px;
    }

        .fh5co-grid .image-popup .prod-title h3 {
            margin-bottom: 10px;
            color: #fff;
            font-size: 20px;
            width: 100%;
        }

        .fh5co-grid .image-popup .prod-title span {
            display: block;
            width: 100%;
            color: #fff;
            word-break: break-word;
        }

.fh5co-grid:hover .image-popup {
    opacity: 1;
}

.work-wrap-bg {
    padding-top: 30px;
    background: rgba(0, 0, 0, 0.03);
}

.work-wrap {
    height: 50vh;
    width: 100vw;
    content: 'viewport-units-buggyfill; height:100vh; width:100vw';
    display: table;
    position: relative;
    margin-bottom: 0;
}

    .work-wrap .fh5co-project-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100vh;
        width: 100vw;
        content: 'viewport-units-buggyfill; height:100vh; width:100vw';
        position: relative;
    }

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-project-inner {
        float: left;
        width: 100%;
        height: inherit !important;
        padding: 1em 0;
        width: 100vw;
        content: 'viewport-units-buggyfill; width:100vw';
    }
}

.work-wrap .fh5co-imgs {
    height: calc(100% - 50%);
    position: relative;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs {
        margin-bottom: 80px;
    }
}

.work-wrap .fh5co-imgs .img-holder-1,
.work-wrap .fh5co-imgs .img-holder-2 {
    position: absolute;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-1,
    .work-wrap .fh5co-imgs .img-holder-2 {
        position: relative;
    }
}

.work-wrap .fh5co-imgs .img-holder-1 img,
.work-wrap .fh5co-imgs .img-holder-2 img {
    max-width: 100%;
    padding: 10px;
    border-radius: 15px;
}

.work-wrap .fh5co-imgs .img-holder-1 {
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-1 {
        right: 0;
    }
}

.work-wrap .fh5co-imgs .img-holder-2 {
    bottom: -3em;
    right: 50px;
    max-width: 320px;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-2 {
        position: absolute;
    }
}

@media screen and (max-width: 480px) {
    .work-wrap .fh5co-imgs .img-holder-2 {
        right: 30px;
        bottom: -1em;
    }

        .work-wrap .fh5co-imgs .img-holder-2 img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            max-width: 100%;
            height: 194px;
        }
}

.work-wrap.fh5co-reverse .img-holder-1 {
    left: auto;
    right: 0;
}

    .work-wrap.fh5co-reverse .img-holder-1 img {
        text-align: right;
    }

.work-wrap.fh5co-reverse .img-holder-2 {
    bottom: -2em;
    right: auto;
    left: 50px;
}

@media screen and (max-width: 768px) {
    .work-wrap.fh5co-reverse .img-holder-2 {
        position: absolute;
        left: auto;
        right: 50px;
    }
}

@media screen and (max-width: 480px) {
    .work-wrap.fh5co-reverse .img-holder-2 {
        right: 30px;
        bottom: -1em;
    }

        .work-wrap.fh5co-reverse .img-holder-2 img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            max-width: 100%;
            height: 194px;
        }
}

.work-wrap .fh5co-text {
    padding-top: 0;
}

    .work-wrap .fh5co-text span {
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px;
        color: rgba(0, 0, 0, 0.3);
        letter-spacing: 1px;
    }

    .work-wrap .fh5co-text h2 {
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .work-wrap .fh5co-text p {
        color: rgba(0, 0, 0, 0.5);
    }

.services {
    margin-bottom: 5em;
}

    .services span {
        margin-bottom: 25px;
        display: inline-block;
    }

        .services span i {
            font-size: 50px;
            color: rgba(0, 0, 0, 0.3);
        }

    .services img {
        max-width: 180px;
    }

    .services h3 {
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        font-family: UTM Roman Classic !important;
        color: #000;
    }

#fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 3em 0;
}

#boxContact {
    background: #1E4288;
    margin-top: 30px;
    padding: 30px 0;
    color: #fff;
    font-size: 11pt;
    line-height: 34px;
}

    #boxContact .fh5co-heading {
        margin-bottom: 50px;
    }

        #boxContact .fh5co-heading:after {
            content: "";
            height: 4px;
            width: 87px;
            background: #E7F1F8;
            margin: 10px auto 0;
            display: block;
        }


        #boxContact .fh5co-heading h2 {
            font-family: 'UTMAvoBold';
            color: #007D3A;
            font-size: 16pt;
            text-transform: uppercase;
            line-height: 30px;
            padding: 7px 0;
            margin: 0 0 5px;
            position: relative;
        }

    #boxContact .fh5co-social-icons {
        margin-top: 15px;
    }

@media screen and (max-width: 768px) {
    #fh5co-services, #fh5co-about, #fh5co-contact {
        padding: 4em 0;
    }
}

#fh5co-contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

    #fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

#fh5co-contact input[type="text"] {
    height: 50px;
}

#fh5co-contact .form-group {
    margin-bottom: 30px;
}

.fh5co-testimonial {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 768px) {
    .fh5co-testimonial {
        border-right: 0;
        margin-bottom: 80px;
    }
}

.fh5co-testimonial h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-testimonial figure {
    margin-bottom: 20px;
    background-size: cover;
}

    .fh5co-testimonial figure img {
        width: 88px !important;
        height: 88px !important;
        margin: 0 auto !important;
        background-size: cover;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.fh5co-testimonial blockquote {
    border: none;
    margin-bottom: 20px;
}

    .fh5co-testimonial blockquote p {
        font-style: italic;
        font-size: 20px;
        line-height: 24px;
        color: #555555;
    }

.fh5co-testimonial span {
    font-style: italic;
}

.fh5co-about-us h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-about-us img {
    margin-bottom: 30px;
    background-size: cover;
    width: 100%;
}

.fh5co-about-us a {
    font-size: 18px;
}

#fh5co-blog-section, #fh5co-start-project-section {
    background: #dcdcdc;
    padding: 3em 0;
}

    #fh5co-blog-section h3.heading-section, #fh5co-start-project-section h3.heading-section {
        color: #05344f;
    }

    #fh5co-blog-section p, #fh5co-start-project-section p {
        color: #333;
    }

.fh5co-blog {
    width: 100%;
    height: 468px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
    box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog:hover, .fh5co-blog:focus {
    width: 100%;
    -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
}

.fh5co-blog .image-popup {
    position: absolute;
    padding: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

    .fh5co-blog .image-popup span {
        color: #fff;
        margin-bottom: 20px;
        display: inline-block;
        padding: 4px 15px;
        background: rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
    }

    .fh5co-blog .image-popup h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        color: #fff;
        margin-bottom: 20px;
    }

    .fh5co-blog .image-popup p {
        color: rgba(255, 255, 255, 0.5);
    }

    .fh5co-blog .image-popup:hover, .fh5co-blog .image-popup:focus {
        background: rgba(0, 0, 0, 0.3);
    }

        .fh5co-blog .image-popup:hover p, .fh5co-blog .image-popup:focus p {
            color: rgba(255, 255, 255, 0.7);
        }

#fh5co-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-start-project-section h2 {
        font-size: 30px;
    }
}

#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
    color: white !important;
}

footer {
    background: #007D3A;
    margin-top: 30px;
    padding: 30px 0 0;
    color: #fff;
    font-size: 11pt;
    line-height: 34px;
}

#footer {
    background: #009D48;
    padding: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 11pt;
    line-height: 24px;
}

    #footer .footer-menu {
        float: left;
        margin: 0;
        padding: 10px 0;
        width: 100%;
        text-align:center;
    }

        #footer .footer-menu a {
            font-family: 'OpenSans-Bold';
            padding: 0 20px;
        }

    #footer .copyright {
        background: #ecebb6;
        padding: 10px 0;
        font-size: 10pt;
        color: #1E4288;
        line-height: 18px;
        text-align: center;
    }

.fh5co-social-icons {
    margin: 15px 0;
    padding: 0;
}

    .fh5co-social-icons li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .fh5co-social-icons li a {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
        }

            .fh5co-social-icons li a i {
                font-size: 20px;
            }


.fh5co-product-menu {
    margin: 15px 0;
    padding: 0;
}

    .fh5co-product-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .fh5co-product-menu li a {
            color: #fff;
            font-size: 11pt;
        }

.fh5co-footer-links {
    padding: 0;
    margin: 0;
}

    .fh5co-footer-links li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .fh5co-footer-links li a {
            color: #fff;
            text-decoration: none;
        }

            .fh5co-footer-links li a:hover {
                text-decoration: underline;
            }

.fh5co-widget {
    margin-bottom: 30px;
}

    .fh5co-widget h3, #footer h3 {
        color: #fff;
        text-transform: uppercase;
        font-family: UTM Roman Classic !important;
    }

.list-group-item-text {
    list-style: none;
    color: #fff;
    padding: 0;
    line-height: 25px;
    float: left;
}

    .list-group-item-text a {
        padding: 8px 10px 8px 0px;
        color: #fff;
        border-bottom: 1px solid #353535;
        border-top: 1px solid #444242;
        font-size: 15px;
        width: 100%;
    }

.app img {
    float: left;
    max-width: 120px;
    padding-top: 15px;
}

@media(max-width:1350px ) {
    .fh5co-widget h3, #footer h3 {
        font-size: 12pt;
        line-height: 22px;
    }

    .fh5co-footer-links li {
        margin: 0 auto 5px;
        line-height: 18px;
    }

        .fh5co-footer-links li a {
            font-size: 11pt;
            line-height: 18px;
        }
}

@media(max-width:768px ) {

    #footer a img.logo {
        margin: 0 auto;
    }

    #footer .footer-menu {
    }

    .fh5co-widget h3, #footer h3 {
        font-size: 9pt;
        line-height: 22px;
    }

    #footer p {
        font-size: 9pt;
    }

        #footer p.app {
            display: block;
            text-align: center;
        }

            #footer p.app a {
                display: inline-block;
                margin: 3px;
            }

    .fh5co-footer-links li {
        margin: 0 auto 5px;
        line-height: 16px;
    }

        .fh5co-footer-links li a {
            font-size: 9pt;
            line-height: 16px;
        }
}


.button_container {
    left: 0;
    right: 0;
    float: left;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}

    .button_container p {
        text-align: center;
        font-size: 35px;
    }

.btn_2 {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #194781;
    padding: 17px 5px 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

    .btn_2:hover {
        color: #fff !important;
    }

    .btn_2 span {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .btn_2:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 630%;
        width: 140%;
        background: #f00;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-25%) rotate(45deg);
    }

    .btn_2:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }

#fh5co-about {
}

.fh5co-staff {
    text-align: center;
    margin-bottom: 30px;
}

    .fh5co-staff img {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .fh5co-staff h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .fh5co-staff p {
        margin-bottom: 30px;
    }

    .fh5co-staff .role {
        color: #222;
        margin-bottom: 30px;
        font-weight: normal;
        display: block;
    }

@media screen and (max-width: 768px) {
    #footer .footer-menu {
        text-align: center;
        float: left;
    }
}

#footer .footer-menu li {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #footer .footer-menu li {
        margin: 0 0 0 7px;
    }
}

#footer .footer-menu li a {
    color: #fff;
}

#footer .footer-menu li:first-child {
    margin-left: 0;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn.btn-primary {
        background: #194781;
        color: #fff;
        border: none !important;
        border: 5px solid transparent !important;
    }

        .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
            box-shadow: none;
            background: #f00;
            color: #fff !important;
        }

    .btn:hover, .btn:active, .btn:focus {
        background: #393e46 !important;
        color: #fff;
        outline: none !important;
    }

    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
        border-color: transparent;
    }

.js .animate-box {
    opacity: 0;
}

#fh5co-wrapper {
    overflow-x: hidden;
    position: relative;
    overflow: hidden;
}

#fh5co-page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    position: relative;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #fh5co-header-section, .nav-header {
        position: unset;
    }

    #fh5co-menu-wrap {
        display: none;
    }
}

.fh5co-offcanvas #offcanvas-menu {
    display: block;
}

#offcanvas-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #1E4288;
    right: -240px;
    width: 240px;
    padding: 20px 10px;
    height: 100%;
    overflow: auto;
    display: none;
}

    #offcanvas-menu ul {
        padding: 0;
        margin: 0;
    }

        #offcanvas-menu ul li {
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
        }

            #offcanvas-menu ul li a {
                font-size: 10pt;
                line-height: 16px;
                color: #fff;
            }

                #offcanvas-menu ul li a:hover {
                    color: #f00;
                }

            #offcanvas-menu ul li > .fh5co-sub-menu {
                margin-top: 9px;
                padding-left: 15px;
            }

            #offcanvas-menu ul li.active > a {
                color: #f00;
            }

    #offcanvas-menu > ul > li > a {
        background: url(/Content/view/img/detail2.png) no-repeat -10px 0 !important;
        padding: 2px 0 2px 20px !important;
        font-weight: bold;
        text-transform: uppercase;
    }


    #offcanvas-menu > ul > li > ul > li > a {
        background: url(/Content/view/img/ico03.gif) no-repeat 0 6px !important;
        padding: 2px 0 2px 15px !important;
    }

    #offcanvas-menu > ul > li > ul > li > ul > li > a {
        background: url(/Content/view/img/menu-right.png) no-repeat 0 4px !important;
        padding: 2px 0 2px 15px !important;
    }

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
        outline: none;
        /*border-bottom: none !important;*/
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #fff;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle i::before {
        top: -7px;
    }

    .fh5co-nav-toggle i::after {
        bottom: -7px;
    }

    .fh5co-nav-toggle:hover i::before {
        top: -10px;
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .fh5co-nav-toggle.active i {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .fh5co-nav-toggle {
        display: block;
        top: 5px;
        right: -10px;
        width: 40px;
        height: 34px;
        background: #00761d;
        border-radius: 5px;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-top-padded-lg {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-lg {
        padding-top: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-top-padded-md {
    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-md {
        padding-top: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.row-top-padded-sm {
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-sm {
        padding-top: 2em;
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */

.fh5co-heading-product {
    margin-bottom: 15px;
}

    /*.fh5co-heading-product:before {
        content: "";
        height: 9px;
        width: 240px;
        background: #506EA4;
        margin: 10px auto 0;
        display: inline-block;
    }*/

    .fh5co-heading-product h1,
    .fh5co-heading-product h2 {
        font-family: 'UTMAvoBold';
        color: #007D3A;
        font-size: 16pt;
        text-transform: uppercase;
        line-height: 30px;
        padding: 7px 0;
        margin: 0 0 5px;
        position: relative;
    }

.fh5co-heading {
    margin-bottom: 30px;
}

    /*.fh5co-heading:after {
        content: "";
        height: 9px;
        width: 240px;
        background: #506EA4;
        margin: 10px auto 0;
        display: block;
    }*/

    .fh5co-heading h2 {
        font-family: 'UTMAvoBold';
        color: #007D3A;
        font-size: 16pt;
        text-transform: uppercase;
        line-height: 30px;
        padding: 7px 0;
        margin: 0 0 5px;
        position: relative;
        text-align: center;
    }

    .fh5co-heading > p {
        font-size: 14pt;
        color: #3C4761;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 24px;
    }

.shopping-cart {
    float: right;
}

a.cart {
    display: block;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
}

    a.cart span {
        position: relative;
    }

        a.cart span small {
            position: absolute;
            top: -20px;
            right: -15px;
            padding: 10px 6px;
            line-height: 0;
            font-size: 11px;
            background: #d1c286;
            color: white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }
/*Css for add to cart*/
.product_list img {
    max-width: 100%;
    background: #000;
}

.product_list {
    width: 100%;
    height: 300px;
    font-size: 10px;
    font-family: 'Arial';
    margin-bottom: 8px;
    padding-top: 8px;
    background: #000;
}

.product span, .price {
    color: #333;
    font-size: 10pt;
}

.add-to-cart, .add-to-wish {
    margin-top: -8px;
}


span.add-to-cart, span.add-to-wish {
    font-size: 15px;
    padding-left: 5px;
    font-family: "Open Sans";
    font-weight: 800;
    color: #fff;
    padding-bottom: 12px;
    display: inline-block;
    cursor: pointer;
    background-color: DodgerBlue;
    width: 50%;
    padding: 10px 0;
    height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

span.add-to-cart {
    float: left;
}

span.add-to-wish {
    float: right;
}

.no-mar-lr {
    margin: 0 !important;
}

.prod-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
}
/*End css for add to cart*/

/*Begin css product layout*/
/*    Reset & General
---------------------------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    background: #fff;
}

#grid {
    margin: 0 auto;
}

#grid-selector {
    width: 100%;
    padding: 8px 0 20px 10px;
    float: left;
    color: #5d5f68;
    font-size: 14px;
}

#grid-menu {
    float: right;
    width: 100%;
}

    #grid-menu ul {
        width: 65px;
        float: right;
        position: relative;
        top: -1px;
    }

    #grid-menu li {
        float: right;
        width: 25px;
        height: 25px;
        list-style: none;
    }

        #grid-menu li a {
            display: block;
            width: 25px;
            height: 25px;
            background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/grid-menu.png") 0 0 no-repeat;
        }

        #grid-menu li.smallGrid {
            margin-right: 7px;
        }

            #grid-menu li.smallGrid a {
                background-position: 0 -33px;
            }

        #grid-menu li.largeGrid a {
            background-position: -37px 0;
        }

        #grid-menu li.smallGrid a.active {
            background-position: 0 0;
        }

        #grid-menu li.largeGrid a.active {
            background-position: -37px -33px;
        }


#grid {
    width: 1335px;
    position: absolute;
    left: 340px;
    height: 1200px;
    top: 180px;
}

#sidebar {
    float: left;
    background: #fff;
    padding: 10px 15px 0 15px;
    border-right: 1px solid #eee;
}

    #sidebar h3 {
        color: #262626;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 25px 0 10px 0;
        margin-bottom: 5px;
        letter-spacing: 1px;
        border-bottom: 1px #ccc solid;
        clear: both;
    }

#cart {
    padding: 0px;
}

    #cart .empty {
        font-style: italic;
        color: #a0a3ab;
        font-size: 14px;
        letter-spacing: 1px;
    }

#sidebar .checklist {
    padding: 0;
}

.checklist ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding: 7px 0;
}

.checklist li label {
    font-weight: 400;
    font-size: 10pt;
}

    .checklist li label input[type="checkbox"] {
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        .checklist li label input[type="checkbox"] + span {
            float: left;
            width: 11px;
            height: 11px;
            margin-top: 4px;
            margin-right: 5px;
            border: 1px solid #d1d3d7;
            position: relative;
            overflow: hidden;
        }

            .checklist li label input[type="checkbox"] + span:after,
            .checklist li label input[type="checkbox"] + span:before {
                position: absolute;
                content: " ";
                width: 8px;
                height: 8px;
            }

        .checklist li label input[type="checkbox"]:checked + span:after {
            display: block;
            background: #5ff7d2;
            top: 0px;
            left: 1px;
            -ms-transform: rotate(13deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all 50ms ease-out;
            z-index: 1;
        }

        .checklist li label input[type="checkbox"]:checked + span:before {
            display: block;
            background: #fff;
            top: -2px;
            left: 1px;
            -ms-transform: rotate(13deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all 50ms ease-out;
            z-index: 2;
        }

.sizes li span, .categories .sizes li {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.checklist li label {
    color: #676a74;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .checklist li label:hover {
        color: #222;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

.checklist label:hover span {
    border-color: #a6aab3;
}

.sizes label:hover span, .categories label:hover span {
    border-color: #a6aab3;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.checklist label span span {
    border: none;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}

.checklist label .x {
    display: block;
    width: 0;
    height: 2px;
    background: #5ff7d2;
    top: 6px;
    left: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 50ms ease-out;
}

    .checklist label .x.animate {
        width: 4px;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -ms-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }

.checklist label .y {
    display: block;
    width: 0px;
    height: 2px;
    background: #5ff7d2;
    top: 4px;
    left: 3px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 50ms ease-out;
}

    .checklist label .y.animate {
        width: 8px;
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
    }

.checklist .checked span {
    border-color: #8d939f;
}

.colors ul, .sizes ul {
    float: left;
    width: 100%;
}

    .colors ul li {
        padding-left: 21px;
    }

.colors a span {
    border: none;
    position: relative;
    border-radius: 100%;
    background-color: #eae3d3;
    width: 13px;
    height: 13px;
    margin-left: -20px;
}

.colors a:hover span {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-left: -21px;
}

.sizes ul {
    list-style: none;
}

    .sizes ul .cat-item {
        border-bottom: 1px #fff dotted;
        padding: 5px 5px;
        background: #a2eeff;
        border-radius: 0;
    }

#sidebar img {
    margin-top: 6px;
}

#layout {
    float: left;
}

#detail h3 {
    color: #333;
}

.title_cat {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    color: #EED137;
    font-size: 25px;
    padding-bottom: 5px;
}

.product_layout {
    position: relative;
    perspective: 800px;
    /*    width:306px;
    height:471px;
*/
    float: left;
    margin-bottom: 30px;
    /*	margin-right: 23px;
*/ -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -ms-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
}

.product-front img {
    width: 100%;
}

.product-front, .product-back {
    /*	width:315px;
	height:480px;
*/
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    /*	left:-5px;
	top:-5px;
*/ -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-back {
    display: none;
    transform: rotateY( 180deg );
}

    .product-back .box-carousel {
        height: calc(100% - 70px);
        display: block;
        overflow: hidden;
        margin: 35px 0;
    }

        .product-back .box-carousel .owl-carousel {
            height: 100%;
            position: relative;
            z-index: 10;
        }

            .product-back .box-carousel .owl-carousel .owl-stage-outer,
            .product-back .box-carousel .owl-carousel .owl-stage-outer .owl-stage,
            .product-back .box-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
                height: 100%;
            }

                .product-back .box-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
                    height: 100%;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-position: center;
                }

            .product-back .box-carousel .owl-carousel .owl-nav {
                display: block !important;
            }

                .product-back .box-carousel .owl-carousel .owl-nav [class*=owl-] {
                }

.make3D.animate .product-back,
.make3D.animate .product-front,
div.large .product-back {
    top: 0px;
    left: 0px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.make3D {
    width: 100%;
    float: left;
    height: 379px;
    position: relative;
    top: 10px;
    left: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

div.make3D.flip-10 {
    -webkit-transform: rotateY( -10deg );
    -moz-transform: rotateY( -10deg );
    -o-transform: rotateY( -10deg );
    transform: rotateY( -10deg );
    transition: 50ms ease-out;
}

div.make3D.flip90 {
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition: 100ms ease-in;
}

div.make3D.flip190 {
    -webkit-transform: rotateY( 190deg );
    -moz-transform: rotateY( 190deg );
    -o-transform: rotateY( 190deg );
    transform: rotateY( 190deg );
    transition: 100ms ease-out;
}

div.make3D.flip180 {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    transition: 150ms ease-out;
}

.make3D.animate {
    top: 5px;
    left: 5px;
    width: calc(100% + 10px);
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

div.large .make3D {
    top: 0;
    left: 0;
    width: 315px;
    height: 480px;
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.large div.make3D {
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0);
}

.large div.flip-back {
    display: none;
}

.stats-container {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0px #ccc solid;
    padding: 1px 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.make3D.animate .stats-container {
    top: 265px;
    margin-top: -35px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.stats-container .product_name {
    font-size: 20px;
    border-bottom: 0px #ccc solid;
    margin-bottom: 15px !important;
    background: #05344f !important;
    color: #393c45;
    font-weight: 700;
}

.product_name a {
    color: #fff;
    padding: 0 15px;
    line-height: 26px;
}

.stats-container p {
    font-size: 15px;
    color: #fff;
    padding: 2px 0 5px 0;
    margin-bottom: 0 !important;
}

.stats-container .product_price {
    color: #f60;
    text-align: right !important;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product_price {
    color: #f60;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.stats-container .add-to-cart {
    background: none !important;
    color: #000;
    position: absolute;
    width: 100% !important;
    width: auto;
    text-align: left;
}

.stats-container p {
    width: 100%;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0.22;
}

.make3D.animate .image_overlay {
    opacity: 0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-options {
    padding: 0;
}

    .product-options strong {
        font-weight: 700;
        color: #393c45;
        font-size: 14px;
    }

    .product-options span {
        color: #969699;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

.add_to_cart {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 152px;
    font-size: 15px;
    margin-left: -78px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .add_to_cart:hover {
        background: #fff;
        color: #f60;
        cursor: pointer;
    }

.make3D.animate .add_to_cart {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.view_gallery {
    position: absolute;
    top: 144px;
    left: 50%;
    width: 152px;
    font-size: 15px;
    margin-left: -78px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .view_gallery:hover {
        background: #fff;
        color: #333;
        cursor: pointer;
    }

.make3D.animate .view_gallery {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.colors div {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
}

    div.colors div span {
        width: 15px;
        height: 15px;
        display: block;
        border-radius: 50%;
    }

        div.colors div span:hover {
            width: 17px;
            height: 17px;
            margin: -1px 0 0 -1px;
        }

div.c-blue span {
    background: #6e8cd5;
}

div.c-red span {
    background: #f56060;
}

div.c-green span {
    background: #44c28d;
}

div.c-white span {
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #e8e9eb;
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
}

.product-back div.shadow {
    z-index: 10;
    opacity: 1;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}

.flip-back {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.cx, .cy {
    background: #d2d5dc;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back:hover .cx, .flip-back:hover .cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1, .cy.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.carousel {
    width: 100%;
    height: 100%;
    /*width: 315px;
    height: 480px;*/
    overflow: hidden;
    position: relative;
}

    .carousel ul {
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel li {
        /*width: 315px;
        height: 480px;*/
        float: left;
        overflow: hidden;
    }

    .carousel img {
        margin-top: 0px;
        height: 100%;
        width: auto;
        text-align: center;
        /*	width: 110%; 
*/
    }

.arrows-perspective {
    width: 100%;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    transform-style: preserve-3d;
    transition: transform 5s;
    perspective: 335px;
}

.carouselPrev, .carouselNext {
    width: 50px;
    height: 55px;
    background: #ccc;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    opacity: 0.9;
    cursor: pointer;
}

.carouselNext {
    top: 0;
    right: -26px;
    -webkit-transform: rotateY( -117deg );
    -moz-transform: rotateY( -117deg );
    -o-transform: rotateY( -117deg );
    transform: rotateY( -117deg );
    transition: all 200ms ease-out;
}

    .carouselNext.visible {
        right: 0;
        opacity: 0.8;
        background: #fff;
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
        transition: all 200ms ease-out;
    }

.carouselPrev {
    left: -26px;
    top: 0;
    -webkit-transform: rotateY( 117deg );
    -moz-transform: rotateY( 117deg );
    -o-transform: rotateY( 117deg );
    transform: rotateY( 117deg );
    transition: all 200ms ease-out;
}

    .carouselPrev.visible {
        left: 0;
        opacity: 0.8;
        background: #fff;
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
        transition: all 200ms ease-out;
    }

.carousel .x, .carousel .y {
    height: 2px;
    width: 15px;
    background: #5ff7d2;
    position: absolute;
    top: 31px;
    left: 17px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel .x {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 21px;
}

.carousel .carouselNext .x {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel .carouselNext .y {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

div.floating-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 315px;
    height: 480px;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    display: none;
}

    div.floating-cart .stats-container {
        display: none;
    }

    div.floating-cart .product-front {
        width: 100%;
        top: 0;
        left: 0;
    }

    div.floating-cart.moveToCart {
        /*left: 75px !important;
        top: 55px !important;*/
        width: 47px;
        height: 47px;
        -webkit-transition: all 800ms ease-in-out;
        -moz-transition: all 800ms ease-in-out;
        -ms-transition: all 800ms ease-in-out;
        -o-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
    }

body.MakeFloatingCart div.floating-cart.moveToCart {
    width: 21px;
    height: 22px;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.cart-icon-top {
    position: absolute;
    background: #fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
    margin: 0;
    width: 21px;
    height: 3px;
    z-index: 1;
    /*	top: 140px;
	left: 90px;
*/
}

div.cart-icon-bottom {
    position: absolute;
    background: #fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
    margin: 0;
    width: 21px;
    height: 19px;
    z-index: 1;
    /*	top: 143px;
	left: 90px;
*/
}

body.MakeFloatingCart div.cart-icon-top {
    z-index: 30;
}

body.MakeFloatingCart div.cart-icon-bottom {
    z-index: 300;
}

.cart-item {
    width: 100%;
    padding: 11px 0 5px 75px;
    margin-left: 0;
    position: relative;
    background: #fff;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    border-bottom: 1px solid #edeff0;
}

    .cart-item.flash {
        background: #fffeb0;
    }

.cart-item-border {
    position: absolute;
    bottom: 0;
    left: 45px;
    background: #edeff0;
    height: 1px;
    width: 230px;
}

.cart-item .img-wrap {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #edeff0;
    position: absolute;
    top: 15px;
    left: 0;
}

.cart-item img {
    width: 100%;
    position: relative;
    top: -10px;
}

.cart-item strong {
    color: #f00;
    font-size: 16px;
}

.cart-item span {
    color: #393c45;
    display: block;
    font-size: 14px;
}

.cart-item .delete-item {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/delete-item.png") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 18px;
    /*	display:none;
*/
}

.cart-item:hover .delete-item {
    display: block;
    cursor: pointer;
}


#info {
    position: absolute;
    top: 20px;
    left: 676px;
    text-align: center;
    width: 413px;
}

    #info p {
        font-size: 15px;
        padding: 3px;
        color: #b1b1b3;
    }

    #info a {
        text-decoration: none;
    }

#checkout {
    border: 2px solid #f00;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 9px;
    position: absolute;
    /*	top: 137px;
*/ left: 128px;
    color: #f00;
    display: none;
}

.product_layout.large {
    width: 639px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}



.boxMenuLeft {
    display: block;
    margin-bottom: 15px;
    padding: 0;
}

    .boxMenuLeft .title-heading {
        font-family: 'UTMAvoBold';
        color: #007D3A;
        font-size: 16pt;
        text-transform: uppercase;
        line-height: 30px;
        padding: 7px 0;
        margin: 0 0 5px;
        position: relative;
    }

        .boxMenuLeft .title-heading span {
            background: #ecebb6;
            position: relative;
            z-index: 1;
            padding-right: 5px;
        }

        .boxMenuLeft .title-heading:before {
            content: "";
            height: 1px;
            width: 100%;
            background: #DDDDDD;
            position: absolute;
            top: 54%;
            left: 0;
            z-index: 0;
        }

    .boxMenuLeft ul.nav {
        padding: 0;
        margin: 0;
    }

        .boxMenuLeft ul.nav > li {
            padding: 0;
            margin: 0 0 1px;
        }

            .boxMenuLeft ul.nav > li > a {
                padding: 7px 15px 7px 22px;
                font-family: 'UTMAvoBold';
                font-size: 13pt;
                line-height: 30px;
                background: #00761D !important;
                color: #fff;
                text-transform: uppercase;
                border-radius: 0;
                letter-spacing: 1px;
            }

                .boxMenuLeft ul.nav > li > a > span {
                }

                    .boxMenuLeft ul.nav > li > a > span:after {
                        display: inline-block;
                        content: "";
                        background: url(/Content/view/img/menu-down.png) no-repeat right 11px;
                        width: 15px;
                        height: 24px;
                    }

                .boxMenuLeft ul.nav > li > a:hover, .boxMenuLeft ul.nav > li > a:focus, .boxMenuLeft ul.nav > li.open > a {
                    background: #00761D !important;
                    color: #CD1D15;
                }

            .boxMenuLeft ul.nav > li > ul {
                padding: 0;
                margin: 1px 0 0;
                display: none;
            }

                .boxMenuLeft ul.nav > li > ul > li {
                    padding: 0;
                    margin: 0 0 1px;
                }

                    .boxMenuLeft ul.nav > li > ul > li > a {
                        background: #008F32;
                        padding: 7px 17px 7px 45px;
                        font-family: 'OpenSans';
                        font-size: 12pt;
                        line-height: 30px;
                        color: #fff;
                        border-radius: 0;
                        letter-spacing: 1px;
                    }

                        .boxMenuLeft ul.nav > li > ul > li > a > span {
                            position: relative;
                        }

                            .boxMenuLeft ul.nav > li > ul > li > a > span:after {
                                display: inline-block;
                                content: "";
                                background: url(/Content/view/img/menu-right.png) no-repeat right 11px;
                                width: 15px;
                                height: 24px;
                            }

                        .boxMenuLeft ul.nav > li > ul > li > a:hover, .boxMenuLeft ul.nav > li > ul > li > a:focus, .boxMenuLeft ul.nav > li > ul > li.open > a {
                            background: #008F32;
                            color: #CD1D15;
                        }



                    .boxMenuLeft ul.nav > li > ul > li > ul {
                        padding: 0;
                        margin: 0;
                        display: none;
                    }

                        .boxMenuLeft ul.nav > li > ul > li > ul > li {
                            padding: 0;
                            margin: 0 0 1px;
                        }

                            .boxMenuLeft ul.nav > li > ul > li > ul > li > a {
                                background: #E9E3B0 url(/Content/view/img/menu-right-sub.png) no-repeat 48px 18px;
                                padding: 11px 5px 11px 70px;
                                font-family: 'OpenSans';
                                font-size: 11pt;
                                font-style: italic;
                                line-height: 20px;
                                color: #333;
                                border-radius: 0;
                                letter-spacing: 1px;
                            }

                                .boxMenuLeft ul.nav > li > ul > li > ul > li > a.active,
                                .boxMenuLeft ul.nav > li > ul > li > ul > li > a:hover,
                                .boxMenuLeft ul.nav > li > ul > li > ul > li > a:focus,
                                .boxMenuLeft ul.nav > li > ul > li > ul > li.open > a {
                                    color: #CD1D15;
                                }

#owl-banner-one-full .item {
    margin-bottom: 5px;
}

    #owl-banner-one-full .item img {
        width: 100%;
    }
/* ---------------- */
.floating-image-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.price-old {
    text-decoration: line-through;
    font-size: 15px;
    color: #333;
}

.info-large {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 42px;
    width: 245px;
    height: 395px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.large .info-large {
    left: 310px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.info-large h4 {
    text-transform: uppercase;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    padding: 0;
}

div.sku {
    font-weight: 700;
    color: #666;
    text-align: right;
    font-size: 15px;
    padding-top: 0px;
}

    div.sku strong {
        color: #000;
    }

.price-big {
    font-size: 34px;
    font-weight: 600;
    color: #5ff7d2;
    margin-top: 21px;
}

    .price-big span {
        color: #d0d0d0;
        font-weight: 400;
        text-decoration: line-through;
    }

.add-cart-large {
    border: 3px solid #000;
    font-size: 17px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    width: 246px;
    margin-top: 38px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .add-cart-large:hover {
        color: #5ff7d2;
        border-color: #5ff7d2;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        cursor: pointer;
    }

.info-large h3 {
    letter-spacing: 1px;
    color: #262626;
    text-transform: uppercase;
    font-size: 14px;
    clear: left;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}


.colors-large {
    margin-bottom: 38px;
}

    .colors-large li {
        float: left;
        list-style: none;
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }

        .colors-large li a {
            float: left;
            width: 16px;
            height: 16px;
            border-radius: 50%;
        }

            .colors-large li a:hover {
                width: 19px;
                height: 19px;
                position: relative;
                top: -1px;
                left: -1px;
            }

.sizes-large {
}

    .sizes-large span {
        font-weight: 600;
        color: #b0b0b0;
    }

        .sizes-large span:hover {
            color: #000;
            cursor: pointer;
        }

.product_layout.large:hover {
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
/*End css product layout*/


/*Begin css chi tiet san pham*/
.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
    margin: 20px auto;
    width: 100%;
}

    #carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }

        #carousel-custom .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

            #carousel-custom .carousel-indicators li img {
                display: block;
                opacity: 0.5;
            }

            #carousel-custom .carousel-indicators li.active img {
                opacity: 1;
            }

            #carousel-custom .carousel-indicators li:hover img {
                opacity: 0.75;
            }

    #carousel-custom .carousel-outer {
        position: relative;
    }

.carousel-indicators li img {
    height: 66px;
    width: 52px;
}
/* End css chi tiet san pham*/

/*Css for deatail product - col right*/
ul.menu-items {
    width: 100%;
    border-bottom: 1px solid red;
}

    ul.menu-items > li {
        margin-right: 35px;
        font-weight: bold;
        cursor: pointer;
        color: #333;
        text-transform: uppercase;
    }

        ul.menu-items > li a {
            background: none !important;
            border: none !important;
            color: #333 !important;
            line-height: 20px;
            padding: 10px;
            font-size: 13pt;
        }

.menu-items {
    list-style-type: none;
    font-size: 20px;
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 20px;
}

    .menu-items ul ul li {
        list-style-type: none;
    }

.tabProductInfo .tab-content {
    padding: 10px;
}

.title-price {
    margin-top: 30px;
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
}

.title-attr {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}

.btn-minus {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    border-right: 0;
}

.btn-plus {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    border-left: 0;
}

div.section > div {
    width: 100%;
    display: inline-flex;
}

    div.section > div > input {
        margin: 0;
        padding-left: 5px;
        font-size: 20px;
        padding-right: 5px;
        max-width: 18%;
        text-align: center;
    }

.attr, .attr2 {
    cursor: pointer;
    margin-right: 5px;
    font-size: 15px;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 2px;
}

    .attr.active, .attr2.active {
        border: 1px solid orange;
    }

.detail {
    border-top: 1px solid red;
}

    .detail p {
        padding: 15px;
        width: 100%;
    }

.shape {
    border-style: solid;
    border-width: 0 70px 70px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(270deg);
    position: absolute;
    z-index: 111;
}

.offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

    .offer:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: rotate scale(1.1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    right: -35px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(44deg);
}

/*Css for combo đề xuất*/
.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.project {
    width: 100%;
    height: 190px;
    background-image: url(../images/product-4.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    float: left;
}

.project-2 {
    background-image: url(../images/product-8.jpg);
}

.project-3 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-4 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #007bff;
    padding: 2% 20px !important;
}

    .project-hover hr {
        height: 30px;
        width: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: rgba(255, 255, 255, 1);
        border: 0;
    }

    .project-hover a {
        color: rgba(255, 255, 255, 1);
        padding: 2px 22px;
        line-height: 40px;
        border: 2px solid rgba(255, 255, 255, 1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .project-hover a:hover {
            border-color: rgba(51, 51, 51, 1);
            color: rgba(51, 51, 51, 1);
            background-color: #FFF;
        }

.project:hover .project-hover {
    opacity: 0.9;
}

    .project:hover .project-hover hr {
        width: 100%;
        height: 5px;
    }

.media {
    margin: 20px 0 !important;
}

/*End css for detail product - col right*/




.shop-popup {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.10);
}

    .shop-popup .item-inner {
        position: relative;
        background: #ffffff;
    }

    .shop-popup .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: 0px;
        text-align: center;
        color: #555555;
        font-size: 16px;
        line-height: 30px;
    }

        .shop-popup .close-popup:hover {
            color: #000000;
        }

    .shop-popup .item-inner .image-box {
        position: relative;
        width: 50%;
        float: left;
        overflow: hidden;
    }

        .shop-popup .item-inner .image-box .image img {
            display: block;
            width: 100%;
        }

            .shop-popup .item-inner .image-box .image img:hover {
                opacity: 0.75;
            }

    .shop-popup .item-inner .item-desc {
        position: relative;
        padding: 20px 20px;
        width: 50%;
        float: left;
        background: #ffffff;
    }

    .shop-popup .item-inner .prod-rating {
        font-size: 14px;
        color: #ffa500;
        margin-bottom: 10px;
    }

    .shop-popup .item-inner .item-desc h4 {
        font-family: Arial;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 10px;
    }

        .shop-popup .item-inner .item-desc h4 a {
            color: #3d3d3d;
        }

    .shop-popup .item-inner .item-desc .price {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .shop-popup .item-inner .item-desc .theme-btn {
        padding: 10px 24px;
        height: 40px;
        background-color: #05344f;
        color: #ffffff;
        line-height: 20px;
        display: inline-block;
    }

        .shop-popup .item-inner .item-desc .theme-btn:hover {
            opacity: 0.6;
        }

    .shop-popup .item-inner .item-desc .desc-text {
        position: relative;
        margin-bottom: 10px;
    }

    .shop-popup .qty {
        position: relative;
        margin-bottom: 10px;
    }

        .shop-popup .qty input[type="text"],
        .shop-popup .qty input[type="number"],
        input#dQy[type="number"] {
            position: relative;
            display: inline-block;
            border: 1px solid #ddd;
            line-height: 38px;
            padding: 0;
            width: 80px;
            margin: 0px 10px 10px 0px;
            font-size: 9pt;
            font-weight: 600;
            float: left;
            text-align: center;
        }

            .shop-popup .qty input[type="text"]::-webkit-inner-spin-button,
            .shop-popup .qty input[type="number"]::-webkit-inner-spin-button,
            input#dQy[type="number"]::-webkit-inner-spin-button {
                opacity: 1;
                width: 20px;
            }

@media(max-width:460px) {
    .shop-popup .item-inner .image-box {
        width: 100%;
    }

    .shop-popup .item-inner .item-desc {
        position: relative;
        width: 100%;
        background: #ffffff;
    }
}


h3.title_other {
    margin: 15px 0 5px;
    font-size: 13pt;
    font-weight: 600;
}

ul.newsOther {
    margin: 10px 0;
    padding: 0;
    list-style: circle;
    list-style-position: inside;
}

    ul.newsOther li {
        margin-bottom: 5px;
    }

        ul.newsOther li a {
            font-size: 14px;
            color: #000;
        }

            ul.newsOther li a:hover {
                color: #f17100;
            }


.boxCaptcha {
    background: url(../img/bgcaptcha.png) -3px -5px;
    text-align: center;
    height: 42px;
    min-width: 100px;
    max-width: 200px;
    padding: 7px 10px;
    line-height: 28px;
    color: #000;
    font-size: 20pt;
    font-weight: 900;
    letter-spacing: 8px;
}

    .boxCaptcha:after {
        font-family: monospace, monospace;
        font-size: 20pt;
        text-transform: uppercase;
    }

.galleryList {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .galleryList .items {
        margin-bottom: 15px;
    }


.box-social {
    margin: 15px 0;
}


#boxContent header {
    margin-bottom: 15px;
}

    #boxContent header h1.title {
        font-size: 17pt;
        font-family: 'UTMAvoBold';
        color: #00761d;
        line-height: 32px;
    }


@media(max-width: 992px) {
    .top:not(.tooltip) {
        font-size: 9pt;
    }

    #footer .footer-menu li a {
        font-size: 9pt;
    }

    #footer .logo {
        margin: 15px auto;
    }

    #footer h3 {
        font-size: 10pt;
        line-height: 22px;
    }

    #footer p {
        letter-spacing: 0;
        font-size: 10pt;
    }

    .languages {
        top: -45px !important;
    }

}



table.table tr .media {
    margin: 0;
    font-size: 9pt;
}

    table.table tr .media a {
        text-decoration: none;
        color: #000;
        font-family: "Helvetica",sans-serif, Arial;
    }

        table.table tr .media a:hover {
            color: #F58634;
        }

    table.table tr .media .media-objects {
        width: 80px;
    }

    table.table tr .media .media-left {
        float: left;
        margin: 0;
    }

    table.table tr .media .media-body .media-heading {
        font-size: 11pt;
    }


.page-cart {
    width: 100% !important;
    max-width: none;
    padding: 0;
}

    .page-cart .page-content {
        padding: 20px 0;
    }

    .page-cart table.table {
        font-family: Arial, Arial;
    }

        .page-cart table.table thead tr {
            background: #05344f;
            color: #fff;
            border-bottom: 1px solid#05344f;
        }

            .page-cart table.table thead tr th {
                padding: 15px 10px;
                text-transform: uppercase;
                font-weight: 600;
            }

            .page-cart table.table thead tr th,
            .page-cart table.table tbody tr td {
                font-size: 9pt;
            }

        .page-cart table.table tr a.remove {
            font-size: 14pt;
            font-weight: normal;
        }

        .page-cart table.table tr .media a {
            text-decoration: none;
            color: #000;
            font-family: Arial, Arial;
            font-size: 10pt;
        }

            .page-cart table.table tr .media a:hover {
                color: #F58634;
            }

        .page-cart table.table tr .media .media-objects {
            width: 80px;
        }

        .page-cart table.table tfoot tr {
            background: #eee;
            color: #333;
            font-size: 10pt;
        }

            .page-cart table.table tfoot tr td {
                padding: 15px 10px;
                font-weight: 600;
                vertical-align: middle;
            }

                .page-cart table.table tfoot tr td strong {
                    color: #FF4C4C;
                    font-size: 14pt;
                }

.media-object_color {
    width: 60px;
}

.page-cart table.table tr .media .media-left {
    float: left;
    margin: 0 0px 0 0;
}

.page-cart table.table tr .media .media-body .option {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}

.page-cart table.table tr .boxNumber button.btn {
    background: #666;
    border: 1px solid #666;
}

.page-cart table.table tr .numberic {
    text-align: center;
    width: 50px;
    padding: 4px 6px;
    height: 28px;
    line-height: 20px;
    margin: 0 auto;
}

.page-cart table.table tbody {
    border-bottom: 3px solid #666;
}

    .page-cart table.table tbody td {
        padding-right: 20px;
    }

        .page-cart table.table tbody td .input-group {
            width: 80px;
        }

        .page-cart table.table tbody td span.visible-xs {
            display: none;
        }

.page-cart table.table tfoot {
    border-bottom: 2px solid #666;
}

    .page-cart table.table tfoot tr td {
        border: none;
        padding-right: 20px;
        text-transform: uppercase;
    }

.page-cart nav .previous a,
.page-cart nav .previous button,
.page-cart nav .next a,
.page-cart nav .next button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #05344f;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: 600;
    text-transform: uppercase;
}

.page-cart nav .next a {
    margin-left: 10px;
    margin-right: 0;
}

    .page-cart nav .previous a:hover,
    .page-cart nav .next a:hover {
        background: #25375f;
        color: #fff !important;
    }


@media(max-width:890px) {
    .page-cart table.table tbody td span.visible-xs {
        display: inline-block !important;
        padding: 0;
    }

        .page-cart table.table tbody td span.visible-xs:after {
            content: ": ";
            padding-right: 5px;
        }

    .page-cart nav .previous a,
    .page-cart nav .previous button,
    .page-cart nav .next a,
    .page-cart nav .next button {
        display: inline-block;
        padding: 5px;
        background-color: #05344f;
        border: none;
        border-radius: 0;
        color: #fff;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 8pt;
    }
}

@media(max-width:768px) {
    .page-cart table.table tbody td span.visible-xs {
        display: inline-block !important;
        padding: 0;
    }

        .page-cart table.table tbody td span.visible-xs:after {
            content: ": ";
            padding-right: 5px;
        }

    .page-cart nav .previous a,
    .page-cart nav .previous button,
    .page-cart nav .next a,
    .page-cart nav .next button {
        width: 100%;
        margin: 0 0 5px;
    }
}



ul#wizardStatus {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

    ul#wizardStatus li {
        background-color: #d9d9ce;
        color: #3d4c4f;
        display: inline-block;
        margin: 0;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 12pt;
        line-height: 40px;
        padding: 0 25px 0 40px;
        position: relative;
    }

        ul#wizardStatus li:first-child {
            padding-left: 25px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        ul#wizardStatus li:last-child {
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        ul#wizardStatus li:after,
        ul#wizardStatus li:before {
            background-color: #d9d9ce;
            content: "";
            display: block;
            position: absolute;
        }

        ul#wizardStatus li:after {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border-right: 3px solid white;
            border-top: 3px solid white;
            height: 32px;
            right: -17px;
            top: 4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 30px;
            z-index: 5;
        }

        ul#wizardStatus li:before {
            height: 40px;
            right: 3px;
            width: 20px;
            z-index: 6;
        }

        ul#wizardStatus li:last-child:after,
        ul#wizardStatus li:last-child:before {
            display: none;
        }

        ul#wizardStatus li.current {
            background-color: #223C8F;
            color: #fff;
        }

            ul#wizardStatus li.current:after,
            ul#wizardStatus li.current:before {
                background-color: #223C8F;
            }

        ul#wizardStatus li.completed {
            background-color: #0597c5;
            color: #fff;
        }

            ul#wizardStatus li.completed:after,
            ul#wizardStatus li.completed:before {
                background-color: #0597c5;
            }

        ul#wizardStatus li a {
            color: #fff;
        }

            ul#wizardStatus li a:hover {
                color: #333;
            }



/*BOOKING*/

.boxGuide {
    display: block;
    border: 1px solid #D2CAC7;
    background: #EBEFEE;
}

    .boxGuide h4.title {
        background: #25375f;
        font-size: 19pt;
        line-height: 30px;
        padding: 6px 0;
        margin: 0;
        text-align: center;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }

    .boxGuide .content {
        display: block;
        padding: 15px;
    }

.page-checkout {
    margin: 0 auto 30px;
}

    .page-checkout p.title,
    .page-checkout h1.title {
        color: #25375f;
        margin: 0;
        padding: 10px 0 5px;
    }

    .page-checkout .boxAddress {
        background: #eee;
        border: 1px solid #CFCFCF;
        padding: 15px 5px;
    }

    .page-checkout .boxInfoBooking {
        background: #fff;
        border: 1px solid #CFCFCF;
        padding: 15px 5px;
    }

    .page-checkout .boxPayment {
        padding: 0;
    }

        .page-checkout .boxPayment ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .page-checkout .boxPayment ul li {
                margin-bottom: 22px;
                border: 1px solid #CFCFCF;
            }

                .page-checkout .boxPayment ul li label {
                    background: #333;
                    line-height: 24px;
                    color: #fff;
                    padding: 6px 3px 6px 10px;
                    position: relative;
                    display: block;
                    cursor: pointer;
                }

                .page-checkout .boxPayment ul li input {
                    float: left;
                    margin: 2px;
                    opacity: 0;
                }

                .page-checkout .boxPayment ul li label .icon {
                    background: none;
                    width: 24px;
                    height: 24px;
                    position: absolute;
                    top: 5px;
                    right: 7px;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -webkit-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                }

                .page-checkout .boxPayment ul li label.active .icon {
                    background: url(../img/check_mark.png) no-repeat center;
                }

                .page-checkout .boxPayment ul li .entry {
                    padding: 15px;
                    font-size: 10pt;
                    color: #353535;
                    display: none;
                }

    .page-checkout address {
        font-size: 10pt;
    }

        .page-checkout address i {
            display: inline-block;
            width: 20px;
            text-align: center;
        }

    .page-checkout button.btn {
        background: #25375f;
        color: #fff;
        border: none;
        border-radius: 0;
        float: right;
        font-size: 10pt;
        font-weight: 600;
        padding: 5px 30px;
        line-height: 30px;
        text-transform: uppercase;
    }

        .page-checkout button.btn:hover {
            background: #3B72FF;
        }

.modal-content {
}

    .modal-content .modal-header {
        background: #25375f;
        text-align: center;
        color: #fff;
    }

        .modal-content .modal-header h4 {
            color: #Fff;
        }

        .modal-content .modal-header button.close {
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            border: 1px solid #fff;
            opacity: 1;
            line-height: 20px;
        }

            .modal-content .modal-header button.close:hover {
                opacity: 0.7;
            }

    .modal-content .modal-body {
        background: #EEE;
        padding: 40px 10px;
    }


.cameraSlide {
    font-size: 17pt;
    color: #fff;
}

    .cameraSlide .camerarelative > div {
        margin-top: 0;
        font-size: 15pt;
        color: #fff;
        background: #39B54A;
        max-width: 450px;
        padding: 20px !important;
        text-align: center;
        top: 40% !important;
        bottom: auto !important;
    }

        .cameraSlide .camerarelative > div > a {
            display: block;
            color: #fff !important;
            font-size: 13pt;
        }

            .cameraSlide .camerarelative > div > a > strong {
                display: block;
                color: #fff !important;
                font-size: 15px;
                margin-bottom: 4px;
                letter-spacing: 1px;
                font-weight: bold;
                text-transform: uppercase;
            }

.box-pagination {
    text-align: center;
}

.box-typehead-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 400px;
    min-width: 350px;
    overflow: auto;
    position: absolute;
    z-index: 999999999;
}

    .box-typehead-list li {
        padding: 5px !important;
        width: 100%;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }

        .box-typehead-list li:last-child {
            border-bottom: none;
        }

        .box-typehead-list li a {
            display: block;
            cursor: pointer;
            height: 40px;
            line-height: 13px;
            overflow: hidden;
            font-size: 12px;
            color: #000 !important;
        }

        .box-typehead-list li.active {
            background: rgba(204, 204, 204, 0.19);
        }




#fh5co-menu-wrap .has-mega-menu {
    position: static !important;
}

#fh5co-menu-wrap .mega-menu {
    margin: 0 !important;
    right: 0 !important;
    width: auto !important;
    top: 84px !important;
    max-width: none !important;
    border: 1px solid #d6d6d6;
    border-radius: 0 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
    background: #F8F8F8;
    z-index: 1000 !important;
}

#fh5co-menu-wrap .has-mega-menu .scroll-up,
#fh5co-menu-wrap .has-mega-menu .scroll-down {
    margin-left: 0 !important;
}

#fh5co-menu-wrap .mega-menu > li {
    overflow: auto;
}

.giaiPhapMenu {
    border-top: 0;
    padding: 10px;
}

    .giaiPhapMenu a {
        color: #000 !important;
    }

        .giaiPhapMenu a:hover {
            color: #1C91D0 !important;
        }

    .giaiPhapMenu ul.catMain {
        margin-bottom: 10px;
        padding: 0;
        list-style: none;
        letter-spacing: 0.4px;
        float: left;
        list-style: none;
        width: 100%;
        position: relative !important;
        display: block !important;
        left: 0 !important;
        right: auto !important;
        border-radius: 0 !important;
    }

        .giaiPhapMenu ul.catMain > li {
            padding: 5px 0;
            margin: 2px 0 0 0;
            float: left;
        }

        .giaiPhapMenu ul.catMain li {
            white-space: normal !important;
        }

        .giaiPhapMenu ul.catMain > li:first-child {
            margin-right: 0;
        }

        .giaiPhapMenu ul.catMain li > h3.title {
            color: #1C91D0 !important;
            font-size: 11pt;
            margin: 5px 0 10px;
            padding: 0;
            line-height: 24px;
        }

            .giaiPhapMenu ul.catMain li > h3.title a {
                background: none !important;
                color: #1C91D0 !important;
                font-size: 11pt;
                padding: 0 !important;
                line-height: 24px !important;
                letter-spacing: 0.5px;
            }

        .giaiPhapMenu ul.catMain li .catSubView {
            width: 100%;
        }

            .giaiPhapMenu ul.catMain li .catSubView.two ul {
                -webkit-column-count: 2;
                -moz-column-count: 2;
                -ms-column-count: 2;
                -o-column-count: 2;
                column-count: 2;
                -webkit-column-gap: 10px;
                -moz-column-gap: 10px;
                -ms-column-gap: 10px;
                -o-column-gap: 10px;
                column-gap: 10px;
                columns: 2;
            }

            .giaiPhapMenu ul.catMain li .catSubView ul {
                margin: 0 0 0 -1px;
                padding: 0;
                list-style: none;
                position: relative;
                display: block;
                left: 0;
                min-width: 100% !important;
            }

                .giaiPhapMenu ul.catMain li .catSubView ul li {
                    margin: 0;
                    padding: 3px 2px;
                    line-height: 18px !important;
                    white-space: normal;
                }

                    .giaiPhapMenu ul.catMain li .catSubView ul li a {
                        background: none !important;
                        color: #1E1E1E;
                        font-size: 12pt !important;
                        line-height: 18px !important;
                        padding: 2px 0 !important;
                    }

                        .giaiPhapMenu ul.catMain li .catSubView ul li a:hover {
                            color: #1C91D0 !important;
                        }

            .giaiPhapMenu ul.catMain li .catSubView.two li {
                width: 165px;
            }

        .giaiPhapMenu ul.catMain > li.col-md-3 {
            padding: 2px 10px 5px 35px;
            float: left;
            margin-left: 0px;
        }


.boxMap {
    width: 100%;
    overflow: hidden;
}

    .boxMap iframe {
        width: 100% !important;
        min-height: 400px !important;
        margin-bottom: -8px;
    }

.sort_by label {
    display: inline-block;
}

.sort_by select {
    width: auto !important;
    max-width: 300px;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer;
}

.mfp-content #boxContent {
    margin: 30px auto;
    width: 100%;
    max-width: 1000px;
    padding: 15px;
    background: #fff;
}

.mfp-close-btn-in .mfp-close {
    background: #fff;
    border-radius: 100%;
    top: 5px;
}


.boxBreadcrumb {
    margin: 0 auto 15px;
    padding: 5px 0;
}

    .boxBreadcrumb .slogan {
        background: #FFCB04;
        color: #fff;
        width: calc(100% + 35px);
        margin: 0 0 -40px -35px;
        padding: 30px 20px 35px 70px;
    }

        .boxBreadcrumb .slogan h3 {
            font-family: 'OpenSans';
            font-size: 22pt;
            color: #fff;
            text-transform: uppercase;
            line-height: 40px;
            margin: 0;
            padding: 0;
        }

            .boxBreadcrumb .slogan h3 small {
                display: block;
                font-size: 12pt;
                color: #fff;
                text-transform: none;
                line-height: 22px;
            }

    .boxBreadcrumb .tieuchuanISO {
        text-align: center;
    }

        .boxBreadcrumb .tieuchuanISO h3 {
            font-family: 'UTMAvoBold';
            color: #fff;
            font-size: 27pt;
            text-transform: uppercase;
            line-height: 34px;
            margin: 0;
            padding: 0;
            text-shadow: -1px -1px 0 #000;
            white-space: nowrap;
        }

            .boxBreadcrumb .tieuchuanISO h3 small {
                margin-top: 5px;
                display: block;
                color: #FFCB04;
                font-size: 22pt;
            }

    .boxBreadcrumb .tieuchuanISOFull {
        position: absolute;
        left: 15px;
        top: 20px;
        font-family: 'OpenSans';
        font-size: 14pt;
        color: #3C4761;
    }

.breadcrumb {
    padding: 0;
    margin: 15px 0 20px;
    list-style: none;
    background: none;
    border-radius: 0;
    height: auto;
    line-height: 20px;
    float: left;
}

    .breadcrumb li {
        float: left;
        margin-right: 5px;
        position: relative;
        padding-left: 25px;
        margin-bottom: 5px;
    }

    .breadcrumb > li + li:before {
        padding: 10px;
        margin-right: 5px;
        color: #ccc;
        content: "";
        height: 17px;
        float: left;
        background: url('/Content/view/img/icon-breadcrumb.png') no-repeat center right;
        position: absolute;
        top: 0;
        left: 0;
    }

    .breadcrumb li div {
        float: left;
        line-height: 20px;
    }

        .breadcrumb li div a, .breadcrumb li div span {
            font-family: 'OpenSans';
            display: block;
            line-height: 20px;
            color: #333;
        }

    .breadcrumb li:first-child {
        padding-left: 8px;
    }

        .breadcrumb li:first-child div a, .breadcrumb li:first-child div span {
            color: #00761D;
        }

/*.breadcrumb li:last-child div a, .breadcrumb li:last-child div span {
        color: #00761D;
    }*/

.languages {
    position: absolute;
    top: -5px;
    right: 17px;
}

    .languages a img {
        height: 20px;
    }

.title-gallery {
    display: block;
    font-family: 'UTMAvoBold';
    font-size: 14pt;
    color: #1E4288;
    margin: 0 auto 5px;
    padding: 5px 15px 5px 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
}

ul#scroller_left {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul#scroller_left li img {
        width: 100%;
        height: 230px;
    }

.vert {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

    .vert .simply-scroll-clip {
        width: 100%;
        height: 600px;
    }

    .vert .simply-scroll-list li {
        padding: 10px 0;
        width: 100%;
        height: 250px;
    }

.boxBannerTop {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

    .boxBannerTop img {
        width: 100%;
    }

.galleryList {
    display: block;
    margin: 30px auto;
}

    .galleryList .item {
        margin-bottom: 15px;
    }

        .galleryList .item a {
            display: block;
            font-size: 11pt;
            line-height: 24px;
            background: none !important;
            color: #333;
            text-align: center;
        }

            .galleryList .item a img {
                width: 100% !important;
                height: auto !important;
                margin-bottom: 5px;
            }


.mfp-bottom-bar {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    cursor: auto;
    padding: 5px 100px 5px 5px;
    min-height: 40px;
    background: rgba(0,0,0,.6);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
}

.mfp-counter {
    padding: 5px 15px;
    border-radius: 17px;
    background: #524e49;
    color: #fff;
    font-size: 11pt;
    bottom: auto;
    top: 9px;
    background: none;
}

a.to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    background: #bbb url('/Content/view/img/Icon-back-to-top.png') no-repeat center;
    background-size: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: none;
    cursor: pointer;
    z-index: 100;
}



@media (max-width: 1199.98px) {

    .projectList .item .desc {
        padding: 40px 35px;
        margin-top: 14%;
    }

    .newsList .item {
        margin-bottom: 30px;
        padding: 0 0 0 270px;
        min-height: 148px;
    }

        .newsList .item img {
            width: 250px;
        }

        .newsList .item a.title {
        }

        .newsList .item .desc {
        }


    .fh5co-heading h2 {
        font-size: 16pt;
        line-height: 30px;
        padding: 7px 0;
        margin: 0 0 5px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .col-lg-4.col-md-4.col-xs-12.pull-left {
        width: 332px;
    }

    .col-lg-8.col-md-8.col-xs-12.pull-right {
        width: calc(100% - 332px);
    }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) AND (min-width: 768px) {
    .sf-menu > li > a {
        padding: 7px 10px;
    }


    .boxBreadcrumb {
        margin: 0 auto 10px;
        padding: 0;
    }

    .breadcrumb {
        margin: 10px 0;
    }

    .boxBreadcrumb .slogan h3 {
        font-size: 19pt;
    }

        .boxBreadcrumb .slogan h3 small {
            font-size: 10pt;
            line-height: 22px;
        }

    .boxBreadcrumb .tieuchuanISO {
        padding-top: 10px;
        text-align: left;
        margin-left: 8px;
    }

        .boxBreadcrumb .tieuchuanISO h3 {
            font-size: 22pt;
            line-height: 40px;
        }

            .boxBreadcrumb .tieuchuanISO h3 small {
                margin-top: 0;
                font-size: 15pt;
                display: inline-block;
            }

    .boxBreadcrumb .tieuchuanISOFull {
        top: 4px;
        font-size: 11pt;
    }

    .boxBreadcrumb .container {
        position: relative;
    }

        .boxBreadcrumb .container .row .col-sm-5 {
            position: absolute;
            top: 20px;
            left: 0;
            min-height: 100%;
        }

            .boxBreadcrumb .container .row .col-sm-5 .slogan {
                width: calc(100% + 15px);
                margin: 0;
                height: 100%;
                padding: 15% 15px;
            }

        .boxBreadcrumb .container .row .col-sm-7 {
            margin-left: 41.66667%;
        }

    .nav-header {
        margin-top: 8px;
    }

    #frmSearch {
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .hotlines {
        margin-bottom: 5px;
        margin-top: 7px;
    }

    .sf-menu a {
        padding: 7px 15px;
        font-size: 9pt;
    }

    .boxShowroom.page {
        margin-top: 0;
    }

    .boxHomeAbout .col h2.title {
        text-align: center;
    }

    .boxHomeAbout .col .desc {
        padding: 30px 15%;
        font-size: 10pt;
        line-height: 20px;
    }


    .newsList {
        margin-top: 30px;
    }

        .newsList .item {
            margin-bottom: 30px;
            padding: 0 0 0 270px;
        }

            .newsList .item img {
                width: 250px;
            }

            .newsList .item a.title {
            }

            .newsList .item .desc {
                padding: 5px 0;
            }


    ul.newsSmallList {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        ul.newsSmallList li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #DDDDDD;
            width: 100%;
            float: left;
        }

            ul.newsSmallList li a {
                display: block;
                font-size: 11pt;
                line-height: 18px;
                color: #333;
            }

            ul.newsSmallList li img {
                width: 140px;
                display: block;
                margin: 0 10px 10px 0;
                float: left;
            }



    .product .desc h3 {
        margin: 5px 0 0;
        /*background: url(/Content/view/img/viewall.png) no-repeat right 8px;
        padding-right: 10px;*/
    }

        .product .desc h3 a {
            font-size: 10pt;
            color: #333;
            text-align: center;
            display: block;
        }

    .projectList .item {
        margin: 15px 0;
    }

        .projectList .item .desc {
            padding: 20px 15px;
            margin-top: 5%;
            width: calc(100% + 50px);
            margin-right: -50px;
        }

        .projectList .item a.title {
            font-size: 14pt;
            line-height: 24px;
        }
}

@media (max-width: 767.98px) {


    body {
        font-size: 10pt !important;
    }

    p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .fh5co-heading-product {
        margin: 0;
    }

    .boxBreadcrumb {
        margin: 5px auto;
        padding: 0;
    }

    .breadcrumb {
        margin: 8px 0;
    }

        .breadcrumb li {
            margin-right: 5px;
            padding-left: 15px;
        }

        .breadcrumb > li + li:before {
            padding: 9px 6px;
            background-size: 60%;
        }

        .breadcrumb li:first-child {
            padding-left: 0;
        }

    .boxBreadcrumb .slogan {
        width: 100%;
        margin: -10px 0 0;
        padding: 15px;
    }

        .boxBreadcrumb .slogan h3 {
            line-height: 30px;
        }

    .boxBreadcrumb .tieuchuanISO {
        text-align: center;
        padding: 5px 0;
    }

    .boxBreadcrumb .slogan h3 small {
        font-size: 10pt;
    }

    .boxBreadcrumb .tieuchuanISOFull {
        top: 5px;
        font-size: 9pt;
    }

    .boxBreadcrumb .tieuchuanISO h3 {
        line-height: 35px;
        font-size: 18pt;
    }

        .boxBreadcrumb .tieuchuanISO h3 small {
            margin-top: 0;
            color: #FFCB04;
            font-size: 14pt;
        }

    .breadcrumb li div a, .breadcrumb li div span {
        font-size: 9pt;
    }

    .hotlines {
        margin-bottom: 5px;
        margin-top: 15px;
    }

        .hotlines a {
            line-height: 16px;
            margin-bottom: 10px;
        }

            .hotlines a:before {
                top: 5px;
            }

            .hotlines a h4 {
                font-size: 13pt;
            }

    .top:not(.tooltip) {
        padding-bottom: 0;
    }

    footer {
        font-size: 9pt;
        line-height: 24px;
    }

    .fh5co-product-menu li {
        text-align: center;
    }

        .fh5co-product-menu li a {
            font-size: 9pt;
            line-height: 24px;
        }

    #frmSearch {
        margin: 10px 0 0;
        max-width: unset;
    }

    .nav-header {
        margin-top: 10px;
    }

    .container-fluid {
        padding: 0;
    }



    .cameraSlide .camerarelative > div {
        margin-top: 0;
        font-size: 10pt;
        padding: 5px 10px !important;
        top: auto !important;
        bottom: 25px !important;
        left: 15px !important;
    }

        .cameraSlide .camerarelative > div > a {
            display: block;
            color: #fff !important;
            font-size: 10pt;
            line-height: 14px;
        }

            .cameraSlide .camerarelative > div > a > strong {
                font-size: 11px;
                margin-bottom: 2px;
                line-height: 14px;
            }

    .boxMenuLeft ul.nav > li > a {
        font-size: 11pt;
    }

    .boxMenuLeft ul.nav > li > ul > li > a {
        font-size: 10pt;
        padding-left: 35px;
    }

    .boxMenuLeft ul.nav > li > ul > li > ul > li > a {
        font-size: 9pt;
        padding-left: 50px;
        background: #E9E3B0 url(/Content/view/img/menu-right-sub.png) no-repeat 37px 16px;
    }

    .boxHomeAbout .col .desc {
        padding: 15px;
        font-size: 10pt;
        line-height: 18px;
    }

    .boxHomeAbout .col h3.title {
        font-size: 13pt;
        text-align: center;
        margin-bottom: 0;
    }

    .boxHomeAbout .col h2.title {
        font-size: 25pt;
        color: #FFCC39;
        margin: 0 auto 10px;
        padding: 3px 15px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        line-height: 32px;
    }

    .boxHomeAbout .col {
        height: auto !important;
    }

        .boxHomeAbout .col img.img-responsive {
            max-width: unset;
            min-width: unset;
            min-height: unset;
            width: 100%;
        }

    .boxHomeService .item .desc {
        margin: 15px 0;
        height: auto !important;
        font-size: 9pt;
        line-height: 16px;
    }

    .boxHomeService .item a.more {
        font-size: 9pt;
    }

    .catHomeList {
        padding: 0;
        margin-bottom: 30px;
    }

    .item-cat a.title {
        font-size: 9pt;
        line-height: 20px;
    }



    .boxShowroom {
        margin-top: -65px;
    }

        .boxShowroom .bCen {
            background: #254576;
            width: 100%;
            padding: 15px 15px;
            color: #fff;
            font-size: 10pt;
            line-height: 18px;
        }

    .showrooms {
        padding: 20px;
    }

        .showrooms .items {
            margin-bottom: 20px;
            position: relative;
        }

            .showrooms .items .desc a.title {
                font-size: 10pt;
                line-height: 16px;
            }

            .showrooms .items .desc .headline {
                margin-top: 5px;
                font-size: 9pt;
                line-height: 16px;
                background-position: 0px 1px !important;
            }

            .showrooms .items .desc .iconMap {
                font-size: 9pt;
                line-height: 16px;
                background-position: 0px 3px !important;
            }

    .newsHomeList {
        display: block;
        margin-bottom: 10px;
    }

        .newsHomeList .item {
            margin-bottom: 20px;
        }

            .newsHomeList .item a {
                line-height: 16px;
            }

            .newsHomeList .item .desc {
                margin: 5px 0;
                padding: 0;
                color: #333;
                font-size: 9pt;
                line-height: 16px;
                max-height: 48px;
                overflow: hidden;
            }


    .newsList {
        margin-top: 15px;
    }

        .newsList .item {
            margin-bottom: 15px;
            padding: 0 0 0 100px;
            min-height: 60px;
        }

            .newsList .item img {
                width: 90px;
                /*position: relative;
                margin-bottom: 5px;*/
            }

            .newsList .item a.title {
                font-size: 9pt;
                line-height: 16px;
            }

            .newsList .item .desc {
                margin: 5px 0;
                padding: 0;
                font-size: 8pt;
                line-height: 16px;
                height: 32px;
                overflow: hidden;
            }

            .newsList .item .more {
                display: none;
            }



    ul.newsSmallList {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        ul.newsSmallList li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #DDDDDD;
            width: 100%;
            float: left;
            min-height: 50px;
        }

            ul.newsSmallList li a {
                display: block;
                font-size: 9pt;
                line-height: 16px;
                color: #333;
                position: relative;
                padding: 0 0 0 100px;
            }

            ul.newsSmallList li img {
                position: absolute;
                top: 0;
                left: 0;
                width: 90px;
                display: block;
                margin: 0;
            }



    #boxMapShowroom {
    }

    #boxContent header h1.title {
        font-size: 15pt;
        font-family: 'UTMAvoBold';
        color: #00761d;
        line-height: 25px;
    }

    #boxContact {
        margin-top: 0;
    }

    .fh5co-heading h2 {
        font-size: 12pt;
        padding: 5px 0;
        margin: 0 auto 5px;
        line-height: 20px;
    }

    .fh5co-heading:after {
        margin: 0 auto 0;
    }

    .fh5co-heading > p {
        font-size: 10pt;
        margin-bottom: 5px;
        line-height: 16px;
    }

    .fh5co-heading-product:before {
        width: 50px;
    }

    .fh5co-heading-product h1, .fh5co-heading-product h2 {
        font-size: 12pt;
        padding: 5px 0;
        margin: 0 auto 5px;
        line-height: 20px;
    }

    #boxContact .fh5co-heading h2 {
        font-size: 16pt;
        margin: 0 auto 5px;
    }

    .boxMenuLeft .title-heading {
        font-size: 12pt;
        padding: 5px 0;
        margin: 0 auto 5px;
        line-height: 20px;
    }

    .productDisplay {
        font-size: 9pt;
        margin-bottom: 5px;
    }

    .product .desc h3 {
    }

        .product .desc h3 a {
            font-size: 9pt;
            line-height: 16px;
        }

    .projectList .item {
        margin: 15px auto;
    }

        .projectList .item .desc {
            padding: 15px;
            margin-top: 0;
            width: 100%;
            margin: 0;
        }

    .thumbnails {
        margin: 5px;
    }
}

@media (max-width: 575.98px) {
}
