@font-face {
    font-family: 'UTM-Impact';
    src: url('../fonts/UTM-Impact.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    /* padding: 5px !important; */
    border-color: #d2d2d2;
}

ul li {
    list-style: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff!important;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: inherit;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #c71918;
}

html {
    scroll-behavior: smooth;
}

.slick-slider {
    margin-bottom: 0;
}

.pt_box_money_product ul {
    max-width: 470px !important;
    width: 100%;
}


/*css header*/

.list-bar {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #626262;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

.slick-dots {
    position: absolute;
    bottom: -58px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -7px);
}

.header {
    width: 100%;
}

.header-top {
    position: relative;
    /* color: #fff; */
    /* padding: 0 15px; */
    font-size: 13px;
    border-bottom: 2px solid #f2f2f2;
}

.box-header-top {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.logo {
    display: inline-block;
    padding: 3px 0;
    float: left;
}

.logo img {
    width: 205px;
}

.box_header_right {
    display: inline-block;
    float: right;
    width: 260px;
    margin: 28px 0;
}

.language {
    width: 100%;
    /* margin-bottom: 11px; */
}

.language ul {
    display: flex;
    justify-content: space-evenly;
}

.language li {
    display: flex;
}

.language li+li {
    margin-left: 25px;
}

.language li a {
    line-height: 23px;
    display: flex;
    align-items: center;
}

.language li span {
    color: #838383;
}

.language li img {
    width: auto;
    border: 2px solid #fff;
    box-shadow: 0px 0px 1px 0px #000;
    margin-left: 9px;
}

.info_company {
    width: auto;
    display: inline-block;
    margin: 18px 0;
    margin-left: 20px;
    text-align: center;
    float: left;
}

.info_company .bo_cong_thuong {
    color: #888888;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px;
    display: inline-block;
    font-family: 'UTM-Impact';
    line-height: normal;
}

.info_company .company_name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    font-family: 'UTM-Impact';
    color: #c71918;
}

.info_company .company_sub_name {
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

.menu-item {}

.menu-item:hover>ul {
    display: block;
    width: auto;
    height: auto;
}

.menu-item a {
    color: #222;
}

.menu-item>a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
}

.menu-item ul li {}

.menu-item ul li.active a {
    background-color: #0f76bd;
    color: #fff;
}

.menu-item ul li a {
    font-weight: 400;
    display: block;
    padding: 4px 20px;
    font-size: 12px;
}

.dropdown-menu-list>li>a:focus,
.dropdown-menu-list>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu-list {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    /* margin: 2px 0 0; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    left: 0;
}

.menu-c2 {
    /* width: 0px; */
    /* height: 0px; */
    transition: all 0.5s;
    /* overflow: hidden; */
}

.menu-item-c2 {}

.section_feed_form:before {
    content: "";
    height: 50px;
    width: 100%;
    background-image: url(../images/line_top.png);
    background-repeat: repeat-x;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 3;
}

.title-form-header {
    color: #c71918;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    /* font-family: 'UTM-Impact'; */
    line-height: normal;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.box_icon_search {
    display: inline-block;
    float: right;
    position: relative;
}

.box_icon_search a {
    text-transform: uppercase;
    line-height: 43px;
    padding: 0 19px;
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.search {
    position: absolute;
    margin: 0;
    border: none;
    width: calc(100% - 30px);
    top: 100%;
    right: 15px;
    /* padding: 10px; */
    /* background-color: rgba(0,0,0,0.5); */
    z-index: 1;
    max-width: 400px;
    /* display: none; */
}

.search .col-md-12 {
    min-height: unset;
}

.form_search {
    width: 100%;
    z-index: 5;
    overflow: hidden;
    /* background: #fff; */
    padding: 0;
    position: relative;
}

.search .form_search {
    display: none;
}

.form_search input {
    width: 100%;
    float: left;
    border: 1px solid #838383;
    border-radius: 10px;
}

.form_search .form-control {
    box-shadow: none;
    outline: none;
}

.form_search .form-control {
    height: 33px;
}

.form_search button {
    width: 44px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.form_search button i {
    font-size: 16px;
    color: #fff;
}

.form_search .form-control.close-search {
    /* margin-left: 5px; */
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 35px;
    padding: 0;
    height: auto;
    background-color: unset;
}

.form_search .form-control.close-search i {
    font-size: 16px;
    line-height: 30px;
}

.box-social-header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-social-header-top .box-info {}

.box-social-header-top .box-info ul {
    display: flex;
    flex-wrap: wrap;
}

.box-social-header-top .box-info ul li {
    margin-right: 30px;
    line-height: 36px;
    color: #c71918;
    font-size: 14px;
}

.box-social-header-top .box-info ul li a {
    color: #fff;
    line-height: 40px;
}

.box-social-header-top .box-info ul li a i {
    margin-right: 5px;
}

.box-social-header-top .box-info ul li a.address {}

.box-header-top .box-info1 {}

.box-header-top .box-info1 ul {
    display: flex;
    flex-wrap: wrap;
}

.box-header-top .box-info1 ul li {
    margin-right: 30px;
}

.box-header-top .box-info1 ul li a {
    line-height: 40px;
    color: #fff;
}

.box-header-top .box-info1 ul li a i {
    margin-right: 5px;
}

.group-social {
    margin-left: 40px;
}

.group-social ul {
    display: flex;
}

.group-social ul li {
    position: relative;
    margin-left: 1px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all .3s linear;
}

.group-social ul li:hover {
    opacity: 0.8;
}

.group-social ul>li:hover a {
    transform: translateY(-3px);
}

.group-social ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    transition: all .3s linear;
}

.header-main {
    position: relative;
    background-image: url(/theme/bg_header2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-bottom {
    position: relative;
    background: #c71918;
}

.header-bottom.topfix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.header-bottom.topfix2 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.box-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-head {
    display: flex;
    align-items: center;
}

.logo-head .image {
    padding: 10px 0;
}

.logo-head .image img {
    height: 60px;
    width: auto;
}

.menu-desktop {
    width: 100%;
    position: relative;
}

.menu-desktop .nav-main {
    display: flex;
    justify-content: center;
}

.nav-main>li:not(:last-child) {
    /* margin-right: 45px; */
}

.nav-main>li.active>a {}

.nav-main li {
    display: inline-block;
    float: left;
    position: relative;
    flex: auto;
}

.menu-desktop .nav-main>li:hover>a>span {
    color: #fff;
}

.nav-main li .nav-sub li {
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
}

.nav-main li .nav-sub li>a:hover {
    color: #888;
}

.nav-main li>a {
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    padding: 9px 15px;
    color: #333;
    white-space: nowrap;
}

.nav-main>li>a {
    text-transform: uppercase;
    line-height: 50px;
    padding: 0;
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.menu-desktop .nav-main>li>a {
    text-align: center;
}

.menu-desktop .nav-main>li {
    border-right: 1px solid #e0e0e0;
}

.menu-desktop .nav-main>li:last-child {
    border-right: unset;
}

.menu-desktop .nav-main>li>a img {
    width: auto;
    margin: 23px 0;
    margin-right: 10px;
    float: left;
}

.nav-main li .nav-sub li .pt_icon_right {
    position: absolute;
    right: 10px;
    top: 12px;
}

.menu-desktop .nav-main>li>a i.fa-angle-down {
    margin-left: 6px;
}

.nav-main li .nav-sub {
    /* background-color: #626262; */
}

.menu-desktop .nav-main li.active a span {
    color: #efc02c;
    font-weight: 600;
}

.nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    z-index: 5;
    background-color: #fff;
}

.nav-sub-child {
    position: absolute;
    top: 0;
    min-width: 250px;
    z-index: 5;
    background-color: #fff;
    left: 90%;
}

.box-header-main-right {
    display: flex;
    width: 90px;
    flex-wrap: wrap;
    /* position: relative; */
}

.box-header-main-right>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90px;
}

.box-header-main-right>ul>li {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    /* height: 60px; */
}

.box-header-main-right>ul>li.user ul {
    position: absolute;
    z-index: 1;
    width: 160px;
    right: 0;
    top: calc(100% + 20px);
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    visibility: hidden;
    transition: top 0.5s;
}

.box-header-main-right>ul>li.user ul>li {}

.box-header-main-right>ul>li.user ul>li>a {
    padding: 10px 0px;
    display: block;
    color: #222;
    font-size: 16px;
}

.box-header-main-right>ul>li:hover>.hover-right {
    /* display: block; */
}

.box-header-main-right>ul>li>a {}

.box-header-main-right>ul>li>a>i {
    font-size: 16px;
}

.box-login {
    min-width: 250px;
    border-radius: 0;
    padding: 20px;
    margin-top: 10px;
    z-index: 1001;
    right: -10px;
    left: auto;
    /* display: block !important; */
}

.box-login:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 10px;
    bottom: 100%;
    right: 0;
    position: absolute;
}

.hover-right {}

.box-form-quick-login {}

.box-form-quick-login>ul {}

.box-form-quick-login>ul>li {}

.box-form-quick-login>ul>li button {
    width: 100%;
    background: #ff2d55;
    border-color: #ff2d55;
}

.box-form-quick-login input {}

.box-form-quick-login input button {}

.box-form-quick-login>ul>li:last-child:last-child {
    text-align: center;
}

.box-form-quick-login>ul>li:last-child:last-child a {
    display: block;
    line-height: 1.55;
}

.box-form-quick-login>ul>li:last-child a:first-child {
    margin-bottom: 4px;
}

.box-header-main-right>ul>li.cart>a>img {
    width: 25px;
}

.box-header-main-right>ul>li.cart>a>span {
    position: absolute;
    top: -4px;
    right: -10px;
    font-size: 12px;
    background: #f15929;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}

.nav-main li.nav-megamenu {
    position: unset;
}

.menu-desktop .nav-main li.nav-megamenu:hover .megamenu-container {
    /* display: block; */
    top: 100%;
    visibility: inherit;
}

.megamenu-container {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    /* background: #fff; */
    z-index: 10;
    /* padding: 35px 30px; */
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    border-radius: 0;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    /* display: none; */
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 0 0 10px 10px;
    transition: top 0.5s;
    /* visibility: hidden; */
}

.col-md-1-5 {
    min-width: 20%;
}

.list-megamenu {}

.megamenu-item {}

.megamenu-item>.image-main {
    margin-bottom: 20px;
}

.megamenu-item>.image-main:hover img {
    opacity: 0.8;
}

.megamenu-item>.image-main>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}

.megamenu-title {
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
    /* border-bottom: 1px dotted #000; */
    margin-bottom: 10px;
    letter-spacing: 0.05rem;
    position: relative;
}

.list-megamenu-sub {}

.list-megamenu-sub li {
    margin-bottom: 10px;
    display: block;
    float: unset;
}

.list-megamenu-sub li>a {
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: padding .5s ease;
    padding: 0;
    line-height: 30px;
}

.list-megamenu-sub li>a:hover {
    padding-left: 15px;
    color: #0f76bd;
}

.megamenu-item-sub {}

.megamenu-item-sub a {}

.list-product-slider {}

.product-slider-item {
    padding: 0 10px;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.product-slider-item:hover {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-slider-item .box {
    margin-top: 5px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.product-slider-item .box .image {}

.product-slider-item .box .content {
    padding: 0 15px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.product-slider-item .box .name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.product-slider-item .box-price {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.product-slider-item .price-new {
    font-size: 18px;
    color: #ff2d55;
    font-weight: 600;
}

.product-slider-item .price-old {
    color: #8d8d8d;
    margin-left: 8px;
    font-weight: 600;
}

.megamenu-item .slick-next,
.megamenu-item .slick-prev {
    margin: 0;
    opacity: 1;
    transform: translateY(-50%);
    height: auto;
}

.megamenu-item .slick-next {
    top: -30px;
    left: unset;
    right: 0px;
}

.megamenu-item .slick-prev {
    top: -30px;
    right: 25px;
    left: unset;
    z-index: 10;
}

.megamenu-item .slick-prev i,
.megamenu-item .slick-next i {
    font-size: 15px;
    color: #1b520f;
}


/*css menu mobile*/


/* css menu mobile*/

.main-menu-show {
    transform: translateX(0) !important;
    transition: all 200ms linear 0s;
    border-right: 1px solid #fff;
}

.menu_fix_mobile {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 300px;
    top: 0;
    left: 0;
    background: #c71918;
    transition: all 200ms linear 0s;
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.menu_fix_mobile .close-menu {
    /* overflow: hidden; */
    border-bottom: 1px solid #c71918;
    background-color: #c71918;
    height: 30px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu {
    display: inline-block;
    padding: 15px 10px 15px 25px;
}

.menu_fix_mobile .close-menu>a {
    /* float: right; */
    color: #fff;
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* background-color: #ccc; */
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu img {
    width: auto;
    max-width: unset;
    height: 60px;
}

.menu_fix_mobile .megamenu-container {
    padding: 0;
    margin-bottom: 20px;
}

.menu_fix_mobile .nav-main {
    width: 100%;
}

.menu_fix_mobile .megamenu-title {
    padding-left: 15px;
}

.menu_fix_mobile .megamenu-item-sub>a {
    border-bottom: none;
    padding: 8px 20px;
}

.menu_fix_mobile ul {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.menu_fix_mobile ul li {
    float: left;
    position: relative;
    margin: 0;
    transition: 0.4s;
    width: 100%;
    border-right: none !important;
}

.menu_fix_mobile .megamenu-item {
    padding: 15px 0px;
    padding-left: 15px;
}

.menu_fix_mobile .list-megamenu-sub {
    display: block;
}

.menu_fix_mobile .nav-main li.nav-megamenu {
    position: relative;
}

.menu_fix_mobile ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    padding: 11px 20px 11px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: normal;
}

.menu_fix_mobile .nav-main>li>a {
    font-weight: 700;
    text-transform: uppercase;
}

.menu_fix_mobile ul li i.fa-chevron-down.mega-mn2 {
    bottom: 0px;
    top: unset;
}

.menu_fix_mobile ul li i.fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 0.3s;
    /* border-left: 1px solid #fff; */
    cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
    width: 100%;
    box-shadow: unset;
    border: unset;
}

.menu_fix_mobile li ul.nav-sub li {
    width: 100%;
    padding: 0;
}

.menu_fix_mobile li ul.nav-sub li a {
    padding: 11px 41px 11px 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.menu_fix_mobile li ul.nav-sub-child {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
    width: 100%;
    padding-left: 15px;
}

.wrap-ykkh {
    padding: 40px 0 60px;
    background-color: #eee;
}

.box_nd_slide {
    /* width: 100%; */
    /* position: relative; */
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.box_info_slide {
    width: 100%;
    /* max-width: 387px; */
    /* color: #fff; */
    padding: 20px 15px;
    float: left;
    background-color: #fff;
    height: 100%;
}

.box_info_slide .title_slide {
    color: #c71918;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.box_info_slide .title_slide:before {
    content: '';
    position: absolute;
    background-color: #c71918;
    height: 2px;
    width: 96px;
    bottom: -8px;
}

.box_info_slide .desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
}
.box_info_slide .button_slide {
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
    height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-top: 25px;
    background-image: linear-gradient(142deg, #c71918, #c71918, #c71918, #ed5958, #c71918, #c71918, #c71918);
}


element.style {
}
a.readmore {
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
    height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0px;
     background-image: linear-gradient(142deg, #c71918, #c71918, #c71918, #ff8383, #c71918, #c71918, #c71918);
}

.readmore-section {
    text-align: center;
    position: relative;
    top: 18px;
}

.title-center {
    text-align: center;
}

.categoryname h2 {
    font-size: 14px;
    color: #979797;
    text-align: center;
    margin: 0px;
}


.categoryname {
    padding-top: 15px;
}

.box_slide_home {
    /* float: left; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* width: 800px; */
    padding: 0;
}

.box_slide_home .box_skew_xuoi {
    /* transform: skew(-11deg); */
    height: 100%;
    overflow: hidden;
    position: relative;
    /* width: calc(100% - 160px); */
}

.box_slide_home:before {
    /* content: ''; */
    position: absolute;
    height: 100%;
    background-image: linear-gradient(#c71918, #c2e5f0, #c71918);
    width: 678px;
    transform: skew(-15.5deg);
}

.box_slide_home .box_skew_nguoc {
    /* transform: skew(11deg); */
    height: 100%;
    /* width: calc(100% + 80px); */
    right: 0;
    position: relative;
    /* left: -40px; */
}

.box_slide_home .image {
    height: 100%;
}

.box_slide_home .image img {
    height: 100%;
    width: auto;
    width: 100%;
}

.box_skew_nguoc .slick-slider {
    height: 100%;
}

.box_skew_nguoc .slick-list {
    height: 100%;
}

.box_skew_nguoc .slick-track {
    height: 100%;
}

.dv-01-comment-card {
    margin: 0 10px;
    width: 33.333%;
    height: 100%;
    padding-bottom: 20px;
}

.dv-01-comment-card .box {
    text-align: justify;
    padding: 30px 20px 40px;
    /* border: 1px dashed #fff; */
    border-radius: 20px 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.dv-01-comment-card .box {
    color: #3e4340;
}

.dv-01-comment-card .box:before {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 110px;
    color: #eee;
    z-index: 0;
}

.dv-01-comment-card .box .author {
    text-align: left;
}

.dv-01-comment-card .box .author>h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.dv-01-comment-card .box .author>h3:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #c71918;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dv-01-comment-card .box .author>div {
    color: #000;
}

.dv-01-comment-card .box .box-desc {
    font-size: 15px;
    position: relative;
}

.dv-01-comment-card .box .box-desc .desc {
    text-align-last: left;
    color: #000;
    line-height: 1.7;
}

.dv-01-comment-card .icon {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    /* border: 1px solid #b8cb3e; */
    /* border-radius: 100%; */
    bottom: 0;
    right: 0;
    transform: translate(10px, 10px);
    /* padding: 10px; */
    /* background: #0e6423; */
    font-size: 25px;
    text-align: center;
    z-index: 1;
}

.dv-01-comment-card .icon img {
    border-radius: 100%;
    /* border: 5px solid #eeeeee; */
    max-width: 100%;
    width: 100%;
}

.list-comment {
    margin-top: 0;
}

.dv-01-dot-cate-2 .slick-dots {
    margin: 15px 0 0;
    bottom: -25px;
}

.dv-01-dot-cate-2 .slick-dots li {
    width: 13px;
    height: 13px;
    background-color: #f15929;
    border-radius: 50%;
}

.dv-01-dot-cate-2 .slick-dots li.slick-active {
    background-color: #c71918;
}

.dv-01-dot-cate-2 .slick-dots li button {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

@media (max-width:1199px) {
    .box-header-main {}
    .nav-main>li>a {
        padding: 0 8px;
        font-size: 13px;
    }
    .header-top .logo .logo-wrapper {
        top: 40px;
    }
    .box_icon_search a {
        padding: 0 10px;
    }
    .menu-desktop {
        /* margin-left: 220px; */
    }
    .megamenu-container {
        position: unset;
        display: none;
        /* padding: 20px 15px; */
        box-shadow: none;
    }
    .logo-head .image img {
        height: 50px;
    }
    .header-top .hotline {
        width: 20%;
    }
    .header-top .slogan {
        width: 60%;
        left: 20%;
    }
    .header-top .logo {
        width: 20%;
        right: 60%;
    }
    .info_company {
        margin-left: 15px;
        margin-right: 15px;
    }
    .info_company .bo_cong_thuong {
        font-size: 16px;
    }
    .info_company .company_name {
        font-size: 23px;
    }
    .info_company .company_sub_name {
        font-size: 14px;
    }
    .box_header_right {
        width: 200px;
    }
    .nav-main>li:not(:last-child) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .nav-main>li:hover .nav-sub {
        display: block;
        left: 0;
        visibility: inherit;
        top: 100%;
    }
    .nav-sub>li:hover>a {
        color: #0f76bd;
    }
    .nav-sub>li:hover > .nav-sub-child {
        /* display: block; */
        visibility: inherit;
        left: 100%;
    }
    .nav-sub>li  .nav-sub-item-child:hover  .nav-sub-child {
        /* display: block; */
        visibility: inherit;
        left: 100%;
    }
    .nav-sub>li .nav-sub-child {
        visibility: hidden;
        transition: left 0.5s;
    }
    .nav-main>li>.nav-sub {
        visibility: hidden;
        top: calc(100% + 20px);
        transition: top 0.5s;
    }
    .megamenu-container {
        visibility: hidden;
        display: block;
    }
    .header-top {}
    .col-md-push-3 {}
}

@media (max-width: 991px) {
    .list-bar {
        display: inline-block;
    }
    .header-top .slogan .name_slogan {
        margin-top: 0;
    }
    .header-main {
        display: none;
    }
    .menu-desktop {
        display: none;
    }
    .header-top {
        background-color: #fff;
        min-height: unset;
        /* padding: 7px 0; */
    }
    .header-top .slogan {
        width: 100%;
        left: 0;
    }
    .usa-header-mobiles {
        position: relative;
        background-image: url(/theme/bg_header2.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .usa-header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 70px;
        position: relative;
    }
    .usa-header-mobile .usa-flexitem {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-start;
    }
    .usa-header-mobile .usa-flexitem-fill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .icon-search-header {
        position: absolute;
        right: 60px;
        color: #c71918;
    }
    .icon-search-header i {
        font-size: 18px;
    }
    .usa-header-mobile #trigger-mobile {
        width: 25px;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        /* margin-right: 5px; */
        max-width: 80px;
        cursor: pointer;
        position: absolute;
        right: 15px;
    }
    .usa-header-mobile #trigger-mobile .icon-bar {
        background-color: #c71918;
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;
    }
    .usa-header-mobile #trigger-mobile .icon-bar.icon-bar {
        /* margin-top: 4px; */
    }
    .usa-header-mobile #trigger-mobile .icon-bar:nth-child(2) {
        width: 25px;
    }
    .usa-header-mobile .logo a {
        /* display: block; */
        text-align: left;
        /* width: 100%; */
    }
    .usa-header-mobile .usa-flexitem-fill .logo-wrapper img {
        height: 50px;
        width: auto;
    }
    .usa-header-mobile .usa-flexitem-fill:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        max-width: 80px;
    }
    .usa-header-mobile .usa-flexitem-fill:last-child a {
        display: inline-block;
        color: #fff;
        padding: 0 10px;
        position: relative;
        font-size: 16px;
        height: 26px;
    }
    .usa-header-mobile .usa-flexitem-fill:last-child a i {
        vertical-align: bottom;
    }
    .usa-header-mobile .usa-flexitem-fill:last-child a .count_item_pr {
        height: 17px;
        line-height: 17px;
        background: #efc02c;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        min-width: 17px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -10px;
        right: -6px;
    }
}

@media (max-width:550px) {
.nav-main li .nav-sub li {
    width: 100%;
    border-bottom: 0px dashed #d9d9d9;
}
    .language li+li {
        margin-left: 5px;
    }
    .logo-head .image {
        max-width: 150px;
    }
    .box-header-main-right>ul>li {
        margin: 0 5px;
    }
    .header-top .slogan .name_slogan {
        font-size: 13px;
    }

    .box-social-header-top .box-info ul li{
        margin-right: 13px;
    }
}


/*end css header*/

.main {
    width: 100%;
}

.slide {
    background-color: #f2f2f2;
    padding: 15px 0;
}

.slide .item {
    position: relative;
}

.slide .item .image {}

.slide .item .image img {
    height: auto;
    object-fit: cover;
}

.slide .item .wrap-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.slide .item .container {
    max-width: 1170px;
}

.slide .item .wrap-text .box-text {
    text-align: left;
    background: hsla(0, 0%, 100%, .85);
    margin-bottom: 50px;
    max-width: 590px;
    padding: 30px;
}

.slide .item .wrap-text .box-text h2 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    color: #f15929;
    margin-top: 0;
}

.slide .item.slick-active .wrap-text .box-text h2 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running ZoomIn;
    animation: 1600ms ease-in-out 0s normal none 1 running ZoomIn;
}

.slide .item .wrap-text .box-text h2 span {
    font-weight: 700;
    background: -webkit-linear-gradient(0deg, #f15929, #25aae1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide .item .wrap-text .box-text .desc {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    margin: 0 auto;
}

.slide .item.slick-active .box-text .desc {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInUp;
}

.slide .item .wrap-text .box-viewmore {}

.slide .item.slick-active .wrap-text .box-viewmore {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInDown;
}

.slide .item .wrap-text .box-viewmore a {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 42px;
    font-weight: 300;
    padding: 0 23px;
    background-color: #00f;
    animation: glowing-btn-yellow 2s infinite;
}

@keyframes glowing-btn-yellow {
    0% {
        box-shadow: 0 0 0 0 #00f;
    }
    100% {
        box-shadow: 0 0 0 8px rgba(241, 89, 41, 0);
    }
}

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 0.75;
    border-radius: 100%;
}

.slide .slick-prev {
    left: 50px;
}

.slide .slick-next {
    right: 50px;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #c71918;
    line-height: 24px;
    font-size: 24px;
}

.slide .slick-dots {
    bottom: 20px;
}

.slide .slick-dots li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    /* position: absolute; */
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
    background: #c71918;
    border: 1px solid #c71918;
}

.slide .slick-dots li button {
    width: 12px;
    height: 12px;
    opacity: 0;
}

.slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

@keyframes ZoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 1;
    }
}

.group-title {
    /* text-align: center; */
    /* margin-bottom: 10px; */
    /* display: inline-block; */
    width: 100%;
    /* height: auto; */
    height: 45px;
    overflow: hidden;
}

.group-title .image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.group-title .image img {
    width: auto;
}

.title-center {
    text-align: center;
}

button.submitreg {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    background: #c71918;
    color: #fff;
    text-transform: uppercase;
    border-color: #c71918;
    border: 0px;
    position: absolute;
    right: 0px;
    z-index: 9;
}
input#contact_email {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 45px;
    border: 1px solid #ddd;
    padding: 10px;
}
span.page-numbers.current {
    background: #c71918;
    color: #fff;
}
.title h3.name {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.group-title .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    /* margin-bottom: 3px; */
    font-size: 15px;
    line-height: 35px;
    padding: 5px 15px;
    padding-right: 50px;
    position: relative;
    overflow: hidden;
    color: #333;
    min-width: 240px;
    text-align: left;
    display: inline-block;
    line-height: 35px;
    height: 100%;
}

.mr-title {
    margin-bottom: 15px;
}

.group-title.bg-title-1 {
    background-image: linear-gradient(190deg, #eee, #eee);
}

.group-title.bg-title-1 .title {
    background-image: linear-gradient(180deg, #c71918, #a50100);
}

.group-title.bg-title-1 .title:before {
    content: "";
    /* background-color: #fff; */
    background-image: linear-gradient(190deg, #eee, #eee);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - 20px);
    transform: skew(45deg);
}

.group-title.bg-title-2 .title {
    width: 100%;
    background-image: linear-gradient(375deg, #f2f2f1, #e3e3e3 30%, #fff 100%);
    height: 100%;
}

.group-title.bg-title-2 .title:before {
    content: "";
    background-image: linear-gradient(190deg, #c71918, #dd0100);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - 22px);
    transform: skew(45deg);
    z-index: 2;
}

.group-title.bg-title-2 .title:after {
    content: "";
    background-color: #e3e3e3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - 35px);
    transform: skew(57deg);
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 680px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.group-while .title,
.group-while .title h3 span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: unset;
}

.group-while .title .sup-title {
    color: #fff;
}

.sup-title-2 {
    max-width: 600px;
    margin: -40px auto 10px;
    font-size: 16px;
    line-height: 22px;
}

.group-title-2 {
    text-align: center;
    margin-bottom: 20px;
}

.group-title-2 .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    color: #c71918;
}

.group-title-2 .title-underline {
    position: relative;
    margin-bottom: 30px;
}

.group-title-2 .title-underline:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #c71918;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
}

.group-title-2 .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.box_lienket {
    width: 100%;
    margin-bottom: 25px;
}

.news-donvithanhvien{padding: 15px 0 0;border: 1px solid #ebebeb;border-top: 0;}

.box_lienket .cate-title {
    padding: 0;
    margin-bottom: 15px;
}

.form-control-lienket {
    height: 30px;
    width: 100%;
    padding: 4px 12px;
}

.ml-30 {
    margin-left: 30px
}

.category-slide-1 .slick-prev.slick-arrow {
    left: -20px;
    opacity: 1;
    z-index: 10;
    text-align: center;
}

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    width: 25px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    /* background-color: #12a23c; */
    transform: translateY(-50%);
    margin: 0;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    width: 100%;
    height: 100%;
    background: #fff;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    color: #c71918;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-slide-1 .slick-prev:before {
    content: "\f104";
}

.category-slide-1 .slick-next:before {
    content: "\f105";
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 20px;
    color: #c71918;
    position: relative;
    z-index: 1;
    line-height: 32px;
    text-align: center;
    display: none;
}

.category-slide-1 .slick-next {
    opacity: 1;
    right: -20px;
}

.footer {
    position: relative;
    background-color: #f15929;
}

.footer:before {
    /* content: ""; */
    height: 50px;
    width: 100%;
    background-image: url(../images/line_top.png);
    background-repeat: repeat-x;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 9;
}

.footer-top .row{
    display: flex;
    /* flex: auto; */
    /* justify-content: space-between; */
}

.footer-top {
    padding: 20px 0 0px;
    background: #eeeeee;
}

.logo-footer {
    /* padding: 19px 0; */
    margin-bottom: 20px;
}

.logo-footer img {
    max-width: 115px;
    height: auto;
    padding-top: 7px;
    object-fit: cover;
}

.title-footer {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 25px;
}

.pt_social {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pt_social li:not(:last-child) {
    margin-right: 15px;
}

.pt_social li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    color: #c71918;
    text-align: center;
    float: left;
    background-color: transparent;
    border-radius: 50%;
    /* border: 1px solid #fff; */
}

.pt_social li a:hover {
    color: #e9242d;
}

.pt_social li a i {
    font-size: 25px;
    color: inherit;
    line-height: 28px;
}

.form-register {
    margin-bottom: 20px;
}

.form-register .box-form {
    justify-content: flex-start;
}

.form-register .box-form .input-group .form-control {
    height: 45px;
}

.form-register .box-form .input-group-btn>.btn {
    height: 45px;
}

.box-form {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.box-form form {
    max-width: 400px;
    width: 100%;
}

.box-form .input-group .form-control {
    height: 50px;
    padding-left: 20px;
}

.box-form .input-group-btn>.btn {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background: #c71918;
    color: #fff;
    text-transform: uppercase;
    border-color: #c71918;
}

.ct_logo{width: 145px;}

.ct_form{width: calc(100% - 730px);}

.ct_truycap{width: 260px;}

.ct_ketnoi{
    width: 271px;
}

.box_truycap{

}

.box_truycap ul{

}

.box_truycap li{width: 100%;line-height: 28px;display: flex;font-size: 15px;}

.box_truycap li .name{padding-left: 20px;position: relative;}

.box_truycap li .name i{position: absolute;left: 0;top: 5px;width: 16px;text-align: center;color: #c71918;}

.box_truycap li span{font-weight: 600;font-size: 15px;}

.wrap-social-footer {
    text-align: right;
}

.box-social-footer {
    display: inline-block;
    margin-left: auto;
}

.footer-main {
    padding: 20px 0 20px;
    background-color: #c71918;
    color: #fff;
}

.br-footer {
    border-right: 1px dashed #fff;
}

.footer-main .container {
    position: relative;
    z-index: 1;
}

.contact-footer {
    float: left;
    /* margin-bottom: 20px; */
}

.contact-footer .logo-footer {
    margin-bottom: 25px;
}

.contact-footer .logo-footer img {
    height: 108px;
    width: auto;
}

.contact-footer .desc {
    line-height: 25px;
    color: #fff;
}

.contact-footer .hotline {
    margin: 45px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 12px 20px 0;
    position: relative;
}

.contact-footer .hotline:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 66px;
    height: 1px;
    background-image: linear-gradient(0deg, #f15929, #33da62);
}

.contact-footer .hotline:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 1px;
    height: 66px;
    background: #0f76bd;
}

.contact-footer .hotline .inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: 66px;
    background: #23a8e0;
}

.contact-footer .hotline .inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 66px;
    height: 1px;
    background-image: linear-gradient(0deg, #f15929, #33da62);
}

.contact-footer .hotline .inner {}

.contact-footer .pt_desc_name h2 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    color: #fff;
}

.social-footer {
    display: flex;
    margin-top: 20px;
    margin-bottom: 12px;
}

.social-footer li {
    margin-right: 8px;
}

.social-footer li a {}

.social-footer li a:hover i {
    transform: rotate(10deg);
}

.social-footer li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    color: #12a23c;
    border-radius: 50%;
    background: #fff;
    border: 0;
    transition: all .3s ease;
}

.pt_box_desc_form {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.link-footer {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 20px; */
}

.width-50 {
    max-width: 250px;
    float: right;
}

.title-footer-2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
    margin-bottom: 20px;
}

.map-footer {}

.map-footer iframe {
    width: 100%;
    height: 200px;
}

.pt_list_addres {
    line-height: 32px;
    color: inherit;
    font-size: 15px;
    font-weight: 300;
}

.pt_list_addres li i {
    margin-right: 5px;
}

.link-footer .list-link {}

.link-footer .list-link li {
    color: #fff;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}

.link-footer .list-link li:last-child {
    margin-bottom: 0;
}

.link-footer .list-link li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    left: 0;
    position: absolute;
}

.link-footer .list-link li span {
    margin-right: 6px;
}

.link-footer .list-link li a {
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    display: block;
    transition: 0.1s all ease 0s;
    line-height: 24px;
    font-size: 15px;
}

.link-footer .list-link li a:hover {
    color: #efc02c;
}

.footer-bottom {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    background-color: #000;
}

.box-footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.copyright {
    color: #fff;
    text-align: center;
}

.blog-payment {}

.blog-payment img {
    width: auto;
}

.breadcrumbs-slide {
    height: 95px;
    background-color: #eee;
    background-image: unset !important;
    background-position: center 26%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color:#333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom:10px;
}

.breadcrumbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(35, 175, 76, 0.4); */
}

.breadcrumbs-slide .title-breadcrumbs-slide {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
    text-align: center;
    color: #333;
    line-height: 1.35em;
    font-size: 25px;
}

.breadcrumbs-slide .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs-slide .breadcrumbs li a {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 16px;
}

.breadcrumbs-slide .breadcrumbs li a:hover {
    color: inherit;
}

.breadcrumbs-slide .breadcrumbs li:not(:last-child):after {
    content: ">";
    margin: 0 10px;
    color: #333;
}

.breadcrumbs-slide .breadcrumbs li:last-child {
    /* color: #bc7453; */
}

.template-detail {
    padding: 30px 0 15px;
}

.float-right {
    float: right;
}

.wrap-sidebar {}

.sidebar {
    margin-bottom: 30px;
}

.title-sidebar {
    width: 100%;
    position: relative;
    padding: 10px 18px 10px;
    margin: 0;
    background: #eee;
    color: #000000;
    font-size: 20px;
}

.title-sidebar i {
    vertical-align: bottom;
    margin-right: 5px;
    transition: all 0.5s;
    transform-origin: center;
    line-height: 1;
}

.title-sidebar.active i {
    transform: rotateX(180deg) translateY(10px);
}

.box-sidebar {
    padding: 15px;
    background: #f7f7f7;
}

.list-news-sidebar {}

.list-news-sidebar>li {
    padding: 12px 0 12px 0px;
    border-bottom: 1px dashed #f2f2f2;
    display: flex;
}

.list-news-sidebar>li .image {
    width: 65px;
}

.list-news-sidebar>li .content {
    width: calc(100% - 65px);
    padding-left: 10px;
}

.list-news-sidebar>li .content>h3 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

.list-category-sidebar {}

.icon-toggle {
    font-size: 14px;
    color: #ccc;
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.icon-toggle:before {
    content: "\f067";
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
}

.icon-toggle.active:before {
    content: "\f068";
}

.list-category-c2 {
    display: none;
    padding: 15px 0 15px 10px;
}

.list-category-sidebar li {
    padding: 12px 0 12px 0px;
    border-bottom: 1px dashed #f2f2f2;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
}

.list-category-sidebar li a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.list-fill-sidebar {}

.list-fill-sidebar>li {
    padding: 12px 0 12px 20px;
    border-bottom: 1px dashed #f2f2f2;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
}

.list-fill-sidebar>li>a {}

.list-product-sidebar {}

.list-product-sidebar .slick-prev,
.list-product-sidebar .slick-next {
    margin: 0;
    width: 20px;
    height: 25px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
}

.list-product-sidebar .slick-prev:hover,
.list-product-sidebar .slick-next:hover {
    opacity: 1;
}

.list-product-sidebar .slick-prev:before,
.list-product-sidebar .slick-next:before {
    content: '';
    display: block;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 10px;
}

.list-product-sidebar .slick-prev:before {
    background-image: url('../images/ic_previous_black.png');
}

.list-product-sidebar .slick-next:before {
    background-image: url('../images/ic_next_black.png');
}

.list-product-sidebar .slick-prev:hover:before {
    opacity: 0.6;
}

.list-product-sidebar .slick-next:hover:before {
    opacity: 0.6;
}

.list-product-sidebar .slick-prev i,
.list-product-sidebar .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 34px;
    display: none;
}

.list-product-sidebar .slick-prev {
    right: 15px;
    left: unset;
    top: -38px;
}

.list-product-sidebar .slick-next {
    right: -8px;
    top: -38px;
}

.list-product-sidebar .item-product-sidebar {}

.list-product-sidebar .item-product-sidebar .box {}

.list-product-sidebar .item-product-sidebar .image {
    text-align: center;
    width: 100%;
}

.list-product-sidebar .item-product-sidebar .image img {
    max-width: 220px;
    margin: 0 auto;
}

.list-product-sidebar .item-product-sidebar .content {
    width: 100%;
    position: relative;
    padding: 20px 15px 20px;
    z-index: 1;
    border-radius: 0 0 0px 0px;
    background: rgba(0, 0, 0, 0);
}

.list-product-sidebar .item-product-sidebar .name {}

.list-product-sidebar .item-product-sidebar .name a {
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.list-product-sidebar .item-product-sidebar .name a:hover {
    color: #f15929;
}

.list-product-sidebar .item-product-sidebar .box-price {
    text-align: center;
}

.list-product-sidebar .item-product-sidebar .box-price .price {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    color: #c1001c;
}

.list-banner-product .slick-dots {
    bottom: 10px;
}

.list-banner-product .slick-dots li {
    width: 12px;
    height: 12px;
}

.list-banner-product .slick-dots li button {
    width: 12px;
    height: 12px;
}

.list-banner-product .slick-dots li button:before {
    background-color: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
    opacity: 1;
    border-radius: 100%;
}

.list-banner-product .slick-dots li.slick-active button:before {
    background-color: #c1001c;
    border-radius: 100%;
}


/*css product detail*/

.product-detail {
    padding-bottom: 50px;
}

.product-detail .image-main img {
    height: auto;
    object-fit: cover;
    padding: 10px 30px;
}

.product-detail .sale {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 40px;
    color: #fff;
    background-color: #f15959;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    text-align: center;
    font-size: 12px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.image-main {
    border: 1px solid #eee;
    padding: 10px;
    position: relative;
    background: #fff;
    /* box-shadow: 0 0 7px 5px #d2d2d2; */
}

.image-main .percent {
    background-color: red;
    color: #fff;
    -webkit-transition-delay: 0s, 0s, 0s;
    -moz-transition-delay: 0s, 0s, 0s;
    -ms-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transition-duration: 0.3s, 0.25s, 0.25s;
    -moz-transition-duration: 0.3s, 0.25s, 0.25s;
    -ms-transition-duration: 0.3s, 0.25s, 0.25s;
    -o-transition-duration: 0.3s, 0.25s, 0.25s;
    transition-duration: 0.3s, 0.25s, 0.25s;
    -webkit-transition-property: opacity, padding, width;
    -moz-transition-property: opacity, padding, width;
    -ms-transition-property: opacity, padding, width;
    -o-transition-property: opacity, padding, width;
    transition-property: opacity, padding, width;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #444444;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1.1;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 15px;
}

.image-main img {}

.box-product-main {
    /* padding-top: 20px; */
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.box-image-product {}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
}

.small-image img {
    border: 1px solid #eee;
    padding: 3px;
    background: #fff;
    height: 70px;
    object-fit: cover;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.html');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    padding: 0 30px;
}

.list-small-image .slick-prev {
    left: -25px;
}

.list-small-image .slick-next {
    right: -25px;
}

.product-detail-infor {}

.product-detail-infor .box-infor {
    margin-bottom: 20px;
}

.product-detail-infor .box-infor h2 {
    font-weight: 600;
    color: #c71918;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 25px;
}

.product-detail-infor .box-price {
    border-top: dashed 1px #c71918;
    padding: 7px 0;
    border-bottom: dashed 1px #c71918;
}

.product-detail-infor .box-price .price {
    font-size: 16px;
    line-height: 1;
    padding: 8px 0;
}

.product-detail-infor .box-price .price .name-price {
    margin-right: 10px;
    text-transform: unset;
}

.product-detail-infor .price-number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product-detail-infor .box-price .old-price {}

.product-detail-infor .box-rate {
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
    margin-right: 10px;
    font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
    color: #ffde5a;
    font-size: 20px;
}

.product-detail-infor .desc-product {
    padding: 0px 0 0px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.box-buy {
    margin: 30px 0;
}

.box-buy .add-to-cart span {
    padding: 0 20px;
}

.box-buy a {
    margin-right: 10px;
}

.product-detail-infor .desc-product ul {
    list-style: disc !important;
    padding-left: 15px;
}

.product-detail-infor .desc-product ul>li {
    list-style: disc !important;
}

.product-detail-infor .desc-product .name-chitiet {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-detail-infor .box-datmua {
    margin-top: 10px;
    text-align: left;
}

.product-detail-infor .box-datmua a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #c1001c;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-tab {}

.product-tab .nav-pills>li>a {
    font-size: 17px;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 600;
    color: #c71918;
}

.product-tab .nav-pills>li.active>a,
.product-tab .nav-pills>li.active>a:focus,
.product-tab .nav-pills>li.active>a:hover {
    background-color: #c71918;
    color: #fff;
}

.product-tab .tab-content {
    padding: 20px 15px;
    /* margin-top: 15px; */
    line-height: 1.7;
    font-size: 16px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.product-tab .tab-content ul,
.product-tab .tab-content ul>li {
    list-style: disc !important;
}

.product-tab .tab-content ul {
    padding-left: 15px;
}

.title-product-related {
    margin: 0 0 15px;
    line-height: 1.1;
    font-size: 25px;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #c71918;
    font-weight: 600;
    margin-top: 50px;
}

.sodo_tochuc{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lstCate {
    background: #ffffff;
}

.leader-cate {
    padding: 0;
    text-align: center;
}

.lstCate li a {
    font-size: 15px;
    font-weight: bold;
    color: #c71918;
    text-transform: uppercase;
    border: 1px solid #cdcdcd;
    background: #CCEBFF;
}

.sodo_tochuc .nav-tabs > li.active > a, .sodo_tochuc .nav-tabs > li.active > a:hover, .sodo_tochuc .nav-tabs > li.active > a:focus {
    background: #c71918;
    color: #FFFFFF;
}

.leader-list {
    padding: 10px 0 15px 15px;
}

.lstLeader {
    background: #CCEBFF;
}

.lstLeader li {
    border-bottom: 10px solid #ffffff;
    border-right: 0px solid #ffffff;
}

.lstLeader .active {
    text-decoration: none;
    background: #c71918;
}

.lstLeader li a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #c71918;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.lstLeader .active a {
    color: #ffffff;
}

.leader-detail {
    padding: 10px 0;
}

.leader-detail-inner {
    position: relative;
    padding: 0 10px;
}

.item-leader-detail {
    width: 96%;
    position: absolute;
}

.avatar-leader img {
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid;
}

.info-title {
    display: block;
    width: 100%;
    background: #CCEBFF;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
}

.info-title h2 {
    font-size: 15px;
    padding: 5px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #c71918;
}

.pd-left-0 {
    padding-left: 0;
}

.info-title p{
    margin: 0;
}

.info_member{
    font-size: 15px;
}

.noi_dung_in {
    text-align: justify;
    font-size: 15px;
}

.noi_dung_in ul {
    padding-left: 20px;
}

.noi_dung_in ul li {
    list-style: disc !important;
}

.box-list-slide {
    padding: 0 15px;
}

.box-list-slide .slick-prev {
    left: 0;
}

.box-list-slide .slick-next {
    right: 0;
}

.box-list-slide:hover .slick-prev {
    left: -5px;
}

.box-list-slide:hover .slick-next {
    right: -6px;
}

.box-list-slide:hover .slick-prev,
.box-list-slide:hover .slick-next {
    opacity: 1;
}

.box-list-slide:hover .pt_slick_prev,
.box-list-slide:hover .pt_slick_next {
    opacity: 1;
}

.box-list-slide .slick-prev,
.box-list-slide .slick-next {
    transform: translateY(-50%);
    transition: 0.5s;
    margin: 0;
    z-index: 10;
    opacity: 1;
    width: 36px;
    height: 36px;
    /* border-radius: 100%; */
    border: 1px solid #e4e4e4;
    color: #000;
}

.box-list-slide .slick-prev:hover,
.box-list-slide .slick-next:hover {
    background: -webkit-linear-gradient(0deg, #f15929, #25aae1);
    color: #fff;
}

.box-list-slide .slick-prev:before,
.box-list-slide .slick-next:before {
    display: none;
}

.box-list-slide .slick-prev i,
.box-list-slide .slick-next i {
    color: inherit;
    font-size: 20px;
}


/*css news*/

.wrap-content-news {}

.news-card-2 {
    margin-bottom: 30px;
}

.news-card-2 .box {}

.news-card-2 .box .image {
    margin: 0;
    /* border-radius: 10px; */
    transition: opacity 0.5s;
    overflow: hidden;
}

.news-card-2 .box .image img {
    height: 270px;
    object-fit: cover;
}

.news-card-2 .box .image:hover {
    opacity: 0.8
}

.news-card-2 .box .content {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.news-card-2 .box .name {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    height: 44px;
    line-height: 22px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-2 .box .name a {}

.news-card-2 .box .name a:hover {
    color: #c71918;
}

.news-card-2 .box .box-date {
    margin-bottom: 15px;
}

.news-card-2 .box .box-date i {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.news-card-2 .box .box-date .date {}

.news-card-2 .box .box-date .user {
    margin-left: 20px;
}

.news-card-2 .box .desc {
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

.box-viewmore2 {}

.box-viewmore2 .viewmore-3 {
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    border-radius: 40px;
    margin: 0 auto;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-size: 14px;
    border: solid 2px #c71918;
    text-transform: uppercase;
    font-weight: 500;
    color: #c71918;
}

.box-viewmore2 .viewmore-3:hover {
    color: #fff;
    background-color: #c71918;
}


/*end css news*/


/*css news detail*/

.box_news_detail {
    /* max-width: 934px; */
    width: 100%;
    margin: 0 auto;
    color: #333;
    line-height: 26px;
    text-align: justify;
    font-size: 16px !important;
}

.box_news_detail .image-detail {
    /* margin-top: 10px; */
    margin-bottom: 20px;
}

.box_news_detail .image-detail img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.box_news_detail h1 {
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    background: #c71918;
    display: block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.date_time {
    color: #333;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
}

.date_time i {
    margin-right: 5px;
    font-size: 13px;
}

.box_news_detail .news_note {
    padding: 10px 22px;
    background-color: #eee;
    color: #333;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
    border-radius: 5px;
    display: none;
}

.noi_dung_chitiet {
    font-size: 16px;
    line-height: 1.7;
}
.noi_dung_chitiet a {
    color:#c71918
}

.noi_dung_chitiet img {
    max-width: 100%;
    height: auto !important;
}

.noi_dung_chitiet ul,
.noi_dung_chitiet ul>li {
    list-style: disc !important;
}

.noi_dung_chitiet ul {
    padding-left: 15px;
}

.show_more_content{
    height: 270px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.show_more_content.da_hide{
    overflow: inherit;
    height: auto;
}

.show_more_content .bg_show_icon{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,1));
    text-align: center;
    color: #c71918;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.show_more_content .show_icon{
    color: #fff;
	background: #c71918;
	border: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 30px 0;
	padding: 4px 10px;
    cursor: pointer;
}

.share {
    margin: 20px 0 10px;
}

.news_rale {
    /* max-width: 934px; */
    width: 100%;
    margin: 0 auto;
    color: #333;
    padding-top: 20px;
    background: #eee;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.news_rale .title-headding {
    margin-bottom: 15px;
}

.title-headding .bg_img .title {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #f15929;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 38px;
}

.list_news_lq {}

.list_news_lq>li {}

.list_news_lq>li>a {
    font-size: 16px;
    padding: 5px 0;
    line-height: 25px;
    display: block;
}

.list_news_lq>li>a:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-table;
    vertical-align: middle;
    margin-right: 8px;
    color: #000;
    font-weight: 700;
}


/*end css news detail*/


/* css lien hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ */

.map {
    margin-bottom: 15px;
}

.map iframe {
    height: 205px;
    width: 100%;
}

.list-contact {
    margin: 0 0 15px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0 15px;
    font-size: 16px;
}

.list-contact li {
    line-height: 25px;
    color: #666;
}

.list-contact li i {
    color: #23a8e0;
    font-size: 24px;
    margin-right: 25px;
    width: 40px;
    text-align: center;
    line-height: inherit;
}

.list-contact li span {}

.box-form-contact {}

.box-form-contact textarea {
    height: 150px;
}

.box-form-contact input {}

.box-form-contact button {
    background-color: #c71918;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 30px;
}

.fixed-tel {
    left: 5px;
    bottom: 10px;
    position: fixed;
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    background: #f15929;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 0 10px 0 15px;
    box-shadow: 0 0 3px #fff;
    z-index: 999;
}

.fixed-tel i {
    padding-right: 10px;
    font-size: 25px;
    padding-top: 5px;
    line-height: 30px;
}

.fixed-tel:hover {
    color: #ff0;
}

.fixed-contact-icons {
    position: fixed;
    bottom: 55px;
    left: 5px;
    z-index: 9;
}

.fixed-contact-icons i {
    color: white;
    font-size: 30px;
    background: #0083FE;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.fixed-contact-icons ._zalo {
    background: url(../images/zalo-icon.png) 0 0 no-repeat;
    background-size: cover;
}

.fixed-contact-icons ._msg {
    background: #0083FE url(../images/icon-msg.png) 0 0 no-repeat;
    background-size: cover;
}


/*Cart*/

.payment {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
}

.payment .step .item {
    float: left;
    width: 33.33%;
}

.payment .step .link {
    display: block;
    padding: 8px 35px 8px 30px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    background: #f0f0f0;
    position: relative;
    margin-bottom: 0;
}

.payment .step .active .link {
    background: #f4f9fd;
}

.payment .step .item:first-child .link {
    padding-left: 20px;
    height: 40px;
}

.payment .step .number {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.payment .step .active .number {
    background: #0f76bd;
}

.list_sanpham {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.table_scroll {
    overflow-x: auto;
}

.list_sanpham input {
    width: 20%;
    text-align: center;
}

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

.list_sanpham table td {
    border: 1px solid #ddd;
    text-align: left;
}

.list_sanpham table td {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.list_sanpham table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.dat_hang {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px !important;
}

.dat_hang button {
    border: none;
    background: #d22228;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.box_dattour {
    position: relative;
}

.count {
    text-align: center;
}

.count .abate {
    left: -30px;
    top: 20px;
}

.count .abate::before {
    background: #33674b;
}

.count .abate::before {
    width: 8px;
    height: 2px;
    content: "";
    margin: 13px auto;
    display: block;
}

.count .btn {
    position: absolute;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    top: 0;
    cursor: pointer;
    padding: 0;
}

.count .augment {
    right: -30px;
}

.count .augment::before {
    background: #345d47;
}

.count .augment::before {
    width: 8px;
    height: 2px;
    margin: 14px auto;
    content: "";
    display: block;
}

.count .augment::after {
    content: "";
    width: 2px;
    height: 8px;
    background: #345d47;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0;
}

.count .quantity {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.list_sanpham button {
    background: #d22228;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
}

.count>* {
    display: inline-block;
}

.uk-position-relative {
    position: relative;
}

.contact_primary1 {
    margin-top: 0px;
    background: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 15px;
    line-height: 32px;
    margin-bottom: 20px !important;
}

.contact_primary1 input {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px!important;
}

.contact_primary1 select {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px!important;
}

.contact_primary1 textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 0px!important;
    outline: 0;
}

table .count .abate::before {
    margin: 13px auto;
}

table .count .augment::before {
    margin: 13px auto;
}

table .count .augment::after {
    top: 10px;
}

.home_top .payment .step .link {
    padding: 8px 35px 8px 30px;
    height: 40px;
}

.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.box_dattour button {
    background: #d22228;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

.link {
    background: #eee;
    color: #717171;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.link h1 {
    margin: 0;
    font-size: 15px;
    padding: 5px 0;
    font-weight: 600;
    display: inline-block;
    /* line-height: 7px; */
}

.link h1 a {
    font-size: 14px;
}

.link h4 {
    margin: 0;
    font-size: 14px;
    padding: 3px 0;
    line-height: 18px;
    float: right;
}

.link h4 a {
    font-size: 12px;
    padding: 0 10px;
    position: relative;
}

.link h4 a:before {
    content: '';
    position: absolute;
    transform: rotate(20deg);
    top: 1px;
    right: -2px;
    height: 10px;
    width: 1px;
    background-color: #000;
}

.link h4 a:last-child:before {
    display: none;
}

.link h2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    float: left;
}

.link h2 a {
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    float: left;
}

.link h2 a:before {
    content: '';
    position: absolute;
    transform: rotate(20deg);
    top: 4px;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: #000;
}

.link h2 a:last-child:before {
    display: none;
}

.ekko-lightbox .modal-dialog {
    max-width: 800px !important;
}

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

.pagination {
    display: inline-block;
    margin: 10px 0 30px 0;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
}

.pagination a {
    width: auto;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #034ea2;
    background-color: #fff;
    color: #034ea2;
    font-size: 14px;
    margin: 0 3px 3px;
}

.pagination span {
    width: auto;
    padding: 0 10px;
    /* height: 30px; */
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #c71918;
    background-color: #034ea2;
    color: #fff;
    font-size: 14px;
    margin: 0 3px;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 15px 0;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.breadcrumbs ul>li>a {
    color: #000;
    font-weight: 400;
}

.breadcrumbs ul>li>a:after {
    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: unset;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.content-box {
    /* margin-bottom: 10px; */
}

.content-box:not(:last-child) {
    border-right: 1px dashed rgb(255, 255, 255, 0.5);
}

.footer-layer {
    color: inherit;
}

.footer-layer .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 27px;
}

.pt_desc_name {
    color: #fff;
    margin-bottom: 5px;
    line-height: 25px;
}

.pt_desc_name h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
}

.pt_list_addres {
    line-height: 30px;
    color: inherit;
    font-size: 14px;
}

.pt_list_addres li i {
    margin-right: 5px;
}

.footer__other {
    width: 100%;
    color: #fff;
    float: left;
    /* margin-bottom: 20px; */
}

.footer__other .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 25px;
}

.footer__policy {
    float: left;
    width: 100%;
}

.pt_box_form .pt_box {
    display: flex;
}

.pt_box_form .pt_box input {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid rgb(255, 255, 255, 0.5);
    background: transparent;
    border-right: unset;
    width: calc(100% - 40px);
    color: rgb(255, 255, 255, 0.5);
    outline: 0;
    border-radius: 0!important box-shadow: unset;
}

.pt_box_form .pt_box input::placeholder {
    color: rgb(255, 255, 255, 0.5);
}

.pt_box_form .pt_box button {
    width: 40px;
    outline: none;
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-left: unset;
    background: transparent;
    position: relative;
}

.pt_box_form .pt_box button i {
    transform: rotate(30deg);
    font-size: 12px;
    color: #fff;
}

.pt_box_thke {
    font-weight: 400;
    width: 100%;
    padding: 0 10px 10px 0px;
    border-top: 0;
    overflow: hidden;
    /* border: 1px solid #eee; */
}

.pt_box_thke p {
    text-align: left;
    padding-top: 12px;
    margin: 0;
    font-size: 14px;
    color: inherit;
}

.pt_box_thke p i {
    margin-right: 10px;
    width: 17px;
    text-align: center;
}

.pt_box_thke p span {
    font-weight: 600;
    color: #efc02c;
}

.title-footer-2:before {
    content: "";
    background-color: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}

.wrap-news-home {
    padding: 20px 0 5px;
}

.list-news-home {}

.list-new-hr {
    margin-bottom: 25px;
}

.dv-01-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.dv-01-news .box {
    background-color: #fff;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 9%); */
    /* border-radius: 5px; */
}

.dv-01-news .content {
    padding: 15px 0 0;
    /* background: #eee; */
}

.dv-01-news .image {
    overflow: hidden;
}

.dv-01-news .date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #6c757d;
    padding-top: 5px;
}

.dv-01-news .date span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #6c757d;
    padding-top: 5px;
    margin-right: 10px;
}

.dv-01-news .date span img {
    max-width: 16px;
    margin-right: 5px;
    max-height: 16px;
}

.dv-01-news .image img {
    transition: all 0.5s;
    width: 100%;
    /* height: 200px; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    object-fit: cover;
    height: 300px;
}

.dv-01-news .image:hover img {
    transform: scale(1.1);
}

.dv-01-news h3 {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    margin: 0px 0 10px;
    position: relative;
}

.dv-01-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: #c71918;
    text-transform: uppercase;
}

.dv-01-news h3 a:hover {
    color: #351715;
}

.dv-01-news .desc {
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-news-horizontal {
    margin-bottom: 15px;
}

.col-card-news-horizontal:last-child .card-news-horizontal {
    margin-bottom: 0;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
}

.card-news-horizontal .image {
    width: 110px;
}

.card-news-horizontal .image a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 82%;
}

.card-news-horizontal .content {
    width: calc(100% - 120px);
    padding-left: 15px;
}

.card-news-horizontal .image img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 19px;
    max-height: auto;
    text-transform: none;
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #005c98;
}

.card-news-horizontal .content .date i {
    color: #909090;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.card-news-horizontal-2 .image {
    /* width: 90px; */
}

.card-news-horizontal-2 .image a {
    /* padding-bottom: 96%; */
}

.card-news-horizontal-2 .image a img {
    /* object-fit: contain; */
}

.card-news-horizontal-2 .content {
    /* width: calc(100% - 90px); */
}

.card-news-horizontal-2 .content h3 a {
    max-height: unset;
    -webkit-line-clamp: 7;
    max-height: 120px;
    font-weight: normal;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

.p-75 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.p-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.list-cate {
    background-color: #f2f2f2;
    padding: 20px 25px;
    overflow: hidden;
    height: 420px;
}

.list-cate li {
    position: relative;
    padding-left: 20px;
}

.list-cate li:first-child:before {
    top: 7px;
}

.list-cate li+li {
    border-top: 1px dashed #d5d5d5;
    margin-top: 10px;
    padding-top: 10px;
}

.list-cate li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #c71918;
    position: absolute;
    top: 15px;
    left: 0;
}

.list-cate li a {
    display: block;
}

.box-list-news-3 {
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 25px;
}

.wrap-news-2 {
    padding-bottom: 5px;
}

.box-list-news-2 {
    margin-bottom: 25px;
}

.wrap-category {
    padding: 30px 0 40px;
    background-color: #f2f2f2;
}

.col-cate-item {
    margin-bottom: 30px;
}

.cate-item {}

.cate-item .box {}

.cate-item .box .image {}

.cate-item .box .image a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}

.cate-item .box .image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.cate-item .box:hover .image a img {
    transform: scale(1.1);
}

.cate-item .box .content {
    padding: 7px 15px;
    background-color: #fff;
    text-align: center;
    color: #c71918;
    height: 50px;
    display: flex;
    align-items: center;
}

.price {
    text-align: center;
    font-weight: bold;
    color: #c71918;
    font-size: 16px;
}

.cate-item .box .content .name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
}

.cate-item .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.dot-cate-1 .slick-dots {
    bottom: -10px;
}

.dot-cate-1 .slick-dots li {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    /* position: absolute; */
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    /* box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3); */
    background-color: #b7b7b7;
}

.dot-cate-1 .slick-dots li.slick-active {
    background: #c71918;
}

.dot-cate-1 .slick-dots li button {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dot-cate-1 .slick-dots li button:before {
    width: 12px;
    height: 100%;
}

.wrap-partner {
    padding: 25px 0;
}

.wrap-partner .list-item {}

.wrap-partner .list-item .item {
    padding: 0 10px;
    width: 16.666667%;
    float: left;
}

.wrap-partner .list-item .box {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}

.wrap-partner .list-item img {
    height: 60px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
}

.blog-news {
    padding-top: 30px;
    padding-bottom: 30px;
}

.noidung {
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.noidung table{
    width: 100% !important
}

.noidung img {
    max-width: 100% !important;
}

.card-news-horizontal-3 {
    margin-bottom: 15px;
}

.card-news-horizontal-3 .box {
    display: flex;
    flex-wrap: wrap;
}

.card-news-horizontal-3 .image {
    width: 30%;
    position: relative;
    /* padding-bottom: 60%; */
}

.card-news-horizontal-3 .content {
    width: calc(100% - 30%);
    padding-left: 15px;
}

.card-news-horizontal-3 .image a {
    display: block;
    padding-bottom: 76%;
    position: relative;
}

.card-news-horizontal-3 .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.card-news-horizontal-3 .content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-news-horizontal-3 .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 32;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    height: auto;
}

.card-news-horizontal-3 .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal-3 .content .date i {
    margin-right: 5px;
}

.card-news-horizontal-3 .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 50px; */
    font-size: 16px;
    line-height: 25px;
    max-height: 100px;
    font-weight: 300;
text-align: justify;
}

.xemthem {
    margin-top: 10px;
    background-color: #c71918;
    border-color: #c71918;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
}

.xemthem:hover {
    background-color: #ee8100;
    color: #fff;
}

#side-bar{
    position: sticky;
    top: 70px;
}

.side-bar {
    background-color: #ffffff;
    box-shadow: 0 1px 2px #d9dadb;
    margin: 0 0 30px 0;
}

.side-bar:last-child {
    margin-bottom: 0;
}

.title-sider-bar {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px 20px 10px 20px;
    /* border-bottom: 1px solid #f0f0f0; */
    line-height: 26px;
    text-transform: uppercase;
    background-color: #c71918;
    font-weight: bold;
}

.list-category {}

.menu-side-bar {}

.menu-side-bar li {
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 1;
    color: #c71918;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.nav_item.active a .pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active a .pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    color: #000;
    font-weight: 600;
    background-color: #eee;
    padding: 10px 15px 10px 35px;
    display: block;
    position: relative;
    line-height: 1.5;
}

.list-category ul>li>a:hover {
    color: #fff;
    background-color: #ee8100;
}

.list-category>ul>li>a {
    /* padding-left: 20px; */
    font-size: 15px;
}

.list-category>ul>li>a:after {
    content: "\f061";
    color: #c71918;
    position: absolute;
    left: 15px;
    line-height: 1.5;
    font: normal normal normal 14px/1 FontAwesome;
    top: 12px;
}

.list-category ul>li>a:before {
    /* content: "\f105"; */
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 20px;
    top: 18px;
}

.list-category ul>li>a>span {
    padding-left: 0px;
    font-size: 15px;
    /* text-transform: uppercase; */
    /* border-left: 1px solid #e5e5e5; */
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding: 5px 15px;
    padding-left: 40px;
    line-height: 27px;
    /* height: 35px; */
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    top: 11px;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

li.title-left {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #c71918;
}
.googlemap iframe {
    margin-top: 3px;
    width: 100%;
    height: 150px;
}

b.btnclickOK input#submit {
    background: #c71918;
    border: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
}

.addthis_inline_share_toolbox , .zalo-share-button {
    display: inline-block;
}
.zalo-share-button {
    position: relative;
    top: 8px;
    margin-left: 5px;
}

.addthis_inline_share_toolbox {
    margin-left: -6px;
}

ul.menuleft {
    margin-bottom: 20px;
}

.woocommerce div.product div.images img {
display: block;
width: 100% !important;
height: initial !important;
box-shadow: none;
position: initial !important;
}
.owl-drag .owl-prev:before, .owl-drag .owl-next:before {
display:none;
}
.owl-dots {
display: none;
}

.zoomWrapper {
width: 100% !important;
display: inline-block;
overflow: hidden;
}

.heading32 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.heading32 h2 {
    font-size: 25px;
}

img#zoom_01 {
height: initial !important;
position: relative !important;
display: block;
margin: auto;
    width: 100% !important;
}

div#gal1 {
margin-top: 10px;
overflow: initial;
display: block;
opacity: 1;
}

#gal1 img {
height: 55px !important;
width: initial !important;
}
#gal1 .owl-nav button.owl-prev, 
#gal1 .owl-nav button.owl-next {
color: #fff !important;
font-size: 18px;
margin-top: -20px;
position: absolute;
top: 50%;
text-align: center;
line-height: 39px;
opacity: 0;
border: 1px solid #fff;
width: 40px;
height: 40px;
background: #cd3131;
}
#gal1 .owl-nav button.owl-prev{
left: 10%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#gal1 .owl-nav button.owl-next {
right: 10%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#gal1:hover .owl-nav button.owl-next{
right: 2%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
opacity: 1;
}
#gal1:hover .owl-nav button.owl-prev{
left: 2%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
opacity: 1;
}
#gal1:hover .fa{
	color: #fff;
}
#gal1:hover .owl-nav button.owl-next:hover,
#gal1:hover .owl-nav button.owl-prev:hover{
color:#fff !important;
background: #cd3131;
border: 1px solid #cd3131;
}
h1.title-product {
    font-size: 21px;
}


.product-summary.product_description.margin-bottom-0 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    text-align: justify;
}
@media (max-width: 592px) {
.header-title .flex-bg {
    height: 251px !important;
    padding: 85px 0px;
}
.hidden-desktop {
display:block
}
.hidden-mobile {
display:none
}								
#gal1 .owl-nav button.owl-prev, #gal1 .owl-nav button.owl-next {
	opacity: 1;
}
#gal1 .owl-nav button.owl-prev {
	left: 0%;
}
#gal1 .owl-nav button.owl-next {
	right: 0%;
}
.zoomLens , .zoomContainer{
	display: none !important;
}
}
.hotline-box {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 7px;
    margin: 10px 0px;
}

