:root {
    --main-color: #037cc5;
    --extra-color: #0071c3
}

html {
    color: #222222
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0
}

body {
    font: 14px/18px Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 22px
}

.fieldset {
    margin: 0;
    padding: 10px
}

th,
td {
    margin: 0
}

a {
    color: var(--text-color);
    text-decoration: none;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0
}

a:hover {
    color: var(--main-color)
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.red,
.label_error {
    color: red
}

.redborder {
    border: 1px solid red
}

.bold {
    font-weight: bold
}

img {
    border: 0;
    max-width: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

h1 {
    display: block;
    font-size: 2em;
    font-weight: bold
}

h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold
}

h4 {
    display: block;
    font-size: 1em;
    font-weight: bold
}

h5 {
    display: block;
    font-size: .83em;
    font-weight: bold
}

h6 {
    display: block;
    font-size: .67em;
    font-weight: bold
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000000;
    font-weight: bold;
    padding: 0 8px
}

figure {
    margin: 0;
    text-align: center;
    margin-bottom: 12px
}

.figcaption {
    font-style: italic
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none
}

input,
button,
textarea,
select {
    *font-size: 100%
}

table {
    font: 100%;
    border-collapse: collapse
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}


/* select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat
} */


/* select:focus {
    background-image: linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #fff 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0
} */

.breadcrumbs {
    position: relative
}

@media all and (min-width: 1025px) {
    .breadcrumbs {
        margin-top: -11px;
        padding: 15px 0px;
    }
}

.breadcrumbs:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 100%;
    height: 15px;
    background: -webkit-linear-gradient(bottom, #00000000 0%, #c7c7c7ba 100%)
}

.breadcrumbs.br_p {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -o-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    padding: 0px;
    margin-bottom: 50px
}

.breadcrumbs.br_p_home {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -o-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    padding: 0px;
    margin-bottom: 50px
}

.breadcrumbs.br_pj_home {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -o-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    padding: 0px;
    margin-bottom: 50px
}

.breadcrumbs.br_pj {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -o-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 80%, 30% 100%, 0 80%, 0 0);
    padding: 0px;
    margin-bottom: 50px
}

.breadcrumbs.br_p,
.breadcrumbs.br_p_home,
.breadcrumbs.br_pj_home,
.breadcrumbs.br_pj {
    position: relative
}

.breadcrumbs.br_p .breadcrumbs_wrapper,
.breadcrumbs.br_p_home .breadcrumbs_wrapper,
.breadcrumbs.br_pj_home .breadcrumbs_wrapper,
.breadcrumbs.br_pj .breadcrumbs_wrapper {
    display: inline-grid;
    position: absolute;
    left: 50%;
    background: radial-gradient(circle, #ffffffeb, #ffffffeb, transparent);
    top: 45%;
    transform: translate(-50%, -50%);
    padding: 10px 100px
}

@media all and (max-width: 600px) {
    .breadcrumbs.br_p .breadcrumbs_wrapper,
    .breadcrumbs.br_p_home .breadcrumbs_wrapper,
    .breadcrumbs.br_pj_home .breadcrumbs_wrapper,
    .breadcrumbs.br_pj .breadcrumbs_wrapper {
        padding: 10px 0px;
        text-align: center
    }
}

@media all and (max-width: 500px) {
    .breadcrumbs.br_p .breadcrumbs_wrapper,
    .breadcrumbs.br_p_home .breadcrumbs_wrapper,
    .breadcrumbs.br_pj_home .breadcrumbs_wrapper,
    .breadcrumbs.br_pj .breadcrumbs_wrapper {
        width: 100%
    }
}

@media all and (max-width: 1024px) {
    .breadcrumbs.br_p,
    .breadcrumbs.br_p_home,
    .breadcrumbs.br_pj_home,
    .breadcrumbs.br_pj {
        min-height: 200px
    }
}

@media all and (max-width: 500px) {
    .breadcrumbs.br_p,
    .breadcrumbs.br_p_home,
    .breadcrumbs.br_pj_home,
    .breadcrumbs.br_pj {
        min-height: 150px;
        margin-bottom: 10px
    }
}

.bgr_fixed {
    background-attachment: fixed;
    -moz-background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -o-background-attachment: fixed
}

.product_cart .detail_inner {
    margin-bottom: 80px
}

.by_fast {
    margin-top: 60px;
    background-position: center;
    position: relative;
    min-height: 530px
}

.by_fast:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000cf;
    -o-background-color: #000000cf;
    -moz-background-color: #000000cf;
    -ms-background-color: #000000cf;
    -webkit-background-color: #000000cf
}

.by_fast .container {
    position: relative;
    z-index: 2
}

@media all and (max-width: 500px) {
    .by_fast {
        margin-top: 10px;
        min-height: auto
    }
}

.testimonial {
    background-color: #f6f6f6;
    padding: 70px 0px
}

.testimonial .block_title .text_inner {
    padding-bottom: 20px
}

.testimonial .block_title .text_inner:after {
    display: none
}

@media all and (max-width: 500px) {
    .testimonial {
        padding: 10px 0px
    }
    .testimonial .block_summary {
        display: none
    }
}

.partners {
    padding: 25px 0px
}

@media all and (max-width: 600px) {
    .partners {
        padding: 25px 0px 5px
    }
}

@media all and (max-width: 500px) {
    .partners {
        padding: 5px 0px
    }
}

.banner {
    margin: 30px 0px
}

@media all and (max-width: 375px) {
    .banner {
        margin: 15px 0px 30px
    }
}

.product_search .products-cat-frame .product_grid {
    padding: 15px 15px 0px
}

.product_search .products-cat-frame .product_grid .item {
    width: calc(33.3333% - 10px);
    margin: 0px 15px 15px 0px
}

.product_search .products-cat-frame .product_grid .item:nth-child(3n) {
    margin-right: 0px
}

.pos_r {
    position: relative
}

.pos_a {
    position: absolute
}

.bl_block {
    min-height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.bl_block .block_title {
    color: #fff
}

@media all and (max-width: 850px) {
    .bl_block .block_title .text_inner {
        padding-bottom: 20px
    }
}

@media all and (max-width: 850px) {
    .bl_block .block_title .block_summary {
        margin-top: 5px
    }
}

.bl_block .block_block {
    padding-top: 50px
}

@media all and (max-width: 850px) {
    .bl_block .block_block {
        padding: 20px 0px
    }
}

@media all and (max-width: 850px) {
    .bl_block .block_block {
        padding: 10px 0px
    }
}

@media all and (min-width: 1025px) {
    .bl_block {
        clip-path: ellipse(70% 100% at 50% 0%);
        -webkit-clip-path: ellipse(70% 100% at 50% 0%);
        -moz-clip-path: ellipse(70% 100% at 50% 0%);
        -o-clip-path: ellipse(70% 100% at 50% 0%);
        -ms-clip-path: ellipse(70% 100% at 50% 0%)
    }
}

@media all and (max-width: 850px) {
    .bl_block {
        min-height: auto
    }
}

@media all and (max-width: 1023px) {
    .slide_pc {
        display: none
    }
}

.slide_m {
    display: none
}

@media all and (max-width: 1023px) {
    .slide_m {
        display: block
    }
}

.strengths {
    position: relative
}

@media all and (max-width: 850px) {
    .strengths {
        margin-top: 30px
    }
}

@media all and (max-width: 500px) {
    .strengths {
        margin-top: 0px;
        background-color: var(--main-color);
        padding: 5px 0px 0px
    }
}

#strengths.hello .item {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: all 1s ease
}

#strengths.hello .item_2,
#strengths.hello .item_4 {
    transition-delay: 0.2s;
    transform: translate(0, 0px)
}

@media all and (min-width: 1025px) {
    #strengths.hello .item_2,
    #strengths.hello .item_4 {
        transform: translate(0, -12px)
    }
}

#strengths.hello .item_1,
#strengths.hello .item_5 {
    transition-delay: 0.4s;
    transform: translate(0, 0px)
}

@media all and (min-width: 1025px) {
    #strengths.hello .item_1,
    #strengths.hello .item_5 {
        transform: translate(0, -35px)
    }
}

@media all and (min-width: 601px) {
    .introduce {
        min-height: 350px
    }
}

.strengths2 {
    padding: 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    min-height: 200px;
    background-color: #59A9DA
}

@media all and (max-width: 800px) {
    .strengths2 {
        padding: 20px 0px
    }
    .strengths2 .block_strengths {
        padding-bottom: 0px
    }
    .strengths2 .block_strengths::-webkit-scrollbar {
        display: none
    }
}

@media all and (max-width: 800px) {
    .strengths2 {
        padding: 10px 0px
    }
}

.strengths3 {
    margin-top: 50px
}

@media all and (max-width: 500px) {
    .strengths3 {
        margin-top: 10px
    }
}

.strengths4 {
    overflow: hidden;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    min-height: 540px
}

@media all and (max-width: 1024px) {
    .strengths4 {
        min-height: auto
    }
}

.projects {
    margin-top: 50px
}

@media all and (max-width: 500px) {
    .projects {
        margin-top: 10px
    }
}

.projects_list {
    margin: 50px 0px 0px
}

@media all and (max-width: 500px) {
    .projects_list {
        margin-top: 10px
    }
}

.videos {
    margin-top: 50px;
    overflow: hidden
}

@media all and (max-width: 500px) {
    .videos {
        margin-top: 30px
    }
}

.view-all {
    text-align: center;
    margin: 30px 0px 50px;
    position: relative
}

.view-all a {
    padding: 5px 50px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    background-color: #000
}

.view-all:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: -1;
    border-top: 1px solid #eaeaea;
    height: 1px;
    transform: translateY(-50%)
}

@media all and (max-width: 800px) {
    .view-all {
        margin: 20px 0px 25px
    }
}

.main_newslist .main-area,
.main_contact .main-area {
    margin-bottom: 50px
}

.main_projects {
    margin-bottom: 80px
}

.clear,
.clearfix {
    clear: both
}

.cls::after {
    content: '';
    display: block;
    clear: both
}

.pagination {
    text-align: center;
    margin-top: 20px
}

.main_pro_home .wapper-content-page {
    margin-bottom: 80px
}

.main_pro_home .product_grid {
    padding: 15px 15px 0px
}

.main_pro_home .cat_item_store {
    margin-bottom: 20px
}

.main_pro_home .cat_item_store .cat_label {
    padding: 0px 0px 10px
}

.main_pro_home .cat_item_store .cat_label a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--main-color)
}

.products-cart-info {
    margin-bottom: 50px
}

.pagination .current {
    background: none repeat scroll 0 0 var(--main-color);
    color: #FFFFFF;
    border: 1px solid var(--main-color);
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
    padding: 6px 12px;
    box-sizing: border-box
}

.pagination a,
.pagination b {
    background: none repeat scroll 0 0 #ffffff;
    color: #4C4C4C;
    display: inline-block;
    font-size: 13px;
    margin-left: 6px;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #eee;
    box-sizing: border-box
}

.pagination a:hover,
.pagination b:hover {
    background: none repeat scroll 0 0 var(--main-color);
    color: #FFFFFF;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.next-page {
    padding: 6px 13px 6px !important
}

.pre-page {
    padding: 6px 13px 6px !important
}

.next-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.pre-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.left {
    float: left
}

.right {
    float: right
}

.right-col .block {
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px
}

.page_title {
    margin-bottom: 20px !important;
    text-transform: none
}

.page_title span {
    color: var(--main-color);
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 4px;
    margin-bottom: 0px
}

.page_title h1 {
    font-weight: normal
}

.fr {
    float: right
}

.fl {
    float: left
}

.benmarch {
    display: none
}

.hide1 {
    display: none
}

.submit_bt,
.reset_bt {
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer
}

.submit_bt {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #FFF
}

.submit_bt:hover {
    border: 1px solid #C90008;
    background: #C90008
}

.reset_bt {
    border: 1px solid #b3b1b1;
    background: #f9f9f9;
    color: #000
}

.reset_bt:hover {
    border: 1px solid #b3b1b1;
    background: #cecdcd
}

.redborder {
    border-color: #ED1C24 !important
}

.scroll-bar::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: var(--main-color)
}

.scroll-bar::-webkit-scrollbar {
    width: 5px;
    background-color: var(--main-color);
    border-radius: 15px
}

.scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: var(--main-color);
    border: 1px solid #EBEBEB
}

.right-col {
    width: 290px;
    float: right;
    position: relative
}

@media all and (max-width: 1024px) {
    .right-col {
        width: 100%
    }
}

.main-area-2col-right {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    float: left;
    padding-right: 20px;
    box-sizing: border-box
}

@media all and (max-width: 1024px) {
    .main-area-2col-right {
        width: 100%;
        padding-right: 0px
    }
}

.container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto
}

.header_wrapper_wrap {
    min-height: 52px;
    background: #fff;
    position: relative
}

.header_wrapper_wrap .mainmenu_wrapper .menu_wrapper_inner .admin_edit {
    right: 101%
}

.header_wrapper_wrap .mainmenu_wrapper .menu_wrapper_inner .logo {
    position: absolute;
    left: 0;
    transform: translateY(50%);
    bottom: 55px;
    display: grid
}

.header_wrapper_wrap .mainmenu_wrapper .menu_wrapper_inner .logo .logo_img {
    width: 180px
}

@media all and (max-width: 1024px) {
    .header_wrapper_wrap .mainmenu_wrapper .menu_wrapper_inner .logo {
        bottom: 50%
    }
}

@media all and (max-width: 1024px) {
    .header_wrapper_wrap {
        min-height: auto;
        position: relative
    }
}

.header_wrapper {
    width: 100%;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    margin: 10px 0px
}

.header_wrapper .header {
    text-align: center;
    position: relative
}

.header_wrapper .header h1 {
    display: inline-grid
}

@media all and (min-width: 1025px) {
    .header_wrapper .header .menu_mobile {
        display: none
    }
}

.header_wrapper .header .menu_mobile .dcjq-mega-menu .sb-toggle-left.navbar-left {
    display: none
}

.header_wrapper .header .sb-toggle-left {
    display: none;
    position: absolute;
    right: 0px;
    top: 40px
}

.header_wrapper .header .sb-toggle-left svg {
    width: 22px;
    height: 22px;
    z-index: 99;
    fill: var(--main-color)
}

@media all and (max-width: 1024px) {
    .header_wrapper .header .sb-toggle-left {
        display: inline-grid
    }
}

@media all and (max-width: 768px) {
    .header_wrapper .header .sb-toggle-left {
        top: 27px
    }
}

@media all and (max-width: 500px) {
    .header_wrapper .header .sb-toggle-left {
        top: 18px
    }
}

@media all and (max-width: 1024px) {
    .header_wrapper .header {
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28)
    }
}

@media all and (max-width: 767px) {
    .header_wrapper {
        margin: 0
    }
}

.header-l {
    float: left;
    width: 44%
}

@media all and (max-width: 768px) {
    .logo_img {
        width: 150px;
        margin: 10px 0px
    }
}

@media all and (max-width: 500px) {
    .logo_img {
        margin: 0px 0px 0px
    }
}

.logo_img_small {
    display: none;
    width: 48px;
    margin-left: 10px
}

@media all and (max-width: 1024px) {
    .logo_img_small {
        display: block
    }
}

#share-top {
    margin-top: 8px;
    position: relative;
    display: inline-block;
    float: right
}

#share-top:before {
    height: 64px;
    width: 1px;
    background: #ffffff5c;
    position: absolute;
    left: -21px;
    top: -15px;
    content: " "
}

@media all and (max-width: 1170px) {
    #share-top:before {
        display: none
    }
}

#hotline {
    float: left;
    margin-left: 68px;
    width: 14%;
    position: relative;
    padding-left: 37px;
    margin-top: 8px;
    box-sizing: border-box;
    color: #fff
}

#hotline svg {
    position: absolute;
    left: 0px;
    top: 2px
}

#hotline a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.2px
}

.regions_search {
    padding-top: 5px;
    float: left;
    width: 46%;
    margin-left: 65px;
    border-radius: 5px
}

@media screen and (max-width: 900px) {
    .regions_search {
        width: 69%
    }
}

.regions_search .block_regions {
    width: 125px;
    float: left
}

.regions_search select {
    border: none;
    height: 40px;
    box-sizing: border-box;
    background: #EEE;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    display: inline-block;
    font: inherit;
    padding: 10px;
    width: 125px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
    background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat
}

.regions_search_mb {
    float: right;
    width: 200px;
    margin-top: 6px
}

.regions_search_mb select {
    border: none;
    height: 40px;
    box-sizing: border-box;
    background: #EEE;
    border-radius: 4px;
    padding: 0 5px;
    float: right;
    margin-right: 5px
}

.header .hotline>li:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #5D5A5C
}

.address_header label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #5D5A5C;
    margin-top: 10px
}

.address_header:hover label {
    color: #000
}

.support_phone li {
    margin-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    position: relative;
    padding-left: 39px
}

.support_phone li::before {
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="24" width="24" fill="dodgerblue" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path d="M78.014,20.385c8.463,8.75,12.51,18.127,12.84,29.081c0.076,2.519-1.453,4.183-3.876,4.312  c-2.557,0.136-4.293-1.441-4.356-4.012c-0.134-5.394-1.357-10.521-4.033-15.211C72.491,23.871,63.191,18.302,50.95,17.603  c-1.358-0.077-2.631-0.218-3.586-1.305c-1.223-1.391-1.33-2.991-0.672-4.62c0.664-1.642,2.01-2.382,3.759-2.352  c7.969,0.135,15.321,2.353,21.955,6.761C74.697,17.61,76.787,19.437,78.014,20.385z M50.11,24.674  c-0.732-0.01-1.53,0.134-2.189,0.44c-1.704,0.79-2.505,2.791-2.048,4.786c0.402,1.758,1.954,2.972,3.906,2.996  c4.562,0.056,8.597,1.499,11.951,4.624c3.688,3.434,5.41,7.741,5.588,12.751c0.032,0.891,0.367,1.904,0.891,2.618  c1.094,1.49,3.037,1.864,4.821,1.184c1.577-0.601,2.506-2.014,2.492-3.886c-0.051-6.981-2.592-12.943-7.5-18.08  C63.098,27.364,57.118,24.773,50.11,24.674z M73.486,87.206c1.689-1.888,3.575-3.599,5.361-5.401  c2.643-2.667,2.664-5.902,0.036-8.55c-3.134-3.157-6.28-6.302-9.44-9.433c-2.586-2.562-5.819-2.556-8.393-0.005  c-1.966,1.948-3.936,3.893-5.86,5.882c-0.133,0.137-0.261,0.247-0.389,0.328l-1.346,1.346c-0.375,0.239-0.748,0.236-1.236-0.029  c0.73-0.689-2.619-1.246-3.839-2.012c-5.695-3.575-10.471-8.183-14.694-13.374c-2.101-2.582-3.968-5.329-5.259-8.431  c-0.215-0.517-0.221-0.888,0.067-1.281l1.346-1.346c0.064-0.087,0.137-0.175,0.231-0.265c0.59-0.569,1.175-1.143,1.757-1.72  c1.361-1.348,2.706-2.711,4.057-4.069c2.69-2.703,2.684-5.88-0.015-8.604c-1.531-1.544-3.074-3.077-4.612-4.614  c-1.585-1.584-3.157-3.181-4.756-4.75c-2.59-2.543-5.824-2.548-8.408-0.007c-1.973,1.941-3.882,3.948-5.886,5.856  c-1.866,1.777-2.817,3.931-3.007,6.463c-0.307,4.104,0.699,7.983,2.106,11.77c2.909,7.832,7.333,14.766,12.686,21.137  c7.239,8.617,15.894,15.436,26.017,20.355c4.554,2.213,9.283,3.915,14.409,4.196C67.944,90.844,71.028,89.954,73.486,87.206z"/></svg>');
    background-repeat: no-repeat;
    content: ' ';
    width: 33px;
    height: 33px;
    top: 1px;
    left: 0px;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box;
    background-position: center
}

