﻿body {
    background: #fff;
    text-shadow: none;
    font-weight: 400;
    color: #212529;
    line-height: 1.3;
    width: 100%;
    overflow-x: hidden;
    font-family: Roboto,sans-serif;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

.form-item-2 input[type="text"]::-ms-input-placeholder {
  color: #0f4982;
}

.form-item-2 input[type="text"]::placeholder {
  color: #0f4982;
}

p {
    margin-bottom: 10px;
    line-height: 1.4;
}

a {
    color: #e5372b;
}

a:hover {
    color: #e5372b;
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

body.lg-on .site_header {
    z-index: 1040!important
}

body>.loading-overlay {
    position: fixed;
    z-index: 999999;
    border-top: 3px solid #eb4434;
}

.hl-editor h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.hl-editor h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.hl-editor h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.hl-editor h5 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.hl-editor h6 {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.hl-editor p {
    font-size: 18px;
}

.hl-editor ul,
.hl-editor ol {
    padding-left: 20px;
}

.hl-editor ul li {
    margin-bottom: 5px
}

.hl-editor video,
.module_video_home_inner video {
    width: 100%;
    height: 100%;
}

.module_video_home_inner video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.hl-editor img {
    width: auto !important;
    height: auto !important;
}

.hl-editor iframe {
    width: 100%;
    height: 100%;
}

.hl-editor .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.module_video_home_inner {
    position: relative;
    padding-bottom: 100vh;
    height: 0;
}

.hl-editor .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hl-editor blockquote {
    padding: 10px 20px;
    margin: 0 0 15px;
    border-left: 2px solid #ccc;
    background-color: #fff;
    font-style: italic;
    font-size: 16px
}

.hl-editor blockquote p {
    all: unset;
    display: block;
    line-height: 1.8em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.img_thumb_pro {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.img_thumb_pro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2;
}

.single_product_main_detail {
    position: relative;
}

.slick-current .img_thumb_pro:before {
    display: none;
}

.img_thumb_pro>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.loading-overlay {
    transition: visibility 0s ease-in-out .5s, opacity .5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background-color: #fff;
}

.bounce-loader {
    transition: all .2s;
    margin: -27px 0 0 -130px;
    text-align: center;
    width: 260px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000;
    padding: 5px;
}

.bounce-loader > svg {
    stroke: #eb4434;
    stroke-width: 5px;
    animation: animate1 3s linear infinite;
    stroke-dasharray: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
    z-index: 2;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #ccc;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    height: 18px;
    width: 18px;
}

.bounce-loader .bounce1 {
    animation-delay: -.32s;
}

.bounce-loader .bounce2 {
    animation-delay: -.16s;
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.loading-overlay-showing>.loading-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.loading-overlay-showing.open-sendmail {
    opacity: .5;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, .7)!important;
}

.ratio_1 {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.ratio_1>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.ratio_2 {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}

.ratio_2>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.ratio_75 {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden
}

.ratio_75>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.ratio {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden
}

.ratio>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.ratio_16_9 {
    padding-bottom: 56.25%;
}

.ratio_16_9_im {
    padding-bottom: 56.25% !important;
}

.ratio_3_4 {
    padding-bottom: 133.34%;
}

.ratio_9_16 {
    padding-bottom: 177.78%;
}

.fe-theme {
    overflow: hidden;
    position: relative;
}

.fe-theme.push-body {
    transform: translateX(300px);
}

.container-fluid {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.hl-container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.notify_comp {
    padding: 7px 0;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 2021
}

.hotline_top * {
    color: #fff;
    text-decoration: none!important
}

.hotline_top {
    display: inline-block
}

.hotline_top a:hover {
    color: #fff
}

.social_top {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 6px;
}

.social_top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 12px;
    width: 1px;
    background-color: #fff;
    z-index: 1;
}

.social_top a {
    color: #fff;
    padding: 0 3px;
    text-decoration: none!important
}

.top-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    float: right;
    line-height: 9px;
}

.top-links li {
    display: inline-block;
    position: relative;
}

.top-links > li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.top-links li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none!important;
    font-weight: 500;
}

.top-links li a span {
    position: relative;
    top: 1px
}

.top-links li .sub-menu-top a {
    font-size: 15px;
}

.top-links li.cart_link {
    padding-right: 35px;
}

.menu_mobile .img-icon,
.top-links .img-icon {
    width: 20px;
    height: 20px
}

.cart_link {
    position: relative;
    height: 8px
}

.cart_link a {
    font-size: 20px;
    position: absolute;
    top: -5px;
}

.cart_link a .number_product {
    position: absolute;
    font-size: 10px;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 11px;
    border-radius: 50%;
    padding: 3px 2px;
    right: -18px;
    top: -2px;
    border: 2px solid #fff
}

.site_logo .img_logo {
    height: 110px;
    max-width: none;
}

.site_header {
    padding: 10px 0;
    background-color: transparent;
    position: absolute;
    z-index: 2021;
    left: 0;
    top: 0;
    width: 100%;
}

.hl-fixed-menu-kaka .hl_fixed_header {
    background: -webkit-gradient(linear,left top,left bottom,from(#000),color-stop(16%,rgba(0,0,0,.95)),color-stop(47%,rgba(0,0,0,.8)),color-stop(72%,rgba(0,0,0,.4)),color-stop(91%,rgba(0,0,0,.1)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(#000,rgba(0,0,0,.95) 16%,rgba(0,0,0,.8) 47%,rgba(0,0,0,.4) 72%,rgba(0,0,0,.1) 91%,rgba(0,0,0,0));
}

.site_header_inner {
    position: relative;
    padding-right: 36px;
}

.site_header .btn_search {
    transition: opacity .2s ease-in-out 0s;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
    text-decoration: none!important;
    color: #000;
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    height: 27px;
    width: 27px;
    text-align: center;
}

.site_header .btn_search .icon-search {
    position: relative;
    left: 1px;
    top: 2px
}

.main_menu {
    margin-bottom: 0;
    padding-left: 0;
    float: right
}

.main_menu li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 100
}

.main_menu li a {
    text-decoration: none;
    padding: 22px 14px;
    display: block;
    transition: color .3s ease-in-out 0s;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3666;
    color: #0f4982;
}

.main_menu > li {
    position: relative;
}

.main_menu > li:before {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    width: .1rem;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background-color: #fff;
    z-index: 1;
}

.main_menu > li.form_in_menu:before {
    display: none;
}

.main_menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 167px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    z-index: 99;
    transform: translate(0, 20px);
    border-radius: 4px;
    top: calc(100% - 7px);
    padding-left: 0;
    background-color: rgba(0,0,0,.5);
}

.main_menu ul ul {
    left: calc(100% + 5px)
}

.main_menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(0,0,0,.5);
    border-width: 6px;
    margin-left: -6px
}

.main_menu ul ul:after {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
    transform: rotate(-90deg);
    margin-left: -11px;
    margin-bottom: -25px
}

.main_menu li a i {
    float: right;
    margin-left: 4px;
    margin-top: 3px;
    font-size: 14px;
}

.main_menu li a i:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-align: center;
    transition: all .2s ease-in-out 0s
}

.main_menu li.menu-active>a>i.fa-caret-down:before {
    transform: rotate(180deg)
}

.main_menu ul li a i {
    transform: rotate(-90deg)
}

.main_menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
}