.hotline-box h4 {
    color: #d71921;
    font-size: 20px;
    margin-bottom: 0;
}

.contact-phone {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.contact-phone ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-phone ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    background-color: #288ad6;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    border-bottom: 0px solid #ccc;
    margin-top: 45px;
    margin-bottom: -1px;
}
/* Style the links inside the tab */
div.tab a {
    height: 45px;
    line-height: 45px;
    margin-right: 2px;
    float: left;
    font-size: 15px;
    padding: 0px 15px;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #000000;
    background: white;
    background: -moz-linear-gradient(top,white 0%,#f3f3f3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,white 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,white 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,white 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,white 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#f3f3f3',GradientType=0);
}

/* Change background color of links on hover */

.tabcontent img {
    padding: 10px 0px;
}

/* Create an active/current tablink class */
div.tab a:focus,div.tab .active {
    height: 45px;
    line-height: 45px;
    float: left;
    display: inline;
    background: #fff;
    border-bottom: 2px solid #ffffff;
    color: #333333;
    text-align: center;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.contact-phone ul li a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
}

.contact-phone.hide-for-small p {
    font-size: 16px;
    margin: 0px;
    text-align: center;
}

.contact-phone ul li:last-of-type {
    margin-right: 0;
}
.contact-phone ul li:last-of-type {
    background: #3a559f;
}


.pp_content_container a.pp_expand {
    top: -10px;
    right: auto;
}

h1.title-product {
    font-size: 21px;
}



.product-summary.product_description.margin-bottom-0 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    text-align: justify;
}
.price-box {
    color: #c71918;
    font-weight: bold;
    font-size: 20px;
}
.article-pages table {
  width: 100% !important;
}