.support_phone li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 10px
}

.address_header_head::before {
    background-position: -133px 1px
}

.header .more_info {
    color: #999999;
    font-size: 12px;
    margin-top: 0px;
    position: relative;
    padding-right: 23px
}

.header .more_info::before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0px;
    background-position: -45px -70px;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #FFF
}

.sb-toggle-left {
    float: right;
    cursor: pointer;
    padding: 5px;
    margin-right: 10px
}

@media only screen and (min-width: 1025px) {
    .sb-toggle-left {
        display: none
    }
}

.navicon-line {
    width: 25px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: var(--main-color)
}

.navicon-line:last-child {
    margin-bottom: 0px
}

.modal-menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none
}

.text-compare {
    margin-top: 4px;
    text-align: right
}

.text-compare a {
    color: #999999;
    display: block;
    font-size: 12px
}

@keyframes fade-bg1112 {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(0.75, 0.85)
    }
    51% {
        transform: scale(0.75, 0.85)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes fade-bg1111 {
    0% {
        transform: translate(0px);
        opacity: 0.5
    }
    100% {
        transform: translate(-100%);
        opacity: 1
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg)
    }
    20% {
        transform: rotate(0deg)
    }
    30% {
        transform: rotate(2deg)
    }
    50% {
        transform: rotate(0deg)
    }
    70% {
        transform: rotate(-2deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@keyframes type {
    0% {
        width: 0
    }
    40% {
        width: 100%
    }
    90% {
        width: 100%
    }
    100% {
        width: 0
    }
}

@keyframes type2 {
    0% {
        width: 0
    }
    80% {
        width: 100%
    }
    90% {
        width: 100%
    }
    100% {
        width: 0
    }
}

.slideshow_countdown .slideshow {
    width: 100%;
    position: relative
}

.slideshow_countdown>.countdown .block {
    margin-top: 15px
}

.slideshow_countdown>.countdown .block:first-child {
    margin-top: 0px
}

.home_pos {
    margin-top: 24px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .home_pos_0 {
        margin-top: 4px !important
    }
}

.block_banner_3_colunm {
    margin-left: -15px;
    margin-right: -15px
}

.block_banner_3_colunm .banner_item {
    display: block;
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden
}

.block_banner_3_colunm .banner_item img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

@media only screen and (min-width: 768px) {
    .pos_mixed {
        margin-top: 15px
    }
}

.main_wrapper_ {
    margin: 0px auto 30px
}

.main-area-2col-left {
    margin: 0;
    width: calc(75% - 7px);
    position: relative;
    padding: 0;
    float: right
}

@media all and (max-width: 1024px) {
    .main-area-2col-left {
        width: 100%;
        float: none
    }
}

.left-col {
    float: left;
    width: calc( 25% - 25px)
}

.left-col li {
    position: relative;
    padding: 0px 0px 0px 20px
}

.left-col li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 10px;
    height: 10px;
    background: url("https://nhasang.net/templates/nhasang/images/diamon.svg") no-repeat;
    background-size: cover;
    transition: all 0.3s
}

.left-col li:hover:before {
    background: url("https://nhasang.net/templates/nhasang/images/diamon2.svg")
}

.left-col li.activated:before {
    background: url("https://nhasang.net/templates/nhasang/images/diamon2.svg")
}

@media all and (max-width: 1024px) {
    .left-col {
        display: none
    }
}

.pos_mixed_left {
    float: left;
    width: 57.365%
}

.pos_mixed_right {
    float: right;
    width: 40.24%
}

.pos_mixed .block_title {
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    line-height: 48px;
    margin-bottom: 12px
}

.pos_mixed .block_title span {
    margin-left: 31px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px
}

.pos_mixed .block_content {
    border: 1px solid #E7E7E7;
    padding: 15px
}

.main_wrapper .left-col .block,
.main_wrapper .right-col .block {
    margin-bottom: 20px
}

.right-col .block_title,
.left-col .block_title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    text-align: left;
    background-color: var(--main-color)
}

.block_title {
    text-align: center;
    font-size: 24px;
    color: #000
}

.block_title .text_inner {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px
}

.block_title .text_inner:after {
    content: '';
    position: absolute;
    width: 124px;
    height: 16px;
    background-image: url("https://nhasang.net/templates/nhasang/images/after_title.png");
    background-size: cover;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media all and (max-width: 500px) {
    .block_title .text_inner {
        padding-top: 5px;
        padding-bottom: 18px
    }
}

.block_title .block_summary {
    text-align: center;
    margin-top: 20px;
    font-size: 14px
}

@media all and (max-width: 500px) {
    .block_title .block_summary {
        margin-top: 5px
    }
}

@media all and (max-width: 500px) {
    .block_title {
        font-size: 18px
    }
}

.bg_white {
    background: #fff
}

.share_ {
    float: right;
    margin-top: 18px;
    padding: 0px 20px 0px 0px;
    position: relative
}

.share_:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 80%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--border-color)
}

.button_open_search {
    display: grid;
    position: absolute;
    left: 10px;
    top: 36px
}

.button_open_search svg {
    width: 20px;
    height: 20px
}

@media all and (min-width: 768px) {
    .button_open_search {
        display: none
    }
}

@media all and (max-width: 500px) {
    .button_open_search {
        top: 20px
    }
}

.bl_search {
    width: 250px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (max-width: 1180px) {
    .bl_search {
        left: 10px
    }
}

@media all and (max-width: 767px) {
    .bl_search {
        position: static;
        width: 100%;
        transform: translateY(0);
        padding-bottom: 5px;
        display: none
    }
}

.search_ {
    position: relative;
    float: right;
    z-index: 100;
    border-radius: 5px;
    margin: 16px 0px 0px 0px;
    box-sizing: border-box;
    height: 36px
}

.search_m {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 5px;
    width: 50%
}

@media all and (min-width: 1025px) {
    .search_m {
        display: none
    }
}

@media all and (max-width: 700px) {
    .search_m {
        width: calc(100% - 130px);
        right: 48%
    }
}

.bl_hotline {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 22px
}

@media all and (max-width: 1180px) {
    .bl_hotline {
        right: 10px
    }
}

.bl_hotline svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim
}

.bl_hotline div {
    text-align: left
}

.bl_hotline .hotline_top {
    color: var(--main-color);
    text-transform: uppercase
}

.bl_hotline a {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    color: #0a3c77;
}

@media all and (max-width: 1024px) {
    .bl_hotline {
        display: none
    }
}

.pos_footer {
    margin-top: 25px;
    overflow: hidden
}

@media all and (max-width: 600px) {
    .pos_footer {
        margin-top: 0
    }
}

.pos_footer .container {
    background: #fff;
    padding: 0 16px;
    box-sizing: border-box;
    padding-top: 1px
}

.pos_footer .block_title {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative
}

@media all and (max-width: 600px) {
    .pos_footer .block_title {
        margin-bottom: 15px
    }
}

.pos_footer .block_title:after {
    content: "";
    width: 24px;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    bottom: 0px;
    left: 0px
}

.pos_footer .block {
    margin-top: 25px
}

@media all and (max-width: 600px) {
    .pos_footer .block {
        margin-top: 0
    }
}

.pos_footer .block_videos .title_icon,
.pos_footer .block_testimonials .title_icon {
    display: block;
    width: 40px;
    height: 20px;
    float: left
}

.pos_footer .block_videos .title_icon:before,
.pos_footer .block_testimonials .title_icon:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    z-index: 99;
    left: 9px;
    background: var(--main-color);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.pos_footer .block_videos .title_icon i,
.pos_footer .block_testimonials .title_icon i {
    position: absolute;
    content: ' ';
    width: 20px;
    height: 14px;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    border: 2px solid var(--main-color);
    z-index: 10
}

.pos8 {
    margin-top: 40px;
    background: var(--main-color);
    padding: 40px 0
}

@media all and (max-width: 600px) {
    .pos8 {
        margin-top: 20px;
        padding: 20px 0
    }
}

.pos8 .block_title {
    float: left;
    background: no-repeat;
    color: #fff;
    text-transform: none;
    padding: 0;
    line-height: 40px
}

.share {
    float: left;
    width: 25%
}

@media all and (max-width: 600px) {
    .share {
        width: 100%
    }
}

.form_dk_ {
    min-height: 440px;
    position: relative
}

.form_dk_:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f37d2cd6
}

.form_dk_ .container {
    position: relative
}

.form_dk_ .form_left {
    width: 45%;
    position: relative;
    z-index: 2;
    height: 100%;
    float: left;
    margin-top: 30px
}

@media all and (max-width: 500px) {
    .form_dk_ .form_left {
        display: none
    }
}

.form_dk_ .form_left .bgr_tv {
    width: 310px;
    height: 410px;
    background-image: url("https://nhasang.net/templates/nhasang/images/tu-van.png");
    background-size: cover;
    margin: 0px auto
}

.form_dk_ .form_right {
    width: 55%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (max-width: 500px) {
    .form_dk_ .form_right {
        width: 100%;
        position: relative;
        z-index: 2;
        transform: translateY(0);
        padding-top: 40px
    }
}

.form_dk_ .form_right .form_fast .content_ {
    position: relative;
    padding-bottom: 60px;
    margin: 0px;
    line-height: 30px
}

.form_dk_ .form_right .form_fast .content_::after {
    content: '';
    width: 128px;
    height: 21px;
    position: absolute;
    background-image: url("https://nhasang.net/templates/nhasang/images/after_content.png");
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px
}

.form_dk_ .form_right .form_fast .content_ span {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0px
}

@media all and (max-width: 700px) {
    .form_dk_ .form_right .form_fast .content_ span {
        font-size: 26px
    }
}

.form_dk_ .form_right .form_fast .bor_form {
    width: 75%;
    margin: 0px auto
}

@media all and (max-width: 500px) {
    .form_dk_ .form_right .form_fast .bor_form {
        width: 100%
    }
}

.form_dk_ .form_right .form_fast .bor_form form {
    width: 100%
}

.form_dk_ .form_right .form_fast .bor_form form .buy_fast_body table {
    width: 100%
}

.form_dk_ .form_right .form_fast .bor_form form .buy_fast_body table tr td {
    border-bottom: 0px;
    padding-top: 0px
}

.form_dk_ .form_right .form_fast .bor_form form .buy_fast_body table tr td input {
    height: 38px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #000
}

.form_dk_ .form_right .form_fast .bor_form form .buy_fast_body .button-buy-fast {
    width: 190px;
    border: none;
    color: white;
    background-color: var(--extra-color);
    cursor: pointer;
    line-height: 40px;
    margin: 0px;
    padding-left: 0px;
    margin-top: 40px;
    border-radius: 20px;
    font-size: 14px;
    position: relative;
    transition: 0.5s;
    left: 50%;
    transform: translateX(-50%);
    outline: none
}

@media all and (max-width: 500px) {
    .form_dk_ .form_right .form_fast .bor_form form .buy_fast_body .button-buy-fast {
        margin-top: 30px
    }
}

.before_ft {
    background-color: var(--main-color)
}

.before_ft .cskh_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0px
}

.before_ft .cskh_inner .item_kh_left {
    width: 24%;
    float: left;
    position: relative
}

.before_ft .cskh_inner .item_kh_left span {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: bold
}

@media all and (max-width: 1100px) {
    .before_ft .cskh_inner .item_kh_left span {
        position: initial
    }
}

@media all and (max-width: 1100px) {
    .before_ft .cskh_inner .item_kh_left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px
    }
}

.before_ft .cskh_inner .item_kh_center {
    width: 54%;
    float: left;
    display: flex;
    flex-wrap: wrap
}

.before_ft .cskh_inner .item_kh_center svg {
    width: 8px;
    height: 14px;
    fill: #fff
}

.before_ft .cskh_inner .item_kh_center .kh_inner {
    position: relative;
    float: left;
    margin-right: 20px;
    border-right: 1px solid #ffffff57;
    box-sizing: border-box;
    padding: 15px 0px;
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

@media all and (min-width: 1101px) {
    .before_ft .cskh_inner .item_kh_center .kh_inner:first-child {
        width: calc(30% - 20px)
    }
    .before_ft .cskh_inner .item_kh_center .kh_inner:nth-child(2) {
        width: calc(30% - 20px)
    }
    .before_ft .cskh_inner .item_kh_center .kh_inner:last-child {
        width: 40%;
        margin-right: 0px
    }
}

.before_ft .cskh_inner .item_kh_center .kh_inner span {
    font-size: 16px;
    font-weight: bold
}

.before_ft .cskh_inner .item_kh_center .kh_inner a:hover {
    color: #fff;
    text-decoration: underline
}

@media all and (max-width: 1100px) {
    .before_ft .cskh_inner .item_kh_center .kh_inner {
        width: calc(100%/3);
        float: none;
        text-align: center;
        margin-right: 0px;
        padding: 5px 0px
    }
    .before_ft .cskh_inner .item_kh_center .kh_inner:nth-child(3) {
        border-right: 0px
    }
}

@media all and (max-width: 500px) {
    .before_ft .cskh_inner .item_kh_center .kh_inner {
        width: 50%
    }
    .before_ft .cskh_inner .item_kh_center .kh_inner:nth-child(3) {
        display: none
    }
    .before_ft .cskh_inner .item_kh_center .kh_inner:nth-child(2) {
        border-right: 0px
    }
}

@media all and (max-width: 1100px) {
    .before_ft .cskh_inner .item_kh_center {
        width: 100%;
        float: none
    }
}

.before_ft .cskh_inner .item_kh_right {
    width: 22%;
    float: left;
    position: relative
}

.before_ft .cskh_inner .item_kh_right .dk {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.before_ft .cskh_inner .item_kh_right .dk font {
    border: 1px solid #fff
}

@media all and (max-width: 1100px) {
    .before_ft .cskh_inner .item_kh_right .dk {
        position: initial
    }
}

@media all and (max-width: 1100px) {
    .before_ft .cskh_inner .item_kh_right {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 40px
    }
}

footer {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    padding: 50px 0px 30px;
    width: 100%;
    overflow: hidden
}

footer .footer_top {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 20px 0px;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box
}

footer .footer_top span {
    color: var(--main-color)
}

footer .footer_top .logo_footer {
    width: 13%;
    float: left
}

footer .footer_top .logo_footer .logo_inner {
    padding-right: 15px
}

@media all and (max-width: 800px) {
    footer .footer_top .logo_footer {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    footer .footer_top .logo_footer .logo_inner {
        padding-right: 0px
    }
}

@media all and (max-width: 500px) {
    footer .footer_top .logo_footer {
        margin-bottom: 15px
    }
}

footer .footer_top .contact_ {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: var(--main-color);
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    border-radius: 10px 10px 0px 0px;
    color: var(--main-color)
}

@media all and (min-width: 501px) {
    footer .footer_top .contact_ {
        display: none
    }
}

footer .footer_top .info_footer {
    width: 43%;
    float: left;
    border-left: 1px solid #bdbdbd;
    box-sizing: border-box
}

footer .footer_top .info_footer .info_inner {
    margin: 0px 15px
}

footer .footer_top .info_footer .info_inner p {
    margin-bottom: 8px;
    position: relative
}

footer .footer_top .info_footer .info_inner p svg {
    width: 20px;
    height: 20px;
    fill: var(--main-color);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (min-width: 501px) {
    footer .footer_top .info_footer .info_inner p svg {
        display: none
    }
}

@media all and (max-width: 500px) {
    footer .footer_top .info_footer .info_inner p {
        padding-left: 25px;
        box-sizing: border-box;
        margin-bottom: 12px
    }
}

@media all and (max-width: 800px) {
    footer .footer_top .info_footer {
        border-left: 0px
    }
}

@media all and (max-width: 600px) {
    footer .footer_top .info_footer {
        width: 100%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 500px) {
    footer .footer_top .info_footer {
        border: 1px solid #eaeaea;
        border-width: 0px 1px 0px;
        padding: 20px 0px 0px;
        margin-bottom: 0px
    }
}

footer .footer_top .product_location {
    width: 22%;
    float: left;
    border-left: 1px solid #bdbdbd;
    box-sizing: border-box
}

footer .footer_top .product_location .location_inner {
    margin: 0px 15px;
    height: 100%
}

@media all and (min-width: 501px) {
    footer .footer_top .product_location .location_inner svg {
        display: none
    }
}

@media all and (max-width: 500px) {
    footer .footer_top .product_location .location_inner {
        position: relative;
        padding-left: 25px;
        box-sizing: border-box
    }
    footer .footer_top .product_location .location_inner svg {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        fill: var(--main-color)
    }
}

@media all and (max-width: 600px) {
    footer .footer_top .product_location {
        width: 50%
    }
    footer .footer_top .product_location:first-child {
        border-left: 0px
    }
}

@media all and (max-width: 500px) {
    footer .footer_top .product_location {
        width: 100%;
        border: 1px solid #eaeaea;
        border-width: 0px 1px;
        padding-bottom: 12px
    }
    footer .footer_top .product_location p {
        display: inline
    }
    footer .footer_top .product_location:last-child {
        border-width: 0px 1px 1px;
        border-radius: 0px 0px 10px 10px;
        padding-bottom: 20px
    }
}

@media all and (max-width: 500px) {
    footer .footer_top {
        padding-bottom: 0px;
        border-bottom: 0px;
        padding-top: 15px;
        font-size: 14px
    }
}

footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd
}

footer .footer_bottom .footer_bottom_l {
    width: 50%;
    float: left;
    position: relative
}

@media all and (max-width: 1024px) {
    footer .footer_bottom .footer_bottom_l {
        width: calc(100%/3*2)
    }
}

@media all and (max-width: 768px) {
    footer .footer_bottom .footer_bottom_l {
        width: 100%;
        margin-bottom: 20px
    }
}

footer .footer_bottom .footer_bottom_c {
    width: 25%;
    float: left
}

footer .footer_bottom .footer_bottom_c .title_a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

footer .footer_bottom .footer_bottom_c ul li {
    margin-bottom: 12px;
    color: #545454
}

@media all and (max-width: 1024px) {
    footer .footer_bottom .footer_bottom_c {
        width: calc(100%/3)
    }
}

@media all and (max-width: 768px) {
    footer .footer_bottom .footer_bottom_c {
        width: 100%
    }
}

footer .footer_bottom .footer_bottom_r {
    width: 25%;
    float: left
}

@media all and (max-width: 500px) {
    footer .footer_bottom {
        margin-top: 10px
    }
}

footer .info_bottom {
    text-align: center
}

footer .info_bottom .info_inner {
    display: inline-flex;
    margin: 15px 0px 5px
}

footer .bl_share {
    position: relative
}

footer .bl_tags {
    text-align: center;
    position: relative
}

@media all and (max-width: 800px) {
    footer {
        padding: 0px 0px 100px
    }
}

footer .regions {
    width: 35%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative
}

@media all and (max-width: 800px) {
    footer .regions {
        width: 30%;
        padding-right: 10px;
        box-sizing: border-box
    }
}

@media all and (max-width: 600px) {
    footer .regions {
        width: 50%;
        padding-left: 0
    }
}

footer .info {
    width: 20%;
    float: left;
    box-sizing: border-box
}

@media all and (max-width: 800px) {
    footer .info {
        padding-left: 50px;
        width: 30%;
        padding-right: 10px;
        box-sizing: border-box
    }
}

@media all and (max-width: 600px) {
    footer .info {
        width: 50%;
        padding-left: 20px;
        padding-right: 0px
    }
}

footer .info h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px
}

@media all and (max-width: 600px) {
    footer .info h3 {
        margin-bottom: 15px
    }
}

footer .info p {
    line-height: 18px;
    margin-bottom: 12px
}

@media all and (max-width: 600px) {
    footer .info p {
        line-height: 15px;
        margin-bottom: 10px
    }
}

.region_name {
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: underline
}

.footer_title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #222
}

@media all and (max-width: 600px) {
    .footer_title {
        margin-bottom: 15px
    }
}

.address_regions ul {
    margin-top: 12px;
    color: #252525;
    position: relative
}

.address_regions ul li {
    position: relative;
    padding-left: 20px
}

.address_regions ul li svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    fill: var(--main-color)
}

@media all and (max-width: 600px) {
    .address_regions ul {
        margin-top: 5px
    }
}

.address_regions ul:before {
    width: 9px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0px
}

.address_regions ul li:nth-child(1) i {
    width: 9px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0
}

.address_regions ul li:nth-child(2) {
    color: #CCCCCC
}

.address_regions ul li:nth-child(2) a {
    color: #CCCCCC
}

.address_regions>span {
    margin-right: 10px
}

.share_fast i {
    width: 34px;
    height: 34px;
    display: inline-flex
}

.share_fast a {
    display: inline-flex;
    margin-right: 16px;
    margin-right: 9px;
    display: block;
    width: 35px;
    height: 35px;
    background: #3c3c3d;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    float: left
}

.share_fast a:hover {
    background: #5f5f60
}

.banner_top {
    text-align: center;
    background: var(--main-color);
    position: relative
}

.banner_top img {
    margin-bottom: -4px
}

.banner_top .close_banner_top {
    position: absolute;
    right: 30px;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%)
}

