/* ===== Header style ===== */


.pc-header .topbar {
    background: #e02622;
}

.pc-header .topbar .form-search {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    transition: width 300ms ease-in-out;
}

.pc-header .topbar .form-search input {
    width: 100%;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    -moz-appearance: none;
    border-color: #eee;
    height: 25px;
    line-height: 1.5;
    border-radius: 0.2rem;
    padding-right: 30px;
}

.pc-header .topbar .form-search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 30px;
    border-radius: 0 5px 5px 0 !important;
    color: #E21D24;
    text-align: center;
    line-height: 25px;
    background-color: #fff;
}

.pc-header .topbar .hd-contact ul li,
.pc-header .topbar .hd-social ul li {
    float: left;

}

.pc-header .topbar .hd-contact ul li > a,
.pc-header .topbar .hd-social ul li > a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-family: 'Roboto';
}

.pc-header .topbar .hd-contact ul li {
    margin-right: 20px;
    position: relative;
    padding-left: 20px;

}

.pc-header .topbar .hd-contact ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
}

.pc-header .topbar .hd-contact ul li.hotline:before {
    content: '\f095';
}

.pc-header .topbar .hd-contact ul li.email:before {
    content: '\f0e0';
}

.pc-header .topbar .hd-social ul li {
    margin-left: 20px;
}

#header .wrap {
    position: relative;
    padding: 5px 0;
    transition: all .3s;
    background: #fff;
}

#header.fix {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#header.fix .wrap {
    padding: 10px 0;
}


#header.fix .logo {
    line-height: 0;
    height: auto;
    width: 120px !important;
    top: 0 !important;
}

@media (min-width: 479px) and (max-width: 959px) {
    #header.fixed {
        padding-top: 50px;
    }
}

@media (min-width: 959px) {
    #header.fixed {
        position: fixed;
        left: 0px;
        top: 75px;
        z-index: 2000;
        width: 100%;
    }

    #header .logo {
        text-align: center;
        /*line-height: 160px;*/
        -webkit-border-radius: 102px 103px 103px 102px/74px;
        -moz-border-radius: 102px 103px 103px 102px/74px;
        border-radius: 102px 103px 103px 102px/74px;
    }

}

#header.fixed .logo {
    top: 0px !important;
}

@media (max-width: 479px) {
    #header .logo {
        max-width: 90px
    }
}

/*@media (min-width: 479px) {*/
/*	#header .logo {*/
/*		position: absolute;*/
/*		z-index: 100;*/
/*		left: 50%;bottom: initial;top: -25px;*/
/*		-webkit-transform: translateX(-50%);*/
/*		-ms-transform: translateX(-50%);*/
/*		-o-transform: translateX(-50%);*/
/*		transform: translateX(-50%);*/
/*		top:-30px;*/
/*	}*/
/*}*/

@media (max-width: 415px) {
    #header {
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    }

    #header .logo {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        left: 50%;
        bottom: initial;
        top: -25px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 84px;
        top: 3px;

    }
}


@media (max-width: 479px) {
    #header .logo {
        margin: 0 auto
    }
}

#header .middle {
    background: #fff;
}

#header .middle-1 .item {
    display: block;
}

#header .middle-1 .language {
    margin-left: 15px;
}

#header .middle-1 .cart {
    position: relative;
    padding-right: 5px;
}

#header .middle-1 .cart .quantity {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #dfa92f;
    color: #fff;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    right: -5px;
    top: -5px;
}

.middle .hotline {
    display: inline-block;
    background-image: url(/templates/frontend/resources/img/btn-image.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    font-family: 'Roboto-Bold';
    text-transform: capitalize;
}

.middle .hotline:hover {
    color: #fff;
}

#header .navigation {
    width: 100%;
}

#header .navigation ul.main {
    float: none;
}

#header .navigation li.main .link {
    font-family: 'Roboto-Bold', sans-serif;
}

/*#header .navigation li.main:nth-of-type(4) {margin-right: 336px;}*/
#header .navigation li.main > .link {
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #2C2551;
    font-weight: bold;
    height: auto;
    border: none;
    box-shadow: none;
    z-index: 150;
    padding: 15px 20px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#header .navigation li.main:last-child > .link {
    padding-right: 0;
}

#header .navigation li.main:first-child > .link {
    padding-left: 0;
}

/*@media (min-width: 1200px) {#header .navigation {padding-left: 50px;}}*/
@media (max-width: 1199px) {
    /*#header .navigation li.main:nth-of-type(4) {margin-right: 210px;}*/
    #header .navigation li.main > .link {
        padding: 15px;
    }
}

#header .navigation li.main:hover:before {
    opacity: 1;
    z-index: 100;
}

#header .navigation li.main:hover > .link {
    color: #ce171e;
    background: rgba(255, 255, 255, 1);
}

#header .navigation ul.sub-1 {
    position: absolute;
    padding: 5px 10px;
    left: 0px;
    bottom: initial;
    top: 100%;
    min-width: 230px;
    visibility: hidden;
    -webkit-transform: translateY(150px) scale(0);
    -o-transform: translateY(150px) scale(0);
    transform: translateY(150px) scale(0);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 2px #ccc, -1px 1px 2px #959595;
}

.sub-2 {
    position: absolute;
    padding: 5px 10px;
    top: 0px;
    bottom: initial;
    left: 100%;
    min-width: 230px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 2px #ccc, -1px 1px 2px #959595;
    display: none;
}

.sub-2 li {
    border-bottom: 1px solid #ccc;
}

.sub-2 li > * {
    padding: 10px 10px 10px 5px !important;
    display: block;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 14px;
    font-weight: 600;
}

.sub-2 li > *:hover {
    padding-left: 10px;
    color: #ce171e;
}

#header .navigation ul.sub-1 li:hover .sub-2 {
    display: block;
}

#header .navigation li.sub-1 {
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#header .navigation li.sub-1:nth-child(n+2) {
    border-top: 1px solid #e1e1e1;
}

#header .navigation li.sub-1:before {
    content: '\f105';
    font-family: FontAwesome;
    opacity: 0;
    visibility: visible;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 13px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#header .navigation li.sub-1 > .link {
    padding: 10px 10px 10px 5px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#header .navigation li.main:hover > ul.sub-1 {
    -webkit-animation: dropMenu .5s ease-in-out forwards;
    -moz-animation: dropMenu .5s ease-in-out forwards;
    animation: dropMenu .5s ease-in-out forwards;
}

#header .navigation li.sub-1:hover {
    padding-left: 10px;
}