.article-pages td, .article-pages th {
  border: 1px solid #ddd;
  padding: 8px;
  background-color: unset;
}

.container-fluid.layout-container {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-pages tr:nth-child(even){background-color: #f2f2f2;}


.article-pages th {

}

span.product-brand {
    margin-right: 25px;
}

li.has_sub > ul {
    background: #f8f8f8;
}

li.has_sub {
    border-bottom: 1px dashed #d9d9d9;
}

li.has_sub > ul > li {
    border: 0px;
    padding: 8px;
    margin-left: 6px;
}

li.has_sub a {
    font-weight: bold;
}
li.has_sub > ul > li a {
    font-weight: normal;
}
li.has_sub > ul > li:last-child {
    padding-bottom: 16px;
}

.list-contact-sidebar {}

.list-contact-sidebar ul {
    padding: 20px 10px;
    background-color: #eee;
}

.list-contact-sidebar ul li {
    margin-bottom: 10px;
}

.list-contact-sidebar ul li:last-child {
    margin-bottom: 0;
}

.list-contact-sidebar ul li .icon {
    width: 30px;
    font-size: 20px;
}

.list-contact-sidebar ul li .icon i {
    color: #c71918;
}

.list-contact-sidebar ul li .text {
    width: calc(100% - 30px);
    line-height: 28px;
}

.list-news-relate {}

.box-list-news-relate {}

.news-relate-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-list-news-relate ul {}

.box-list-news-relate ul li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    line-height: 30px;
}

.box-list-news-relate ul li>span {}

.box-list-news-relate ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: all ease .5s;
}