.main_menu ul li:first-child {
    border-top: 0
}

.main_menu ul li a {
    display: block;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #fff;
    line-height: 1.5;
    background: 0 0
}

.hl-slider-box {
    padding-bottom: 40%;
    height: 0;
    background-position: 50%;
    background-size: cover;
    position: relative
}

.hl-slider-box.img_nho {
    padding-bottom: 30%
}

.hl-slider-title {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0;
    transition-delay: 1s;
    transition: opacity 1s;
    color: #fff;
    font-weight: 700
}

.hl-slider-desc {
    opacity: 0;
    transition-delay: 1.5s;
    transition: opacity 1s;
    margin-bottom: 15px;
    color: #fff
}

.hl-slider-link {
    opacity: 0;
    transition-delay: 5s;
    transition: opacity 3s;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    text-decoration: none!important;
    color: #fff;
    line-height: 1.3
}

.slick-active .hl-slider-title {
    opacity: 1
}

.slick-active .hl-slider-link {
    opacity: 1
}

.slick-active .hl-slider-desc {
    opacity: 1
}

.main-slider-full picture {
    display: block;
    text-align: center;
}

.main-slider-full img {
    display: inline-block;
}

.main-slider-full .slick-dots {
    bottom: 15px
}

.main-slider-full .hl-item {
    display: none;
    line-height: 0
}

.main-slider-full .hl-slider-container .hl-item+.hl-item {
    display: none
}

.main-slider-full .hl-slider-container.slick-initialized .hl-item {
    display: block
}