#header .navigation li.sub-1:hover:before {
    opacity: 1;
    visibility: visible;
    color: #ce171e;
}

#header .navigation li.sub-1 > .link:hover {
    color: #ce171e;
}

@media (max-width: 959px) {
    #header .middle {
        padding: 15px 0;
    }
}

@keyframes dropMenu {
    0% {
        -webkit-transform: translateY(150px) scale(1);
        -o-transform: translateY(150px) scale(1);
        transform: translateY(150px) scale(1);
    }
    100% {
        z-index: 1000;
        visibility: visible;
        -webkit-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

.header-toolbox {
    /* position:absolute; */
    /* right:160px; */
    /* top:9px; */
    margin-left: 20px;
}

.pc-search .open-search {
    width: 20px;
    height: 21px;
    background: url(img/icon-search-complete.png) 0px 0px no-repeat;
    text-indent: -99999px;
    /* filter: brightness(0) invert(1); */
}

.pc-search .wrap-form {
    top: 42px !important;
    padding: 10px;
    width: 300px;
    background: #fff;
    border-top: 3px solid #f15922;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pc-search .form {
    position: relative;
    padding-right: 50px;
}

.pc-search .form .input-text {
    position: relative;
    padding: 0 10px;
    height: 34px;
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
}

.pc-search .form .input-text:focus,
.pc-user .form .input-text:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.pc-search .form .btn-submit {
    display: block;
    position: absolute;
    width: 50px;
    height: 34px;
    top: 0px;
    left: initial;
    right: 0px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    cursor: pointer;
}

.pc-search .form .input-text::-webkit-input-placeholder,
.pc-user .form .input-text::-webkit-input-placeholder {
    color: #848484;
    font-size: 13px;
}

.pc-search .form .input-text::-moz-placeholder,
.pc-user .form .input-text::-moz-placeholder {
    color: #848484;
    font-size: 13px;
}

.pc-search .form .input-text:-ms-input-placeholder,
.pc-user .form .input-text:-ms-input-placeholder {
    color: #848484;
    font-size: 13px;
}

.pc-search .form .input-text:-moz-placeholder,
.pc-user .form .input-text:-moz-placeholder {
    color: #848484;
    font-size: 13px;
}

/* ===== Mobile header ===== */
.mobile-header {
    position: relative;
    background: #fff;
    z-index: 5;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.mobile-header .upper {
    position: relative;
    padding: 5px 15px;
}

.mobile-header .logo {
    width: 170px;
}

.mobile-header .moblie-menu-btn {
    left: initial;
    right: 15px;
}

@media (max-width: 567px) {
    .mobile-header .logo {
        width: 100px;
    }
}


.page-body {
    background: #fff;

}

/* breadcrumb */


/* ReadMORE */
.readmore {
}

.readmore .readmore-btn {
    display: inline-block;
    background: rgba(226, 6, 46, 1);
    background: -moz-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 6, 46, 1)), color-stop(57%, rgba(252, 178, 4, 1)), color-stop(100%, rgba(252, 178, 4, 1)));
    background: -webkit-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: -o-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: -ms-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: linear-gradient(to right, rgba(226, 6, 46, 1) 0%, rgb(226, 6, 46) 57%, rgba(252, 178, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2062e', endColorstr='#fcb204', GradientType=1);
    padding: 5px 25px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

/* Heading */
.heading-1 {
    text-transform: uppercase;
    padding-bottom: 30px;
    font-size: 26px;
    text-align: center;
    font-family: 'Roboto-Bold';
    position: relative;
    margin-bottom: 30px;
    line-height: 1.2;
}

.heading-1 > * {
    color: #333;

}

.heading-1:before {
    content: '';
    display: block;
    width: 32px;
    height: 14px;
    background: #fff url('img/icon-heading.png') 10px 0% no-repeat;
    position: absolute;
    top: initial;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    padding-right: 10px;
    padding-left: 10px;
    z-index: 5;
}

.heading-1:after {
    content: '';
    display: block;
    position: absolute;
    top: initial;
    left: 0;
    bottom: 6px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}

.heading-2 {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;

}

.heading-2 > * {
    color: #333;
}

.heading-2:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ce171e;
    top: initial;
    left: 0;
    bottom: 0;
    position: absolute;
}


/* BODY */

/* --------------------------------------------------- */
/*homepage intro*/
/*
.homepage-intro {
}

.homepage-intro .thumb {
}

.homepage-intro .thumb .image {
    height: auto;
}

.homepage-intro .thumb .image img {
    height: auto;
    width: 100%;
}

.homepage-intro .info {
    text-align: right;
    padding-top: 70px;
    padding-right: 160px;
}

.homepage-intro .info .title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}

.homepage-intro .info .title:before {
    content: '';
    display: block;
    right: 0;
    top: initial;
    bottom: 0;
    height: 4px;
    width: 61px;
    background: #e7af17;
    position: absolute;
}

.homepage-intro .info .title > * {
    color: #333;
}

.homepage-intro .info .title > *:hover {
}

.homepage-intro .info .description {
    text-align: right !important;
    margin: 0 0 30px 0;
}

.homepage-intro .info .description * {
    font-family: 'Roboto';
    font-size: 15px;
}

.homepage-intro .readmore a{
    font-size: 14px;
}
*/

.homepage-intro {
    background-image: url(/templates/frontend/resources/img/bg-12-cr-1800x900.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-intro .info {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.homepage-intro .info .title {
    color: #E21D24;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 1.2;
    background: -webkit-linear-gradient(#b5171d, #E21D24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 20px;
}

.homepage-intro .info .title:after, .homepage-intro .info .title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.homepage-intro .info .title:before {
    background-color: #E21D24;
    bottom: 10px;
    left: calc(50% - 5px);
}

.homepage-intro .info .title:after {
    background-color: #2C2551;
    bottom: 0;
    left: calc(50% + 5px);
}

.homepage-intro .info .description {
    font-size: 16px;
}

.homepage-chatluong {
    margin: 20px auto;
}

@media screen and (min-width: 960px) {
    .homepage-chatluong {
        margin: 50px auto;
    }
}

.homepage-chatluong .main-image {
}

.homepage-chatluong .main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.homepage-chatluong .list-chatluong {
}

.chatluong-item {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px;
}

.chatluong-item .img {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
}

.chatluong-item .img img {
    display: block;
    object-fit: scale-down;
}

.chatluong-item .info {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 5px;
}

.chatluong-item .info .title {
    color: #e02622;
    font-size: 17px;
    font-weight: bold;
}

/*homepage product*/
.homepage-product {
    padding: 35px 0;
}

.homepage-product .panel-head {
    text-align: center;
    margin: 0 0 30px 0;
}

.list-child {
    display: inline-block;
}

.list-child li {
    float: left;
    margin-right: 15px;
}

.list-child li > * {
    font-family: 'Roboto-Bold';
    color: #333;
    font-size: 13px;
    display: block;
    padding: 5px 20px;
}

.list-child li:hover > *,
.list-child li.active > * {
    color: #fff;
    display: block;
    background: #ce171e;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.list-product {
}

.list-product .product {
}

.list-product .product:hover .info {
    /* -webkit-box-shadow: rgb(153, 153, 153) 0px 9px 18px; */
    /* -moz-box-shadow: rgb(153, 153, 153) 0px 9px 18px; */
    /* box-shadow: rgb(153, 153, 153) 0px 9px 18px; */
    /* transition:all 0.5s ease; */
    /* -webkit-transition:all 0.5s ease; */
    /* -moz-transition: all 0.5s ease; */
}

.list-product .thumb {
}

.list-product .thumb .image {
    height: 325px;
}

.list-product .info {
    padding: 35px 15px 25px 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.list-product .info .title {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: bold;
    text-align: center;

}

.list-product .info .title > * {
    color: #333;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.list-product .info .title > *:hover {
    color: #ce171e;
}

.list-product .info .description {
    font-weight: bold;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    margin: 0 0 10px 0;
}

.list-product .info .wrap-price {
    text-align: center;
}

.list-product .info .wrap-price .new-price {
    color: red;
    font-weight: bold;
    font-family: 'Roboto-Bold';
}

.list-product .info .wrap-price .old-price {
    font-family: 'Roboto';
    text-decoration: line-through;
    color: #fff;
}


/* homepage-proejct */
.homepage-project {
    padding: 30px 0;
    background: #fff;
}

.homepage-project .panel-head {
    text-align: center;
    margin: 0 0 30px 0;
}

.homepage-project .panel-head .heading-1:before {
    background: #fff url(img/icon-heading.png) 10px 0% no-repeat;
}

.list-gallery {
}

.list-gallery li {
    margin: 0 0 10px 0;
}

.list-gallery .thumb {
    position: relative;
}

.list-gallery .thumb .image {
    height: 275px;
}

.list-gallery .thumb .overlay {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px 15px;
    background: rgba(4, 4, 4, 0.63);
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.list-gallery .thumb .overlay .info {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 20px;
}

.list-gallery .thumb .overlay .info .title {
}

.list-gallery .thumb .overlay .info .title > * {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    text-transform: uppercase;
}

.list-gallery .thumb .overlay .info .description {
    color: #fff;
    font-family: 'Roboto';
}

.list-gallery .thumb .overlay .info .title > *:hover {
    color: #ce171e;
}

@media (min-width: 960px) {
    .list-gallery .gallery:hover .overlay {
        opacity: 1;
        z-index: 5;
    }
}

/* customer */
/* CUSTOMER */
.customer {
    padding: 30px 10px 20px 15px;
    background: #050505;
}

.customer .panel-head {
    font-family: 'HTVietNam SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.customer .panel-body {
}

.customer .panel-body .content {
}

.customer .panel-body .content * {
    color: #fff;
    font-family: 'Roboto';
    text-align: center;
    font-size: 13px;
    margin: 0 0 30px 0;
}

.customer .panel-body .thumb {
    text-align: center;
}

.customer .panel-body .thumb .image {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.customer .panel-body .thumb .image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.customer .panel-body .infor {
    margin: 20px 0 0 0;
    text-align: center;
}

.customer .panel-body .infor .title {
    text-align: center;
    font-family: 'HTVietNam SemiBold';
    font-size: 16px;
}

.customer .panel-body .infor .title > * {
    color: #f15922;
}

.customer .panel-body .infor .description {
    font-family: 'Roboto';
    color: #fff;
}

/* homepage why us */
/* >>>>>>WHY US <<<<<<<<< */
.home-whyus {
    position: relative;
    background: #fff;
    padding: 30px 0;
}

.home-whyus .list-whyus {
    text-align: center;
}

.home-whyus .list-whyus .article {
    position: relative;
    z-index: 5;
}

.home-whyus .list-whyus .thumb {
    margin: 0 0 10px 0;
}

.home-whyus .list-whyus .thumb .image {
    height: 80px;
}

.home-whyus .list-whyus .info {
}

.home-whyus .list-whyus .info .title {
    font-size: 20px;
}

.home-whyus .list-whyus .info .title > * {
    color: #333;
}

.home-whyus .list-whyus .info .description {
    font-size: 14px;
    color: #333;
    line-height: 168%;
    font-family: 'Roboto';
}

.home-whyus .article {
}

.home-whyus .article .thumb {
    width: 750px;
    float: left;
}

.home-whyus .article .thumb .image {
    height: 241px;
}

.home-whyus .article .info {
    float: left;
    width: calc(100% - 750px);
    width: -webkit-calc(100% - 750px);
    width: -moz-calc(100% - 750px);
    width: -o-calc(100% - 750px);
    padding-left: 30px;
}


.home-whyus .article .info .title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
}

.home-whyus .article .info .title:beofre {
}

.home-whyus .article .info .title > * {
}

.home-whyus .article .info .title > *:hover {
}

.home-whyus .article .info .description {
    font-family: 'Roboto';
    line-height: 30px;
    font-size: 17px;
}

.home-whyus .panel-foot {
    margin-top: 30px;
}

.home-whyus .panel-foot .uk-flex:hover .image {
    background: #ce171e;
}

.home-whyus .panel-foot .thumb {
    margin-right: 20px;
}

.home-whyus .panel-foot .thumb .image {
    -webkit-transition: @transition;
    -moz-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}

.home-whyus .panel-foot .text {
}

.home-whyus .panel-foot .text .number {
    line-height: 50px;
    font-family: 'Roboto-Bold';
    color: #ce171e;
    font-size: 40px;
}

.home-whyus .panel-foot .text .label {
    font-size: 17px;
}

@media (max-width: 768px) {
    .home-whyus .article .thumb {
        width: 350px;
    }

    .home-whyus .article .info {
        width: calc(100% - 350px);
        width: -webkit-calc(100% - 350px);
        width: -moz-calc(100% - 350px);
        width: -o-calc(100% - 350px);
    }

    .home-whyus .panel-foot .list-know li {
        margin: 0 0 15px 0;
    }
}

@media (max-width: 415px) {
    .home-whyus .article .thumb {
        float: none;
        width: 100%;
    }

    .home-whyus .article .info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.list-services {
}

.list-services li {
    margin: 0 0 20px 0;
}

.list-services .article {
}

.list-services .article .thumb {
    width: 100% !important;
    float: none;
    margin: 0 0 10px 0;
}

.list-services .article .thumb .image {
    /* height:98px; */
    display: block;
}

.list-services .article .thumb .info {
    width: 100% !important;
    float: none;
}

.list-services .article .info .title {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 14px;
}

.list-services .article .info .title > * {
    color: #ff6600;
}

.list-services .article .info .title > *:hover {
}

.list-services .article .info .list-small-services {
    margin: 20px 0 0 0;
}

.list-services .article .info .list-small-services li {
    margin: 0 0 5px 0;
}

.list-services .article .info .list-small-services li a {
    font-family: 'Roboto';
    font-size: 14px;
    color: #333;
}

/* --- */
.prd-cataloguepage {
}

.prd-cataloguepage .panel-head {
    margin: 0 0 40px 0;
}

.prd-cataloguepage .cat-description {
    font-family: 'Roboto-Bold';
    background: #ce171e;
    padding: 30px;
    margin: 0 0 30px 0;
}

.prd-cataloguepage .cat-description * {
    color: #fff !important;
}

.prd-cataloguepage .list-product .thumb .image {
    height: 213px;
}

.prd-cataloguepage .list-product .info .title {
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading-cat {
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    padding-bottom: 15px;
    position: relative;
}

.heading-cat:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ce171e;
    position: absolute;
    left: 0;
    top: initial;
    bottom: 0;
}

.heading-cat > * {
    color: #333;
}

/* homepage news */
.homepage-news {
    padding: 30px 0;
    background: #fff;
}

.homepage-news .panel-head {
    margin: 0 0 25px 0;
}

.homepage-news .list-article {
}

.homepage-news .list-article .thumb {
}

.homepage-news .list-article .thumb .image {
    height: 250px;
}

.homepage-news .list-article .info {
    padding: 10px;
    background: #f7f7f7;
}

.homepage-news .list-article .info .title {
    font-family: 'Roboto-Bold';
    font-size: 15px;

}

.homepage-news .list-article .info .title > * {
    color: #333;
}

.homepage-news .list-article .info .description {
    font-family: 'Roboto';
    font-size: 14px;
    margin: 0 0 10px 0;
}

.homepage-news .list-article .info .title > *:hover {
    color: #ce171e;
}

.homepage-news .list-article .info .view-more {

}

.homepage-news .list-article .info .view-more .viewmore-btn {
    color: #ce171f;
    text-decoration: underline;
    font-family: 'Roboto';
}

/* >>>>> Article catalogue <<<<< */
.artcatalogue,
.artsame {
    margin: 0 0 25px 0;
}

.artcatalogue .heading,
.artsame .heading {
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ce171e;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto-Bold';
    line-height: 24px;
    text-transform: uppercase;
}

.artcatalogue .heading > *,
.artsame .heading > *,
.videos-catalogues .heading > * {
    color: #333;
}

.artcatalogue .list-article > li {
    margin-bottom: 15px;
}

.artcatalogue .article .thumb {
    float: left;
    width: 335px;
}

.artcatalogue .article .infor {
    float: right;
    width: -webkit-calc(100% - 335px);
    width: -moz-calc(100% - 335px);
    width: -ms-calc(100% - 335px);
    width: -o-calc(100% - 335px);
    width: calc(100% - 335px);
    padding-left: 15px;
}

.artcatalogue .article .title {
    margin: 0 0 10px 0;
    max-height: 40px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artcatalogue .article .title a {
    color: #333;
}

.artcatalogue .article .title a:hover {
    color: #e42323;
}

.artcatalogue .article .meta {
    margin: 0 0 8px 0;
    color: #999;
    font-size: 13px;
    line-height: 18px;
}

.artcatalogue .article .meta > * {
    display: block;
}

.artcatalogue .article .meta > * + * {
    margin-left: 15px;
}

.artcatalogue .article .description {
    max-height: 66px;
    color: #444;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artcatalogue .article .viewmore {
    margin-top: 20px;
}

.artcatalogue .article .viewmore a {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    background: #c51b1b;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -ms-border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    border-radius: 3px 3px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.artcatalogue .panel-foot {
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px dotted #bababa;
}

@media (min-width: 1220px) {
    .artcatalogue,
    .artsame {
        margin: 0 0 35px 0;
    }

    .artcatalogue .list-article > li {
        margin-bottom: 30px;
    }

    .artcatalogue .article .infor {
        padding-left: 25px;
    }

    .artcatalogue .article .image {
        height: 195px;
    }
}

@media (max-width: 1220px) {
    #article-page,
    #product-page {
        padding: 0 0 25px 0;
    }

    .artcatalogue .article .thumb {
        width: 265px;
    }

    .artcatalogue .article .infor {
        width: -webkit-calc(100% - 265px);
        width: -moz-calc(100% - 265px);
        width: -ms-calc(100% - 265px);
        width: -o-calc(100% - 265px);
        width: calc(100% - 265px);
    }

    .artcatalogue .article .title {
        font-size: 15px;
    }

    .artcatalogue .article .viewmore {
        display: none;
    }
}

@media (max-width: 960px) {
    #product-page {
        padding: 0 0 20px 0;
    }
}

@media (min-width: 700px) and (max-width: 960px) {
    .artcatalogue .article .image {
        height: 155px;
    }
}

@media (max-width: 767px) {
    #product-page {
        padding: 0 0 15px 0;
    }
}

@media (max-width: 700px) {
    .artcatalogue .article .thumb {
        width: 200px;
    }

    .artcatalogue .article .infor {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -ms-calc(100% - 200px);
        width: -o-calc(100% - 200px);
        width: calc(100% - 200px);
    }

    .artcatalogue .article .title {
        margin: 0 0 8px 0;
        font-size: 14px;
    }

    .artcatalogue .article .meta {
        display: none;
    }

    .artcatalogue .article .image {
        height: 125px;
    }
}

@media (max-width: 567px) {
    .artcatalogue .heading {
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .artcatalogue .article .thumb {
        width: 40%;
    }

    .artcatalogue .article .image {
        height: 110px;
    }

    .artcatalogue .article .infor {
        width: 60%;
        padding-left: 12px;
    }

    .artcatalogue .article .title {
        max-height: 36px;
        margin: 0 0 5px 0;
        font-size: 13px;
        line-height: 18px;
    }

    .artcatalogue .article .description {
        max-height: 54px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 479px) {
    .artcatalogue .list-article > li {
        margin-bottom: 10px;
    }

    .artcatalogue .article .image {
        height: 100px;
    }

    .artcatalogue .article .title {
        font-size: 12px;
    }

    .artcatalogue .article .description {
        font-size: 12px;
    }
}

/* >>>>> Article detail <<<<< */
.art-detail {
    margin: 0 0 25px 0;
}

.art-detail .panel-body {
    margin: 0 0 20px 0;
}

.art-detail .share-box {
    margin: 0 0 10px 0;
}

.art-detail .share-box > * + * {
    margin-left: 5px !important;
}

.art-detail .heading {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 20px;
    line-height: 26px;
}

.art-detail .article {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.art-detail .article img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto 15px auto !important;
}

.art-detail .description {
    font-weight: bold;
}

.art-detail .description *,
.art-detail .content * {
    font-family: 'Roboto-Bold' !important;
    font-size: 14px !important;
    line-height: 168% !important;
}

@media (min-width: 1220px) {
    .art-detail {
        margin: 0 0 35px 0;
    }

    .art-detail .heading {
        font-size: 22px;
        line-height: 30px;
    }
}

/* >>>>> Article same <<<<< */
.artsame .list-article > li {
    margin-bottom: 15px;
}

.artsame .article .thumb {
    margin: 0 0 5px 0;
}

.artsame .article .title {
    margin: 0;
    max-height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* text-align: center; */
}

.artsame .article .title a {
    color: #333;
    font-size: 18px;
}

.artsame .article .title a:hover {
    color: #0088cc;
}

@media (min-width: 960px) {
    .artsame {
        margin-bottom: 15px !important;
    }

    .artsame .heading {
        margin: 0 0 20px 0;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1220px) {
    .artsame {
        margin-bottom: 25px !important;
    }

    .artsame .article .image {
        height: 185px;
    }

    .artsame .article .thumb {
        margin: 0 0 10px 0;
    }
}

@media (min-width: 767px) and (max-width: 1220px) {
    .artsame .article .image {
        height: 165px;
    }
}

@media (min-width: 567px) and (max-width: 767px) {
    .artsame .article .image {
        height: 185px;
    }
}

@media (min-width: 479px) and (max-width: 567px) {
    .artsame .article .image {
        height: 140px;
    }
}

@media (max-width: 479px) {
    .artsame .list-article {
        margin-left: -10px;
    }

    .artsame .list-article > li {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .artsame .article .title {
        font-size: 15px;
    }

    .artsame .article .image {
        height: 110px;
    }
}

@media (max-width: 350px) {
    .artsame .article .image {
        height: 90px;
    }
}


/* homepage news */
.home-news {
}

.home-news .panel-head .description * {
    font-family: 'Roboto' !important;
    font-size: 15px !important;
    line-height: 168% !important;
}

.list-news .thumb {
    margin: 0 0 10px 0;
}

.list-news .info {
    text-align: center;
}

.list-news .info .title * {
    color: #333333;
    font-family: 'Roboto-Bold';
    letter-spacing: 0.5px;
    font-size: 16px;
}

.list-news .info .title *:hover {
    color: #ec667e;
}

/* Product detail */
.prd-detail {
    margin: 0 0 15px 0;
}

.prd-detail .panel-head, .prd-detail .panel-body {
    margin-bottom: 10px;
}


.prd-gallerys .slider .product .thumb {
    margin-bottom: 0 !important;
}

.prd-gallerys .slider .product .thumb .image {
    height: 360px;
}

.homepage-gallery .prd-gallerys .slider .product .thumb .image {
    height: 395px;
}

.prd-gallerys .lSSlideOuter .lSPager.lSGallery li {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #af8349;
}

.prd-gallerys .lSSlideOuter .lSPager.lSGallery li a {
    margin: 0;
    display: block;
    padding: 2px;
    -webkit-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    -moz-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    -ms-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    -o-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    height: 81px;
}

.prd-gallerys .lSSlideOuter .lSPager.lSGallery li a img {
    object-fit: scale-down;
    display: block;
    width: 100%;
    height: 100%;
}

.prd-detail .prd-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.prd-detail .prd-infor .meta {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c8c8c8;
}

.prd-detail .prd-price {
    font-size: 15px;
    line-height: 20px;
    font-family: 'UTM Avo Bold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #e51b24;
}

.prd-detail .prd-infor .rate {
    font-size: 14px;
    color: #ffc000;
    letter-spacing: 1px;
}

.prd-detail .prd-excerpt {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.prd-detail .prd-excerpt ul {
    list-style: none
}

.prd-detail .prd-excerpt ul li {
    position: relative;
    padding-left: 20px;
    background: url(img/icon_batquai.png) 0px 4px no-repeat;
}

.prd-detail .prd-excerpt ul li + li {
    margin-top: 5px;
}

.prd-detail .prd-description {
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-family: 'Roboto';
}

.prd-detail .prd-description p {
    margin: 0 0 5px 0;
}

.prd-detail .prd-property {
    margin: 0 0 15px 0;
}

.prd-detail .prd-property .btn {
    float: left;
    display: block;
    height: 42px;
    background: url(img/bg-buy-now.png) center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 42px;
    width: 212px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.prd-detail .prd-property .btn.btn-add-to-cart {
    background: url(img/bg-add-to-cart.png) center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.prd-detail .prd-property .btn + .btn {
    margin-left: 10px;
}

.prd-detail .nav-tabs li {
    float: left;
    position: relative;
    padding: 10px 25px;
    bottom: -3px;
    z-index: 5;
    border: 1px solid transparent;
    border-top: 4px solid transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.prd-detail .nav-tabs li:hover {
    color: #d04700;
}

.prd-detail .nav-tabs li.uk-active {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: 2px solid #b11e24;
    border-bottom-color: #fff;
    color: #b11e24;
    font-family: 'Roboto-Bold';
    letter-spacing: 0.5 ps;
}

.prd-detail .suggest-list {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    border-top: 1px solid #ccc;
}

.prd-detail .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #c8c8c8;
}

.prd-content-mobile {
    margin-bottom: 10px;
}

.prd-content-mobile ul > li + li {
    margin-top: 5px;
}

.prd-content-mobile .accordion-label {
    display: block;
    position: relative;
    padding: 8px 15px;
    background: #f6f7f8;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.prd-content-mobile .accordion-label:before {
    content: "\f054";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 12px;
    color: #666;
    left: initial;
    right: 10px;
    top: 8px;
}

.prd-content-mobile .accordion-label.uk-active:before {
    content: "\f078";
    color: #fff;
}

.prd-content-mobile .accordion-label.uk-active {
    border-color: #d04700;
    background: #d04700;
    color: #fff;
}

.prd-content-mobile .accordion-content {
    margin-top: 10px;
    padding: 15px 10px 10px 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.prd-infor .subtitle {
    color: #007ff0;
    font-size: 14px;
    font-family: 'Roboto';
    margin: 0 0 10px 0;
    font-style: italic;
    position: relative;
    padding-left: 25px;
}

.prd-infor .subtitle:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background: url(img/gift.png) no-repeat;
    background-size: 100%;
}

.prd-icon {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d3d3;
    padding: 0 0 10px 0;
}

.prd-icon li {
    float: left;
    margin-right: 10px;
}

.prd-icon li * {
    font-size: 13px;
    color: #333333;

}

.prd-icon li span > b {
    font-family: 'Roboto'
}

.detail-info {
}

.detail-info .right {
    padding-left: 10px;
}

.detail-info .right .list-detail-support {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d4d3d3;
}

.detail-info .right .list-detail-support li {
    position: relative;
    padding: 2px 0;
}

.detail-info .right .list-detail-support li .article {
}

.detail-info .right .list-detail-support li .article .icon {
    width: 35px;
    float: left;
    vertical-align: middle;
}

.detail-info .right .list-detail-support li .article .icon img {
    width: 100%;
    height: 100%;
}

.detail-info .right .list-detail-support li .article .detail {
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    float: left;
    padding-left: 5px;
}

.detail-info .right .list-detail-support li h5 {
    font-family: 'Roboto-Bold';
    font-size: 14px;
    tex-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.detail-info .right .list-detail-support li {
    font-style: italic;
    font-size: 13px;
    font-family: 'Roboto';
}

.detail-info .left {
    padding-right: 10px;
    border-right: 1px solid #d4d3d3;
    height: 100%;
}

.detail-info .left p {
    font-family: 'Roboto';
    font-size: 15px;
}

.detail-info .left p span.label {
    width: 60px;
    color: #999;
    display: inline-block;
}

.detail-info .left p span.main-price {
    color: #ce171e;
    font-size: 20px;
    font-family: 'Roboto-Bold';
}

.detail-info .left p span.value {
}

.detail-info .left p span.percent {
    color: #63c54c;
}

.prd-description {
    border-top: 1px solid #d4d3d3;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

.prd-description,
.prd-description * {
    font-size: 13px;
    font-family: 'Roboto';
}

@media (min-width: 1220px) {
    .prd-detail {
        margin: 0 0 25px 0;
    }

    .prd-detail .panel-head {
        margin-bottom: 30px;
    }

    .prd-detail .panel-body {
        margin-bottom: 20px;
    }

    .prd-detail .prd-title {
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 35px;
        font-family: 'Roboto-Bold';
        letter-spacing: 0.5px;
    }

    .prd-detail .prd-infor .meta {
        margin: 0 0 20px 0;
    }

    .prd-detail .prd-price {
        font-size: 16px;
        font-family: 'Roboto-Bold';
    }

    .prd-detail .prd-description {
        margin: 0 0 25px 0;
    }

    .prd-detail .prd-property {
        margin: 0 0 25px 0;
    }
}

@media (min-width: 960px) and (max-width: 1220px) {
    .prd-detail .prd-property .btn {
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        width: calc(50% - 5px);
    }
}

@media (max-width: 567px) {
    .prd-detail .prd-property .btn {
        float: none;
        width: 150px;
        height: 32px;
        line-height: 32px;
    }

    .prd-detail .prd-property .btn + .btn {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 767px) {
    .prd-detail .prd-gallerys {
        margin-bottom: 10px;
    }
}

.prd-detail .prd-buy {
    position: relative;
    margin-bottom: 15px;
}

.prd-detail .prd-buy .wrap-quantity {
    display: block;
    position: relative;
    width: 60px;
    margin: 0 15px;
}

.prd-detail .prd-buy .input-text {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
}

.prd-detail .prd-buy .btn {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 15px;
    left: initial;
    right: 5px;
    color: #898989;
}

.prd-detail .prd-buy .abatement {
    top: 0px;
}

.prd-detail .prd-buy .augment {
    bottom: 0px;
}

.prd-detail .prd-buy .status {
    display: block;
    position: relative;
    padding-left: 25px;
    background: url(img/Cart-Y.png) 0px 50% no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #009688;
}

.prd-detail .share-box {
    margin: 0 0 5px 0;
}

.prd-detail .btn-groups {
    margin-left: -15px;
    margin-bottom: 10px;
}

.prd-detail .btn-groups > li {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.prd-detail .btn-groups .btn {
    display: block;
    position: relative;
    padding: 10px 10px 10px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.prd-detail .btn-groups .btn:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0px;
    left: 0px;
}

.prd-detail .btn-groups .btn-buy {
    background: #da251c;
    font-family: 'Roboto-Bold' !important;
    text-transform: uppercase;
}

.prd-detail .btn-groups .btn-buy:before {
    background: url(img/ShoppingCart-32.png) 50% 50% no-repeat;
    border-right: 1px solid #e16055;
}

/* ######################## Article ######################## */
.artcatalogue {
    margin-bottom: 25px !important;
}

.artcatalogue .panel-body {
    padding: 0 0 10px 0;
}

.artcatalogue .list-article > li {
    margin-bottom: 15px;
}

.artcatalogue .article {
    position: relative;
}

.artcatalogue .article .thumb {
    position: relative;
    float: left;
    width: 250px;
}

.artcatalogue .article .infor {
    position: relative;
    float: left;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 15px;
}

.artcatalogue .article .title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 22px;
}

.artcatalogue .article .title a {
    display: block;
    color: #2c2551;
    font-family: 'Roboto-Bold' !important;
    text-transform: uppercase;
    font-size: 14px;
}

.artcatalogue .article .title a:hover {
    color: #f15922;
}

.artcatalogue .article .meta {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.artcatalogue .article .meta .fa {
    position: relative;
    margin-right: 5px;
    top: -1px;
    font-size: 12px;
}

.artcatalogue .article .meta > * + * {
    margin-left: 15px;
}

.artcatalogue .article .description {
    max-height: 80px;
    color: #333333;
    font-size: 15px;
    font-family: 'Roboto' !important;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (min-width: 767px) {
    .artcatalogue .article .image {
        height: 165px;
    }
}

@media (min-width: 1220px) {
    .artcatalogue .panel-body {
        padding: 0;
    }

    .artcatalogue .list-article > li {
        margin-bottom: 20px;
    }

    .artcatalogue .article .infor {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .artcatalogue .article .title {
        font-size: 18px;
        line-height: 20px;
    }

    .artcatalogue .article .meta {
        display: none;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    .artcatalogue .article .thumb {
        width: 180px;
    }

    .artcatalogue .article .infor {
        position: relative;
        width: -moz-calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -ms-calc(100% - 180px);
        width: -o-calc(100% - 180px);
        width: calc(100% - 180px);
    }

    .artcatalogue .article .image {
        position: relative;
        height: 125px;
    }

    .artcatalogue .article .description {
        max-height: 60px;
    }
}

@media (max-width: 567px) {
    .artcatalogue .article .thumb {
        width: 35%;
        padding: 0;
        border: none;
    }

    .artcatalogue .article .image {
        height: 120px;
    }

    .artcatalogue .article .infor {
        width: 65%;
    }

    .artcatalogue .article .title {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .artcatalogue .article .description {
        max-height: 40px;
    }
}

@media (max-width: 479px) {
    .artcatalogue .article .infor {
        padding-left: 10px;
    }

    .artcatalogue .article .image {
        height: 105px;
    }

    .artcatalogue .article .description {
        display: none;
    }
}

@media (max-width: 350px) {
    .artcatalogue .article .image {
        height: 85px;
    }
}

/* ######################## Detail ######################## */
.share-box > * + * {
    margin-left: 5px;
}

.share-box .plus {
    position: relative;
    margin-top: -4px;
}

.detail-content {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 22px;
    font-family: Roboto, sans-serif !important;
    color: #000;
    /* padding:10px; */
    /* border:1px solid #333; */
}

.detail-content iframe {
    width: 100% !important;
    height: 400px !important;
}

.detail-content * {
    font-family: 'Roboto' !important;
    line-height: 168%;
}

.detail-content h1 > * {
    color: #ce171e;
    font-family: 'Roboto-Bold' !important;
    font-weight: bold;
    font-size: 30px !important;
}

@media (max-width: 415px) {
    .detail-content img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto 15px auto !important;
    }
}

.detail-content ul {
    padding-left: 10px;
}

.detail-content iframe {
    display: block !important;
    margin: 0 auto 15px auto !important;
}

.detail-content table {
    width: 100%;
    border-collapse: collapse;
}

.detail-content table td, .detail-content table th {
    padding: 8px;
    border: 1px solid #898989;
}

@media (max-width: 479px) {

}

.list-suggest-thumb {
}

.list-suggest-thumb .image {
    height: 120px !important;
}


/* CSDL */
.csdlcatalogue {
}

.csdlcatalogue .header {
}

.csdlcatalogue .header h1 {
    font-family: 'Roboto-Bold';
    color: #333;
    text-transform: uppercase;
}

.csdlcatalogue .csdl {
    margin: 0 0 20px 0;
}

.csdlcatalogue .input-submit {
    border: 0;
    background: rgba(226, 6, 46, 1);
    background: -moz-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 6, 46, 1)), color-stop(57%, rgba(252, 178, 4, 1)), color-stop(100%, rgba(252, 178, 4, 1)));
    background: -webkit-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: -o-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: -ms-linear-gradient(left, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    background: linear-gradient(to right, rgba(226, 6, 46, 1) 0%, rgba(252, 178, 4, 1) 57%, rgba(252, 178, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2062e', endColorstr='#fcb204', GradientType=1);
    background-color: white;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.csdlcatalogue .input-submit:hover {
    background: #ffc600;
}

.csdlcatalogue .uk-table thead {
    background: #ce171e;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.csdlcatalogue .uk-table tbody {
    font-family: 'Roboto';
    font-size: 15px;
}

.csdlcatalogue .uk-table a {
    color: #ce171e;
}

/* Article same */
.art-same {
    margin-bottom: 10px !important;
}

.art-same .heading {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #0088cc;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'UTM Avo Bold', sans-serif;
}

.art-same .list-article > li {
    margin-bottom: 15px;
}

.art-same .article .thumb {
    margin: 0 0 5px 0;
}

.art-same .article .title {
    margin: 0;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.art-same .article .title a {
    color: #333;
    letter-spacing: 0.5px;
    font-family: 'Roboto'
}

.art-same .article .title a:hover {
    color: #ec667e;
}

@media (min-width: 960px) {
    .art-same {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 1220px) {
    .art-same {
        margin-bottom: 25px !important;
    }

    .art-same .article .image {
        height: 150px;
    }

    .art-same .article .thumb {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1220px) {
    .art-same .list-article {
        margin-left: -10px;
    }

    .art-same .list-article > li {
        padding-left: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) and (max-width: 1220px) {
    .art-same .article .image {
        height: 140px;
    }
}

@media (min-width: 599px) and (max-width: 767px) {
    .art-same .article .image {
        height: 160px;
    }
}

@media (min-width: 567px) and (max-width: 599px) {
    .art-same .article .image {
        height: 150px;
    }
}

@media (min-width: 479px) and (max-width: 567px) {
    .art-same .article .image {
        height: 130px;
    }
}

@media (max-width: 479px) {
    .art-same .heading {
        margin: 0 0 10px 0;
        font-size: 14px;
    }

    .art-same .article .title {
        max-height: 36px;
        font-size: 14px;
        line-height: 18px;
    }

    .art-same .article .image {
        height: 105px;
    }
}

@media (max-width: 350px) {
    .art-same .article .image {
        height: 90px;
    }
}

/* ######################## Contact ######################## */
.contact {
    margin: 0 0 20px 0;
}

.contact .contact-infomation,
.contact .contact-form {
    margin-bottom: 20px !important;
}

.contact .contact-infomation .note {
    margin-bottom: 10px;
    font-style: italic;
    color: #666;
}

.contact .contact-infomation .company {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    font-family: "Roboto-Bold" !important;
    text-transform: uppercase;
    color: #f15922;
}

.contact .contact-infomation .address {
    margin-bottom: 20px;
}

.contact .contact-infomation .address p {
    margin: 0 0 5px 0;
    color: #000;
}

.contact .contact-infomation .address a {
    color: #000;
}

.contact .contact-map {
    padding: 4px;
    height: 389px;
    border: 1px solid #d5d5d5;
}

.contact .contact-form .label {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto';
}

.contact .contact-form .form-row {
    margin-bottom: 10px;
}

.contact .contact-form .input-text,
.contact .contact-form .form-select,
.contact .contact-form .form-textarea {
    border: 1px solid #d5d5d5;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.contact-form .form-select {
    color: #999 !important;
}

.contact .contact-form .input-text,
.contact .contact-form .form-select {
    height: 30px;
}

.contact .contact-form .form-textarea {
    padding: 5px 10px;
    height: 200px;
    font-family: 'Roboto' !important;
}

.contact-form .btn-submit {
    display: inline-block;
    padding: 6px 25px;
    background: #ce171e;
    border: none;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 960px) {
    .contact .contact-infomation .company {
        font-size: 20px
    }
}

/* ===== Aside style ===== */
.aside-panel {
}

.aside-panel .panel-head {
    background: #e02622;
}

.aside-panel .panel-head .aside-heading {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    padding: 8px 10px;
    position: relative;
    color: #fff;
    font-size: 15px;
}

.aside-panel .panel-head .aside-heading > * {
    color: #fff;
}

.aside-panel .panel-head .aside-heading:before {
}

.aside-panel .panel-body {
    padding: 15px;
}

.aside-panel .panel-body .list-categories {
}

.aside-panel .panel-body .list-categories > li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 20px;
    position: relative;
}

.aside-panel .panel-body .list-categories > li:before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    background: url(img/icon-heading.png);
    left: 0;
    top: 4px;
    position: absolute;
}

.aside-panel .panel-body .list-categories > li > a {
    color: #333;
    font-family: 'Roboto';
    font-size: 14px;
}

/* ######################## partner-section ######################## */
.partner-section {
    margin: 0 0 40px 0;
}

.partner-section .slider .uk-slider-container {
    padding: 0 1px;
}

.partner-section .thumb {
    padding: 2px;
    background: #fff;
    border: 1px solid #d5d5d5;
}

.partner-section .thumb .image {
    height: 95px;
}

@media (min-width: 1220px) {
    .partner-section .slider .uk-slidenav {
        display: block;
        width: 30px;
        height: 42px;
        background: url(img/btn-prev.png) 0px 0px no-repeat;
    }

    .partner-section .slider .uk-slidenav-previous {
        left: -50px;
    }

    .partner-section .slider .uk-slidenav-next {
        right: -50px;
        background: url(img/btn-next.png) 0px 0px no-repeat;
    }

    .partner-section .slider .uk-slidenav:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .partner-section .slider .uk-slidenav {
        display: block;
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 960px) {
    .partner-section {
        margin: 0;
        padding: 20px 0;
    }

    .partner-section .panel-head {
        display: none;
    }
}

@media (max-width: 479px) {
    .partner-section {
        padding: 15px 0;
    }
}


/* <footer> */
.footer {
	background-color: #f7f7f7;
	background: url(img/footer-bg.png) no-repeat;
	background-size: cover;
}

.footer .upper {
    padding: 40px 0;
}

.footer .upper .panel {

}

.footer .upper .panel-head {
    font-family: 'Roboto-Bold';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}

.footer .upper .panel-head:after {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    background: #ce171e;
    position: absolute;
    left: 0;
    top: initial;
    bottom: 0px;
}

.footer .upper .panel-body ul li {
    margin: 0 0 10px 0;
    padding-left: 20px;
    position: relative;
}

.footer .upper .panel-body ul li
.footer .upper .panel-body ul li a {
    color: #fff;
    font-family: 'Roboto';
    font-size: 13px;
}

.list-contact li > * {
    color: #fff;
    font-family: 'Roboto';
}

.footer .upper .panel-body ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #ce171e;
}

.footer .upper .panel-body ul li.phone:before {
    content: '\f095';
}

.footer .upper .panel-body ul li.address:before {
    content: '\f041';
}

.footer .upper .panel-body ul li.email:before {
    content: '\f0e0';
}

.footer .upper .panel-body ul li.clock:before {
    content: '\f017';
}

.footer-link li a {
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
}

.footer-link li {
    position: relative;
}

.footer-link li:before {
    content: '\f101' !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}

.footer-subscribe .label {
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-family: 'Roboto';
}

.footer-subscribe .form-row {
    margin-bottom: 10px;
}

.footer-subscribe .form .input-text {
    display: block;
    padding: 0 10px;
    height: 36px;
    background: transparent;
    border: 1px solid #666;
    color: #fff;
    font-style: 13px;
    line-height: 36px;
}

.footer-subscribe .form .btn-submit {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    background: #ce171e;
    border: none;
    cursor: pointer;
    color: #fff;
    font-style: 14px;
    font-weight: normal;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

.footer-subscribe .form .input-text::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
}

.footer-subscribe .form .input-text::-moz-placeholder {
    color: #fff;
    font-size: 13px;
}

.footer-subscribe .form .input-text:-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
}

.footer-subscribe .form .input-text:-moz-placeholder {
    color: #fff;
    font-size: 13px;
}

/* ----------- */
.footer .lower {
    padding: 10px 0;
    background: #301d2d;
    color: #fff;
}

.footer .lower .license {
    font-size: 12px;
    line-height: 18px;
}

.footer .lower .license a {
    color: #086db5;
}

.footer-social li {
    float: left;
}

.footer-social li + li {
    margin-left: 10px;
}

.footer-social li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-style: 12px;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 1220px) {
    .footer .upper .heading,
    .footer-contact .logo {
        margin: 0 0 25px 0;
    }
}

@media (max-width: 1220px) {
    .footer .upper {
        padding: 30px 0 10px 0;
    }
}

@media (max-width: 960px) {
    .footer .lower .container {
        display: block;
        text-align: center;
    }

    .footer .upper {
        padding: 25px 0 10px 0;
    }
}

/* ----------- */
#goTop {
    position: fixed;
    display: block;
    bottom: 40px;
    width: 40px;
    height: 40px;
    top: initial;
    left: initial;
    right: 15px;
    background: #ce171e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    line-height: 43px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    z-index: 999;
}

.pm label.text {
    font-family: 'Roboto-Bold';
    margin: 0 0 10px 0;
}

@media (max-width: 415px) {
    .homepage-intro .info {
        /* padding-top:10px; */
        padding: 10px;
    }

    .list-product .thumb .image {
        height: 185px;
    }
}
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 999
}

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    background-size: contain !important
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0
}

.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(/templates/frontend/resources/img/zalo1.png) center center no-repeat
}

.float-icon-hotline ul li .fa-messenger {
    background: #168efb url(/templates/frontend/resources/img/fb.png) center center no-repeat
}

.float-icon-hotline ul li a#messengerButton {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important
}

.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 10px;
    padding-right: 30px;
    opacity: 1
}
