@font-face {
    font-family: 'SF UI Text Light';
    src: url('../fonts/SF UI Text Light.eot');
    src: local('?'), url('../fonts/SF UI Text Light.woff') format('woff'), url('../fonts/SF UI Text Light.ttf') format('truetype'), url('../fonts/SF UI Text Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul li {
    list-style: none;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

.padding10 {
    padding-left: 5px;
    padding-right: 5px;
}

.row10 {
    margin-left: -5px;
    margin-right: -5px;
}

a:hover {
    color: #89ab22;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    counter-reset: section;
    overflow-x: hidden;
}

.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;
}

.content-detail {
    background: #eee;
    padding: 10px;
    line-height: 25px;
    margin-top: 10px;
}

.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;
    color: #444;
}

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: 5px;
    left: 2px;
    background: red;
    color: #fff;
    padding: 3px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    display: none;
    z-index: 999;
    border-radius: 15px;
    padding-right: 10px;
}

a.hotlie i {
    background: #9c1c1c;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 24px;
    border-radius: 22px;
    margin-right: 5px;
}

a.scrollup {
    background: #005aaa;
    margin: auto;
    font-size: 17px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
    bottom: 92px;
    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 #c31818;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #c31818;
    color: #fff;
}

.productbreadcrumb {
    float: left;
    width: 100%;
    padding: 0px 0;
    border-left: 3px solid #368F01;
    margin-bottom: 10px;
    margin-top: 10px;
    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: #89ab22;
}

.productbreadcrumb ul li a {
    font-size: 14px;
}

.productbreadcrumb ul li a:hover {
    color: #aa1a24;
}

/***********************/

/* Header */

.menu {
    text-align: left;
    position: relative;
}

.menu nav {
    margin-top: 0px;
    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: #89ab22;
}

.sky-mega-menu li a {
    font-size: 15px;
    padding: 35px 15px;
    margin: 0 0px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background: transparent;
    position: relative;
    text-align: center;
}

.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: #fff;
    left: 15px;
    min-width: 250px;
    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;
    border-bottom: 1px solid #eee;
    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 {
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 12px 10px;
    padding-left: 10px;
    color: #333;
    text-align: left;
    border: none;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 100%;
}

.sky-mega-menu li li a:hover {
    color: #fff;
    background: #89ab22;
}

.sky-mega-menu li li>div {
    top: 0;
    margin: 0 0 0 8px;
}

.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: 40px;
        margin-bottom: 0;
        text-align: center;
        width: 43px;
        position: fixed;
        display: block;
        top: 20%;
        background: #368F01;
        z-index: 111;
        left: 15px;
    }

    .mobmenu-toggle::before {
        background: #fff;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        left: 11px;
        top: 11px;
        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;
    }

}

/***************/
.header {
    position: absolute;
    top: 0;
    z-index: 111;
    width: 100%;
}

.top-header {
    background: #368F01;
    height: 40px;
    line-height: 38px;
    /* font-weight: bold; */
}

.cart-sea-lan ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.cart-sea-lan ul li {
    display: inline-block;
    margin-left: 13px;
}

.cart-sea-lan {
    text-align: right;
}

.cart-sea-lan ul li a:hover {
    text-decoration: underline;
}

.sky-mega-menu li a span {
    position: absolute;
    right: 1px;
}

.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;
    font-weight: 400;
    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;
    display: none;
}

.cs-cart i {
    color: #fff;
    margin-right: 19px;
    font-size: 14px;
}

.cs-cart span {
    background: #ab1818;
    color: #fff;
    padding: 4px;
    position: absolute;
    top: 5px;
    display: inline-block;
    right: 0;
    height: 16px;
    line-height: 10px;
}

.tencty {
    margin-top: 10px;
}

.tencty h2 {
    font-size: 15px;
    color: #89ab22;
    text-shadow: 1px 1px 0 #fff, 1px 2px 18px #fff, 1px -1px 0 #fff, 2px 1px 0 #fff, 1px 2px 0 #999797;
}