.main-slider-full .slick-dots li button:before {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.main-slider-full .slick-dots li.slick-active button:before {
    color: #1d1e20
}

.main-slider-full .slick-prev {
    left: 0;
    z-index: 1
}

.main_slider_type_2 .main-slider-full .slick-prev {
    left: 4px;
}

.main-slider-full .slick-next {
    right: 0;
    z-index: 1;
    width: 26px;
    height: 23px
}

.main-slider-full .slick-arrow {
    width: 30px;
    height: 62px
}

.main-slider-full .slick-prev {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.main-slider-full .slick-next {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.main-slider-full .slick-arrow:before {
    font-size: 14px;
    color: #fff
}

.main-slider-full .slick-prev:before {
    content: "\e901"
}

.main-slider-full .slick-next:before {
    content: "\e900"
}

.main-slider-full .slick-next:before,
.main-slider-full .slick-prev:before {
    font-family: inherit
}

.intro_service_product_item {
    display: block;
    margin-bottom: 20px;
}

.type_change_mgb .intro_service_product_item {
    margin-bottom: 15px;
}

.intro_service_product,
.list_thumbnail {
    padding: 20px 0 0 0
}

.intro_service_product.news_type {
    padding-top: 40px;
    padding-bottom: 40px;
}

.danhmucsanpham_home_widget {
    padding: 40px 0 40px 0;
}

.product_category_box {
    padding-top: 15px
}

.product_category_box>.inner {
    margin-left: -15px
}

.product_category_box .col-25 {
    width: 25%;
    float: left;
    padding-left: 15px
}

.category_product_item {
    display: block;
    margin-bottom: 20px;
    border: 0;
    border-radius: 2px
}

.category_product_item img {
    transition: all .2s ease-out
}

.category_product_item .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0
}

.category_product_item .txt span {
    z-index: 2;
    position: relative
}

.category_product_item .txt:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.category_product_item.cat-0 .txt {
    margin-bottom: 0;
    font-size: 18px;
    bottom: 0
}

.form-register-footer-1 .form-control {
    background-color: #fff;
    margin-bottom: 15px;
}

.form-register-footer-1 .col-lg-6.pr-0 .inner-input-footer-form {
    padding-right: 3px
}

.form-register-footer-1 .col-lg-6.pl-0 .inner-input-footer-form {
    padding-left: 3px
}

.hl-mb-4-20 {
    margin-bottom: 20px
}

.product_box {
    overflow: hidden
}

.heading_1 {
    text-transform: uppercase;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
    color: #1d1e20;
    padding: 8px 0
}

.heading_1.type_tags {
    border-bottom: 0
}

.heading_1>a,
.heading_1>strong {
    color: #1d1e20;
    text-decoration: none!important;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.heading_1>a:before,
.heading_1>strong:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1;
    height: 2px
}

.see_all_widget {
    float: right
}

.see_all_widget>a {
    font-size: 14px;
    text-transform: initial;
    font-weight: 400
}

.see_all_widget>a i {
    font-size: 10px
}

.heading_4 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3;
    color: #1d1e20;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none!important;
    font-weight: 700;
    position: relative;
}

.heading_5 {
    padding: 6px 0 6px 0;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    margin-bottom: -7px;
    text-decoration: none!important;
    font-weight: 700;
    position: relative;
}

.heading_5 > span {
    display: inline-block;
    padding: 8px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #0058aa;
}

.motasp {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.heading_4 strong {
    color: #1d1e20;
    text-decoration: none!important;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px
}

.heading_4.type-1 {
    text-align: center
}

.heading_2 {
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 15px;
    font-size: 18px
}

.heading_2 a {
    color: #1d1e20;
    text-decoration: none!important;
    font-weight: 500;
    position: relative;
    line-height: 1.3
}

.heading_2 a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    z-index: 1;
    height: 2px
}

.heading_3 {
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 15px
}

.heading_3 strong {
    color: #1d1e20;
    text-decoration: none!important;
    font-weight: 500;
    position: relative;
    line-height: 1.3
}

.heading_3 strong:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    z-index: 1;
    height: 2px
}

.post_item_home {
    display: block;
    text-decoration: none!important;
    overflow: hidden;
    clear: both;
    width: 100%
}

.post_item_home .wrap_image_item .image_item {
    height: 66px
}

.post_item_home .post_item_home_img {
    width: 66px;
    height: 66px;
    overflow: hidden;
    float: left;
    padding: 2px;
    cursor: pointer
}

.post_item_home .post_item_home_img img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 2px
}

.post_item_home .post_item_home_content {
    width: calc(100% - 75px);
    float: right
}

.post_item_home_title {
    display: flex;
    align-items: flex-start;
    max-height: 66px;
    color: #1d1e20;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px
}

.post_item_home_title .txt_title {
    max-height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.post_item_home .post_item_home_content .desc {
    display: flex;
    align-items: flex-start;
    max-height: 35px;
    color: #1d1e20;
    font-size: 14px
}

.post_item_home .post_item_home_content .desc .txt {
    max-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.post_item_home+.post_item_home {
    margin-top: 5px
}

.post_item_home.type_video .post_item_home_title {
    max-height: 66px;
    cursor: pointer
}

.post_item_home.type_video .post_item_home_title .txt_title {
    max-height: 66px;
    -webkit-line-clamp: 3;
    font-size: 16px
}

.post_col_home {
    margin-bottom: 15px
}

.post_item_home.type_video .post_item_home_img {
    position: relative
}

.post_item_home.type_video .overlay_video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 2px
}

.post_item_home.type_video .overlay_video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px
}

.product_list {
    overflow: hidden;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: dense;
    gap: 20px;
}

.product_list.list-view {
    grid-template-columns: repeat(1, minmax(140px, 1fr)) !important;
}

.product_list.product-col-3 {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
}

.product_list.product-col-4 {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
}