.box-list-news-relate ul li a>span {
    font-size: 12px;
}

.blog-news-detail {
    padding: 30px 0;
}

.blog-product {
    padding: 30px 0;
}

.blog-product-detail {
    padding: 30px 0;
}

.box-product-detail {

}

.title-box {
    padding-left: 30px;
    line-height: 37px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c71918;
    background-image: url(../images/i_sanpham.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 8px;
    margin-top: 10px;
    border-bottom: 2px solid #c71918;
    position: relative;
    padding-right: 80px;
}

.image-pro-detail {}

.image-pro-detail img {}

.name-pro-detail {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #005085;
    line-height: 1.5;
    padding: 9px 10px;
}

.content-pro-detail {
    padding: 20px;
    background-color: #f4f4f4;
    margin-bottom: 50px;
}

.xemthem-pro {
    position: absolute;
    padding: 0 10px;
    padding-right: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
}

.xemthem-pro i {
    margin-left: 5px;
}

.list-pro-relate {
    padding-top: 10px;
}

.list-image {
    padding-top: 20px;
}

.dv-01-col-card-image {}

.dv-01-card-image {
    text-align: center;
}

.dv-01-card-image:hover .image img {
    transform: scale(1.1);
}

.dv-01-card-image .image {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 70%;
}

.dv-01-card-image .image img {
    transition: all 0.5s;
    object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.dv-01-card-image .box h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-galaxy {
    padding: 30px 0;
}

.col-video-item {
    margin-bottom: 30px;
}

.video-item {
    position: relative;
}

.video-item .box {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.video-item a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 15px 10px;
    text-align: left;
    font-size: 16px;
    text-align: center;
}

.video-item img {
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.video-item .box:hover img {
    transform: scale(1.1);
}

.video-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: -webkit-linear-gradient( 0deg, #c71918, #ee8100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}

.video-item span:before {
    /* content:""; */
    /* width:100%; */
    /* height:100%; */
    /* position:absolute; */
    /* background-color:#fff; */
    /* z-index:-1; */
}

.video-item span i {
    line-height: 1;
}

.blog-tailieu {}

.wrap-fill-row {
    padding-top: 10px;
}

.fill-row {}

.fill-row .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.fill-row .form-inline select.form-control {
    margin-right: 5px;
}

.fill-row .form-inline label {
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 5px;
}

.box-search-fill {
    text-align: right;
}

.box-search-fill .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fill-data {
    padding-top: 20px;
    font-size: 14px;
}

.fill-data table thead {
    background-color: #c71918;
    color: #fff;
}

.fill-data table thead th {
    white-space: nowrap;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fill-data table tbody td {
    font-weight: normal;
}

.fill-data .table-bordered>tbody>tr>td,
.fill-data .table-bordered>tbody>tr>th,
.fill-data .table-bordered>tfoot>tr>td,
.fill-data .table-bordered>tfoot>tr>th,
.fill-data .table-bordered>thead>tr>td,
.fill-data .table-bordered>thead>tr>th {
    padding: 10px;
}

.fill-thong-so .thong-so {
    font-size: 17px;
}

.fill-thong-so .pagination-group {
    text-align: right;
}

.fill-thong-so .pagination {
    margin: 0;
}

.fill-thong-so {
    margin-bottom: 30px;
}

.blog-tailieu {
    padding: 30px 0;
}

@media (max-width:1199px) {
    .category-slide-1 .slick-prev.slick-arrow {
        left: 0;
    }
    .ct_truycap{
        width: 220px;
    }
    .ct_ketnoi{
        width: 210px;
    }
    .ct_form {
        width: calc(100% - 540px);
    }
    .category-slide-1 .slick-next {
        right: 0;
    }
    .list-way .item {
        width: calc(50% - 30px);
    }
    .product-card .image>a>img {
        height: auto;
    }
    .product-detail .image-main img {
        height: auto;
    }
}

@media (max-width: 991px) {
    .title-footer {
        font-size: 15px;
    }
    #side-bar{
        position: relative;
        top: 0;
    }
    .noidung{
        margin-bottom: 15px;
    }
    .contact-center {
        display: none;
    }
    .wrap-video .video img {
        height: 200px;
    }
    .product-detail .image-main img {
        height: auto;
    }
    .ct_form {
        width: calc(100% - 145px);
    }
    .ct_truycap{
        width: 50%;
    }
    .ct_ketnoi{
        width: 50%;
    }
    .logo-footer{
        margin-bottom: 0;
    }
    .box_truycap{
        width: 230px;
    }
    .footer-top .row{
        display: block;
    }
    .product-card .image>a>img {
        height: auto;
    }
    .news-card .box .image img {
        height: 230px;
    }
    .group-social {
        margin-left: 0;
    }
    .wrap-subcribe {
        padding: 50px 0 20px;
    }
    .logo-head .image img {
        height: 45px;
    }
    .wrap-banner {
        padding: 40px 0 0;
    }
    .footer-main {
        padding: 40px 0 40px;
    }
    .wrap-news {
        padding: 30px 0 30px;
    }
    .wrap-contact {
        margin-top: 25px;
    }
    .footer:before {
        display: none;
    }
    .contact-footer {
        float: left;
        max-width: 100%;
        color: #fff;
        margin-bottom: 20px;
    }
    .link-footer {
        margin-bottom: 20px;
    }
    .footer__other {
        margin-bottom: 20px;
    }
    .br-footer {
        border-right: unset;
    }
    .footer .container {
        max-width: 720px;
    }
    .contact-footer .hotline .inner {
        background: -webkit-linear-gradient(0deg, #f15929, #25aae1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .copyright {
        width: 100%;
        text-align: center;
        order: 1;
        margin-right: 0;
    }
    .footer-bottom {
        padding: 8px 0;
    }
    .blog-payment {
        width: 100%;
        text-align: center;
    }
    .wrap-video {
        padding-top: 50px;
    }
    .wrap-product-hot {
        padding: 50px 0 80px;
    }
    .list-way .item {
        max-width: 335px;
        padding: 25px 15px 35px;
        margin-bottom: 15px;
    }
    .wrap-way {
        background-position: 100% 100%;
    }
    .news-card-2 .box .image img {
        height: 225px;
    }
}
.sort-des {
    margin-bottom: 20px;
}
@media (max-width:767px) {
.layout-column {
    width: 100%;
}
    .fill-thong-so .pagination-group {
        text-align: center;
        margin-top: 20px;
    }
    .logo-footer{
        margin-bottom: 15px;
    }
    .box-search-fill {
        text-align: left;
    }
    .fill-row .form-inline input.form-control {
        width: 100%;
    }
    .wrap-social-footer {
        text-align: left;
    }
    .template-detail {
        padding: 20px 0 15px;
    }
    .product-detail .image-main img {
        height: auto;
    }
    .product-card .image>a>img {
        height: auto;
    }
    .news-card-2 .box .name {
        height: auto;
    }
    .breadcrumbs-slide {
        /* height: 220px; */
    }
    .news-card-2 .box .image img {
        height: auto;
    }
    .news-card-2 .box .desc {
        height: auto;
    }
    .group-title .title h3 {
        font-size: 24px;
    }
    .wrap-category {
        /* margin: 50px 0; */
    }
    .contact-right {
        padding-left: 15px;
        margin-top: 30px;
    }
    .wrap-number {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-number .desc {
        margin-bottom: 0;
    }
    .item-couter .box-couter {
        padding: 30px 5px 30px
    }
    .width-50 {
        float: unset;
    }
    .link-footer .list-link li {
        margin-bottom: 5px;
    }
    .link-footer {
        max-width: unset;
    }
    .link-footer .title-footer {
        margin-bottom: 15px;
    }
    .footer-main {
        padding: 40px 0 20px;
    }
    .product-detail-infor {
        margin-top: 30px;
    }
    /*cart*/
    .home_top .payment .step .link {
        display: block;
        padding: 8px;
    }
    .home_top .payment .step .item.step-1 {
        width: 24%;
    }
    .home_top .col-sm-12 {
        width: 100%;
    }
    .home_top .payment .step .item.step-2 {
        width: 38%;
    }
    .home_top .payment .step .item.step-3 {
        width: 38%;
    }
    .chungnhan {
        margin-bottom: 30px;
    }
    .payment .step .item:first-child .link {
        padding-left: 8px;
    }

    .leader-list{
        padding: 10px 15px 15px 15px;
    }

    .basic-info .col-sm-6{
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .item-leader-detail{
        width: 100%;
    }

    .avatar-leader{
        width: 50%;
    }

    .leader-detail{
        padding: 10px 15px;
    }

    .leader-detail-inner{
        height: 200px !important;
        padding: 0;
    }
}

@media (max-width: 550px) {
    .name-pro-detail {
        font-size: 14px;
        /* padding: 0 10px; */
    }

    .product-list{
        padding: 0 5px;
    }

    .col-cate-item{
        padding: 0 10px;
    }

    .dv-01-col-card-image{
        padding: 0 10px;
    }

    .list-image {
        padding: 0 5px;
        padding-top: 20px;
    }

    .basic-info .col-sm-6{
        width: 100%;
    }

    .leader-detail-inner{
        height: 290px !important;
    }

    .list-product-blog{
        padding: 0 5px;
    }

    .list-product-blog .col-cate-item{
        padding: 0 10px;
    }

    .lstLeader li {
        border-bottom: 1px solid #ffffff;
    }

    .leader-cate{
        width: 100%;
    }

    .lstCate li a{
        margin-right: 0;
    }

    .leader-list {
        padding: 10px 15px 0px 15px;
    }

    .info_member{
        padding-top: 10px;
    }

    .avatar-leader img{
        width: 140px;
    }

    .box_info_slide .desc{
        font-size: 15px;
        line-height: 24px;
    }
    .ct_logo{
        width: 100%;
        margin-bottom: 15px;
    }
    .ct_truycap{
        width: 100%;
        margin-bottom: 15px;
    }
    .box_truycap ul {
        background-color: #fff;
        padding: 10px 15px;
        border: 1px solid #ccc;
    }
    .ct_ketnoi{
        width: 100%;
    }
    .ct_form{
        width: 100%;
    }
    .title-box {
        font-size: 14px;
        padding-right: 0;
    }
    .category-slide-1 .slick-prev.slick-arrow {
        left: -10px;
    }
    .category-slide-1 .slick-next {
        right: -10px;
    }
    .product-card-hot .image {
        width: 150px;
    }
    .section_feed_form .content {
        margin-top: 15px;
    }
    .wrap-video .video img {
        height: 180px;
    }
    .product-card .name {
        height: 40px;
    }
    .add-to-cart {
        font-size: 13px;
        line-height: 20px;
    }
    .slide .slick-prev {
        left: 10px;
    }
    .sup-title-2 {
        margin-bottom: 20px;
    }
    .slide .slick-next {
        right: 10px;
    }
    .logo-head {
        width: 100%;
        justify-content: center;
    }
    .list-way {
        justify-content: center;
    }
    .list-way .item {
        width: calc(100% - 30px);
    }
    .wrap-video .video span {
        font-size: 40px;
        width: 40px;
        height: 40px;
    }
    .product-card-hot .content {
        width: calc(100% - 150px);
        padding-left: 10px;
    }
    .list-product-hot {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-card-hot .image {
        width: 110px;
    }
    .product-card-hot .content {
        width: calc(100% - 110px);
    }
    .add-to-cart span {
        padding: 0 10px;
    }
    .wrap-banner .banner-item .box-text {
        left: 20px;
    }
    .breadcrumbs-slide .title-breadcrumbs-slide {
        font-size: 18px;
    }
    .breadcrumbs-slide {
        padding: 15px 0;
        min-height: 95px;
        height: auto;
    }
    .box_news_detail h1 {
        font-size: 20px;
    }
    .blog-product-detail {
        padding: 20px 0;
    }
    .content-pro-detail{
        margin-bottom: 30px;
    }
    .title-headding .bg_img .title {
        font-size: 20px;
    }
    .product-detail-infor .box-infor h2 {
        font-size: 20px;
    }
    .link {
        margin-top: 0;
    }
    .home_top .payment .step .item.step-1 {
        width: 100%;
    }
    .home_top .payment .step .item.step-2 {
        width: 100%;
    }
    .home_top .payment .step .item.step-3 {
        width: 100%;
    }
    table .count .uk-position-relative {
        display: flex;
    }
    table .count .btn {
        position: relative;
    }
    table .count .augment {
        order: 3;
        right: unset;
    }
    table .count .quantity {
        order: 2;
    }
    table .count .abate {
        order: 1;
        left: unset;
    }
}

@media (max-width:375px) {
    .card-news-horizontal-3 .image {
        width: 100%;
    }
    .card-news-horizontal-3 .content {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .card-news-horizontal-3 {
        margin-bottom: 30px;
    }
}