.tencty p {
    font-size: 14px;
    margin-top: 5px;
}

.logo img {
    max-height: 89px;
    padding: 10px 0;
}

.search {
    background: #89ab22;
    padding: 10px;
    width: 280px;
    position: absolute;
    right: 15px;
    display: none;
    top: 89px;
}

.search input {
    height: 40px;
    width: 100%;
    border: none;
    padding: 5px;
}

a.nut_searh {
    position: absolute;
    right: 18px;
    top: 23px;
}

span.icon-search {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background: #89ab22;
    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: #ab1818;
}

.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;
    box-shadow: 0px 0px 16px 0px rgb(61 61 61 / 7%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
    -webkit-box-shadow: 0px 0px 16px 0px rgb(61 61 61 / 7%);
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
}


.cs-ct-item:hover:before {
    opacity: 1;
}

.cs-dm-img a {
    height: 260px;
    display: block;
    overflow: hidden;
}

.cs-dm-img img {
    width: 100%;
 /*   height: 100%; */
    object-fit: scale-down;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}


.cs-dm-img a:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.ani-ct-home h3 {
    margin-bottom: 7px;
    line-height: 22px;
    height: 45px;
}

.info-ct-home:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.info-ct-home {
    margin-top: 10px;
}

.info-ct-home .price span {
    color: red;
}

.cs-ct-item:hover .info-ct-home {
    display: block
}

.ani-ct-home h3 a {
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.cs-intro-home {
    margin: 20px 0;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cs-title-pr h2,
.tit-dadto h2 {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.tit-dadto h2:after,
.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: #89ab22;
}

.cs-title-page h1:after {
    background: #ededed;
}

.tit-dadto h2:before,
.cs-title-pr h2:before,
.cs-title-page h1:before,
.tit-related h2:before,
.cs-title-page-album h1:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    background: #ddd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    padding: 46px 0 26px;
    margin-top: 20px;
    background: #f2f2f2;
}

.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.tit-footer {
    font-size: 16px;
    margin-bottom: 25px;
    border-left: 4px solid #368F01;
    font-weight: 500;
    position: relative;
    line-height: 15px;
    padding-left: 10px;
}


.cont-fot {
    line-height: 22px;
    margin-bottom: 10px;
}

.cont-fot p {
    line-height: 27px;
    color: #000000;
    text-transform:uppercase;
}

.cont-fot p i {
    width: 20px;
    text-align: left;
    color: #368F01;
}

.imgs-fot {
    margin-bottom: 15px;
}

.cs-logo-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.cs-logo-menu.fixed .logo img {
    max-height: 71px;
}

.cs-logo-menu.fixed .sky-mega-menu li a {
    padding: 26px 17px;
}

.cs-logo-menu.fixed .sky-mega-menu li>.submenu {
    background: #fff
}

.cs-logo-menu.fixed .sky-mega-menu li ul li a {
    padding: 10px;
}

/****************/
.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 {
    background: #fff;
}

.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: #aa1a24;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.list-cate ul li h2 a:hover {
    background: #005aaa;
}

/********/
.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: #aa1a24;
        box-shadow: 0 0 2px #000;
    }

    50% {
        background-color: #da333f;
        box-shadow: 0 0 5px #000;
    }

    100% {
        background-color: #aa1a24;
        box-shadow: 0 0 2px #aa1a24;
    }

}

@-o-keyframes glowing {
    0% {
        background-color: #aa1a24;
        box-shadow: 0 0 2px #000;
    }

    50% {
        background-color: #da333f;
        box-shadow: 0 0 5px #000;
    }

    100% {
        background-color: #aa1a24;
        box-shadow: 0 0 2px #aa1a24;
    }

}

@keyframes glowing {
    0% {
        background-color: #aa1a24;
        box-shadow: 0 0 2px #000;
    }

    50% {
        background-color: #da333f;
        box-shadow: 0 0 5px #000;
    }

    100% {
        background-color: #aa1a24;
        box-shadow: 0 0 2px #aa1a24;
    }

}