.product_list.product-col-5 {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
}

.product_list.product-col-6 {
    grid-template-columns: repeat(6, minmax(140px, 1fr));
}

.product_list .product_item {
    text-decoration: none!important;
    position: relative;
    flex-direction: column;
    display: flex;
}

.wrap_list_product .product_list .product_item,
.search_page.product_list .product_item,
.relative_product .product_list .product_item {
    padding: 1px;
    border-radius: 0;
    overflow: hidden;
}

.wrap_list_product .product_list .product_item .inner_product,
.search_page.product_list .product_item .inner_product,
.relative_product .product_list .product_item .inner_product {
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, .1);
    border: 1px solid #000;
}

.product_list .product_item .inner_product {
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    flex-direction: column;
    flex: 1 0 auto;
}

.list-view.product_list .product_item .inner_product {
    display: block;
}

.list-view.product_list .product_item_desc .price {
    text-align: left;
}

@keyframes animate1 {
    0% {
        stroke-dashoffset: 200%;
        stroke-opacity: .8
    }
    100% {
        stroke-dashoffset: 0;
        stroke-opacity: .8
    }
}

@-webkit-keyframes animate1 {
    0% {
        -webkit-stroke-dashoffset: 200%;
        -webkit-stroke-opacity: .8
    }
    100% {
        -webkit-stroke-dashoffset: 0;
        -webkit-stroke-opacity: .8
    }
}

.product_list .product_item svg,
.product_list .product_item svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
    z-index: 2
}

.effect_hlhover {
    position: relative
}

.effect_hlhover svg,
.effect_hlhover svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
    z-index: 2
}

.effect_hlhover:hover svg,
.effect_hlhover:hover svg rect {
    stroke: #f37121;
    -webkit-stroke: #f37121;
    stroke-width: 4px;
    -webkit-stroke-width: 4px;
    animation: animate1 3s linear infinite;
    stroke-dasharray: 100%;
    -webkit-stroke-dasharray: 100%;


    -webkit-animation-name: animate1;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.product_list .product_item:hover svg,
.product_list .product_item:hover svg rect {
    stroke: #f37121;
    -webkit-stroke: #f37121;
    stroke-width: 4px;
    -webkit-stroke-width: 4px;
    animation: animate1 3s linear infinite;
    stroke-dasharray: 100%;
    -webkit-stroke-dasharray: 100%;

    -webkit-animation-name: animate1;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.product_list.list-view .product_item .product_item_img {
    width: 280px;
    padding-bottom: 280px;
    float: left
}

.product_list.list-view .product_item .product_item_img.ratio_9_16 {
    padding-bottom: 498px
}

.product_list.list-view .product_item .product_item_img.ratio_16_9 {
    padding-bottom: 158px
}

.product_list.list-view .product_item .product_item_desc {
    width: calc(100% - 280px);
    float: right
}

.product_list.has-slider {
    overflow: initial;
    margin-bottom: 40px;
    display: block;
}

.product_list.has-paging-slider {
    overflow: initial;
    margin-bottom: 40px
}

.product_list.has-slider .owl-stage {
    display: flex;
}

.product_list.has-slider .owl-item {}

.product_list .product_item .inner_product {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.product_list.has-slider .product_item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.product_list.has-slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 0;
    z-index: 1
}

.product_list.has-paging-slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 0;
    z-index: 1
}

.product_list.has-slider .owl-nav button {
    height: 20px;
    text-align: center;
    color: #fff!important;
    outline: 0!important;
    margin-left: 5px;
    width: 20px
}

.product_list.has-paging-slider .owl-nav button {
    height: 20px;
    text-align: center;
    color: #fff!important;
    outline: 0!important;
    margin-left: 5px;
    width: 20px
}

.product_list.has-slider .owl-nav button span {
    font-size: 30px;
    height: 20px;
    display: block;
    line-height: 20px;
    position: relative;
    top: -4px
}

.product_list.has-paging-slider .owl-nav button span {
    font-size: 30px;
    height: 20px;
    display: block;
    line-height: 20px;
    position: relative;
    top: -4px
}

.owl-theme .owl-dots .owl-dot {
    outline: 0!important
}

.product_list.has-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    z-index: 1
}

.product_list.has-paging-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    z-index: 1
}

.name_product {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 52px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
}
.name_product:hover {
    text-decoration: none;
    color: #d0292a;
}
.list-view .name_product {
    text-align: left;
}
.price .sale_price {
    display: inline-block;
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 2px #333;
}

.price .normal_price {
    display: inline-block;
    margin-top: 3px;
    color: #828282;
    font-style: italic;
    text-decoration: line-through;
    font-size: 14px
}

.product_item_desc {
    padding: 10px;
}

.product_item_desc .price {
    text-align: center;
}

.list_sidebar_product .product_item_desc .price {
    text-align: left;
}

.client_slider {
    border-radius: 4px
}