.banner_top .close_banner_top svg {
    fill: #ccc;
    width: 20px;
    height: 20px
}

.banner_top .close_banner_top svg:hover {
    fill: red
}

.banner-off {
    display: none
}

#cfacebook a.chat_fb_openned:before {
    content: 'x';
    position: absolute;
    right: 10px;
    color: #fff
}

.home_pos_2 {
    margin: 0 -15px;
    margin-top: 16px
}

@media all and (max-width: 1200px) {
    .home_pos_2 {
        margin: 0 -10px;
        margin-top: 16px
    }
}

.home_pos_2 .item {
    width: calc(50% - 30px);
    margin: 0 15px;
    float: left
}

@media all and (max-width: 1200px) {
    .home_pos_2 .item {
        width: calc(50% - 20px);
        margin: 0 10px
    }
}

@media all and (max-width: 600px) {
    .home_pos_2 .item {
        width: calc(100% - 20px)
    }
}

.home_pos_2 .item img {
    width: 100%
}

.top1 {
    background-image: url("https://nhasang.net/templates/nhasang/images/bg_top1.jpg");
    background-size: 100% 100%;
    padding: 35px 0 15px 35px
}

.number1 {
    color: #fff
}

.number1 .stt1 {
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    transform: scale(0.9, 1);
    text-shadow: 2px 2px #868686cc
}

@media all and (max-width: 600px) {
    .number1 .stt1 {
        font-size: 40px
    }
}

.number1 font {
    font-size: 45px;
    display: inline-block;
    font-weight: bold;
    line-height: 60px;
    margin: 0 3px;
    width: 65px;
    position: relative;
    height: 30px
}

@media all and (max-width: 600px) {
    .number1 font {
        width: 45px
    }
}

.number1 font:after {
    content: '';
    height: 90px;
    background-image: url("https://nhasang.net/templates/nhasang/images/bg1.png");
    width: 65px;
    position: absolute;
    top: -30px;
    left: 0px;
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-2-bh
}

@media all and (max-width: 600px) {
    .number1 font:after {
        background-size: 100% 100%;
        top: -8px;
        height: 55px;
        width: 40px
    }
}

.number1 .stt2 {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 25px;
    transform: scale(0.85, 1);
    text-shadow: 2px 2px #868686cc
}

@media all and (max-width: 600px) {
    .number1 .stt2 {
        font-size: 16px
    }
}

.countdown .number1 {
    color: #fff
}

@media all and (max-width: 800px) {
    .countdown .number1 {
        display: none
    }
}

.bot1 {
    margin-top: 16px;
    background-image: url("https://nhasang.net/templates/nhasang/images/bgkm.jpg");
    background-size: 100% 100%;
    padding: 25px 15px 5px 15px;
    text-align: center
}

@media all and (max-width: 1250px) {
    .bot1 {
        margin-top: 0px
    }
}

@media all and (max-width: 800px) {
    .bot1 {
        margin-top: 5px
    }
}

@media all and (max-width: 600px) {
    .bot1 {
        margin-top: 0
    }
}

.bot1 span {
    display: inline-block;
    transform: skew(-10deg) scale(0.85, 1);
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 15px;
    background: #363435;
    margin-bottom: 12px;
    border-radius: 4px;
    margin-left: -35px
}

.bot1 .stt1 {
    text-transform: uppercase;
    position: relative
}

.bot1 .stt1:after {
    content: '';
    background: #cf0000;
    position: absolute;
    width: 80px;
    height: 20px;
    top: -20px;
    z-index: -65;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    left: 00px
}

.bot1 .stt2 {
    background: #cf0000;
    margin-left: 5px;
    text-transform: uppercase;
    position: relative
}

.bot1 .stt2:after {
    content: '';
    background: #d1d1d1;
    position: absolute;
    width: 140px;
    height: 12px;
    top: -12px;
    z-index: -65;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    left: 00px
}

.bot1 .stt3 {
    background: #cf0000;
    transform: skew(0deg) scale(0.95, 1);
    border-radius: unset;
    font-size: 22px;
    padding: 5px 15px;
    margin-left: 10px;
    margin-bottom: 6px
}

@media all and (max-width: 600px) {
    .bot1 .stt3 {
        margin-left: 0
    }
}

.bot1 .stt3 font {
    transform: skew(0deg) scale(0.85, 1);
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase
}

@media all and (min-width: 800px) {
    .banner-home-top .number1 font:after {
        animation: unset
    }
}

.time-dow-event .time {
    display: inline-block;
    margin: 3px;
    background: #f3f1f2;
    padding: 3px 0px;
    width: 56px
}

@media all and (max-width: 1200px) {
    .time-dow-event .time {
        width: 50px
    }
}

.time-dow-event .time_1 {
    font-weight: bold
}

.footer_l {
    width: 25%
}

@media all and (max-width: 1000px) {
    .footer_l {
        width: 100%
    }
}

.footer_r_w {
    width: 25%
}

.footer_r_w .block_title {
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    background: none
}

.footer2 {
    background: #1b1b1b;
    color: #CCC;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #7d7d7d
}

#menu-fixed-bar {
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: calc(100% + 10px)
}

@media all and (max-width: 1024px) {
    #menu-fixed-bar {
        display: none
    }
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    height: 45px;
    border-top: 2px #f2f2f2 solid;
    z-index: 999
}

#fixed-bar>div {
    float: left;
    max-width: 22%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    width: 35px
}

#fixed-bar>div .wrap_icon {
    margin-top: 5px;
    margin-bottom: 3px
}

#fixed-bar>div .wrap_icon i {
    padding: 5px 15px
}

#fixed-bar .buy_now_bt .wrap_icon i {
    background-position: 0px -351px
}

#fixed-bar .call .wrap_icon i {
    background-position: -34px -351px
}

#fixed-bar #bar-inner .wrap_icon i {
    background-position: -64px -351px
}

.certified_bct {
    background-position: 0px -92px;
    content: ' ';
    height: 36px;
    display: block;
    margin-top: 11px;
    padding-top: 12px;
    width: 131px
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
    left: 0px;
    bottom: 0px
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #037cc59e;
    opacity: 1
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #037cc575
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #037cc5ab
}

.suntory-alo-ph-img-circle svg {
    position: absolute;
    top: 13px;
    left: 13px
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: translateY(-50%) rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: translateY(-50%) rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: translateY(-50%) rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: translateY(-50%) rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: translateY(-50%) rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: translateY(-50%) rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: translateY(-50%) rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

#cfacebook .fchat {
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff
}

#cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left
}

#cfacebook a.chat_fb:hover {
    color: #ff0;
    text-decoration: none
}

#cfacebook {
    position: fixed;
    bottom: 5%;
    left: 10px;
    z-index: 99999;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

#cfacebook a.chat_fb {
    float: left;
    padding: 6px 6px 0px 6px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    z-index: 9999999;
    font-size: 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    display: block;
    position: relative
}

#cfacebook a.chat_fb:after {
    display: block;
    width: 19px;
    height: 19px;
    color: #FFF;
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px
}

#cfacebook a.chat_fb svg {
    width: 45px;
    height: 45px
}

#cfacebook a.chat_fb span {
    display: none
}

#cfacebook .fchat .fb-page {
    margin-top: 0px;
    float: left
}

#cfacebook a.chat_fb_openned {
    border-radius: 0;
    width: 100%
}

#cfacebook a.chat_fb_openned svg {
    display: none
}

#cfacebook a.chat_fb_openned i {
    display: none
}

#cfacebook a.chat_fb_openned::after {
    display: none
}

#cfacebook a.chat_fb_openned span {
    display: block
}

.fixed_icons {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translate(0, -50px);
    z-index: 100
}

.fixed_icons .icon_v1 {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #0183BF;
    border-radius: 4px 0 0 4px
}

.address_header .more_info {
    position: relative
}

.address_header .more_info::before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0px;
    background-position: -45px -70px;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #FFF
}

.address_header {
    display: none
}

.address_fixed_popup {
    margin-top: 6px
}

.hotline_fixed_popup,
.address_fixed_popup {
    position: relative
}

.hotline_fixed_popup .icon_v1 {
    background: var(--main-color)
}

.hotline_fixed_popup .icon_v1:after {
    content: '';
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="28" width="28" fill="white" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path d="M78.014,20.385c8.463,8.75,12.51,18.127,12.84,29.081c0.076,2.519-1.453,4.183-3.876,4.312  c-2.557,0.136-4.293-1.441-4.356-4.012c-0.134-5.394-1.357-10.521-4.033-15.211C72.491,23.871,63.191,18.302,50.95,17.603  c-1.358-0.077-2.631-0.218-3.586-1.305c-1.223-1.391-1.33-2.991-0.672-4.62c0.664-1.642,2.01-2.382,3.759-2.352  c7.969,0.135,15.321,2.353,21.955,6.761C74.697,17.61,76.787,19.437,78.014,20.385z M50.11,24.674  c-0.732-0.01-1.53,0.134-2.189,0.44c-1.704,0.79-2.505,2.791-2.048,4.786c0.402,1.758,1.954,2.972,3.906,2.996  c4.562,0.056,8.597,1.499,11.951,4.624c3.688,3.434,5.41,7.741,5.588,12.751c0.032,0.891,0.367,1.904,0.891,2.618  c1.094,1.49,3.037,1.864,4.821,1.184c1.577-0.601,2.506-2.014,2.492-3.886c-0.051-6.981-2.592-12.943-7.5-18.08  C63.098,27.364,57.118,24.773,50.11,24.674z M73.486,87.206c1.689-1.888,3.575-3.599,5.361-5.401  c2.643-2.667,2.664-5.902,0.036-8.55c-3.134-3.157-6.28-6.302-9.44-9.433c-2.586-2.562-5.819-2.556-8.393-0.005  c-1.966,1.948-3.936,3.893-5.86,5.882c-0.133,0.137-0.261,0.247-0.389,0.328l-1.346,1.346c-0.375,0.239-0.748,0.236-1.236-0.029  c0.73-0.689-2.619-1.246-3.839-2.012c-5.695-3.575-10.471-8.183-14.694-13.374c-2.101-2.582-3.968-5.329-5.259-8.431  c-0.215-0.517-0.221-0.888,0.067-1.281l1.346-1.346c0.064-0.087,0.137-0.175,0.231-0.265c0.59-0.569,1.175-1.143,1.757-1.72  c1.361-1.348,2.706-2.711,4.057-4.069c2.69-2.703,2.684-5.88-0.015-8.604c-1.531-1.544-3.074-3.077-4.612-4.614  c-1.585-1.584-3.157-3.181-4.756-4.75c-2.59-2.543-5.824-2.548-8.408-0.007c-1.973,1.941-3.882,3.948-5.886,5.856  c-1.866,1.777-2.817,3.931-3.007,6.463c-0.307,4.104,0.699,7.983,2.106,11.77c2.909,7.832,7.333,14.766,12.686,21.137  c7.239,8.617,15.894,15.436,26.017,20.355c4.554,2.213,9.283,3.915,14.409,4.196C67.944,90.844,71.028,89.954,73.486,87.206z"/></svg>');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    margin: 5px
}

.address_fixed_popup .icon_v1 {
    background: var(--main-color)
}

.address_fixed_popup .icon_v1:after {
    content: '';
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    margin: 3px 5px 3px 8px
}

.hotline_fixed_popup_content,
.address_header {
    position: absolute;
    width: 260px;
    top: 0;
    right: 100%;
    padding-right: 10px;
    display: none;
    margin-top: 0
}

.hotline_fixed_popup:hover .hotline_fixed_popup_content {
    display: block
}

.address_fixed_popup:hover .address_header {
    display: block
}

.add_full,
.support_phone {
    position: relative;
    width: 100%;
    right: 0;
    background: #FFF;
    border: 1px solid #F5F5F5;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    border-top: 3px solid #0183BF;
    z-index: 101;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box
}

.add_full ul {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px
}

.add_full ul::before {
    position: absolute;
    content: ' ';
    width: 14px;
    height: 20px;
    top: 4px;
    left: 0px;
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="dodgerblue" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    content: ' ';
    top: 1px;
    left: 0px
}

.add_full ul li:nth-child(2) {
    color: #999999;
    font-size: 13px;
    margin-top: 2px
}

.support_phone ul li .name {
    font-weight: bold
}

.support_phone ul li .phone {
    color: #afafaf;
    font-size: 15px;
    margin-top: 6px
}

.support_phone ul li .phone a {
    color: #777;
    font-size: 13px
}

.address_header:hover .add_full {
    display: block !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.header .hotline:hover .support_phone {
    display: block !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.arrow_box {
    position: relative;
    background: #FFF;
    border: 1px solid #F5F5F5
}

.arrow_box:after,
.arrow_box:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 8px;
    margin-top: -8px
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #F5F5F5;
    border-width: 9px;
    margin-top: -9px
}

@media only screen and (max-width: 1180px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 500px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.banner-home-top {
    margin-top: 16px;
    background-image: url("https://nhasang.net/templates/nhasang/images/bg_b2.jpg");
    background-size: cover
}

@media all and (max-width: 600px) {
    .banner-home-top {
        display: flex;
        flex-wrap: wrap
    }
}

.banner-home-top .top1 {
    background: none;
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box
}

@media all and (max-width: 1200px) {
    .banner-home-top .top1 {
        width: 33%;
        padding-left: 0
    }
}

@media all and (max-width: 600px) {
    .banner-home-top .top1 {
        width: 55%;
        padding-top: 10px;
        padding-left: 10px;
        display: flex
    }
}

.banner-home-top .top1:after {
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 30px;
    background: #eeeeee60
}

@media all and (max-width: 600px) {
    .banner-home-top .top1:after {
        display: none
    }
}

.banner-home-top .top2 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    color: #fff;
    padding-top: 15px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    position: relative;
    font-style: italic
}

.banner-home-top .top2 span {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    color: #0089de;
    font-style: italic;
    background: #f3f1f2;
    display: inline-block;
    font-weight: bold;
    padding: 12px 15px;
    margin-bottom: 12px;
    border-radius: 4px
}

@media all and (max-width: 600px) {
    .banner-home-top .top2 span {
        font-size: 15px;
        line-height: 15px;
        padding: 5px 8px
    }
}

@media all and (max-width: 800px) {
    .banner-home-top .top2 {
        padding-left: 20px
    }
}

@media all and (max-width: 600px) {
    .banner-home-top .top2 {
        width: 45%;
        font-size: 16px;
        line-height: 16px;
        padding-left: 0;
        padding-top: 8px;
        text-align: left
    }
}

.banner-home-top .top2 font {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    color: #cf0000
}

.banner-home-top .top2:after {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 30px;
    background: #eeeeee60
}

.banner-home-top .top3 {
    width: 22%;
    float: left;
    text-align: center;
    padding-top: 30px;
    position: relative
}

@media all and (max-width: 600px) {
    .banner-home-top .top3 {
        width: 50%;
        padding-top: 10px
    }
}

.banner-home-top .top3 .stt1 {
    font-size: 50px;
    text-transform: uppercase;
    transform: scale(0.8, 1);
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-right: 120px;
    color: #fed70f
}

.banner-home-top .top3 .stt1 font {
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    left: 62px;
    top: 1px;
    animation: 4s ease-in-out 0s normal none infinite running fade-bg1112
}

.banner-home-top .top3 .stt1:after {
    content: "";
    width: 125px;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    right: 0;
    border-right: 1px solid #fed70f;
    border-top: 1px solid #fed70f
}

.banner-home-top .top3 .stt2 {
    display: inline-block;
    padding: 8px 0 6px;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 140px;
    letter-spacing: 5px;
    font-size: 20px;
    transform: translate(0, -5px);
    position: relative;
    overflow: hidden
}

@media all and (max-width: 800px) {
    .banner-home-top .top3 .stt2 {
        transform: translate(5px, -5px)
    }
}

.banner-home-top .top3 .stt2:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
    animation: 4s ease-in-out 0s normal none infinite running fade-bg1111
}