.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: #aa1a24;
    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: #aa1a24;
}

.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: #aa1a24;
}

a.buynow {
    background: #f7aa03;
    color: #fff;
    padding: 15px;
    display: none;
    text-transform: uppercase;
}

a.buynow i {
    padding-right: 6px;
}

a.buynow:hover {
    background: #aa1a24;
}

.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: #005aaa;
    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: #ab1818;
}

.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: #ab1818;
    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: #ab1818;
    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: #aa1a24;
    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 {
    margin-bottom: 10px;
    text-transform:uppercase;
}

.mapfoot ul li a {
    line-height: 27px;
    color: #000000;
}

.mapfoot ul li a:hover {
    color: #89ab22;
}

.cs-logo-menu.fixed span.icon-search {
    top: 17px;
}

.thumb-sl a {
    border: 1px solid #eee;
    padding: 2px;
    display: block;
    height: 80px;
}

.thumb-sl a.active {
    border: 1px solid #005aaa;
}

.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;
    margin-top: 25px;
}

.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;
}

.content-page-detail-ablum img {
    max-width: 100%;
    height: auto !important;
}

.content-detail img {
    max-width: 100%;
    height: auto !important;
}

.calendar {
    margin-top: 10px;
}

figure.artseed-new-item-img a {
    display: block;
    height: 150px;
    position: relative;
    border: 1px solid #eee;
    padding: 3px;
}

figure.artseed-new-item-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.artseed-new-item {
    float: left;
    margin-bottom: 15px;
}

figcaption.artseed-new-item-content h3 a {
    line-height: 22px;
    font-size: 16px;
}

.artseed-new-item-sum {
    margin-top: 5px;
    line-height: 22px;
    color: #666;
    height: 65px;
    overflow: hidden;
}

.artseed-detail-content {
    line-height: 25px;
}

.artseed-detail-content img {
    max-width: 100%;
    height: auto !important;
}

.title-related {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 10px;
}

.content-related-news ul li {
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 10px;
}

.tit-sub-f {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 29px;
    font-size: 26px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.btn-formhome {
    margin-top: 15px;
}

.btn-formhome button {
    background: #b71313;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}

.list-fr input {
    height: 40px;
}

section#post-new-sp {
    padding-top: 50px;
}

li.list-new {
    margin: 0 15px;
}

.thumb-new-home {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
}

.thumb-new-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-news {
    margin-top: -40px;
    background: #fff;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}

.info-news h3 a {
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #111;
}

.info-news h3 a:hover {
    color: #89ab22;
}

.short-new {
    font-size: 14px;
    line-height: 22px;
    color: #777;
}

ul.tab-detail-product li:last-child {
    display: none;
}

.title-contact h2 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-form-contact p {
    margin-bottom: 10px;
}

.input-icon input {
    margin: 10px 0;
    border-radius: 0;
}

.content-form-contact textarea {
    min-height: 100px;
    border-radius: 0;
}

.btn-contact button {
    margin-top: 10px;
    padding: 10px 30px;
    background: #d62320;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.artseed-related-news {
    margin-top: 15px;
}

.content-related-news li a {
    position: relative;
    text-transform: none;
    color: #333;
}

.content-related-news li a:before {
    content: "\f0da";
    font-family: FontAwesome;
}

.breadcrumbs_sepa {
    display: none;
}

a.thumb-video {
    position: relative;
    height: 250px;
    display: block;
}

a.thumb-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-video {
    text-align: center;
    margin-bottom: 15px;
}

.item-video h3 a {
    background: #eee;
    display: block;
    height: 40px;
    padding: 11px 0;
    margin-top: 3px;
}

div#showPaging {
    text-align: center;
}

a.view_mores {
    background: #89ab22;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.video-detail {
    text-align: center;
}

.detail-page-video h1 {
    text-align: center;
    font-size: 30px;
}

.item-video-home {
    margin: 0 15px;
    position: relative;
}

.item-video-home h3 a {
    display: table-cell;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.item-video-home h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    display: table;
    height: 45px;
    bottom: 0;
    background: #368F01;
}

.item-video-home h3:hover {
    background: #89ab22;
}


section#post-video-sp {
    margin-bottom: 10px;
    margin-top: 30px;
}