.client_slider .client_slider_item {
    text-align: center
}

.client_slider .client_slider_item a {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    outline: 0!important
}

.hl_border_top_home {
    border-top: 1px dotted #ccc;
}

.client_slider .slick-slide>div {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px
}

.client_slider img {
    height: 90px;
    display: inline-block;
    max-width: 100%
}

.partner_box {
    padding-top: 40px;
    padding-bottom: 40px
}

.project_comp {
    padding-top: 40px;
    padding-bottom: 40px;
}

.client_slider .slick-prev {
    left: 10px;
    z-index: 1
}

.client_slider .slick-next {
    right: 10px;
    z-index: 1
}

.site_footer {
    color: #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(225,225,225,.1);
    border-image: -webkit-gradient(linear,left top,right top,from(#1a1d1e),color-stop(50%,#e5372b),to(#1a1d1e)) 1;
    border-image: linear-gradient(90deg,#1a1d1e,#e5372b,#1a1d1e) 1;
    border-top: 5px solid;
}

.site_footer>.inner {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.site_footer {
    background-color: #2c2b3b;
    font-size: 14px;
}

.site_footer .info .item a {
    color: #fff;
    text-decoration: none!important
}
.site_footer .info .item a:hover {
    color: #ff6922;
}
.img_logo_footer {
    height: 84px;
    margin-bottom: 10px;
}

.hl_info_footer_title {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.hl_info_footer_title>span {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.info .item {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.info .item i {
    margin-right: 5px
}

input.help-block {
    border-color: red
}

span.help-block {
    color: red;
    font-size: 12px
}

.daingkynhantin {
    margin-top: 15px;
    position: relative
}

.daingkynhantin #ten-error {
    position: absolute;
    left: 0;
    bottom: -8px;
    color: red;
    font-size: 12px;
    z-index: 1
}

.daingkynhantin .text {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 230px;
    font-size: 14px;
    border: none;
    display: inline-block;
    color: #1d1e20;
    float: left;
    border: 0!important;
    outline: 0!important
}

.site_footer.type_1 .daingkynhantin,
.site_footer.type_3 .daingkynhantin {
    max-width: 320px;
}

.site_footer .daingkynhantin {
    padding-bottom: 10px;
}

.site_footer.type_1 .daingkynhantin .text,
.site_footer.type_3 .daingkynhantin .text {
    max-width: 274px;
    width: calc(100% - 46px);
}

.daingkynhantin #gui_email {
    height: 40px;
    width: 46px;
    border: none;
    outline: 0!important
}

.daingkynhantin #gui_email .fa-paper-plane {
    font-size: 20px;
    color: #fff
}

.list_social_footer {
    margin-bottom: 20px
}


.list_social_footer a {
    font-size: 28px;
    color: #fff;
    margin: 5px;
    text-decoration: none!important;
    border: 1px solid #fff;
    padding: 2px 8px;
    border-radius: 4px;
}

.list_social_footer a:hover {
    color: #ff6922;
}

.list_social_footer a:nth-child(2){
    margin-left: 0;
}

.list_social_footer a:nth-child(4) i {
    position: relative;
    top: -2px;
}

.list_social_footer i {
    font-size: 24px
}

.list_social_footer strong {
    display: block;
    position: relative;
    top: -5px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}
.copyright {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000;
}

.copyright * {
    color: #fff;
    font-size: 13px;
    position: relative;
    font-weight: normal;
    z-index: 2
}

#back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 9999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 16px;
    right: 10px;
    background-color: #e5372b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50%;
}

#back-to-top .fa {
    position: relative;
    top: -1px;
    font-size: 20px;
}

.page_heading .breadcrumb {
    padding: 15px 0;
    background-color: transparent;
    margin-bottom: 0;
    font-size: 13px;
    opacity: .7
}

.page_heading .h1 {
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 0 10px
}

.page_heading .h1,
.page_heading h1 {
    font-size: 24px;
    line-height: 1.3;
    padding: 5px 0 10px;
    margin-bottom: 0;
}

.more_ajax {
    text-align: center;
    margin-bottom: 20px
}

.btn-primary.btn-1 {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary.btn-1.type-1 {
    padding-left: 33px;
    padding-right: 33px
}

.empty_product {
    text-align: left;
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.tool_product_box {
    float: right
}

.view-list-product {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.view-list-product li {
    display: inline-block;
    margin-left: 7px
}

.view-list-product li a {
    text-decoration: none!important;
    color: #1d1e20;
    border: 1px solid #ced4da;
    padding: 7px;
    border-radius: .25rem;
    display: inline-block;
}

.view-list-product li a.active {
    color: #fff;
    border: 1px solid #1d1e20;
    background-color: #1d1e20
}

.view-list-product li i {
    font-size: 20px
}

.view-list-product li i.fa-th-large {
    position: relative;
    top: 1px
}

.view-list-product li i.fa-list {
    position: relative;
    top: 2px
}

.soft-product-form #soft-product-sl {
    cursor: pointer;
    outline: 0!important;
    box-shadow: none!important
}

.sidebar_heading {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
    color: #0f4982;
    font-weight: bold;
}

.relative_post_heading {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0f4982;
}

.relative_post_heading:before {
    content: '';
    position: absolute;
    width: 25px;
    left: 0;
    bottom: 0;
    height: 2px;
}

.list_category_sidebar {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}
.list_category_sidebar li {
    border-top: 1px solid #ccc;
}

.post_sidebar .list_category_sidebar,
.post_sidebar .list_category_sidebar li  {
    border: 0;
}

.list_category_sidebar .label-filter {
    display: block;
    position: relative;
    padding: 6px 10px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
}
.list_category_sidebar .label-filter a {
    color: #000;
    display: block;
    font-size: 18px;
}
.list_category_sidebar .label-filter h3 {
    font-size: 16px
}

.service_link_sidebar {
    display: block;
    color: #000;
    position: relative;
    padding: 5px 0 5px 25px;
    cursor: pointer
}

.list_category_sidebar.service_list .service_link_sidebar {
    font-size: 16px
}

.list_category_sidebar .label-filter i {
    cursor: pointer;
    transform: rotate(180deg);
    transition: all .3s;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    height: 30px;
    width: 30px
}

.service_link_sidebar i {
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 1;
    font-size: 18px;
    line-height: 20px
}

.list_category_sidebar li.active .label-filter i {
    transform: rotate(0)
}

.ul-submenu-sidebar {
    padding-left: 0;
    list-style: none
}

.list_category_sidebar .label-filter i.icon-ctrl:before {
    position: absolute;
    top: 9px;
    right: 5px
}

.list_category_sidebar li.active>.label-filter {
    font-weight: 500
}

.list_category_sidebar li.has-chidren > .label-filter {
    padding-right: 30px;
}
.list_category_sidebar li.has-chidren .submenu-sidebar ul li .label-filter {
    padding-left: 18px;
}

.sidebar_box {
    margin-bottom: 20px
}

.btn-more-category {
    font-size: 13px;
    color: #1d1e20;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none!important;
    color: #1d1e20;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.wrap-btn-more-category {
    margin-top: 10px;
    margin-bottom: 10px
}

.filter-price-form #price-from,
.filter-price-form #price-to {
    width: 118px
}

.filter-price-form .line-1 {
    position: relative;
    top: -5px
}

.filter-price-form .input-group-text {
    background-color: transparent
}

.filter-price-form .btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px
}

.btn-open-modal-hl {
    background: 0 0;
    outline: 0!important;
    position: absolute;
    right: -9px;
    top: 50%;
    color: #010101;
    margin-top: -6px;
    border: 0!important;
    font-size: 16px
}

.btn-open-modal-hl:hover {
    color: red
}

.modal-1 .modal-content {
    padding: 22px 20px 20px 20px;
}

.modal-1 .close {
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 99;
    font-size: 30px;
    background: rgba(0, 0, 0, .7);
    padding: 0px 5px;
    border-radius: 50%;
    width: 30px;
    opacity: 1;
    color: #fff;
    outline: 0 !important;
}

.modal-1 {
    background: rgba(0, 0, 0, .5);
    z-index: 9999
}

.modal-1 .modal-dialog {
    margin: 8rem auto
}

#search-produc-form .daingkynhantin {
    position: relative;
    padding-right: 55px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    margin-top: 0;
}

#search-produc-form .daingkynhantin .text {
    width: 100%;
    margin: 0.05rem;
}