@media all and (max-width: 800px) {
    .banner-home-top .top3:after {
        width: 1px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 30px;
        background: #eeeeee60
    }
}

.banner-home-top .top4 {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 30px;
    position: relative;
    padding-left: 80px;
    padding-right: 30px;
    box-sizing: border-box;
    animation: spin2 3s linear infinite
}

@media all and (max-width: 1200px) {
    .banner-home-top .top4 {
        width: 25%;
        padding-left: 45px
    }
}

@media all and (max-width: 800px) {
    .banner-home-top .top4 {
        padding-left: 0px;
        padding-right: 15px
    }
}

@media all and (max-width: 600px) {
    .banner-home-top .top4 {
        width: 50%;
        padding-top: 10px
    }
}

.banner-home-top .top4 svg {
    position: absolute;
    width: 15px;
    height: 15px;
    fill: #fff;
    background: #046ada;
    padding: 6px;
    z-index: 2;
    border-radius: 50%;
    top: 40px;
    animation: 6s ease-in-out 0s normal none infinite running fade-bg1113
}

@media all and (max-width: 600px) {
    .banner-home-top .top4 svg {
        top: 20px
    }
}

.banner-home-top .top4 span {
    text-transform: uppercase;
    color: #0469de;
    display: inline-block;
    transform: scale(0.85, 1);
    font-weight: bold;
    padding: 6px 7px 1px 17px;
    background: #fedc01;
    border: 2px solid #0770ea;
    border-radius: 10px;
    text-align: left;
    font-size: 14px
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg)
    }
    40% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(10deg)
    }
    70% {
        transform: rotate(-10deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@keyframes fade-bg1111 {
    0% {
        transform: translate(30px);
        opacity: 0, 5
    }
    50% {
        transform: translate(-140px);
        opacity: 1
    }
    51% {
        transform: translate(-140px);
        opacity: 0.5
    }
    100% {
        transform: translate(30px);
        opacity: 1
    }
}

@keyframes fade-bg1112 {
    0% {
        transform: scale(0.9, 1.1)
    }
    50% {
        transform: scale(0.7, 0.8)
    }
    51% {
        transform: scale(0.7, 0.8)
    }
    100% {
        transform: scale(0.9, 1.1)
    }
}

@keyframes chang-rotage-anim-2-bh {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    45% {
        transform: rotate(-25deg) scale(1.3) skew(1deg)
    }
    60% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    65% {
        transform: rotate(-25deg) scale(1.3) skew(1deg)
    }
    70% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    85% {
        transform: rotateY(360deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

#fixed-bar {
    margin: 0;
    padding: 0;
    z-index: 100;
    right: 0;
    transform: translate(-50%);
    border-radius: 50%
}

@media all and (max-width: 600px) {
    #fixed-bar {
        display: none !important
    }
}

#bar-inner {
    position: fixed;
    bottom: 110px;
    right: 42px;
    z-index: 999999
}

#bar-inner a {
    display: block;
    position: relative;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0071c3a8;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: hidden
}

#bar-inner a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    fill: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 10
}

footer .support {
    width: 25%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box
}

@media all and (max-width: 800px) {
    footer .support {
        width: 40%
    }
}

@media all and (max-width: 600px) {
    footer .support {
        width: 100%;
        padding-right: 0
    }
}

footer .support .item {
    position: relative;
    background: var(--main-color);
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 20px
}

footer .support .item svg {
    position: absolute;
    width: 40px;
    height: 40px;
    fill: #fff;
    left: 15px
}

footer .support .item span {
    text-transform: uppercase;
    font-size: 18px
}

footer .support .item a {
    margin-top: 6px;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    transition: 0.5s
}

footer .support .item a:hover {
    color: #fff900
}

#modal_alert {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.modal_alert_inner {
    width: 350px;
    background: white;
    border-radius: 2px;
    max-width: 96%;
    margin: 2% auto
}

.modal_alert_title {
    background: var(--main-color);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    font-size: 17px;
    position: relative;
    border-radius: 2px 2px 0 0
}

.modal_alert_title .close {
    position: absolute;
    right: 0px;
    padding: 0px 10px 8px;
    top: 7px;
    color: #FFF;
    font-size: 22px
}

.modal_alert_body {
    background: white;
    color: #616161;
    padding: 20px;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
    user-select: text;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.ytb-ft {
    position: relative;
    padding: 20px 0px 20px 40px;
    border-top: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: calc(100% - 83px)
}

.ytb-ft span {
    background: #ff0000db;
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 6px 6px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.5s;
    left: 0px;
    top: 11px
}

.ytb-ft span svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.lazy,
.owl-lazy {
    display: none
}

@keyframes tooth_ {
    20% {
        top: 180px;
        left: 35%;
        transform: rotate(0)
    }
    30% {
        top: 160px
    }
    40% {
        top: 180px;
        transform: rotate(360deg)
    }
    50% {
        top: 190px;
        transform: rotate(360deg)
    }
    80% {
        top: 30px;
        left: 40%;
        transform: rotate(360deg)
    }
    100% {
        top: 50px;
        transform: rotate(0)
    }
}

@keyframes change_color1 {
    45% {
        transform: translateX(0)
    }
    49% {
        color: var(--extra-color)
    }
    50% {
        color: var(--main-color);
        transform: translateX(50%)
    }
    55% {
        transform: translateX(0)
    }
    100% {
        color: var(--main-color)
    }
}

@keyframes change_color2 {
    45% {
        transform: translateX(0)
    }
    49% {
        color: var(--main-color)
    }
    50% {
        color: var(--extra-color);
        transform: translateX(-50%)
    }
    55% {
        transform: translateX(0)
    }
    100% {
        color: var(--extra-color)
    }
}

.block {
    display: block
}

.none {
    display: none
}


/*# sourceMappingURL=template.css.map */

.admin_edit {
    position: absolute;
    z-index: 9999
}

.admin_edit a {
    width: 20px;
    height: 20px;
    background-image: url("https://nhasang.net/templates/nhasang/images/edit.png");
    display: inline-block
}

.block_area .name_block {
    position: absolute;
    background: #ffffff94;
    z-index: 999;
    left: 0
}

.position_area {
    position: relative
}

.position_area .position_area_label {
    position: absolute;
    z-index: 9999;
    top: 0px;
    background: #ffffff94
}

.position_area .block_area_label {
    position: absolute;
    z-index: 9999;
    top: 18px;
    background: #ffffff94
}

.admin_edit_block {
    position: absolute;
    z-index: 9999;
    top: -3px;
    background: #ffffff;
    padding: 5px;
    width: 75px;
    left: 20px;
    padding-left: 10px
}

.admin_edit_block a {
    font-weight: bold;
    color: blue
}

.admin_edit_module {
    position: absolute;
    z-index: 9999;
    top: 25px;
    left: 20px;
    padding: 5px;
    background: #ffffff;
    width: 100px;
    padding-left: 10px
}

.admin_edit_module a {
    font-weight: bold;
    color: blue
}

.setting_admin {
    position: absolute;
    z-index: 99999999;
    top: 36px;
    background: #ffffff94;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url("https://nhasang.net/templates/nhasang/images/setting.png");
    display: inline-block;
    cursor: pointer;
    overflow: hidden
}

.setting_admin:hover {
    overflow: unset
}

.admin_edit_detail {
    position: absolute;
    z-index: 9999;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    background: #ffffff94
}

.admin_edit_detail a {
    width: 20px;
    height: 20px;
    background-image: url("https://nhasang.net/templates/nhasang/images/edit_content.png");
    display: inline-block
}

.admin_edit_detail_md {
    z-index: 9999;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    background: #ffffff94
}

.admin_edit_detail_md a {
    color: blue;
    font-weight: bold;
    background-image: url("https://nhasang.net/templates/nhasang/images/edit_content.png");
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 25px
}

.admin_edit_block_direct {
    position: absolute;
    z-index: 99999;
    top: 20px;
    padding: 5px;
    background: #ffffff94
}

.admin_edit_block_direct a {
    width: 20px;
    height: 20px;
    background-image: url("https://nhasang.net/templates/nhasang/images/edit_content.png");
    display: inline-block
}


/*# sourceMappingURL=admin_edit.css.map */

.product .frame_left {
    position: relative
}

.product_grid {
    display: flex;
    flex-wrap: wrap
}

.product_grid .item {
    position: relative;
    float: left;
    width: calc(25% - 14px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 7px;
    background: #fff
}

.product_grid .item img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.product_grid .item:hover .frame_inner>h2 a,
.product_grid .item:hover .frame_inner>h3 a {
    color: var(--main-color)
}

.product_grid .item:hover img {
    moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width: 800px) {
    .product_grid .item {
        width: calc(33.333% - 14px)
    }
}

@media screen and (max-width: 500px) {
    .product_grid .item {
        width: calc(50% - 10px);
        margin: 5px
    }
}

@media screen and (max-width: 500px) {
    .product_grid_cat .item {
        width: calc(50% - 14px)
    }
}

.product_grid::after {
    clear: both;
    content: ' ';
    display: block
}

.product_grid .item .product_image {
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px
}

@media screen and (max-width: 400px) {
    .product_grid .item .product_image {
        min-height: 110px
    }
}

.promotion .frame_dt .db p:after {
    background: #c30808;
    background-image: linear-gradient(to right, #c30808, #c30808)
}

.product_grid .item .product_image a {
    display: grid;
    position: relative
}

.product_grid .item .product_image a .doi-1 {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 3px;
    content: '';
    background: #ff0000bd;
    border-radius: 50%;
    color: #FFF;
    font-size: 10.2px;
    line-height: 12px;
    padding-top: 5px;
    box-sizing: border-box;
    letter-spacing: -0.8px;
    font-weight: 600;
    word-spacing: -0.8px;
    left: 6px;
    -webkit-animation: jump 4.8s ease-in infinite;
    animation: jump 4.8s ease-in infinite
}

.product_grid .item .product_image a .gia-soc,
.product_grid .item .product_image a .hot-sale {
    color: #FFF;
    background: #f20202a3;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: scale-shadow 2.8s ease-in infinite;
    animation: scale-shadow 2.8s ease-in infinite;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .bao-hanh-24,
.product_grid .item .product_image a .doi-1-24,
.product_grid .item .product_image a .bh-ca-roi-vo {
    color: #FFF;
    background: #0183bf;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .bao-hanh-24 span,
.product_grid .item .product_image a .doi-1-24 span,
.product_grid .item .product_image a .bh-ca-roi-vo span {
    -webkit-animation: text-circle 4.0s ease-in infinite;
    animation: text-circle 4.0s ease-in infinite;
    display: inline-block
}

.product_grid .item .product_image a .tra-gop {
    color: #FFF;
    background: Orange;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .tra-gop span {
    -webkit-animation: neon1 3.0s ease-in infinite;
    animation: neon1 3.0s ease-in infinite;
    display: inline-block
}

@-webkit-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 10px #ff2222, 0 0 10px #ff2222, 0 0 10px #ff222f, 0 0 10px #ff2222, 0 0 10px #ff2222
    }
    to {
        text-shadow: none
    }
}

@keyframes fadeIn1 {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes jump {
    0% {
        transform: translateY(0) scale(1.05, 0.95)
    }
    15% {
        transform: translateY(-2px) scaleY(1.03)
    }
    25% {
        transform: translateY(-4px) scale(1)
    }
    30% {
        transform: translateY(-2px) scale(1)
    }
    50% {
        transform: translateY(0) scale(1.05, 0.95)
    }
    60% {
        transform: translateY(0) scale(1)
    }
}

@keyframes scale-shadow {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    20% {
        opacity: .8;
        transform: scale(0.9)
    }
    40% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes text-circle {
    0% {
        transform: rotate(0deg) scale(1)
    }
    15% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(360deg) scale(2);
        font-size: 13px
    }
    70% {
        transform: rotate(0deg) scale(1)
    }
    to {
        transform: rotate(0deg) scale(1)
    }
}

.product_grid .item .product_image img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    height: auto
}

.product_grid .item .summary {
    opacity: 0;
    position: relative;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    top: -17px;
    padding-left: 10px;
    padding-right: 10px;
    left: 0px;
    color: #000;
    overflow: hidden;
    border-bottom: 1px dashed #E7E7E7;
    border-bottom-style: dashed;
    text-align: justify;
    font-family: tahoma;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal
}

.product_grid .item .summary_inner {
    padding-top: 10px;
    color: #333;
    font-size: 12px;
    height: 38px;
    overflow: hidden
}

.product_grid .item .summary_inner a {
    color: #333;
    text-decoration: none
}

.frame_inner>h2,
.frame_inner>h3 {
    padding: 10px 15px;
    text-align: center;
    box-sizing: border-box
}

@media all and (max-width: 500px) {
    .frame_inner>h2,
    .frame_inner>h3 {
        padding: 10px 0px
    }
}

.product_grid .name {
    color: #000;
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px
}

.product_grid .name:hover {
    color: var(--main-color)
}

.product_grid .discount {
    background: var(--main-color);
    color: #FFFFFF;
    left: 15px;
    padding: 3px 8px 1px 8px;
    position: absolute;
    top: 13px;
    text-align: center;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 13px
}

.price_arae {
    position: relative;
    padding: 5px 13px
}

.product_grid .item .price_old {
    color: #c0c0c0;
    font-size: 13px;
    font-weight: normal;
    display: inline-flex;
    margin-left: 13px;
    text-decoration: line-through
}

.product_grid .item .price_old span {
    text-decoration: line-through
}

.product_grid .item .price_current {
    color: #DC0000;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex
}

.product_grid .status {
    margin-bottom: 18px
}

.product_grid .status li {
    color: #606060;
    font-size: 11px;
    list-style: disc inside none
}

.product_grid .button-cart {
    display: none
}

.product_grid .button-detail {
    color: #f7f7f7;
    display: inline;
    padding: 6px 13px;
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
    margin-top: 11px;
    display: table;
    position: absolute;
    bottom: -82px;
    right: 8px;
    background: #ED1C24;
    height: 13px;
    width: 5px;
    text-decoration: none
}

.product_grid .button-detail span {
    font-size: 22px;
    font-weight: 500;
    font-family: arial
}

.product_grid .button_area {
    display: none
}

.product_grid .button_area a {
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 38px;
    background-color: #2080CA;
    color: #fff;
    border: 1px solid #2080CA;
    display: inline-block
}

.product_grid .button_area a:first-child {
    margin-right: 15px
}

.product_grid .button_area a::before,
.product_grid .button_area a::after {
    bottom: 0;
    height: 100%;
    line-height: 38px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 19px;
    background-position: -85px -64px;
    content: ''
}

.product_grid .button_area a::before {
    bottom: 0
}

.product_grid .button_area a::after {
    bottom: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0
}

.product_grid .button_area a:hover:before {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.product_grid .button_area a:hover:after {
    bottom: 0
}

.product_type {
    position: absolute;
    top: 0;
    left: 0;
    background: #0183BF;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 3px 3px 3px 0;
    font-size: 12px;
    line-height: 18px
}

.product_type:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #0183BF transparent transparent transparent
}

.product_type_moi {
    background: #00A7F4;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 3px 3px 3px 0;
    font-size: 12px
}

.product_type_moi:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #00A7F4 transparent transparent transparent
}

.product_type_hot,
.product_type_sale {
    background: #FF0000;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 3px 3px 3px 0;
    font-size: 12px
}

.product_type_hot:after,
.product_type_sale:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #FF0000 transparent transparent transparent
}

.product_type_order_0 {
    top: 6px;
    left: 6px
}

.product_type_order_1 {
    top: 30px;
    left: 6px
}

.product_type_order_2 {
    top: -123px;
    left: 7px
}

.product_type_qua-tang {
    background-repeat: no-repeat;
    background-position: -215px 0;
    background-color: transparent;
    width: 35px;
    height: 33px;
    text-indent: -999px;
    left: 198px;
    top: -12px
}

.product_type_qua-tang:after {
    border-color: transparent
}


/*# sourceMappingURL=products.css.map */

.wapper-module-home {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid var(--border-color)
}

.wapper-module-home .block_title {
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.wapper-module-home .cat_item_store {
    display: inline-block;
    float: right
}

.wapper-module-home .cat_item_store ul li {
    display: inline-block;
    margin-left: 30px
}

.wapper-module-home .cat_item_store ul li a {
    font-size: 15px
}

.active_cat_home {
    color: red
}


/*# sourceMappingURL=home.css.map */

.dcjq-mega-menu #megamenu {
    z-index: 99;
    display: flex
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu #megamenu {
        display: none;
        position: absolute;
        width: 100%;
        top: calc(100% + 10px);
        background-color: #fff;
        z-index: 99999;
        left: 0
    }
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu #megamenu {
        top: 100%
    }
}

.header_wrapper_js {
    position: fixed;
    top: 0px;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    position: fixed;
    z-index: 99999;
    width: 100%
}

.top_ss {
    display: none
}

#megamenu .menu-sepa {
    display: none
}

.dcjq-mega-menu ul.menu li.level_0 {
    float: left;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    flex: 1
}

.dcjq-mega-menu ul.menu li.mega-hover a,
.dcjq-mega-menu ul.menu>li.activated>a,
.dcjq-mega-menu ul.menu>li:hover>a {
    color: #000
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu ul.menu li.mega-hover a,
    .dcjq-mega-menu ul.menu>li.activated>a,
    .dcjq-mega-menu ul.menu>li:hover>a {
        color: var(--main-color)
    }
}

.dcjq-mega-menu ul.menu li.home.mega-hover a,
.dcjq-mega-menu ul.menu>li.home.activated>a,
.dcjq-mega-menu ul.menu>li.home:hover>a {
    color: var(--main-color);
    background-color: #fff
}

.dcjq-mega-menu .menu_item_a {
    padding: 10px 20px;
    background-color: none;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff
}

@media all and (min-width: 991px) {
    .dcjq-mega-menu .menu_item_a {
        border-radius: 10px
    }
}

.drop_down2 {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    padding: 0px 10px
}

.drop_down2 svg {
    fill: #000;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease
}

@media all and (max-width: 1024px) {
    .drop_down2 {
        display: block
    }
}

.drop_down2.transform svg {
    transform: translate(-50%, -50%) rotate(180deg)
}

.drop_down {
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 0 10px;
    display: none
}

.drop_down svg {
    fill: #000;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease
}

@media all and (max-width: 1024px) {
    .drop_down {
        display: block;
        float: left;
        width: 33px;
        height: 33px;
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        -webkit-transition: 0.7s ease-in-out all;
        transition: 0.7s ease-in-out all
    }
}

.drop_down.transform svg {
    transform: translate(-50%, -50%) rotate(180deg)
}

.dcjq-mega-menu li.big_menu .highlight {
    top: 100%;
    width: 100%;
    border-top: 1px solid #ffffff47;
    padding-bottom: 20px
}

.dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1 {
    width: 20%;
    float: left;
    border-bottom: none;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box
}

.dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1 .images-sub-menu1 a {
    padding: 10px 0px;
    display: block;
    font-weight: bold
}

@media all and (max-width: 500px) {
    .dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1 .images-sub-menu1 a {
        padding: 5px 0px
    }
}

.dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1 .highlight_level2 .sub-menu2 a {
    padding: 5px 0px;
    display: block;
    transition: all 0s
}

.dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1:hover {
    border-left: none
}

.dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1:hover .images-sub-menu1>a.level_0 {
    color: #000
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu li.big_menu .highlight li.sub-menu-level1 {
        width: 100%
    }
}

.dcjq-mega-menu .highlight {
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    left: 0px;
    min-width: 215px;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    background: #0071c3cf
}

.dcjq-mega-menu ul.menu li:hover .highlight {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.dcjq-mega-menu .highlight .sub-menu-level1 {
    padding: 5px 0 5px 20px;
    position: relative
}

.dcjq-mega-menu .highlight .sub-menu-level1:not(:last-child) {
    border-bottom: 1px solid #ffffff47
}

.dcjq-mega-menu .highlight .sub-menu-level1 a {
    color: #fff;
    padding: 5px 0px;
    transition: all 0s;
    display: block
}

.dcjq-mega-menu .highlight .sub-menu-level1 a:hover {
    color: #000
}

.dcjq-mega-menu .highlight .sub-menu-level1 .image_sub {
    display: none
}

.dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 {
    width: 100%;
    transition: all 0.3s ease
}

.dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2 {
    padding: 0px 0px 0px 20px;
    position: relative;
    border-bottom: none
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2 {
        padding-left: 30px
    }
}

.dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2 svg {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #fff
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2 svg {
        color: #000
    }
}

.dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2:hover a,
.dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2:hover svg {
    color: #000
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 {
        display: none;
        transition: 0s
    }
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu .highlight .sub-menu-level1 {
        position: relative
    }
    .dcjq-mega-menu .highlight .sub-menu-level1 .images-sub-menu1 {
        position: relative;
        padding-left: 15px
    }
    .dcjq-mega-menu .highlight .sub-menu-level1 .images-sub-menu1:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-image: url("https://nhasang.net/blocks/mainmenu/assets/images/right.svg");
        background-size: contain;
        background-repeat: no-repeat
    }
}

.dcjq-mega-menu .highlight .sub-menu-level1:hover,
.dcjq-mega-menu .highlight .sub-menu-level1 .highlight_level2 .sub-menu2:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.dcjq-mega-menu .highlight .sub-menu-level1:hover .images-sub-menu1>a {
    color: #000
}

.dcjq-mega-menu .highlight .sub-menu-level1 a img {
    display: none
}

.dcjq-mega-menu .sb-toggle-left {
    float: left;
    display: none;
    cursor: pointer;
    position: relative;
    margin-left: 10px
}

.wrapper_top_s {
    padding: 14px 0px
}

@media screen and (max-width: 860px) {
    .wrapper_top_s {
        padding: 11px 0px
    }
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu .sb-toggle-left {
        display: grid;
        position: absolute;
        float: none;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
    .dcjq-mega-menu .sb-toggle-left svg {
        width: 22px;
        height: 22px;
        z-index: 99;
        fill: var(--main-color)
    }
}

@media all and (max-width: 1024px) and (max-width: 1024px) {
    .dcjq-mega-menu .highlight .sub-menu-level1 {
        padding: 0px 0px 0px 20px
    }
}

@media all and (max-width: 1024px) {
    .dcjq-mega-menu .menu_item_a {
        display: block;
        float: none;
        text-align: left;
        padding: 5px 0 5px 10px;
        text-transform: uppercase;
        text-decoration: unset;
        color: #000;
        font-size: 14px
    }
    .dcjq-mega-menu .highlight .highlight1 a {
        color: #000
    }
    .dcjq-mega-menu ul.menu li.level_0 {
        float: none;
        padding: 0px;
        border-top: 1px solid #eaeaea;
        margin: 0
    }
}

@media screen and (max-width: 990px) {
    .top_menu #megamenu {
        position: absolute;
        background: #0066b3d6;
        width: 100%;
        display: none;
        top: 66px;
        left: 0;
        z-index: 1026
    }
    .dcjq-mega-menu ul.menu li.level_0:before {
        display: none
    }
    .dcjq-mega-menu ul.menu li.level_0:after {
        display: none
    }
    .dcjq-mega-menu .highlight {
        background: transparent;
        border: none;
        box-shadow: none;
        position: relative;
        text-align: left;
        float: none;
        top: 0px;
        width: auto;
        display: none;
        opacity: 1;
        visibility: visible;
        left: 0;
        padding-top: 0
    }
    .dcjq-mega-menu .highlight .highlight1 {
        background: transparent;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-transform: none
    }
    .dcjq-mega-menu .highlight .sub-menu-level1 {
        border-top: none
    }
    .dcjq-mega-menu ul.menu li.mega-hover a,
    .dcjq-mega-menu ul.menu>li.activated>a,
    .dcjq-mega-menu ul.menu>li:hover>a {
        -webkit-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all
    }
}

@media all and (max-width: 767px) {
    .dcjq-mega-menu .sb-toggle-left {
        top: 30px;
        transform: translateY(0)
    }
}

@media all and (max-width: 650px) {
    .top_menu #megamenu {
        top: 60px
    }
}

@media all and (max-width: 500px) {
    .top_menu #megamenu {
        top: 52px
    }
    .dcjq-mega-menu .sb-toggle-left {
        top: 15px
    }
}

.slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: var(--extra-color);
    top: 0;
    width: 100%;
    left: 0;
    transition: all 0.3s ease
}

@media all and (min-width: 1025px) {
    .slide-run {
        background-color: #0071c3cf
    }
}

.slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: var(--extra-color);
    top: 0;
    width: 100%;
    left: 0
}

.slide-up-m {
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 10000;
    background-color: #fff;
    transition: all 0.3s ease
}

.slide-down-m {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 10000;
    background-color: #fff
}

#menu-fixed-bar {
    z-index: 10000
}

.m-menu-fix#menu-fixed-bar {
    position: fixed;
    top: 52px
}


/*# sourceMappingURL=megamenu.css.map */

.search-contain {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

@media all and (max-width: 800px) {
    .search-contain {
        float: none;
        margin: auto
    }
}

.search-contain .search-content {
    border-radius: 5px;
    border: none
}

.search-contain input[type="text"] {
    border: none;
    background: #FFF;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    font-size: 13px;
    border-bottom: 1px solid #ccc
}

@media all and (max-width: 767px) {
    .search-contain input[type="text"] {
        border: none;
        padding: 0px 42px 0px 10px
    }
}

#search_form {
    position: relative
}

@media all and (max-width: 767px) {
    #search_form {
        border: 1px solid #ccc;
        border-radius: 5px
    }
}

.button-search {
    width: 20px;
    height: 36px;
    position: absolute;
    background: #ffffff;
    border: none;
    right: 0;
    top: 0px;
    text-align: right;
    border-radius: 0 4px 4px 0;
    cursor: pointer
}

.button-search svg {
    width: 16px;
    background: transparent;
    color: var(--extra-color)
}

@media all and (max-width: 767px) {
    .button-search {
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        background: none;
        width: 40px
    }
}

.button-search i {
    width: 26px;
    height: 29px;
    background-position: 0px 0px;
    display: block;
    margin-left: 11px;
    margin-top: 4px
}

.autocomplete-suggestions {
    position: absolute;
    top: 4px;
    right: -5px;
    margin: 6px 0 0 6px;
    _background: none;
    _margin: 1px 0 0 0
}

.autocomplete-suggestions {
    border: 1px solid #ececec;
    background: #fff;
    cursor: default;
    overflow: auto;
    margin: 0 0px 6px -1px;
    width: 100%;
    top: 31px;
    left: 101px
}

@media only screen and (min-width: 1180px) {
    .autocomplete-suggestions {
        width: 535px !important;
        z-index: 1000000 !important
    }
}

.autocomplete-suggestions div {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0;
    margin: 0;
    margin-bottom: -5px
}

.autocomplete-suggestions .autocomplete-group {
    padding: 8px 3%;
    width: 100%;
    background: #f9f9f9;
    box-sizing: border-box
}

.autocomplete-suggestions div a,
.autocomplete-suggestions div a:link,
.autocomplete-suggestions div a:visited {
    display: inline-block;
    margin: 0;
    padding: 6px 3%;
    width: 100%;
    font-size: 13px;
    color: #333;
    background: #fff;
    clear: both;
    border-bottom: 1px solid #eee;
    box-sizing: border-box
}

.autocomplete-suggestions div a:hover {
    background: #ececec
}

.autocomplete-suggestions div a img {
    width: 64px;
    float: left;
    margin-right: 20px
}

.autocomplete-suggestions div a label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    float: left
}

.autocomplete-suggestions div a span {
    display: block;
    clear: both;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.autocomplete-suggestions div a span.price {
    color: #fd0000;
    padding-top: 10px
}

.autocomplete-suggestions div.last {
    border: none
}

.autocomplete-suggestions strong {
    font-weight: 500;
    color: #0083bf
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: var(--main-color)
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 5px;
    background-color: var(--main-color);
    border-radius: 15px
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #ccc;
    border: 1px solid var(--main-color)
}

@media only screen and (max-width: 450px) {
    .search-contain {
        width: 100%
    }
    .search-contain input[type="text"] {
        border-radius: 4px
    }
}

@media only screen and (max-width: 768px) {
    .autocomplete-suggestions {
        top: 30px;
        left: 10px
    }
}


/*# sourceMappingURL=search.css.map */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}


/*# sourceMappingURL=owl.carousel.css.map */

.slider-home-wrapper {
    position: relative
}

.slider-home-wrapper .owl-carousel {
    position: initial
}

.lide_m img {
    width: 100%
}

.fs-slider-home h3 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: MyriadPro-Light;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    width: 100%
}

.fs-slider-home {
    display: block
}

@media all and (max-width: 768px) {
    .fs-slider-home {
        padding-bottom: 0px
    }
}

.fs-slider-home .item:first-child {
    display: block
}

.fs-slider-home .item {
    text-align: center
}

.fs-slider-home .item .item_slide {
    display: grid
}

.owl-dot {
    background: none;
    margin: 0px 2px;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box
}

.fs-slider-home:hover .owl-dot {
    opacity: 1
}

.owl-dots {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: rotate(90deg);
    border-radius: 19px
}

.owl-dot.active,
.owl-dot:hover {
    background: var(--main-color);
    box-shadow: inset rgba(255, 255, 255, 0.37) -1px 1px 1px;
    border-color: #fff
}

.fs-slider-home .owl-controls .owl-nav {
    display: none
}

@media all and (max-width: 768px) {
    .fs-slider-home .owl-controls .owl-nav {
        display: block
    }
}

.fs-slider-home:hover .owl-controls .owl-nav {
    display: block
}

.fs-slider-home .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    padding: 6px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #3c3c3ce0;
    width: 20px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 40px;
    top: calc(50% - 2px);
    transform: translate(0, -50%)
}

@media all and (max-width: 768px) {
    .fs-slider-home .owl-controls .owl-nav div {
        top: 50%
    }
}

.fs-slider-home .owl-controls .owl-prev {
    left: 0px
}

.fs-slider-home .owl-controls .owl-next {
    right: 0px
}

.slide-content {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    margin-right: auto;
    text-align: left;
    transform: translate(0, -50%)
}

@media all and (max-width: 1100px) {
    .slide-content {
        display: none
    }
}

.slide-content .sl-content {
    width: 400px;
    text-align: center;
    transform: translate(150%);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    text-shadow: 2px 2px #868686cc;
    box-sizing: border-box;
    position: relative
}

.slide-content .sl-content:before {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px
}

.slide-content .sl-content:after {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 15px
}

.slide-content .sl-content .content {
    padding: 20px;
    -webkit-clip-path: polygon(85% 0, 100% 30%, 100% 100%, 15% 100%, 0% 70%, 0 0);
    clip-path: polygon(85% 0, 100% 30%, 100% 100%, 15% 100%, 0% 70%, 0 0)
}

.slide-content .sl-content .content .content1 {
    padding: 20px 15px 10px;
    position: relative
}

.slide-content .sl-content .content .content1:before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5
}

.slide-content .sl-content .content .content1:after {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5
}

@media all and (max-width: 600px) {
    .slide-content {
        top: 30px
    }
}

.slide-content .button_mua a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s
}

.slide-content .button_mua a font {
    font-size: 29px;
    margin-left: 5px;
    color: #fff
}

.slide-content .button_mua a:hover a {
    color: #fff
}

.slide-content .button_mua a:hover a font {
    color: var(--extra-color)
}

.slide-content .title-banner-big {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.slide-content .title-banner-big span {
    font-size: 18px
}

@media all and (max-width: 600px) {
    .slide-content .title-banner-big {
        font-size: 25px
    }
}

.slide-content .description-slide {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 35px;
    color: #f7f7f7
}

@media all and (max-width: 600px) {
    .slide-content .description-slide {
        line-height: 30px;
        font-size: 15px
    }
}

.slide-content .button-slide-basic {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    margin-top: 15px;
    padding: 0 20px;
    text-transform: uppercase
}

.slide-content .button-slide-basic:hover {
    background-color: #df5c53
}

.active .sl-content {
    transform: translate(0)
}

.active .title-banner-big {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn
}

.active .description-slide {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn
}

.active .button-slide {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp
}

@media screen and (max-width: 900px) {
    .owl-dots {
        display: none !important
    }
}

@media screen and (max-width: 700px) {
    .slider-home-wrapper {
        overflow: hidden
    }
}


/*# sourceMappingURL=owl_carousel_home.css.map */

.block_fengshui {
    position: relative;
    padding: 20px 0px
}

@media all and (max-width: 500px) {
    .block_fengshui {
        padding: 40px 0px 0px
    }
}

.fengshui {
    position: relative;
    background-color: #EBEBEB
}

.fengshui .block_title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    left: 0;
    z-index: 99;
    padding: 7px 30px;
    border-radius: 10px 10px 0px 0px;
    background: var(--main-color)
}

.fengshui .block_title .text_inner {
    padding-bottom: 0
}

.fengshui .block_title .text_inner:after {
    display: none
}

.fengshui .block_title .block_summary {
    display: none
}

@media all and (max-width: 500px) {
    .fengshui .block_title {
        padding: 5px 15px;
        border-radius: 0px 0px 10px 10px;
        bottom: auto;
        top: 0;
        left: 50%;
        white-space: nowrap;
        transform: translateX(-50%)
    }
}

.fengshui-default {
    margin: 0;
    border: none;
    background: transparent
}

.fengshui-default .block_title {
    background: transparent;
    border-bottom: none;
    border-left: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.block_fengshui .tracuu:before {
    content: '';
    position: absolute;
    bottom: 11px;
    right: 2px;
    width: 1px;
    height: 13px;
    background-color: #000
}

.fengshui_block .aform {
    border-radius: 2px;
    padding: 0px 30px
}

@media all and (max-width: 960px) {
    .fengshui_block .aform {
        padding: 5px 10px;
        padding-left: 5px;
        border: 1px solid #f8f8f8
    }
}

.fengshui_block .aform .block_title {
    margin-bottom: 12px;
    text-align: center;
    font-size: 17px
}

@media only screen and (max-width: 480px) {
    .fengshui_block .aform .block_title {
        font-size: 14px !important
    }
}

.fengshui_block .aform .block_title a {
    color: #FFF;
    font-weight: bold;
    background: #00000069;
    padding: 5px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold
}

.fengshui_block .aform .block_content .hotline_pr {
    float: right;
    border-radius: 5px;
    background: #000000
}

.fengshui_block .aform .block_content .hotline_pr:hover {
    border: 1px solid #fff;
    background: var(--main-color)
}

.fengshui_block .aform .block_content .hotline_pr:hover a {
    color: #fff
}

@media all and (max-width: 1024px) {
    .fengshui_block .aform .block_content .hotline_pr {
        padding: 8px 11px
    }
}

.fengshui_block .aform .block_content .hotline_pr a {
    color: #fff;
    font-weight: bold;
    padding: 6px 24px;
    display: block;
    white-space: nowrap
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .hotline_pr a {
        padding: 6px 0px;
        text-align: center
    }
}

.fengshui_block .aform .block_content .ul {
    width: 100%;
    display: flex
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul {
        display: inline-block
    }
}

.fengshui_block .aform .block_content .ul li:first-child {
    width: calc(29% - 20px);
    margin: 0px 10px
}

.fengshui_block .aform .block_content .ul li:nth-child(2),
.fengshui_block .aform .block_content .ul li:nth-child(3) {
    width: calc(20% - 20px);
    margin: 0px 10px
}

.fengshui_block .aform .block_content .ul li:nth-child(4),
.fengshui_block .aform .block_content .ul li:nth-child(5) {
    width: calc(15% - 20px);
    margin: 0px 10px;
    position: relative
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li:nth-child(4),
    .fengshui_block .aform .block_content .ul li:nth-child(5) {
        width: unset !important;
        margin-right: unset
    }
}

.fengshui_block .aform .block_content .ul li:nth-child(4) .inbox,
.fengshui_block .aform .block_content .ul li:nth-child(5) .inbox {
    position: absolute;
    bottom: 0px
}

@media all and (max-width: 1024px) {
    .fengshui_block .aform .block_content .ul li:nth-child(4) .inbox,
    .fengshui_block .aform .block_content .ul li:nth-child(5) .inbox {
        bottom: -19px
    }
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li:nth-child(4) .inbox,
    .fengshui_block .aform .block_content .ul li:nth-child(5) .inbox {
        position: unset
    }
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li:nth-child(4) {
        width: unset
    }
    .fengshui_block .aform .block_content .ul li:nth-child(4) .title {
        float: left
    }
    .fengshui_block .aform .block_content .ul li:nth-child(4) .hotline_pr {
        float: right;
        width: 120px;
        padding: 0px 0px;
        margin: 8px 13px 8px 0px
    }
}

.fengshui_block .aform .block_content .ul li .inbox {
    margin-top: 5px
}

.fengshui_block .aform .block_content .ul li .label_ {
    font-weight: bold
}

.fengshui_block .aform .block_content .ul li .title {
    line-height: 31px
}

.fengshui_block .aform .block_content .ul li .title span {
    color: #000;
    font-size: 14px
}

.fengshui_block .aform .block_content .ul li .inbox select {
    border: 1px solid #efeded;
    height: 34px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    color: #888;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    background-image: none
}

@media all and (max-width: 500px) {
    .fengshui_block .aform .block_content .ul li .inbox select {
        height: 28px
    }
}

.fengshui_block .aform .block_content .ul li .inbox #gioitinh {
    width: 100px;
    float: left;
    margin-right: 5px;
    outline: none;
    border-radius: 3px;
    color: #888;
    box-sizing: border-box;
    padding: 2px 5px
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li .inbox #gioitinh {
        width: 68px
    }
}

.fengshui_block .aform .block_content .ul li .inbox #full_name {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    height: 34px;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    float: right;
    padding-left: 5px;
    outline: none;
    color: #888
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li .inbox #full_name {
        width: calc(100% - 76px)
    }
}