div#showPaging li {
    display: inline-block;
    list-style: none;
}

div#showPaging li a {
    background: #eee;
    padding: 6px 12px;
}

div#showPaging li.active a {
    background: #005aaa;
    color: #fff;
}

.qctop {
    text-align: center;
    padding: 50px 0;
    background: url(../images/bg-intro.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background: #fff;
}

.qctop:before {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.67); */
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.tit-dadto {
    position: relative;
    color: #111;
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
}

.title-person h2,
.title-related {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.title-person h2:after,
.title-related:after {
    width: 42px;
    height: 2px;
    background: #89ab22;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.img_person {
    width: 50%;
}

.content-adv {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 78px;
    position: relative;
}

.ct-advtop:last-child {
    border-right: none;
}

.ct-advtop {
    width: 33.333%;
}

.cstop {
    background: #fff;
    padding: 0 20px 20px 20px;
    text-align: center;
    transition: all 0.25s ease;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.cstop:hover {
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.47);
}

.img-cstop {
    background: #368F01;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 14px;
    margin-top: -30px;
    border: 3px solid #FFE;
    display: inline-block;
}

.ct-advtop .cstop img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.cstop:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.hv-nd {
    line-height: 20px;
    display: block;
    color: #333;
}

.hv-nd h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 16px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
}

section.person_shouse {
    padding: 50px 0;
    background: #368F01;
}

.title-person h2 {
    color: #fff;
}

.title-person h2:after {
    background: #fff;
}

section.person_shouse .content {
    display: flex;
    min-height: 300px;
    justify-content: space-between;
}

.img_person .item {
    display: block;
    height: 144px;
    position: relative;
    margin-bottom: 15px;
}

.img_person .item img {
    height: 144px;
    width: 100%;
    object-fit: cover;
}

.img_person .item .color-jv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding: 6px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 25px rgb(0 0 0 / 15%);
}

.img_person .item:hover .color-jv {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.img_person .item .color-jv .ct-color {
    height: 95px;
    margin-bottom: 10px;
}


.img_person .item .color-jv h3 {
    font-size: 14px;
    margin-bottom: 1px;
}

.img_person .item .color-jv span {
    font-size: 13px;
}

.img_person img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.advtop {
    width: 50%;
    padding-left: 50px;
    color: #fff;
}

.advtop h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-bottom: 30px;
}

.advtop .imgmm {
    margin-top: 20px;
    display: flex;
}

.advtop .imgmm p {
    width: 33.333%;
    margin: 10px;
    height: 160px;
    box-shadow: 5px 4px 7px rgb(0 0 0 / 20%);
}

.advtop .imgmm p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advtop .s-des {
    line-height: 25px;
}

.cs-main {
    padding: 50px 0;
}

section.formdk {
    background: url(../images/bg-form.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

section.formdk:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 57%);
    z-index: 1;
    left: 0;
    height: 100%;
}

section.formdk .content {
    position: relative;
    color: #fff;
    z-index: 1;
    width: 570px;
    margin: 0 auto;
}

.tit-sub-f:after {
    width: 44px;
    height: 2px;
    background: #89ab22;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

section.formdk .content input {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px;
    color: #ccc;
}

section.formdk .content input::-webkit-input-placeholder {

    /* Edge */

    color: #ccc;
}

section.formdk .content input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #ccc;
}

section.formdk .content input::placeholder {
    color: #ccc;
}

section.formdk .content textarea::-webkit-input-placeholder {

    /* Edge */

    color: #ccc;
}

section.formdk .content textarea:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #ccc;
}