#search-produc-form .daingkynhantin .btn-search {
    position: absolute;
    top: 0px;
    right: 6px;
    z-index: 1;
    height: 40px;
    width: 47px;
    border: none;
    outline: 0!important;
    background-color: #1d1e20;
    transition: all .5s ease-in-out 0s;
}

.daingkynhantin .btn-search .icon-search {
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 2px
}

.banner_sidebar_img {
    display: block;
    text-align: center;
    padding: 2px
}

.banner_sidebar_img:hover {
    opacity: .8
}

.main-slider-full .slick-track {
    display: flex!important
}

.main-slider-full .slick-list {
    line-height: 0
}

.slider-nav .slick-slide {
    text-align: center;
    cursor: pointer;
    padding: 0;
    line-height: 0
}

.single_product_img .slider-nav .slick-track {
    margin-left: 0;
}

.slider-nav .slick-slide>div {
    position: relative
}

.slider-nav .slick-slide>div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #1d1e20;
    opacity: .5;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
    border-radius: 2px;
    overflow: hidden
}

.slider-nav .slick-slide.slick-current>div:before {
    background-color: transparent
}

.slider-nav .slick-slide img {
    overflow: hidden;
    border: 1px solid #fff;
}

.slider-for {
    padding: 0;
}

.single_product_img {
    margin-bottom: 10px;
    text-align: center;
}