@media all and (max-width: 500px) {
    .fengshui_block .aform .block_content .ul li .inbox #full_name {
        height: 28px
    }
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li {
        width: 100% !important;
        margin-top: 3px !important
    }
}

.fengshui_block .aform .block_content #submitbt_fengshui {
    background: var(--main-color);
    border: none;
    width: 120px;
    height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    margin-top: 8px;
    overflow: hidden;
    transition: all .3s ease-out;
    cursor: pointer
}

.fengshui_block .aform .block_content #submitbt_fengshui:hover {
    background: var(--extra-color);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.fengshui_block .aform .block_content .note {
    border-top: 1px solid #EEE;
    margin-top: 15px;
    padding-top: 15px;
    color: #FFF
}

.fengshui_block .aform .thl {
    text-align: center;
    color: #fff
}

.fengshui_block .aform .thl span {
    color: #da0000;
    font-weight: bold
}

.ul li .inbox,
.inbox select {
    outline: none
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li {
        margin-bottom: 0px !important;
        margin-top: 0px !important
    }
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li .title {
        width: 40%;
        float: left
    }
}

@media all and (max-width: 960px) {
    .fengshui_block .aform .block_content .ul li .inbox {
        width: 95%;
        float: left
    }
}


/*# sourceMappingURL=fengshui.css.map */

.bl_summary {
    text-align: center;
    margin-top: 20px;
    color: #fff
}


/*# sourceMappingURL=default.css.map */

@media all and (min-width: 501px) {
    .block-strengths-col-5 .item_1 {
        transform: translate(0, 100%);
        opacity: 0
    }
    .block-strengths-col-5 .item_1 svg {
        animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim
    }
}

@media all and (min-width: 501px) {
    .block-strengths-col-5 .item_2 {
        transform: translate(0, 100%);
        opacity: 0;
        visibility: hidden
    }
    .block-strengths-col-5 .item_2 svg {
        animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a1
    }
}

@media all and (min-width: 501px) {
    .block-strengths-col-5 .item_3 {
        transform: translate(0, 100%);
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        opacity: 0;
        visibility: hidden
    }
    .block-strengths-col-5 .item_3 svg {
        animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
        -webkit-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
        -ms-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
        -o-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
        -moz-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2
    }
}

@media all and (min-width: 501px) {
    .block-strengths-col-5 .item_4 {
        transform: translate(0, 100%);
        opacity: 0;
        visibility: hidden
    }
    .block-strengths-col-5 .item_4 svg {
        animation: 6s ease-in-out 0s normal none infinite running chang-scale-anim-a3
    }
}

@media all and (min-width: 501px) {
    .block-strengths-col-5 .item_5 {
        transform: translate(0, 100%);
        opacity: 0;
        visibility: hidden
    }
    .block-strengths-col-5 .item_5 svg {
        animation: 6s ease-in-out 0s normal none infinite running chang-scale-anim-a3
    }
}

@keyframes chang-rotage-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(180deg) scale(1.3) skew(1deg)
    }
    20% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    25% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes chang-rotage-anim-a1 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    25% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-10deg) scale(1.3) skew(1deg)
    }
    35% {
        transform: rotate(10deg) scale(1.3) skew(1deg)
    }
    40% {
        transform: rotate(-10deg) scale(1.3) skew(1deg)
    }
    45% {
        transform: rotate(10deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes chang-rotage-anim-a2 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        -ms-transform: rotate(0deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        -ms-transform: rotate(0deg) scale(1) skew(1deg)
    }
    60% {
        transform: rotateY(360deg) scale(1.3) skew(1deg);
        -webkit-transform: rotateY(360deg) scale(1.3) skew(1deg);
        -o-transform: rotateY(360deg) scale(1.3) skew(1deg);
        -moz-transform: rotateY(360deg) scale(1.3) skew(1deg);
        -ms-transform: rotateY(360deg) scale(1.3) skew(1deg)
    }
    70% {
        transform: rotateY(0deg) scale(1) skew(1deg);
        -webkit-transform: rotateY(0deg) scale(1) skew(1deg);
        -o-transform: rotateY(0deg) scale(1) skew(1deg);
        -moz-transform: rotateY(0deg) scale(1) skew(1deg);
        -ms-transform: rotateY(0deg) scale(1) skew(1deg)
    }
    75% {
        transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -ms-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        -ms-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes chang-scale-anim-a3 {
    75% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    80% {
        transform: rotate(0deg) scale(1.3) skew(1deg)
    }
    85% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    90% {
        transform: rotate(0deg) scale(1.3) skew(1deg)
    }
    95% {
        transform: rotate(0deg) scale(1.1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1.1) skew(1deg)
    }
}

.block-strengths-col-5 {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: -55px;
    left: 50%;
    width: 1170px;
    transform: translateX(-50%)
}

@media all and (max-width: 1024px) {
    .block-strengths-col-5 {
        width: 100%
    }
}

@media all and (max-width: 850px) {
    .block-strengths-col-5 {
        position: static;
        transform: translateX(0);
        justify-content: center
    }
}

.block-strengths-col-5 .item {
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    width: calc(20% - 50px);
    margin: 0px 25px;
    transition: all 0.7s
}

.block-strengths-col-5 .item a {
    color: var(--main-color);
    display: block
}

.block-strengths-col-5 .item svg {
    width: 55px;
    height: 55px;
    fill: #fff
}

@media all and (max-width: 1024px) {
    .block-strengths-col-5 .item svg {
        width: 40px;
        height: 40px
    }
}

.block-strengths-col-5 .item .icon_ {
    width: 100%
}

.block-strengths-col-5 .item .icon_ .icon_inner {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #363636;
    margin: 0px auto;
    position: relative;
    transition: all 0.3s ease
}

.block-strengths-col-5 .item .icon_ .icon_inner:after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 50%;
    border: 1px solid #dfe6e9
}

.block-strengths-col-5 .item .icon_ .icon_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media all and (max-width: 1024px) {
    .block-strengths-col-5 .item .icon_ .icon_inner {
        width: 100px;
        height: 100px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item .icon_ .icon_inner {
        width: 50px;
        height: 50px;
        border-radius: 0;
        background: none
    }
    .block-strengths-col-5 .item .icon_ .icon_inner:after {
        display: none
    }
}

.block-strengths-col-5 .item .summary_str {
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 21px;
    color: #535353
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item .summary_str {
        display: none
    }
}

.block-strengths-col-5 .item .content-right {
    transition: all 0.3s ease;
    font-size: 18px;
    color: var(--black-color);
    width: 100%;
    line-height: 24px;
    transition: all 0.3s;
    margin: 25px 0px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.block-strengths-col-5 .item .content-right .title {
    margin: 0px 10px
}

@media all and (max-width: 1024px) {
    .block-strengths-col-5 .item .content-right {
        font-size: 16px;
        margin: 20px 0px;
        padding-bottom: 10px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item .content-right {
        padding: 0px;
        font-size: 13px;
        margin: 0px 0px 0px;
        color: #fff
    }
}

.block-strengths-col-5 .item:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    top: 50%;
    right: -25px;
    transform: translate(-50%, -50%);
    background: var(--border-color)
}

@media all and (max-width: 850px) {
    .block-strengths-col-5 .item:not(:last-child)::after {
        display: none
    }
}

.block-strengths-col-5 .item:not(:nth-child(2n))::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    background: var(--border-color);
    display: none
}

@media all and (max-width: 850px) {
    .block-strengths-col-5 .item:not(:nth-child(2n))::before {
        display: block
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item:not(:nth-child(2n))::before {
        display: none
    }
}

@media all and (max-width: 1024px) {
    .block-strengths-col-5 .item {
        width: calc(20% - 30px);
        margin: 0px 15px
    }
}

@media all and (max-width: 850px) {
    .block-strengths-col-5 .item {
        width: calc(100%/3);
        margin: 0px;
        padding: 10px;
        text-align: center
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item {
        padding: 0px 0px
    }
}

@media all and (min-width: 1025px) {
    .block-strengths-col-5 .item:hover .content-right {
        color: var(--main-color);
        transition: all 0.3s ease
    }
    .block-strengths-col-5 .item:hover .icon_ .icon_inner {
        background-color: var(--main-color);
        transition: all 0.3s ease
    }
}


/*# sourceMappingURL=col_5.css.map */

.introduce .block_introduce {
    display: flex;
    flex-wrap: wrap
}

@media all and (min-width: 851px) {
    .introduce .block_introduce {
        margin-top: 200px;
        padding-top: 50px
    }
}

.introduce .block_introduce .intro-img {
    width: calc(100%/3);
    float: left;
    text-align: center;
    position: relative
}

.introduce .block_introduce .intro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotateY(360deg);
    transition: all 1s ease
}

.introduce .block_introduce .intro-title {
    width: calc(100%/3);
    float: left
}

.introduce .block_introduce .intro-title .intro-title-inner {
    width: 90%;
    line-height: 40px
}

.introduce .block_introduce .intro-title .intro-title-inner .text_1 {
    font-size: 35px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.introduce .block_introduce .intro-title .intro-title-inner .text_2 {
    font-size: 35px;
    text-transform: uppercase;
    position: relative
}

.introduce .block_introduce .body-introduce {
    width: calc(100%/3);
    float: right
}

.introduce .block_introduce .body-introduce .body-intro-inner {
    padding-right: 100px;
    font-size: 16px
}

.introduce.hello .block_introduce img {
    transform: translate(-50%, -50%) scale(1) rotateY(0deg)
}

@media all and (max-width: 1024px) {
    .introduce .block_introduce .intro-title .intro-title-inner {
        width: auto;
        margin: 0px 10px
    }
    .introduce .block_introduce .intro-title .intro-title-inner .text_1 {
        width: 100%
    }
    .introduce .block_introduce .body-introduce .body-intro-inner {
        padding: 0
    }
}

@media all and (max-width: 600px) {
    .introduce .block_introduce {
        margin: 40px 0px
    }
    .introduce .block_introduce .intro-title {
        width: 50%
    }
    .introduce .block_introduce .intro-img {
        display: none
    }
    .introduce .block_introduce .body-introduce {
        width: 50%
    }
}

@media all and (max-width: 500px) {
    .introduce .block_introduce {
        margin: 10px 0px
    }
    .introduce .block_introduce .intro-title {
        width: 100%;
        margin-bottom: 0px
    }
    .introduce .block_introduce .intro-title .intro-title-inner {
        text-align: center;
        line-height: 30px
    }
    .introduce .block_introduce .intro-title .intro-title-inner .text_1 {
        font-size: 18px
    }
    .introduce .block_introduce .intro-title .intro-title-inner .text_2 {
        font-size: 14px
    }
    .introduce .block_introduce .body-introduce {
        width: 100%
    }
    .introduce .block_introduce .body-introduce .body-intro-inner {
        font-size: 14px
    }
}

@keyframes type {
    0% {
        width: 0
    }
    20% {
        width: 100%
    }
    40% {
        width: 100%
    }
    60% {
        width: 0%
    }
    100% {
        width: 0
    }
}


/*# sourceMappingURL=default.css.map */

.block-strengths-col-3 {
    display: flex;
    flex-wrap: wrap
}

.block-strengths-col-3 .item {
    width: calc(100%/3 - 70px);
    margin: 0px 35px;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    transition: all 1s ease
}

@media all and (min-width: 501px) {
    .block-strengths-col-3 .item {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden
    }
}

@media all and (max-width: 800px) {
    .block-strengths-col-3 .item {
        width: calc(100%/3 - 30px);
        margin: 0px 15px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-3 .item {
        width: 100%;
        margin: 0px 0px 10px
    }
    .block-strengths-col-3 .item:last-child {
        margin-bottom: 0px
    }
}

.block-strengths-col-3 .item .col-3-icon {
    width: 100%;
    text-align: center
}

.block-strengths-col-3 .item .col-3-icon svg {
    width: 60px;
    height: 60px
}

@media all and (max-width: 500px) {
    .block-strengths-col-3 .item .col-3-icon {
        width: 70px;
        float: left
    }
}

.block-strengths-col-3 .item .col-3-title {
    line-height: 30px;
    padding: 0px 62px;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0px;
    padding-bottom: 15px;
    position: relative
}

.block-strengths-col-3 .item .col-3-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all 0.3s ease
}

@media all and (max-width: 500px) {
    .block-strengths-col-3 .item .col-3-title:after {
        display: none
    }
}

@media all and (max-width: 1024px) {
    .block-strengths-col-3 .item .col-3-title {
        padding: 0px 0px 15px
    }
}

@media all and (max-width: 800px) {
    .block-strengths-col-3 .item .col-3-title {
        padding: 0px 0px 10px;
        margin: 10px 0px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-3 .item .col-3-title {
        line-height: 8px;
        font-size: 16px;
        padding-bottom: 0px;
        margin: 5px 0px;
        width: calc(100% - 70px);
        float: right
    }
}

.block-strengths-col-3 .item .col-3-content {
    padding: 0px 20px
}

@media all and (max-width: 1024px) {
    .block-strengths-col-3 .item .col-3-content {
        padding: 0px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-3 .item .col-3-content {
        width: calc(100% - 70px);
        float: right
    }
}

.block-strengths-col-3 .item:hover a {
    color: #000
}

.block-strengths-col-3 .item:hover .col-3-title:after {
    background-color: #000
}

.strengths2.hello .block-strengths-col-3 .item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

@media all and (min-width: 501px) {
    .strengths2.hello .block-strengths-col-3 .item.item_1 svg {
        animation: roll-1 8s running infinite
    }
}

.strengths2.hello .block-strengths-col-3 .item.item_2 {
    transition-delay: 0.2s
}

@media all and (min-width: 501px) {
    .strengths2.hello .block-strengths-col-3 .item.item_2 svg {
        animation: roll-2 8s running infinite
    }
}

.strengths2.hello .block-strengths-col-3 .item.item_3 {
    transition-delay: 0.4s
}

@media all and (min-width: 501px) {
    .strengths2.hello .block-strengths-col-3 .item.item_3 svg {
        animation: roll-3 8s running infinite
    }
}

@keyframes roll-1 {
    10% {
        transform: rotateY(0) scale(1)
    }
    20% {
        transform: rotateY(180deg) scale(1.2)
    }
    30% {
        transform: rotateY(0) scale(1)
    }
}

@keyframes roll-2 {
    40% {
        transform: rotate(0) scale(1)
    }
    45% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(-20deg) scale(1.2)
    }
    55% {
        transform: rotate(20deg)
    }
    60% {
        transform: rotate(0) scale(1)
    }
}

@keyframes roll-3 {
    70% {
        transform: rotate(0) scale(1)
    }
    80% {
        transform: rotate(360deg) scale(1.2)
    }
    90% {
        transform: rotate(0deg) scale(1)
    }
}


/*# sourceMappingURL=col_3.css.map */

.projectlist_default {
    margin-top: 50px
}

@media all and (max-width: 500px) {
    .projectlist_default {
        margin-top: 20px
    }
}

.projectlist_default .projectlist_top {
    margin-bottom: 20px;
    width: 100%
}

.projectlist_default .projectlist_top .list_top_l {
    width: calc(100%/3*2 - 20px);
    margin: 0px 10px;
    float: left
}

.projectlist_default .projectlist_top .list_top_l img {
    max-height: 259px
}

@media all and (max-width: 767px) {
    .projectlist_default .projectlist_top .list_top_l {
        width: 100%;
        margin: 0px
    }
}

.projectlist_default .projectlist_top .list_top_r {
    width: calc(100%/3 - 20px);
    margin: 0px 10px;
    float: right
}

@media all and (max-width: 767px) {
    .projectlist_default .projectlist_top .list_top_r {
        display: none
    }
}

@media all and (max-width: 500px) {
    .projectlist_default .projectlist_top {
        margin-bottom: 10px
    }
}

.projectlist_default .projectlist_below {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.projectlist_default .projectlist_below .item {
    width: calc(100%/3 - 20px);
    margin: 0px 10px;
    float: left
}

@media all and (max-width: 500px) {
    .projectlist_default .projectlist_below .item {
        width: calc(50% - 5px);
        margin: 0px
    }
    .projectlist_default .projectlist_below .item:first-child {
        margin-right: 10px
    }
    .projectlist_default .projectlist_below .item:last-child {
        display: none
    }
}

.projectlist_default .item:hover img {
    transform: scale(1.1)
}

.projectlist_default .item:hover .projects_des .des_name {
    color: var(--main-color)
}

.projectlist_default .item figure {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
    display: grid
}

.projectlist_default .item figure img {
    width: 100%;
    transition: all 0.5s ease
}

.projectlist_default .item .projects_des {
    width: 100%;
    border: 1px solid #eaeaea;
    border-width: 0px 1px 1px;
    box-sizing: border-box;
    min-height: 65px
}

.projectlist_default .item .projects_des .des_inner {
    padding: 10px 15px
}

@media all and (max-width: 500px) {
    .projectlist_default .item .projects_des .des_inner {
        padding: 5px 10px
    }
}

.projectlist_default .item .projects_des .des_inner .des_location {
    padding-left: 20px;
    position: relative;
    color: #848484
}

.projectlist_default .item .projects_des .des_inner .des_location:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("https://nhasang.net/blocks/projects/assets/images/location.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.projectlist_default .item .projects_des .des_inner .des_name {
    font-size: 16px;
    transition: all 0.3s
}

@media all and (max-width: 500px) {
    .projectlist_default .item .projects_des {
        display: none
    }
}


/*# sourceMappingURL=default.css.map */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'Ã¢â€ Â';
}

[dir='rtl'] .slick-prev:before {
    content: 'Ã¢â€ â€™';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'Ã¢â€ â€™';
}

[dir='rtl'] .slick-next:before {
    content: 'Ã¢â€ Â';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.videos_block_body .video_item {
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.videos_block_body .video_item:hover .play-icon svg {
    fill: red;
    transition: all 0.3s
}

.videos_block_body .video_item .v_name {
    background-color: #000
}

.videos_block_body .video_item .v_name .name_inner {
    padding: 10px 15px;
    text-align: center;
    color: #fff
}

.videos_block_body .video_item .video_item_inner {
    display: grid
}

.videos_block_body .video_item .video_item_inner .iframe {
    height: 400px
}

@media all and (max-width: 414px) {
    .videos_block_body .video_item .video_item_inner .iframe {
        height: 259px
    }
}

@media all and (max-width: 375px) {
    .videos_block_body .video_item .video_item_inner .iframe {
        height: 221px
    }
}

@media all and (max-width: 320px) {
    .videos_block_body .video_item .video_item_inner .iframe {
        height: 200px
    }
}

.videos_block_body .play-video svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: var(--main-color);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 0.9
}

.video_item_inner_has_img {
    position: relative;
    overflow: hidden;
    display: grid
}

.video-name {
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px
}

@media all and (max-width: 1024px) {
    .video-name {
        margin: 10px 10px 0px
    }
}

.video_item img {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    width: 100%;
    height: auto
}

#videos.hello .video_item {
    transform: translate(0);
    transition: all 1s ease;
    opacity: 1;
    visibility: visible
}

#videos.hello .item_2 {
    transition-delay: 0.1s
}

#videos.hello .item_3 {
    transition-delay: 0.2s
}


/*# sourceMappingURL=one.css.map */

#project_slider {
    max-width: 640px;
    margin: 0 auto;
}

#project_slider .slick-list {
    overflow: visible;
}

#project_slider .item {
    position: relative;
}

#project_slider.slick-initialized .item,
#project_slider .item:first-child {
    display: block;
}