section.formdk .content textarea::placeholder {
    color: #ccc;
}

section.formdk .content textarea {
    background: none;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 100px;
}

.btn-dk button {
    background: #368F01;
    margin: 25px 0 0;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 0;
}

.btn-dk button:hover {
    background: #111a47;
    border: 1px solid #111a47;
}

.banner .item img {

    /* height: 650px !important; */

    width: 100%;
    /* object-fit: cover; */
    position: relative;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-caption {
    top: 40% !important;
    z-index: 111;
}

.banner .item:before {
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0
}

.carousel-caption h3 {
    font-size: 45px;
    text-transform: uppercase;
}

.carousel-caption .s-des {
    font-size: 19px;
    margin-top: 10px;
}

.sm-wrapper {
    display: none !important;
}

p.view360 {
    position: fixed;
    LEFT: 5px;
    z-index: 1111;
    bottom: 50px;
}

p.view360 a {
    color: #fff;
    background: #bb1117;
    padding: 6px 10px;
    border-radius: 5px;
    -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: #ef6a6f;
        box-shadow: 0 0 3px #ef6a6f;
    }

    50% {
        background-color: #ef3f46;
        box-shadow: 0 0 10px #b72b30;
    }

    100% {
        background-color: #a7060c;
        box-shadow: 0 0 3px #bb1117;
    }

}

@-moz-keyframes glowing {
    0% {
        background-color: #ef6a6f;
        box-shadow: 0 0 3px #ef6a6f;
    }

    50% {
        background-color: #ef3f46;
        box-shadow: 0 0 10px #b72b30;
    }

    100% {
        background-color: #a7060c;
        box-shadow: 0 0 3px #bb1117;
    }

}

@-o-keyframes glowing {
    0% {
        background-color: #ef6a6f;
        box-shadow: 0 0 3px #ef6a6f;
    }

    50% {
        background-color: #ef3f46;
        box-shadow: 0 0 10px #b72b30;
    }

    100% {
        background-color: #a7060c;
        box-shadow: 0 0 3px #bb1117;
    }

}

@keyframes glowing {
    0% {
        background-color: #ef6a6f;
        box-shadow: 0 0 3px #ef6a6f;
    }

    50% {
        background-color: #ef3f46;
        box-shadow: 0 0 10px #b72b30;
    }

    100% {
        background-color: #a7060c;
        box-shadow: 0 0 3px #bb1117;
    }

}

.content-contact {
    line-height: 24px;
}

.quytrinh {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f2f2b8;
}

.quytrinh .item {
    text-align: center;
    position: relative;
}

.quytrinh .item:after {
    background: url(../images/right-arrow.png) no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    right: -44px;
    top: 12px;
    content: "";
    background-size: 70%;
}

.quytrinh ul li:last-child .item:after {
    display: none;
}

.quytrinh .item p {
    display: inline-block;
    width: 65px;
    background: #368F01;
    border-radius: 4px;
    margin-bottom: 20px;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.quytrinh .item p:hover {
    border-radius: 50%;
}

.quytrinh .item p img {
    padding: 12px;
}

.quytrinh .item span {
    display: inline-block;
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    line-height: 24px;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

.quytrinh .item span:before {
    counter-increment: section;
    content: counter(section);
    color: #fff;
    font-weight: 600;
}

.quytrinh .item h3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #666;
}

.cs-title-pr {
    margin-bottom: 50px;
}

.cs-title-pr h2:after {
    background: whitesmoke;
}

.cs-title-pr.tabsp h2:after {
    background: #fff;
}

.box-right {
    position: fixed;
    right: 5px;
    bottom: 30%;
    z-index: 1111;
}

.box-right .phone a {
    text-align: center;
    background: #368F01;
    display: block;
    width: 48px;
    height: 48px;
    padding: 8px 0;
    border-radius: 50%;
}

.box-right .phone a img {
    max-width: 30px;
}
.box-right .phone {
    margin-bottom: 5px;
}