.single_product_img .slider img {
    display: none;
}

.single_product_img .slider.slick-initialized img {
    display: inline-block;
}

.single_product_img .slick-prev {
    left: 5px;
    z-index: 1
}

.single_product_img .slick-next {
    right: 5px;
    z-index: 1
}

.single_product_img .slick-arrow {
    width: 30px;
    height: 30px
}

.single_product_img .slick-next:before,
.single_product_img .slick-prev:before {
    font-size: 30px
}

.name_product_title {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #e5372b;
}

.single_infor_product ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
}

.single_infor_product ul li {
    margin-bottom: 6px
}

.single_infor_product .sku {
    font-size: 15px;
}

.single_infor_product .sku strong {
    padding-right: 5px
}

.single_infor_product .sale_price {
    font-size: 18px
}

.single_infor_product .normal_price {
    color: #828282;
    font-style: italic;
    text-decoration: line-through;
    font-size: 16px
}

.numbers-row {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 120px;
    outline: 0!important;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 10px
}

.numbers-row .qtybutton {
    width: 38px;
    height: 38px;
    line-height: 36px;
    padding: 0;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 20px;
    color: #1d1e20;
    font-weight: 400!important;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
    outline: 0!important
}

.numbers-row .dec {
    left: 0
}

.numbers-row .inc {
    right: 0
}

.numbers-row #input-quantity-product,
.numbers-row .input-quantity-product {
    outline: 0!important;
    border: 1px solid #000;
    color: #555;
    font-size: 14px;
    height: 38px;
    text-align: center;
    width: 100%;
    padding-left: 38px;
    padding-right: 38px
}

.phu-luc-heading {
    background-color: #000;
    padding: 7px 10px;
    color: #fff;
    cursor: pointer
}

.phu-luc-heading-toggle {
    color: #fff!important;
    float: right
}

.phu-luc-heading-txt i {
    margin-left: 5px
}

.phu-luc-heading-toggle i {
    font-size: 14px
}

.phu-luc-content {
    border: 2px solid #e6e7e9;
}

.phu-luc-box {
    border-radius: 5px;
    overflow: hidden;
}

.phu-luc-content a {
    display: block;
    list-style: none;
    margin: 0;
    line-height: normal;
    background: #f6f8f8;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    border-left: 5px solid #dde4e6;
    width: 100%;
    color: #67707c;
    font-size: 16px;
    font-weight: bold;
}

.phu-luc-content a.tagname-h3 {
    text-indent: 10px;
    font-size: 15px;
}

.data-phu-luc-append {
    margin-bottom: 15px;
    width: 100%;
}

.title_2 {
    font-size: 22px
}

.box_detail_info {
    position: relative;
    overflow: initial !important;
    width: 100%;
    clear: both;
    padding: 5px 0;
    height: 40px;
    flex: none;
}

.hl-img-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.cart-page-box .table-responsive .table {
    min-width: 650px
}

.cart-page-box .btn-group-bottom {
    overflow: hidden
}

.btn-delete-cart {
    text-decoration: none!important
}

.checkout-information {
    border: 1px dotted #ced4da;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px
}

.contact-box {
    border: 1px dotted #ced4da;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px
}

.contact-page .info .item,
.contact-page .info .item a {
    color: #1d1e20
}

.checkout-information>h2 {
    font-size: 20px;
    text-align: center;
    padding: 5px 0 10px;
    text-transform: capitalize
}

.detail-products-in-checkout>h2 {
    font-size: 20px;
    text-align: center;
    padding: 5px 0 10px;
    text-transform: capitalize
}

.contact-box>h2 {
    font-size: 18px;
    text-align: center;
    padding: 5px 0 10px;
    text-transform: uppercase;
}

.payment-method-and-total-information {
    border: 1px dotted #ced4da;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px
}

.payment-method-and-total-information>h2 {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 0 10px
}

.form-check-input {
    margin-top: 2px
}

.form-check {
    margin-bottom: 3px
}

.form-check-label {
    cursor: pointer
}

.checkout-form * {
    font-size: 14px
}

.checkout-form .btn {
    font-size: 14px
}

.summary-cart {
    border: 1px dotted #ced4da;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px
}

.summary-cart>h2 {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 0 10px
}

.list_sidebar_product .product_item {
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 5px
}

.list_sidebar_product .product_item_desc {
    padding: 0 8px
}

.list_sidebar_product .name_product {
    font-size: 14px;
    max-height: 35px;
    height: auto;
    margin-bottom: 6px;
    text-align: left;
}

.list_sidebar_product .price .normal_price,
.list_sidebar_product .price .sale_price {
    font-size: 13px;
}

.list_sidebar_product .product_item_img {
    width: 60px;
    height: 60px;
    padding-bottom: 0;
    float: left
}

.no-touch .list_sidebar_product .product_item .product_item_img:hover:before {
    box-shadow: 0 0 0 4px #fff inset
}