#project_slider .item {
    display: none;
    overflow: hidden;
}

#project_slider .item .name {
    position: absolute;
    bottom: 0;
    background: rgba(1, 131, 191, 0.71);
    width: 100%;
    box-sizing: border-box;
    padding: 22px 18px 12px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    transition: all 1.3s ease 0s;
    -webkit-transition: all 1.3s ease 0s;
    transform: translate(0, 150px);
    -webkit-transform: translate(0, 150px);
    -moz-transform: translate(0, 150px);
}

#project_slider .item.slick-active .name {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 47px;
}

#project_slider .item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #fffc;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#project_slider .item.slick-current:after {
    opacity: 0;
    visibility: hidden;
}

#project_slider .item .i-image img {
    width: 100%;
}

#project_slider .item .i-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#project_slider .item.slick-current .i-title {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#project_slider .item .i-title a {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    padding: 13px 20px;
}

#project_slider .slick-arrow {
    width: 15px;
    line-height: 30px;
}

#project_slider .slick-prev {
    left: -60px;
}

#project_slider .slick-next {
    right: -35px;
}

#project_slider .slick-next:after {
    content: '\f105';
}

#project_slider .slick-dots {
    text-align: center;
    bottom: -55px;
}

#project_slider .slick-dots li {
    background: #7f7f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 16px;
    height: 16px;
}

#project_slider .slick-dots li button {
    width: 16px;
    height: 16px;
}

#project_slider .slick-dots li:hover,
#project_slider .slick-dots li.slick-active {
    background: #ed1c24;
}

#project_slider .slick-dots li button:before {
    display: none;
}

.
/*===========END: PROJECT=================*/

.banners .item {
    position: relative
}

.banners .item a {
    display: grid
}

.banners .content {
    position: absolute;
    width: 350px;
    top: 30%;
    left: 13%;
    color: #fff
}

@media all and (max-width: 650px) {
    .banners .content {
        display: none
    }
}

.banners .content a {
    color: #fff
}

.banners .content>a>div {
    margin-bottom: 20px
}

.banners .content p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

.banners .content p:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
    background-image: url("https://nhasang.net/blocks/banners/assets/images/right.svg");
    background-size: cover
}


/*# sourceMappingURL=default.css.map */

.block-strengths-simple {
    width: 40%;
    margin-left: 43%;
    padding: 70px 0px 100px
}

.block-strengths-simple .title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 80px
}

.block-strengths-simple .title .title_inner {
    display: inline-grid
}

.block-strengths-simple .title .title_inner fieldset {
    text-align: center;
    padding: 12px;
    border: 1px solid var(--main-color);
}

.block-strengths-simple .title .title_inner fieldset legend {
    color: var(--main-color)
}

@media all and (max-width: 500px) {
    .block-strengths-simple .title .title_inner {
        font-size: 18px
    }
}

@media all and (max-width: 1200px) {
    .block-strengths-simple .title {
        margin-bottom: 50px;
        font-size: 28px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-simple .title {
        font-size: 22px;
        margin-bottom: 10px
    }
}

.block-strengths-simple .list_item_str .item {
    width: calc(50% - 20px);
    margin: 0px 10px 15px;
    float: left;
    opacity: 0;
    visibility: hidden
}

.block-strengths-simple .list_item_str .item .stt {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-size: 40px;
    overflow: hidden;
    transform: rotate(8deg)
}

@media all and (max-width: 500px) {
    .block-strengths-simple .list_item_str .item .stt {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }
}

.block-strengths-simple .list_item_str .item .item_r {
    width: calc(100% - 60px);
    float: right
}

.block-strengths-simple .list_item_str .item .item_r .item_title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

@media all and (max-width: 500px) {
    .block-strengths-simple .list_item_str .item .item_r .item_title {
        font-size: 13px
    }
}

.block-strengths-simple .list_item_str .item .item_r .item_sum {
    color: #9e9e9e;
    margin-top: 5px
}

@media all and (max-width: 768px) {
    .block-strengths-simple .list_item_str .item .item_r {
        text-align: left
    }
}

@media all and (max-width: 500px) {
    .block-strengths-simple .list_item_str .item .item_r {
        width: calc(100% - 40px)
    }
}

.block-strengths-simple .list_item_str .item#item_1,
.block-strengths-simple .list_item_str .item#item_2 {
    transform: translate(80%, 100%);
    transition: all 1s ease
}

.block-strengths-simple .list_item_str .item#item_3,
.block-strengths-simple .list_item_str .item#item_4 {
    transform: translate(-60%, 100%);
    transition: all 1s ease
}

@media all and (max-width: 1200px) {
    .block-strengths-simple .list_item_str .item#item_1,
    .block-strengths-simple .list_item_str .item#item_2 {
        transform: translate(0, 100%)
    }
    .block-strengths-simple .list_item_str .item#item_3,
    .block-strengths-simple .list_item_str .item#item_4 {
        transform: translate(0, 100%)
    }
}

@media all and (max-width: 500px) {
    .block-strengths-simple .list_item_str .item {
        margin: 0px 10px 10px
    }
}

@media all and (max-width: 1200px) {
    .block-strengths-simple .list_item_str {
        margin: 0px 10px;
        display: flex;
        flex-wrap: wrap
    }
}

.block-strengths-simple .img_cat {
    transform: translate(-100%, -50%) rotate(0deg);
    transition: all 1s ease;
    position: absolute;
    top: 50%;
    left: 0px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 1000px;
    height: 1000px
}

@media all and (max-width: 1200px) {
    .block-strengths-simple .img_cat {
        display: none
    }
}

.block-strengths-simple .bor_l {
    transform: translate(-130%, -50%) rotate(45deg);
    transition: all 1s ease;
    position: absolute;
    top: 50%;
    left: 0px;
    border: 8px solid var(--main-color);
    width: 790px;
    height: 790px
}

.block-strengths-simple .bor_l:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-100%, 0);
    background-color: #00000038;
    transition: all 1s ease
}

.block-strengths-simple .bor_l:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-100%, 0);
    background-color: #0000001c;
    transition: all 1s ease
}

.block-strengths-simple .bor_l .bor_l_inner {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-100%, 0);
    border: 2px solid #fff;
    transition: all 1s ease
}

@media all and (max-width: 1200px) {
    .block-strengths-simple .bor_l {
        display: none
    }
}

.block-strengths-simple .bor_r {
    width: 500px;
    height: 500px;
    background-color: #ffffff3b;
    position: absolute;
    transition: all 1s ease;
    top: 25%;
    right: 0;
    transform: translate(150%, -50%) rotate(45deg)
}

.block-strengths-simple .bor_r:after {
    content: '';
    position: absolute;
    width: calc(100% + 75px);
    height: calc(100% + 75px);
    border: 8px solid var(--main-color);
    top: 50%;
    left: 50%;
    transform: translate(0, -100%);
    transition: all 0.2s ease
}

@media all and (max-width: 1200px) {
    .block-strengths-simple .bor_r {
        display: none
    }
}

@media all and (max-width: 1200px) {
    .block-strengths-simple {
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 50px 0px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-simple {
        padding: 10px 0px;
        line-height: 18px
    }
}

.strengths4.hello .list_item_str .item {
    opacity: 1;
    visibility: visible
}

.strengths4.hello .list_item_str .item#item_1,
.strengths4.hello .list_item_str .item#item_2 {
    transform: translateX(20%);
    transition-delay: 0.2s
}

@media all and (max-width: 1200px) {
    .strengths4.hello .list_item_str .item#item_1,
    .strengths4.hello .list_item_str .item#item_2 {
        transform: translate(0)
    }
}

.strengths4.hello .list_item_str .item#item_3,
.strengths4.hello .list_item_str .item#item_4 {
    transform: translate(0);
    transition-delay: 0.4s
}

.strengths4.hello .list_item_str .item .stt {
    animation: roll 4s running infinite
}

.strengths4.hello .img_cat {
    transform: translate(-50%, -50%) rotate(0deg)
}

.strengths4.hello .bor_l {
    transform: translate(-50%, -50%) rotate(45deg)
}

.strengths4.hello .bor_l .bor_l_inner {
    transform: translate(-50%, -50%);
    transition-delay: 0.6s
}

.strengths4.hello .bor_l:before {
    transform: translate(-50%, -50%);
    transition-delay: 0.8s
}

.strengths4.hello .bor_l:after {
    transform: translate(-50%, -50%);
    transition-delay: 0.3s
}

.strengths4.hello .bor_r {
    transform: translate(85%, -50%) rotate(45deg)
}

.strengths4.hello .bor_r:after {
    transform: translate(-50%, -50%)
}

@keyframes roll {
    40% {
        transform: rotate(8deg)
    }
    45% {
        transform: scale(1.2) rotate(20deg)
    }
    50% {
        transform: scale(1.2) rotate(-20deg)
    }
    55% {
        transform: scale(1.2) rotate(20deg)
    }
    60% {
        transform: scale(1.2) rotate(-20deg)
    }
    65% {
        transform: scale(1.2) rotate(20deg)
    }
    70% {
        transform: scale(1) rotate(8deg)
    }
}


/*# sourceMappingURL=simple.css.map */

html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(https://nhasang.net/libraries/jquery/lightbox2/dist/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(https://nhasang.net/libraries/jquery/lightbox2/dist/images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(https://nhasang.net/libraries/jquery/lightbox2/dist/images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://nhasang.net/libraries/jquery/lightbox2/dist/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.projectlist_simple .list_cat {
    width: 90%;
    margin: 20px auto 0px;
    display: flex
}

.projectlist_simple .list_cat .list_cat_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 700px) {
    .projectlist_simple .list_cat {
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 10px 0px 0px;
        width: auto;
        display: block
    }
    .projectlist_simple .list_cat::-webkit-scrollbar {
        display: none
    }
    .projectlist_simple .list_cat .list_cat_inner {
        width: 700px !important
    }
}

.projectlist_simple .list_cat .cat_item {
    width: 20%;
    float: left;
    text-align: center;
    flex: 1
}

.projectlist_simple .list_cat .cat_item .cat_item_name {
    padding-top: 20px;
    margin-top: 20px;
    position: relative
}

.projectlist_simple .list_cat .cat_item .cat_item_name:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 0;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%)
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_cat .cat_item .cat_item_name {
        padding-top: 5px;
        margin-top: 5px
    }
}

.projectlist_simple .list_cat .cat_item .cat_item_icon {
    position: relative;
    min-height: 50px;
    text-align: center
}

.projectlist_simple .list_cat .cat_item .cat_item_icon svg {
    width: 50px;
    height: 50px
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_cat .cat_item .cat_item_icon svg {
        width: 40px;
        height: 40px
    }
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_cat .cat_item .cat_item_icon {
        min-height: 40px
    }
}

.projectlist_simple .list_cat .cat_item .cat_item_icon img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_cat .cat_item .cat_item_icon img {
        width: 70%
    }
}

.projectlist_simple .list_item {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_item {
        margin-top: 15px
    }
}

.projectlist_simple .list_item .item {
    width: calc(100%/3 - 20px);
    float: left;
    margin-bottom: 30px
}

.projectlist_simple .list_item .item:not(:nth-child(3n)) {
    margin-right: 30px
}

@media all and (max-width: 800px) {
    .projectlist_simple .list_item .item {
        width: calc(100%/3 - 20px/3);
        margin-bottom: 10px
    }
    .projectlist_simple .list_item .item:not(:nth-child(3n)) {
        margin-right: 10px
    }
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_item .item {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: 0px;
        box-sizing: border-box
    }
    .projectlist_simple .list_item .item:not(:nth-child(3n)) {
        margin-right: 0px
    }
    .projectlist_simple .list_item .item:nth-child(2n) {
        border-right: none
    }
}

.projectlist_simple .list_item .item .link_item {
    display: grid
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_item .item .link_item {
        padding: 0px
    }
}

.projectlist_simple .list_item .item figure {
    display: grid;
    margin-bottom: 0px
}

.projectlist_simple .list_item .item figure figcaption {
    border: 1px solid #eaeaea;
    border-width: 0px 1px 1px;
    box-sizing: border-box
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_item .item figure figcaption {
        border-width: 0px
    }
}

.projectlist_simple .list_item .item figure figcaption .des_inner {
    padding: 10px 15px;
    text-align: left
}

@media all and (max-width: 500px) {
    .projectlist_simple .list_item .item figure figcaption .des_inner {
        padding: 5px 10px
    }
}

.projectlist_simple .list_item .item figure figcaption .des_inner .des_location {
    padding-left: 20px;
    position: relative;
    color: #848484
}

.projectlist_simple .list_item .item figure figcaption .des_inner .des_location:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("https://nhasang.net/blocks/projects/assets/images/location.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.projectlist_simple .list_item .item figure figcaption .des_inner .des_name {
    font-size: 16px;
    transition: all 0.3s
}

.projectlist_simple #title_project_2 {
    margin-top: 50px
}


/*# sourceMappingURL=simple.css.map */

.products_blocks_wrapper .list_products {
    margin-top: 30px
}

@media all and (max-width: 800px) {
    .products_blocks_wrapper .list_products {
        margin-top: 20px
    }
}

.products_blocks_wrapper .list_products .products_top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media all and (max-width: 800px) {
    .products_blocks_wrapper .list_products .products_top {
        margin-bottom: 10px
    }
}

@media all and (max-width: 500px) {
    .products_blocks_wrapper .list_products .products_top {
        display: none
    }
}

.products_blocks_wrapper .list_products .products_top .item {
    width: calc(100%/3 - 20px);
    float: left;
    box-sizing: border-box
}

.products_blocks_wrapper .list_products .products_top .item:not(:nth-child(3)) {
    margin-right: 30px
}

.products_blocks_wrapper .list_products .products_top .item:nth-child(n+4) {
    display: none
}

@media all and (max-width: 800px) {
    .products_blocks_wrapper .list_products .products_top .item {
        width: calc(100%/3 - 20px/3)
    }
    .products_blocks_wrapper .list_products .products_top .item:not(:nth-child(3)) {
        margin-right: 10px
    }
}

@media all and (max-width: 500px) {
    .products_blocks_wrapper .list_products .products_top .item {
        width: 50%;
        border: 1px solid #eaeaea;
        border-width: 0px 1px 1px 0px
    }
    .products_blocks_wrapper .list_products .products_top .item:nth-child(2) {
        border-right: 0px
    }
    .products_blocks_wrapper .list_products .products_top .item:not(:nth-child(3)) {
        margin-right: 0px
    }
    .products_blocks_wrapper .list_products .products_top .item:nth-child(3) {
        display: none
    }
}

.products_blocks_wrapper .list_products .products_below {
    display: flex;
    flex-wrap: wrap
}

.products_blocks_wrapper .list_products .products_below .item {
    width: calc(100%/5 - 12px);
    float: left;
    box-sizing: border-box
}

.products_blocks_wrapper .list_products .products_below .item:nth-child(-n+3),
.products_blocks_wrapper .list_products .products_below .item:nth-child(n+9) {
    display: none
}

.products_blocks_wrapper .list_products .products_below .item:not(:last-child) {
    margin-right: 15px
}

@media all and (max-width: 800px) {
    .products_blocks_wrapper .list_products .products_below .item {
        width: calc(100%/5 - 8px)
    }
    .products_blocks_wrapper .list_products .products_below .item:not(:last-child) {
        margin-right: 10px
    }
}

@media all and (max-width: 500px) {
    .products_blocks_wrapper .list_products .products_below .item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        border: 0px;
        display: block !important
    }
    .products_blocks_wrapper .list_products .products_below .item:not(:last-child) {
        margin-right: 0px
    }
    .products_blocks_wrapper .list_products .products_below .item:nth-child(3) {
        display: block
    }
}

.products_blocks_wrapper .list_products .item figure {
    margin-bottom: 0;
    display: grid
}

.products_blocks_wrapper .list_products .item .link-item {
    display: grid
}

@media all and (max-width: 500px) {
    .products_blocks_wrapper .list_products .item .link-item {
        padding: 10px 10px 0px
    }
}

.products_blocks_wrapper .list_products .item .products_name {
    border: 1px solid #eaeaea;
    border-width: 0px 1px 1px
}

.products_blocks_wrapper .list_products .item .products_name .name_inner {
    padding: 5px;
    text-align: center;
    font-size: 16px
}

@media all and (max-width: 500px) {
    .products_blocks_wrapper .list_products .item .products_name {
        border-width: 0px
    }
}


/*# sourceMappingURL=products.css.map */

.testimonials_body .play-video svg {
    opacity: 0.8;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    fill: #d71921;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    border: 1px solid #d71921;
    padding: 1px;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .testimonials_body .play-video svg {
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px)
    }
}

.testimonials_body .video_item_inner_has_img,
.testimonials_body .video_item_inner {
    position: relative;
    overflow: hidden;
    max-height: 330px;
    display: grid;
    cursor: pointer;
    width: 50%;
    float: right
}

.testimonials_body .video_item:hover svg#icon_play {
    fill: #fff
}

.testimonials_body .video_item:hover .video_item_inner_has_img::after {
    transition: 0.35s ease-in-out all;
    color: var(--extra-color)
}

.testimonials_body .video_item:hover img {
    moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.testimonials_body .item .video_item {
    border-right: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap
}

.testimonials_body .item .summary {
    box-sizing: border-box;
    position: relative;
    line-height: 20px;
    color: #484848;
    font-size: 13px;
    text-align: justify;
    width: 50%;
    float: left
}

.testimonials_body .item .summary:before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: #fff transparent transparent transparent;
    z-index: 2
}

.testimonials_body .item .summary .summary_inner .summary_title {
    margin-bottom: 5px;
    font-weight: bold
}

@media all and (max-width: 414px) {
    .testimonials_body .item .summary .summary_inner .summary_title {
        margin-bottom: 0px
    }
}

@media all and (max-width: 500px) {
    .testimonials_body .item .summary .summary_inner .w501 {
        display: none
    }
}

@media all and (min-width: 501px) {
    .testimonials_body .item .summary .summary_inner .w500 {
        display: none
    }
}

