ul li {
    list-style: none;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #e0a11a;
}

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.5px;
}

.topbar {
    background-color: #e5e5e5;
}

.button:after,
.button:before {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.button:hover:after,
.button:hover:before {
    backface-visibility: hidden;
    border-color: #ff0000;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.button:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline-offset: 0 !important;
    outline: -webkit-focus-ring-color auto 0 !important;
}

textarea {
    width: 100%;
}

.text-primary {
    color: #d8373e;
}

a.hotlie {
    position: fixed;
    bottom: 60px;
    left: 25px;
    background: linear-gradient(to right, #dc9b18, #ffd12a, #ffd12a, #fefd8c, #f0cd3e);
    color: #000;
    padding: 10px 20px 10px 15px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px;
    display: none;
    z-index: 999;
    border-radius: 15px;
}

a.hotlie i {
    background: #f2d449;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

a.scrollup {
    background: #de9e19;
    margin: auto;
    font-size: 17px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
    bottom: 70px;
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 40px;
    z-index: 1000;
}

a.scrollup:hover {
    background: none repeat scroll 0 0 #e4a71c;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #e4a71c;
    color: #fff;
}

.productbreadcrumb {
    float: left;
    width: 100%;
    padding: 0px 0;
    border-left: 3px solid #de9e19;
    margin-bottom: 0;
    padding-left: 5px;
}

.productbreadcrumb ul li {
    float: left;
    position: relative;
    padding-right: 10px;
}

.productbreadcrumb ul li:last-child:after {
    opacity: 0;
}

.productbreadcrumb ul li:last-child a {
    color: #de9e19;
}

.productbreadcrumb ul li a {
    font-size: 13px;
    color: #de9e19;
}

.productbreadcrumb ul li a:hover {
    color: #de9e19;
}


/***********************/


/* Header */

.menu {
    text-align: left;
    position: relative;
}

.menu nav {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}

.form_moblie_search {
    text-align: left;
    margin-top: 5px;
    position: relative;
    background: #fff;
    border: 2px solid #fff;
    float: left;
    width: 100%;
}

.form_moblie_search input {
    border: none;
    font-size: 13px;
    float: left;
    \: 65%;
    padding: 10px 10px;
    width: 100%;
    \: 5px;
}

.menu-hotline-mail {
    margin-top: 10px;
}


/*************menu*************/

nav {
    /* clear: both; */
    float: left;
}

.sky-mega-menu li:last-child {
    border: none;
}

.menu p {
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 23px;
    text-transform: uppercase;
}

.mobile-menu-toggle {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.mobmenu-toggle {
    display: none;
}


/* level 1 */

.sky-mega-menu {
    z-index: 999;
    margin-bottom: 0;
}

.sky-mega-menu:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu li {
    float: left;
    position: relative;
}

.sky-mega-menu li a.active,
.sky-mega-menu li a:hover {
    color: #dd9d19;
}

.sky-mega-menu li a {
    font-size: 15px;
    padding: 20px 20px;
    margin: 0 0px;
    font-weight: 600;
    display: block;
    color: #000;
    text-decoration: none;
    background: transparent;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.sky-mega-menu li a:hover:after,
.sky-mega-menu li a.active:hover:after,
.sky-mega-menu li a.active:after {
    display: block;
}

.sky-mega-menu li>.submenu {
    background: #ffffff;
    min-width: 175px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform-origin: 0 0 0;
    transition: all ease 0s;
    visibility: hidden;
    transform: scale(1, 0.7);
}

.sky-mega-menu li>.submenu li {}

.sky-mega-menu li>.submenu .des_dm {
    background: #fe7500;
    padding: 10px;
    color: #000;
    text-transform: none;
    height: 100%;
}

.sky-mega-menu li>.submenu .des_dm .mt_mn {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.sky-mega-menu li>.submenu .des_dm img {
    width: 100%;
}

.sky-mega-menu li>.submenu .des_dm h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    font-family: VL_BOOSTERNEXTFY_BLACK;
}

.sky-mega-menu li>a:before {
    content: '';
    position: absolute;
    bottom: -12px;
    display: none;
    left: 44%;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2D3E50;
    border-left: 7px solid transparent;
}

.sky-mega-menu li:hover>a:after {
    /* border: 1px solid #333; */
}


/* level 2+ */

.adv {
    float: left;
    width: 66.66%;
    margin: 0 auto;
    text-align: center;
}

.sky-mega-menu li .adv strong {
    background: #fe7500;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    font-size: 13px;
    border: 1px dashed #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}

.list_mn {
    /* padding-top: 10px; */
}

.sky-mega-menu li li {
    width: 100%;
    position: relative;
    display: block;
}

.sky-mega-menu li li a:before {
    opacity: 0;
}

.sky-mega-menu li li a:after {
    opacity: 0;
}

.sky-mega-menu li li a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px;
    text-align: left;
    border: none;
    text-transform: capitalize;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 100%;
}

.sky-mega-menu li li a:hover {
    color: #fff;
    background: #e0a11a;
}

.sky-mega-menu li li>div {
    top: 0 !important;
    margin: 0 !important;
}

.sky-mega-menu li li>div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu li li>div:before {
    top: 22px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid #2D3E50;
    border-bottom: 5px solid transparent;
}

.sky-mega-menu li li:hover>div {
    left: 100%;
}

.sky-mega-menu .right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu .right li>div:before {
    right: auto;
    left: 100%;
}

.sky-mega-menu .right li:hover>div {
    right: 100%;
    left: auto;
}


/**/


/* animations */


/**/


/* grid */

.sky-mega-menu .grid-column {
    float: left;
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .submenu {
    /* width: 100%; */
}

#mainHideMenu {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    opacity: 0.8;
    display: none;
}

@media handheld,
screen and (max-width: 1024px) {
    /* <-- Adjust the breakpoints to your liking */
    .sky-mega-menu li .submenu {
        opacity: 1;
        position: relative;
        top: 0;
        float: left;
        min-width: auto;
        visibility: visible;
        transform: scale(1);
        display: none;
        transition: all ease 0s;
        background: #eee;
    }
    .sky-mega-menu li .submenu ul li a:hover {
        color: #fff;
    }
    .mobmenu-toggle,
    .mobile-menu-toggle-button,
    .mobile-toggleable-menu {
        /* top: 10px; */
        position: fixed;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    .mobmenu-toggle {
        line-height: 45px;
        height: 45px;
        margin-bottom: 0;
        text-align: center;
        width: 40px;
        position: fixed;
        display: block;
        top: 5%;
        background: #000;
        z-index: 111;
        left: 30px;
    }
    .mobmenu-toggle::before {
        background: #fff;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        left: 11px;
        top: 13px;
        width: 20px;
    }
    .mobmenu-toggle::after {
        border-bottom: 3px solid #fff;
        border-top: 3px solid #fff;
        box-sizing: content-box !important;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        top: 44%;
        left: 11px;
        width: 20px;
    }
    .mobmenu-toggle:hover {
        cursor: pointer;
    }
    .mobile-toggleable-menu {
        margin: 0;
        width: 85%;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        z-index: 999;
        overflow: hidden;
    }
    nav {
        /* margin-top:0; */
        /* display: block; */
        /* width: 100%; */
        float: left;
        height: 45px;
        float: none;
        clear: inherit;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
    .mobile-toggleable-menu.mobile-left {
        left: -105%;
    }
    .mobile-toggleable-menu.mobile-right {
        right: -105%;
    }
    .mobile-menu-toggle-button:checked~.mobmenu-toggle.mobile-right {
        left: 0;
        right: auto;
    }
    .mobile-menu-toggle-button:checked~.mobmenu-toggle.mobile-left {
        left: auto;
        right: 0;
    }
    .mobile-menu-toggle-button:checked+.mobile-toggleable-menu.mobile-left {
        width: 260px !important;
        left: 0;
        top: 0;
        overflow-y: auto;
        background: #f7f9fb;
    }
    .mobile-menu-toggle-button:checked+.mobile-toggleable-menu.mobile-right {
        width: 260px !important;
        right: 0;
    }
    .sky-mega-menu li li a:after {
        top: 12px;
        left: 0;
    }
    .sky-mega-menu li>a:before {
        opacity: 0;
    }
    .sky-mega-menu li a:after {
        opacity: 0;
    }
    .sky-mega-menu li.home i {
        color: #fff;
        padding-right: 0 !important;
    }
    .mobile-toggleable-menu li i {
        position: absolute;
        right: 0;
        color: #333;
        top: -4px;
        cursor: pointer;
        text-align: center;
        line-height: 48px;
        width: 40px;
        display: block;
        height: 48px;
    }
    .mobile-toggleable-menu li {
        width: 100%;
        border-right: none;
        position: relative;
        margin-top: 0px;
        padding: 0;
        text-align: left;
    }
    .mobile-toggleable-menu li i.fa-caret-down {
        display: none;
    }
    .sky-mega-menu li li a {
        color: #333;
        padding: 5px 10px;
        text-transform: none;
        overflow: visible;
        white-space: inherit;
    }
    .mobile-toggleable-menu li a {
        color: #333;
        line-height: 27px;
        padding: 5px;
        display: block;
        text-align: left;
    }
    .mobile-toggleable-menu #submenu {
        width: 100%;
        top: 0;
        left: 0;
    }
    .mobile-toggleable-menu li:hover ul#submenu {
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
    }
}

@media handheld,
screen and (max-width: 1024px) {
    /* <-- Adjust the breakpoints to your liking */
    .sky-mega-menu li .submenu {
        display: block;
        width: 100%;
    }
    .cs-logo-menu.fixed .sky-mega-menu li a {
        padding: 5px 10px !important;
    }
}


/***************/

.header {
    z-index: 111;
    width: 100%;
    background: #fff;
}

.top-header {
    background: linear-gradient(to right, #dc9b18, #ffd12a, #ffd12a, #fefd8c, #f0cd3e);
    height: 40px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    width: calc(100% + 180px);
    border-radius: 0 0 10px 10px;
}


/* .top-header::before {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 1000%;
    left: -1000%;
    content: "";
    z-index: 7;
    background-color: #ffffff;
    -webkit-transform: skewX( 40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform: skewX( 40deg);
} */

.cs-logo-menu {
    margin-top: -5px;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.item-top p {
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
    border-right: 1px solid#ffff;
    padding-right: 17px;
    line-height: 17px;
}

.item-top p:last-child {
    border-right: none;
}

.item-top p a {
    color: #fff;
}

.cs-cart {
    float: right;
    position: relative;
}

.cs-cart i {
    color: #000;
    font-size: 16px;
}

.cs-cart span {
    background: #000000;
    color: #fff;
    padding: 4px;
    position: absolute;
    top: -5px;
    display: inline-block;
    right: -10px;
    height: 16px;
    line-height: 8px;
    border-radius: 5px;
    font-size: 12px;
}

.logo img {
    max-height: 110px;
    padding: 10px 0;
}

.search {
    background: #dd9d19;
    padding: 10px;
    width: 280px;
    position: absolute;
    right: 15px;
    display: none;
    top: 90px;
}

.search input {
    height: 40px;
    width: 100%;
    border: none;
    padding: 5px;
}

a.nut_searh {
    position: absolute;
    right: 18px;
    top: 23px;
}

span.icon-search {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background: #c5c5c5;
    padding: 1px 10px;
    position: absolute;
    right: 15px;
    font-weight: normal;
    top: 25px;
    cursor: pointer;
}


/*****slide*******/

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    text-indent: -9999px;
}

.nivo-directionNav a:before {
    position: absolute;
    text-indent: 0;
    top: 0px;
    font-size: 24px;
    color: #fff;
    width: 50px;
    line-height: 47px;
    font-family: FontAwesome;
    z-index: 999;
    height: 50px;
    background: #3b414da1;
    text-align: center;
}

.nivo-directionNav a:hover:before {
    background: #dd9d19;
}

.nivo-prevNav:before {
    content: "\f104";
    left: 0;
}

.nivo-nextNav:before {
    content: "\f105";
    right: 0;
}

a.nivo-prevNav {
    left: 1%;
}

a.nivo-nextNav {
    right: 1%;
}

.nivo-directionNav {
    display: none;
}

.banner_slider:hover .nivo-directionNav {
    display: block
}


/********cthome********/

.cs-ct-item {
    position: relative;
    margin-bottom: 30px;
}

.cs-ct-item:before {
    content: "";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    color: #fff !important;
    background: rgb(238 182 33 / 85%);
    text-align: center;
}

.cs-ct-item:hover:before {
    opacity: 1;
}

.cs-dm-img {
    /* position: relative; */
    height: 250px;
}

.cs-dm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-ct-home:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: rgb(225 225 225 / 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ani-ct-home {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center;
    color: #fff;
}

.ani-ct-home h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-ct-home:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.info-ct-home {
    height: 92%;
    width: 93%;
    top: 0;
    margin: 10px;
    border: 1px solid#fff;
    position: absolute;
    display: none;
}

.cs-ct-item:hover .info-ct-home {
    display: block
}

a.hoverin {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.cs-intro-home {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    width: 65%;
    margin: 35px auto;
}

.cs-intro-home h1 {
    font-size: 26px;
    font-weight: 900;
}

.cs-title-pr h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.cs-title-pr h2:after,
.cs-title-page h1:after,
.tit-related h2:after,
.cs-title-page-album h1:after {
    content: "\f24d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    background: #fff;
    padding: 10px;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    color: #e0a11a;
}

.cs-title-page h1:after {
    background: #ededed;
}

.cs-title-pr h2:before,
.cs-title-page h1:before,
.tit-related h2:before,
.cs-title-page-album h1:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    background: #ddd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    background-color: #000;
    color: #fff;
    padding: 46px 0 26px;
    margin-top: 20px;
}

.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.tit-footer {
    font-size: 19px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.tit-footer:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 1px;
    background: #ffff;
    bottom: 0;
    right: 0;
}

.tit-footer:before {
    position: absolute;
    content: "";
    width: 12%;
    height: 1px;
    background: #e0a11a;
    bottom: 0;
    left: 0;
}

.cont-fot {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}

.imgs-fot {
    margin-bottom: 15px;
}

.cs-logo-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #e5e5e5;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.cs-logo-menu.fixed .logo {
    margin-top: 0px;
}

.cs-logo-menu.fixed .logo img {
    max-height: 65px;
}

.cs-logo-menu.fixed .sky-mega-menu li a {
    padding: 17px 10px;
}

.cs-logo-menu.fixed .sky-mega-menu li>.submenu {
    background: #fff
}


/****************/

.header.pagein {
    position: relative;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    top: auto;
    float: left;
}

.cs-main.pagegin {
    background: #ededed;
    clear: both;
    padding-top: 15px;
}

.header.pagein .cs-logo-menu.fixed {
    background: #e5e5e5;
}

.cs-title-page h1 {
    text-align: center;
    font-size: 25px;
    position: relative;
    padding-bottom: 19px;
}

.list-cate {
    text-align: center;
}

.list-cate ul li {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
}

.list-cate ul li h2 a {
    padding: 10px 20px;
    display: inline-block;
    background: #de9e19;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.list-cate ul li h2 a:hover {
    background: #252525
}


/********/

.pagination a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ed1b24;
        -webkit-box-shadow: 0 0 2px #ed1b24;
    }
    50% {
        background-color: #fa4f57;
        -webkit-box-shadow: 0 0 5px #fa4f57;
    }
    100% {
        background-color: #fa4149;
        -webkit-box-shadow: 0 0 2px #fa4149;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #de9e19;
        box-shadow: 0 0 2px #000;
    }
    50% {
        background-color: #da333f;
        box-shadow: 0 0 5px #000;
    }
    100% {
        background-color: #de9e19;
        box-shadow: 0 0 2px #de9e19;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #de9e19;
        box-shadow: 0 0 2px #000;
    }
    50% {
        background-color: #da333f;
        box-shadow: 0 0 5px #000;
    }
    100% {
        background-color: #de9e19;
        box-shadow: 0 0 2px #de9e19;
    }
}

@keyframes glowing {
    0% {
        background-color: #de9e19;
        box-shadow: 0 0 2px #000;
    }
    50% {
        background-color: #da333f;
        box-shadow: 0 0 5px #000;
    }
    100% {
        background-color: #de9e19;
        box-shadow: 0 0 2px #de9e19;
    }
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    display: block !important
}


/**********/

.cs-main.pagegin.nocolor,
.cs-main.pagegin.nocolor .cs-title-page h1:after {
    background: #fff;
}

.cs-main.pagegin.nocolor .cs-title-page h1 {
    margin-bottom: 30px
}

.tit-related {
    margin: 30px 0;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.content-page-detail-ablum {
    text-align: center;
}

.cs-title-page-album h1 {
    text-align: center;
    position: relative;
    font-size: 25px;
    padding-bottom: 20px;
}

.content-page-recuit table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    font-size: 15px;
}

.content-page-recuit table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.content-page-recuit table tbody tr:nth-child(1) {
    background: #de9e19;
    color: #fff;
    box-shadow: 3px 3px 3px #ddd;
}

.content-page-recuit table tbody tr {
    height: 40px;
    text-align: center;
}

.content-page-recuit table tbody tr th {
    text-align: center;
}

.content-page-recuit table tbody tr td a {
    color: blue;
}

.content-page-recuit table tbody tr td a:hover {
    color: #de9e19;
}

.content-page-recuit {
    margin-top: 20px;
    line-height: 25px;
}

.image-detail-pr {
    margin-top: 20px;
}

.pr-detail-info h1 {
    margin-top: 0;
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 20px;
}

.pr-detail-info {
    padding-left: 30px;
    margin-top: 20px;
}

#img_01 {
    height: 450px !important;
    object-fit: scale-down;
    width: 100% !important;
}

.image-detail-pr .f-pr-image-zoom {
    position: relative;
    margin-bottom: 30px;
    height: 450px;
}

img.pr_details_img_small {
    width: 100%;
    height: 180px;
    object-fit: scale-down;
    float: left;
    background: #fff;
}

.f-pr-image-zoom-gallery .owl-item {
    padding: 0 15px;
}

.info-price-detail {
    background: #eee;
    padding: 11px;
    margin: 10px 0;
    font-size: 20px;
    color: #de9e19;
}

a.buynow {
    background: #f7aa03;
    color: #fff;
    padding: 15px;
    display: inline-block;
    text-transform: uppercase;
}

a.buynow i {
    padding-right: 6px;
}

a.buynow:hover {
    background: #de9e19;
}

.content-tab-detail-product.tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 15px;
    line-height: 22px;
}

ul.tab-detail-product li a {
    background: #eee;
    font-size: 16px;
}

ul.tab-detail-product li.active a {
    background: #de9e19;
    color: #fff;
}

.cs-detail-content {
    margin: 20px 0;
}

.content-tab-detail-product.tab-content table {
    width: 100% !important;
}

.address a {
    color: #2196f3;
    margin-bottom: 5px;
    display: block;
}

.address a:hover {
    color: #1d65d6;
}

.list p {
    margin-bottom: 5px;
}

.content-page {
    margin-bottom: 10px;
}

.list {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#loadingAjax {
    background-color: #222;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    opacity: 0.4;
}

.ajax-loader {
    cursor: pointer;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    z-index: 204;
}


/******cart******************/

.list_cart {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 0;
    padding: 0;
    margin-bottom: 5px;
}

.list_cart ul.cart_title li {
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
}

.list_cart ul.cart_title li:last-child {
    border-right: none;
}

.list_cart ul.cart_title {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: #dd9d19;
}

.list_cart ul li .cart_title {
    text-transform: uppercase;
    font-size: 12px;
}

.cart_info_name_sp {
    font-size: 14px;
    margin-bottom: 5px;
}

.cart_info_price {
    font-size: 14px;
}

.cart_info_total {
    font-size: 15px;
}

.button_cart {
    float: right;
    margin-top: 20px;
    margin-left: 0;
}

.button_cart a:last-child {
    background: #5f5d69;
}

button.buy_cart {
    background: #612e05;
    color: #fff;
    padding: 8px 12px;
    border: medium none;
}

.button_cart a,
button.order-cart-end {
    background: #dd9d19;
    color: #fff;
    padding: 12px 12px;
    text-transform: uppercase;
}

.button_cart a:hover,
button.order-cart-end:hover {
    background: #823b88;
}

.code-sale {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
}

.tit-info-cart {
    padding: 11px;
    background: #dd9d19;
    color: #fff;
    text-transform: uppercase;
}

.tit-info-cart i {
    float: right;
    font-size: 15px;
}

.sumadd {
    border-top: 1px solid #000;
    padding: 12px 0;
    padding-left: 10px;
}

.sumadd span {
    float: right;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.sum-info-cart ul {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.sum-info-cart ul li {
    color: #666;
    font-size: 13px;
    float: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    line-height: 35px;
}

.info-cart-cart ul li {
    line-height: 26px;
    color: #444;
}

.info-cart-cart ul {
    padding: 10px;
}

.info-cart-cart ul li span {
    float: right;
}

.tit-code-sale {
    background: #823b88;
    color: #fff;
    padding-left: 10px;
    padding-top: 12px;
    font-family: open-sans;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: -10px -10px 10px;
}

.tit-code-sale i {
    float: right;
    margin-right: 10px;
    font-size: 16px;
}

.info-cart {
    clear: both;
    border: 1px solid #ccc;
}

.form-code-sale form input {
    width: 95% !important;
    font-size: 12px;
    box-shadow: none;
    margin-top: 10px;
}

button.sent-code {
    float: left;
    border: none;
    background: #fb62b1;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 9px;
}

.form-code-sale form .input-group {
    float: left;
    width: 70%;
}

ul.list_list_cart {
    clear: both;
    float: left;
    width: 100%;
    /* background: #eee; */
    margin: 0;
}

ul.list_list_cart li {
    border-right: 1px solid #ccc;
    min-height: 95px;
}

ul.list_list_cart li.list_cart_info:last-child {
    border-right: none;
}

ul.list_list_cart li {
    text-align: center;
}

ul.list_list_cart li ul {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

ul.list_list_cart li ul:nth-child(2n) {
    background: #fcfcfc;
}

ul.list_list_cart li ul li {
    padding-top: 5px;
}

ul.list_list_cart li ul:last-child {
    border-bottom: none;
}

.cart_delete i {
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.cart_info_image_sp {
    margin-bottom: 10px;
    max-width: 100px;
    margin: 0 auto;
    max-height: 100px;
}

.cart_info_image_sp img {
    max-height: 100px;
}

ul li.list_cart_detail:last-child {
    border-bottom: none;
}

ul li.list_cart_detail {
    border-bottom: 1px solid #ccc;
    border-right: none;
    margin-top: 0px;
}


/****************/

.detail_cart form label {
    font-weight: normal;
    float: left;
    min-width: 100px;
    margin: 5px 0px;
}

.detail_cart .input-group {
    display: block;
    width: 100%;
    margin: 5px 0;
    float: left;
    clear: both;
}

.detail_cart .input-group input {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    float: left;
}

.detail_cart .input-group select {
    box-shadow: none;
    width: 100%;
    display: block;
    height: 36px;
    border: 1px solid #ccc;
}

.detail_cart {
    margin-top: 20px;
}

.detail_cart .input-group textarea {
    min-height: 100px;
    margin-top: 10px;
    padding: 5px;
}

.tit-detail-cart {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.option-cart-vc {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.option-cart-vc li input {
    vertical-align: middle;
    margin-top: 0px;
}

.order-cart-end {
    display: inline-block;
    margin-top: 10px;
    background: #de9e19;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.sum-info-cart ul li:first-child p {
    float: left;
    width: 50%;
    background: #eee;
    padding-left: 5px;
    line-height: 33px;
    text-transform: uppercase;
}

.sum-info-cart ul li p {
    float: left;
    width: 50%;
    padding-left: 5px;
}

.sum-info-cart ul li:last-child {
    border-bottom: none;
}

.option-cart-vc ul li {
    padding-left: 10px;
}

ul.list-sp-cart li:last-child {
    background: #eeeeee;
}

.left_info_customer {
    width: 77%;
    margin: auto;
}

.mapfoot {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
}

.cs-logo-menu.fixed span.icon-search {
    top: 17px;
}

.language ul li {
    display: inline-block;
    margin: 0 3px;
}

.language {
    float: right;
    margin-right: 14px;
    margin-top: 4px;
}

.thumb-sl a {
    border: 1px solid #eee;
    padding: 2px;
    display: block;
    height: 80px;
}

.thumb-sl a.active {
    border: 1px solid #de9e19;
}

.bx-controls-direction {
    display: none;
}

.bx-wrapper:hover .bx-controls-direction {
    display: block
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.owl-pagination {
    text-align: center;
}

.form_order {
    padding: 5px;
    width: 270px;
    display: none;
    background-color: #fff;
}

.orderquick {
    position: fixed;
    z-index: 9000000;
    right: 0;
    bottom: 0px;
}

.ordea {
    background: #4267b2;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    color: #fff;
    min-width: 250px;
    font-family: arial;
    text-transform: uppercase;
    font-size: 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tit-part h2 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.item-partner {
    text-align: center;
}

.item-partner img {
    display: inline-block;
}

.item-partner h3 a {
    color: red;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

a.img-part {
    position: relative;
    display: block;
    height: 100px;
}

a.img-part img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

li.colpart {
    margin-bottom: 15px;
}

.cs-pagination ul li {
    display: inline-block;
}

.cs-pagination ul {
    text-align: right;
    margin-right: 15px;
}

.cs-pagination ul li a {
    padding: 7px 10px;
    background: #ccc;
}

.cs-pagination ul li.active a,
.cs-pagination ul li:hover a {
    color: #fff;
    background: #000;
}

.block_cart a {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    position: relative;
}

.logo {
    z-index: 9;
}
.logo a{
    display: block;
    text-align: center;
}
.hot-line {
    margin-top: 65px;
}

.cs-logo-menu.fixed .top-header {
    display: none;
}

.cs-logo-menu.fixed .hot-line {
    margin-top: 26px;
}

.hot-line a {
    background: linear-gradient(to right, #dc9b18, #ffd12a, #ffd12a, #fefd8c, #f0cd3e);
    color: #000;
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 16px;
    border: 1px solid #e0a11a;
}

.cs-logo-menu .logo .logo-sticky {
    display: none;
}

.cs-logo-menu .logo .logo-fixed {
    display: inline-block;
}

.cs-logo-menu.fixed .logo .logo-sticky {
    display: inline-block;
}

.cs-logo-menu.fixed .logo .logo-fixed {
    display: none;
}

@media (max-width: 768px) {
    .top-header,
    .hot-line {
        display: none;
    }
    .logo {
        margin-top: 0;
        text-align: center;
    }
}

.btn-register-design {
    position: fixed;
    bottom: 0;
    right: 15px;
    background: linear-gradient(to right, #dc9b18, #ffd12a, #ffd12a, #fefd8c, #f0cd3e);
    padding: 15px 20px 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #e0a11a;
    border-bottom: none;
    font-size: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 5;
}

.btn-register-design:hover {
    color: #e80000;
    padding-bottom: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}