.list_sidebar_product .product_item_desc {
    width: calc(100% - 60px);
    float: right
}

.hlcheckbox {
    position: relative;
    margin-bottom: 20px
}

.hlcheckbox span.help-block {
    position: absolute;
    left: 0;
    bottom: -18px;
    z-index: 1
}

.login_box {
    padding: 20px;
    max-width: 350px;
    margin: 20px auto 50px auto;
    border-radius: 10px
}

.register_box_client {
    padding: 20px;
    max-width: 450px;
    margin: 20px auto 50px auto;
    border-radius: 10px
}

.login_box .logo_link img {
    max-height: 120px
}

.title_thanks {
    font-size: 20px;
    padding: 5px 0 10px;
    line-height: 1.3
}

.hl-table table td,
.hl-table table th {
    padding: 10px;
    text-align: center
}

.hl-table.type-1 table td,
.hl-table.type-1 table th {
    text-align: left
}

#scroll_trigger {
    height: 4px;
    background-color: red
}

.sidebar_list_post {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.sidebar_list_post li {
    display: block;
    margin-bottom: 5px;
    clear: both
}

.sidebar_post_item {
    display: block;
    line-height: 1;
    text-decoration: none!important
}

.sidebar_post_img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    float: left;
    margin-right: 10px
}

.sidebar_post_txt {
    display: flex;
    align-items: flex-start;
    height: 50px;
    margin-bottom: 1px;
    color: #1d1e20;
    font-size: 16px
}

.sidebar_post_txt>span {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.sidebar_post_date {
    font-size: 13px;
    color: #898989
}

.post_large_item {
    display: block;
    margin-top: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden
}

.post_large_img {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.post_large_img>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.post_large_img .post_large_overlay_img {
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.post_large_img .post_large_overlay_img .icon-link1 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 2;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #fff
}

.post_detail_title h1 {
    font-size: 24px;
    color: #1d1e20;
    line-height: 1.3;
    margin-bottom: 5px;
    display: inline-block
}

.post_large_txt {
    font-size: 20px;
    color: #1d1e20;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    display: inline-block
}

.post_large_txt h1,
.post_large_txt h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px
}

.post_large_txt.limit_line {
    display: flex;
    align-items: flex-start;
    max-height: 52px
}

.post_large_txt.limit_line>h2,
.post_large_txt.limit_line>h3 {
    max-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.post_large_txt.limit_line>h3 {
    font-size: 18px
}

.post_large_shortdesc {
    line-height: 1.3;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    height: 62px
}

.post_large_shortdesc>span {
    max-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.post_large_desc {
    padding: 10px 15px
}

.post_large_bottom {
    overflow: hidden;
}

.post_large_date {
    padding-top: 5px;
    margin-bottom: 5px;
}

.post_large_view {
    margin-right: 3px;
}
.post_large_bottom .hl-btn-share {
    float: right
}

.post_details_page .post_short_details {
    overflow: hidden;
    padding-top: 5px;
    flex: none;
    clear: both;
}

.post_details_page .post_large_shortdesc {
    height: auto;
    display: block;
}

.relative_post {
    margin-top: 20px;
}

.relative_post .post_large_txt.limit_line>h2 {
    font-size: 16px;
    max-height: 52px
}

.relative_post .post_large_txt.limit_line {
    max-height: 40px
}

.relative_post .post_large_shortdesc {
    font-size: 14px;
    height: 54px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e900";
    font-family: icomoon!important;
    font-size: 10px;
    position: relative;
    top: 5px;
    left: 1px;
    color: #000;
}

.page_heading .breadcrumb a,
.page_heading .breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.service_item_img {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.service_item_img.raito_mau-giao-dien {
    padding-bottom: 127%;
}
.service_item_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.service_overlay_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 3;
    color: #fff;
    transition: bottom .3s;
    padding: 20px
}

.service_overlay_img>.inner {
    padding: 10px 12px 12px 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%!important;
    transition: .3s
}

.service_overlay_img h2,
.service_overlay_img h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3
}

.service_shortdesc {
    display: flex;
    align-items: flex-start;
    height: 35px;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px
}

.service_shortdesc>span {
    max-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.service_item {
    position: relative;
    margin-bottom: 20px;
}

.service_item .category_link {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    padding: 4px 10px;
    font-size: 12px
}

.service_item:hover .service_overlay_img {
    background-color: transparent
}

.service_item .service_overlay_img>.inner {
    background-color: #000;
}

.name_avatar-box {
    margin-bottom: 15px;
    text-align: center
}

.name_avatar-box img {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden
}

.name_avatar-box .name-client {
    display: block;
    text-align: center
}

.nav-tabs-account {
    display: block
}

.nav-tabs-account li {
    display: block;
    margin-bottom: 5px
}

.nav-tabs-account li a {
    border-radius: 4px;
    display: block;
    padding: 7px 10px;
    background-color: #000;
    color: #fff
}

.account-information h1 {
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 10px
}