.testimonials_body .item .summary .summary_inner span {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media all and (max-width: 414px) {
    .testimonials_body .item .summary .summary_inner span {
        line-height: 18px
    }
}

.testimonials_body .item .summary svg {
    width: 17px;
    height: 17px;
    position: absolute;
    fill: var(--main-color)
}

@media screen and (max-width: 768px) {
    .testimonials_body .item .summary svg {
        width: 12px;
        height: 12px
    }
}

.testimonials_body .item .summary .quotes-left {
    top: 12px;
    left: -4px;
    transform: rotate(180deg)
}

@media screen and (max-width: 768px) {
    .testimonials_body .item .summary .quotes-left {
        top: 6px;
        left: -7px
    }
}

.testimonials_body .item .summary .quotes-right {
    bottom: 12px;
    right: -4px
}

@media screen and (max-width: 768px) {
    .testimonials_body .item .summary .quotes-right {
        bottom: 6px;
        right: -7px
    }
}

@media all and (max-width: 414px) {
    .testimonials_body .item .summary {
        text-align: left
    }
}

.testimonials_body .item .bottom-item img {
    border-radius: 50%;
    width: 70px;
    float: left
}

.testimonials_body .item .bottom-item .info {
    width: calc(100% - 90px);
    float: right;
    text-align: left;
    margin-top: 7px;
    line-height: 22px
}

@media screen and (max-width: 768px) {
    .testimonials_body .item .bottom-item .info {
        margin-top: 14px
    }
}

.testimonials_body .item .bottom-item .name {
    font-weight: bold
}


/*# sourceMappingURL=column.css.map */

.block_partners {
    position: relative
}

.block_partners .block_title {
    width: 160px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left
}

.block_partners .block_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #e1e1e1
}

@media all and (max-width: 600px) {
    .block_partners .block_title:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.block_partners .block_title .text_inner {
    padding-bottom: 15px
}

.block_partners .block_title .text_inner:after {
    display: none
}

.block_partners .block_title .block_summary {
    display: none
}

@media all and (max-width: 600px) {
    .block_partners .block_title {
        width: 100%;
        position: relative;
        transform: translateY(0);
        text-align: center
    }
}

@media all and (max-width: 600px) {
    .block_partners .block_title {
        margin-bottom: 5px
    }
}

.block_partners .partners-inner {
    width: calc(100% - 160px);
    float: right
}

.block_partners .partners-inner .item {
    min-height: 90px
}

@media all and (max-width: 600px) {
    .block_partners .partners-inner .item {
        text-align: center
    }
}

@media all and (max-width: 600px) {
    .block_partners .partners-inner {
        width: 100%
    }
}

.blocks_partner .block_title strong {
    top: 0;
    left: inherit
}

.blocks_partner .item {
    text-align: center
}

.blocks_partner .owl-prev {
    width: 30px;
    height: 30px
}

.blocks_partner .owl-prev::before {
    content: '';
    background: url("https://nhasang.net/blocks/partners/assets/images/arrow-left-solid.svg");
    background-size: cover;
    width: 28px;
    height: 30px;
    position: absolute;
    right: 40px;
    bottom: 0
}

.blocks_partner .owl-next {
    width: 30px;
    height: 30px
}

.blocks_partner .owl-next::after {
    content: '';
    background: url("https://nhasang.net/blocks/partners/assets/images/arrow-right-solid.svg");
    background-size: cover;
    width: 28px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0
}

.blocks_partner .partners-inner {
    border-radius: 15px;
    box-sizing: border-box
}


/*# sourceMappingURL=simple.css.map */

.block_newslist {
    padding-top: 40px;
    border-top: 1px solid #eaeaea
}

.block_newslist .block_title {
    text-align: left;
    position: relative
}

.block_newslist .block_title .block_summary {
    display: none
}

.block_newslist .block_title .text_inner {
    padding-bottom: 15px
}

.block_newslist .block_title .text_inner:after {
    display: none
}

.block_newslist .block_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #e1e1e1
}

@media all and (max-width: 500px) {
    .block_newslist .block_title {
        text-align: center
    }
    .block_newslist .block_title:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media all and (max-width: 500px) {
    .block_newslist {
        padding-top: 10px
    }
}

.block-news-list-column3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px
}

.block-news-list-column3 .item {
    width: calc(100%/3 - 20px);
    box-sizing: border-box
}

.block-news-list-column3 .item:not(:first-child) {
    margin-left: 30px
}

@media all and (max-width: 990px) {
    .block-news-list-column3 .item:not(:first-child) {
        margin-left: 10px
    }
}

@media all and (max-width: 500px) {
    .block-news-list-column3 .item:not(:first-child) {
        margin-left: 0px
    }
}

.block-news-list-column3 .item .img {
    overflow: hidden;
    display: block
}

.block-news-list-column3 .item .img a {
    display: grid
}

@media all and (max-width: 500px) {
    .block-news-list-column3 .item .img {
        width: 150px;
        float: left
    }
}

.block-news-list-column3 .item img {
    max-height: 240px;
    width: 100%;
    transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s
}

.block-news-list-column3 .item:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03)
}

@media all and (max-width: 990px) {
    .block-news-list-column3 .item {
        width: calc(100%/3 - 20px/3)
    }
}

@media all and (max-width: 500px) {
    .block-news-list-column3 .item {
        width: 100%
    }
    .block-news-list-column3 .item:not(:last-child) {
        margin-bottom: 15px
    }
}

.block-news-list-column3 .title {
    line-height: 22px;
    margin: 20px 0px;
    font-weight: bold;
    font-size: 16px
}

@media all and (max-width: 500px) {
    .block-news-list-column3 .title {
        margin: 0px 0px 10px;
        width: calc(100% - 160px);
        float: right;
        font-size: 16px;
        font-weight: normal;
        text-align: justify
    }
}

.block-news-list-column3 .summary_new {
    font-size: 14px
}

@media all and (max-width: 600px) {
    .block-news-list-column3 .summary_new {
        display: none
    }
}

.block-news-list-column3 .date {
    position: relative;
    color: #8e8e8e
}

.block-news-list-column3 .date svg {
    width: 15px;
    height: 15px;
    fill: #3c3c3c;
    position: absolute;
    left: 13px
}

@media all and (max-width: 500px) {
    .block-news-list-column3 .date {
        width: calc(100% - 160px);
        float: right
    }
}


/*# sourceMappingURL=column3.css.map */

.form-by-fast {
    padding-top: 70px
}

@media all and (max-width: 500px) {
    .form-by-fast {
        padding-top: 15px
    }
}

.buy_fast_body {
    font-size: 16px
}

.buy_fast_body table {
    width: 600px;
    margin: 0px auto
}

.buy_fast_body table tr td {
    width: 100%
}

.buy_fast_body table tr.tr_3 td,
.buy_fast_body table tr.tr_4 td {
    width: calc(50% - 10px);
    float: left
}

.buy_fast_body table tr.tr_3 td:not(:last-child),
.buy_fast_body table tr.tr_4 td:not(:last-child) {
    margin-right: 20px
}

.buy_fast_body table tr:nth-child(odd) td {
    padding: 30px 0px 0px
}

@media all and (max-width: 500px) {
    .buy_fast_body table tr:nth-child(odd) td {
        padding: 10px 0px 0px
    }
}

@media all and (max-width: 700px) {
    .buy_fast_body table {
        width: 100%
    }
}

.buy_fast_body .button-buy-fast {
    width: 200px;
    color: white;
    background-color: transparent;
    cursor: pointer;
    line-height: 40px;
    margin: 0px 0px;
    padding-left: 0px;
    height: 40px;
    float: none;
    border: 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
    position: relative;
    transition: 0.5s;
    outline: none;
    margin-left: calc(50% - 100px)
}

@media screen and (max-width: 770px) {
    .buy_fast_body .button-buy-fast {
        width: 150px;
        line-height: 40px;
        position: relative;
        margin-left: calc(50% - 75px)
    }
}

@media screen and (max-width: 500px) {
    .buy_fast_body .button-buy-fast {
        line-height: 30px;
        height: 30px;
        margin: 20px 0px 20px calc(50% - 75px);
        font-size: 15px
    }
}

.buy_fast_body .button-buy-fast:hover {
    background-color: var(--main-color)
}

.buy_fast_body .button-buy-fast:hover svg {
    animation: fly_ running 3s
}

.buy_fast_body .button-buy-fast svg {
    fill: white;
    transition: 0.5s
}

@media all and (max-width: 500px) {
    .buy_fast_body {
        font-size: 14px
    }
}

@keyframes fly_ {
    0% {
        transform: translate(0)
    }
    60% {
        transform: translate(15px, -9px)
    }
    70% {
        transform: translate(-15px, 9px)
    }
    80% {
        transform: translate(10px, -4px)
    }
    90% {
        transform: translate(0)
    }
    100% {
        transform: translate(0)
    }
}

.form_fast {
    color: #fff
}

.form_fast .content_ {
    text-align: center;
    margin-bottom: 35px
}

.form_fast .content_ span {
    font-size: 28px;
    position: relative
}

.form_fast .content_ span svg {
    position: absolute;
    width: 40px;
    height: 40px;
    fill: var(--extra-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (max-width: 500px) {
    .form_fast .content_ span {
        font-size: 18px;
        font-weight: bold
    }
}

@media all and (max-width: 500px) {
    .form_fast .content_ {
        margin-bottom: 5px
    }
}

.form_fast .summary_ {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px
}

@media all and (max-width: 500px) {
    .form_fast .summary_ {
        font-size: 14px
    }
}


/*# sourceMappingURL=form.css.map */

.block_by_fast {
    padding: 20px 50px;
    box-sizing: border-box;
    padding-bottom: 35px
}

@media all and (max-width: 600px) {
    .block_by_fast {
        padding: 25px 10px
    }
}

.wrap-by-fast .footer_phone {
    border-bottom: 1px solid #757575;
    padding-top: 50px;
    background: #222222;
    padding-bottom: 50px
}

.wrap-by-fast .phone-left {
    width: 50%;
    float: left;
    color: white;
    box-sizing: border-box
}

@media all and (max-width: 600px) {
    .wrap-by-fast .phone-left {
        width: 100%
    }
}

.wrap-by-fast .phone-tittle1 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px
}

.wrap-by-fast .phone-tittle {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #fff
}

@media all and (max-width: 800px) {
    .wrap-by-fast .phone-tittle {
        font-size: 18px
    }
}

.wrap-by-fast .phone-content {
    font-size: 16px;
    margin-top: 5px;
    color: #b5b5b5
}

.wrap-by-fast .fast-left {
    width: 658px;
    float: left
}

@media screen and (max-width: 1040px) {
    .wrap-by-fast .fast-left {
        width: 100%;
        text-align: center
    }
}

.wrap-by-fast .fast-left .fast-left-icon {
    width: calc(100% - 552px);
    float: left;
    height: 102px;
    background: var(--black-color);
    position: relative;
    animation: 2s ease-in-out 0s normal none infinite running change-translate;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all
}

@media screen and (max-width: 1040px) {
    .wrap-by-fast .fast-left .fast-left-icon {
        display: none
    }
}

.wrap-by-fast .fast-left .icon_phone {
    width: 58px;
    height: 75px;
    margin: 14px 5px 0px 60px;
    z-index: 2;
    position: absolute
}

.wrap-by-fast .fast-left .icon_v1 {
    background-position: -35px 75px;
    z-index: 3
}

.wrap-by-fast .fast-left .fast-left-text {
    float: right;
    width: 505px;
    margin: 26px 0px;
    color: #fff;
    padding-left: 13px;
    box-sizing: border-box
}

@media screen and (max-width: 1040px) {
    .wrap-by-fast .fast-left .fast-left-text {
        width: 100%;
        margin: 5px 0px 0px 0px;
        padding-left: 0px
    }
}

.wrap-by-fast .fast-left .fast-left-text .fast-top {
    font-size: 24px;
    margin-top: -3px
}

.wrap-by-fast .fast-left .fast-left-text .fast-bottom {
    font-size: 16px
}

@media screen and (max-width: 1040px) {
    .wrap-by-fast .fast-left .fast-left-text .fast-bottom {
        box-sizing: border-box
    }
}

.wrap-by-fast .buy_fast {
    float: right;
    width: 50%;
    transform: translate(0, 10px)
}

@media all and (max-width: 1100px) {
    .wrap-by-fast .buy_fast {
        float: left;
        transform: translate(0);
        margin-top: 10px
    }
}

@media all and (max-width: 600px) {
    .wrap-by-fast .buy_fast {
        width: 100%
    }
}

@keyframes change-translate {
    from {
        transform: translateX(-88px)
    }
}

.wrap-by-fast .fast-right {
    width: calc(100% - 658px);
    float: right;
    box-sizing: border-box
}

@media screen and (max-width: 1040px) {
    .wrap-by-fast .fast-right {
        width: calc(100% - 10px);
        margin: -15px 5px;
        text-align: center
    }
}

.wrap-by-fast .buy_fast #telephone_buy_fast {
    width: 400px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    background: white;
    margin: 0px;
    font-size: 16px;
    color: black;
    outline: none;
    border: none
}

.wrap-by-fast .buy_fast #telephone_buy_fast :placeholder {
    color: #ddd;
    margin-left: -10px
}

.wrap-by-fast .buy_fast .button-buy-fast {
    min-width: 120px;
    border: none;
    color: #eee;
    background-color: #ff8100;
    cursor: pointer;
    line-height: 40px;
    margin-left: 0px;
    margin: 0px;
    padding-left: 0px;
    font-size: 18px;
    position: relative;
    transition: 0.5s
}

.wrap-by-fast .buy_fast .button-buy-fast:hover {
    background: var(--main-color)
}

.wrap-by-fast .buy_fast .button-buy-fast svg {
    fill: #eee;
    transition: 0.5s
}

.wrap-by-fast .buy_fast .button-buy-fast:hover svg {
    transition: 0.5s
}

.wrap-by-fast .buy_fast_body {
    display: flex
}

@media all and (max-width: 800px) {
    .wrap-by-fast .buy_fast_body {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.wrap-by-fast .form-title {
    color: white
}

.wrap-by-fast .form-title span {
    font-size: 25px;
    font-style: italic;
    line-height: 20px
}

.wrap-by-fast .form-title p {
    margin-top: 10px;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 0
}

.wrap-by-fast h3 {
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    margin-top: 0px
}

.buy_fast_body input {
    border: none;
    height: 28px;
    background: transparent;
    outline: none;
    color: #fff;
    width: calc(100% - 20px);
    padding: 0px 10px
}

@media all and (max-width: 500px) {
    .buy_fast_body input {
        height: 20px
    }
}

.buy_fast_body td {
    height: 30px;
    color: #fff
}

.buy_fast_body td.bor_bot {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box
}

@media all and (max-width: 800px) {
    .footer_phone {
        padding: 20px 20px 0
    }
    .footer_phone .phone-left {
        width: 100%;
        padding: 0
    }
    .phone-tittle {
        font-size: 18px
    }
    .phone-content {
        font-size: 16px
    }
    .buy_fast .button-buy-fast {
        font-size: 16px
    }
}

.form_c {
    width: 100%;
    height: 1000px;
    background: #000000c4;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding-top: 100px
}

@media all and (max-width: 800px) {
    .form_c {
        padding-top: 75px
    }
}

.form_c .form_dk {
    padding: 30px 50px;
    max-width: 900px;
    margin: 0px auto;
    border: 2px solid var(--main-color);
    position: relative;
    background-color: #000;
    border-radius: 20px 0px 20px 0px
}

.form_c .form_dk .top_form {
    text-align: center
}

.form_c .form_dk img {
    width: 75px
}

.form_c .form_dk .close {
    font-size: 25px;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    cursor: pointer
}

@media all and (max-width: 700px) {
    .form_c .form_dk {
        padding: 30px
    }
}


/*# sourceMappingURL=by_fast.css.map */

ul.menu-bottom li.level0 {
    float: left;
    width: 50%;
    box-sizing: border-box
}

@media screen and (max-width: 900px) {
    ul.menu-bottom li.level0 {
        padding: 0px 0px 0px 0px
    }
}

ul.menu-bottom li.level0>a,
ul.menu-bottom li.level0>span {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: bold
}

ul.menu-bottom li.level0 ul {
    margin-top: 4px
}

ul.menu-bottom li.level0 ul li {
    margin-bottom: 12px
}

ul.menu-bottom li.level0 ul li a {
    color: #545454;
    font-size: 13px
}

ul.menu-bottom li.level0 ul li a:hover {
    color: var(--main-color)
}

ul li.level1 a:hover,
ul li.level1 span:hover {
    color: #0066b2
}

ul.menu-bottom li.level0 span.click-mobile {
    background: transparent url("https://nhasang.net/blocks/mainmenu/assets/images/icon-click.png") no-repeat scroll center;
    position: absolute;
    cursor: pointer;
    padding: 19px;
    right: 0px;
    top: 0px;
    display: none
}

ul.menu-bottom li.level0 span.click-mobile.active {
    background: transparent url("https://nhasang.net/blocks/mainmenu/assets/images/icon-click-active.png") no-repeat scroll center
}

.menu-bottom ul li.mid-sitem>span i {
    background: transparent url(https://nhasang.net/blocks/mainmenu/assets/images/bo-cong-thuong.png) no-repeat scroll left bottom;
    content: ' ';
    height: 47px;
    display: block;
    margin-top: 23px;
    padding-top: 12px
}

@media screen and (max-width: 900px) {
    ul.menu-bottom li.level0 {
        float: left;
        width: 100%;
        border: 1px solid #e3e3e3;
        border-radius: 10px;
        margin-bottom: 10px;
        position: relative
    }
    ul.menu-bottom li.level0 span.click-mobile {
        display: block
    }
    ul.menu-bottom li.level0>a,
    ul.menu-bottom li.level0>span {
        display: block;
        padding: 8px;
        margin-bottom: 0
    }
    ul.menu-bottom li.level0 ul {
        display: none
    }
    ul li.level1 {
        border-top: 1px solid #e3e3e3;
        padding: 8px 0px 7px 0px;
        margin-left: 22px
    }
    ul.menu-bottom li.level0 ul li {
        margin-bottom: 8px
    }
    ul li.level1.first-sitem,
    ul li.level1:first-child {
        border-top: 0
    }
}


/*# sourceMappingURL=bottommenu.css.map */

.block_share_hotline {
    margin-top: 30px
}

.block_share_hotline .hotline-athis a {
    display: inline-grid
}

.block_share_hotline .hotline-athis .bor_share {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    border: 1px solid;
    float: left;
    margin-right: 20px;
    transition: all 0.3s
}

.block_share_hotline .hotline-athis .bor_share:hover {
    background-color: #fff
}

.block_share_hotline .hotline-athis .bor_share svg {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s
}

.block_share_hotline .hotline-athis .a_fb .bor_share {
    border-color: #3B5998;
    color: #3B5998
}

.block_share_hotline .hotline-athis .a_fb .bor_share svg {
    transform: translate(-50%, -50%) scale(0.8)
}

.block_share_hotline .hotline-athis .a_tw .bor_share {
    border-color: #4EA6EA;
    color: #4EA6EA
}

.block_share_hotline .hotline-athis .a_ytb .bor_share {
    border-color: #EF1B0D;
    color: #EF1B0D
}

.block_share_hotline .hotline-athis .a_p .bor_share {
    border-color: #9B1120;
    color: #9B1120
}

@media all and (max-width: 500px) {
    .block_share_hotline .hotline-athis {
        text-align: center
    }
}


/*# sourceMappingURL=hotline.css.map */