html,
body {
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #222;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*
    font-family: 'Muli-B';
    line-height: normal;
	*/
}

a {
    text-decoration: none;
}

p{
	line-height:1.5;
}

b,
strong {
	/*
    font-weight: normal;
    font-family: "Muli-B";
	*/
}

img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    display: none;
    width: 240px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    z-index: 999;
}



.submit-search-pc {
    float: right;
    color: #374458;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #CCC;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.search-pc .fa {
    color: #374458;
}

.search-icon {
    padding: 8px 10px 12px;
    border-radius: 4px;
    border: 2px solid #3e89a2;
    margin-left: 50px;
}

.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}

.header {
    background: #fff;
    /* top: -100px; */
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 11;	
}

.logo {
    float: left;
    padding: 0px 0;
    max-width: 265px;
}

.logo img,
.logo-mobile img {
    display: block;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    float: right;
    text-align: center;
}

.menu-title {
    background: #29a7e1;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-weight: normal;
    height: 80px;
    line-height: 84px;
    margin: 0px 2px;
}

.nav li:first-child {
    border-left: none;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li:last-child a {
    padding-right: 0;
}

.nav>li>a {
    text-decoration: none;
    color: #414042;
    display: inherit;
    padding: 0px;
    padding: 0 8px;
    font-family: 'Muli-B';
    text-align: center;
    text-transform:uppercase;

}

.nav>li:hover>a {
    color: #ffa200;
}

.nav>li.active>a {
    color: #ffa200;
}

.nav>li>a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: #333;
    font-family: R-b;
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    font-family: R-b;
    padding: 0px 10px;
    display: block;
    color: #fff !important;
    line-height: 18px;
    text-transform: initial;
    padding: 8px 10px;
    border-top: solid 1px #ccc;
}

.nav>li>ul>li>a:hover {
    color: #ffa200 !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.mega-menu {
    width: 100% !important;
    left: 0px !important;
    /*
  background: rgba(185,8,18,0.8) !important;
    */
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 10px 0px !important;
}

.mega-menu-item {
    padding: 10px 0px;
    line-height: initial !important;
    border-bottom: solid 1px #333;
    padding-left: 10px;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover {
    background: #555;
}

.mega-menu-item-link:hover {}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
}

.createdate {
    color: #999;
    font-size: 12px;
}

.footer {
    background-color: #3232329e;
}

.footer a {
    color: #fff;
}

.crumb {
    padding: 10px 0px;
    font-size: 12px;
    background-color: #fff;
    margin-top:30px;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    color: #6d6e71;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #4d4d4d;
    padding-left: 10px;
    font-weight: 700;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}

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

.linksmo img {
    float: left;
    margin-right: 5px;
}

.linksmo a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.linksmo a.fa-facebook {
    color: #4b76bd;
    border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
    color: #fc3831;
    border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
    color: #1da1f2;
    border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
    color: #fb5245;
    border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
    color: #8941a7;
    border: solid 2px #8941a7;
}

.menuleft {
    padding: 0px 0px;
    margin: 0px;
    color: #58595b;
    background: #fcce04c9;


}
.menuleft .title-left
{
    background:#333;

}
.menuleft .title-left a
{
    color:#FFF;
    text-transform:uppercase;
}

.menuleft .fa {
    font-size: 10px;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
    border-bottom: 1px dashed #00000033;

}
.title-left a
{
    color:#fff;
    font-family: 'Muli-B';

}

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

.menuleft li a:hover {
    color: #000;
    letter-spacing: .5px;
}

.menuleft li a {
    color: #333;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    transition:all .5s ease-in-out;
    font-family: 'Muli-B';
}

.menuleft>.actived {
    background: #eee;
}

.menuleft>.actived>a {
    color: #333;
    font-family: "Muli-B";
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}

.deactived {
    display: none;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}

.album img {
    display: block;
}

.video-photo {
    padding: 4px;
    border: solid 1px #ccc;
}

.video-photo img {
    display: block;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}


.error {
    border: solid 1px #ff0000 !important;
}

.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.btn-dangky {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}

.homeslide-prev,
.homeslide-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}

.homeslide-next {
    left: 10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width: 24px;
    height: 48px;
}

.homeslide-prev {
    right: 10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width: 24px;
    height: 48px;
}

.title-line {
    background: #244294;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}

.footer-title {
    font-size: 18px;
    color: #fff;
    font-family: 'Muli-B';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-title .fa {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
}

.title-mobile-highlight .fa {
    transform: rotate(225deg);
}

.menutab {
    width: 100%;
}

.menutab-item {

    padding: 14px 32px;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid #9f9f9f;
    margin: 0px 5px 5px;
    color: #fff;
    font-family: 'Muli-B';;

}

.menutab-item a {
    color: #333;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "R-b";
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    margin: 10px 0px;
}

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

.tab-item:hover {
    color: #244294;
}

.menutab .actived {
    background-color: #ffa200;
    color: #fff;
    border: 0;
}

.menutab .actived a {
    color: #fff;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

/* 
.tab-active {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
} */

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;

}


.slide-detail {
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}

.swiper-slide-active .slide-home-item {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateY(-200px);
}

.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.video-home-name {
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}

.video-home-name a {
    color: #58595b;
    font-family: Arial;
    font-size: 14px;
}

/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #3b8750;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.form-error {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #ff0000;
}

.form-success {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon {
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}

.right-hotline {
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}

.right-facebook {
    position: fixed;
    top: 250px;
    z-index: 999;
}

.right-youtube {
    position: fixed;
    top: 300px;
    z-index: 999;
}

.right-hotline a {
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px #333;
    color: #060;
    text-align: center;
    padding: 30px;

    display: none;
}

.message-success .success-ok {
    background: #060;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.comment-success {
    color: #060;
    padding: 10px;
}

.cell-cat-home {
    padding: 10px;
    background: #ebebeb;
}

.cat-home-name {
    margin: 0px;
    padding: 10px;
    font-size: 20px;
    color: #333;
    font-family: "Muli-B";
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cat-home-name a {
    color: #414042;
}

.cat-home-intro {
    text-align: justify;
}

.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
}

.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}

.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 6px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.product-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.product-name:hover
{
    color:#fecc0a
}
.product-item
{
    margin-top: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    background:#FFF;
    transition:all .5s ease;
    position:relative;
    box-shadow: 0px 0px 2px #9f9f9f
}
.product-price {
    position: absolute;
    bottom: 45px;
    left: 0;
    background: rgba(247, 12, 12, 0.781);
    padding: 7px 15px;
    z-index: 11;
    color: #FFF;
    font-family: 'Muli-B';;
}
.product-name a {
    color: #333;
}
.product-item:hover
{
    box-shadow: 0px 0px 10px #9f9f9f
}
.product-name a:hover {
    color: #244294;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #244294;
}



.product-code {
    float: left;
    line-height: 22px;
}

.price {
    float: left;
    color: #244294;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #f7c14d;
    float: left;
    font-size: 16px;
    font-family: "Muli-B";
    font-weight: normal;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #414042;
    font-family: "Muli-B";
    font-weight: normal;
    /* text-transform: uppercase; */
}

.price-detail {
    color: #f94141;
    font-size: 20px;
    font-family: 'Muli-B';
}

.price-detail span {
    color: #666;
    font-size: 16px;
    font-family: 'Muli-B';
    margin-left: 20px;
}

.pricekm-detail {
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: "Muli-B";
    font-weight: normal;
    margin-right: 20px;
    line-height: 18px;
}

.product-detail-label {
    float: left;
    line-height: 40px;
}

.addcart-btn {
    font-family: "Muli-B";
    float: left;
    background: #f94141;
    display: block;
    color: #fff;
    padding: 12px 60px;
    margin-left: 5px;
}

.addcart-btn:hover {
    box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
    font-family: "Muli-B";
    float: left;
    background: #e2c343;
    display: block;
    color: #fff;
    padding: 12px 30px;
}

.muangay-btn:hover,
.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
    font-family: "R-b";
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left: 20px;
}

.news-home-intro {
    text-align: justify;
}

.title-cat-line {
    width: 150px;
    background: #244294;
    height: 2px;
    margin-top: -2px;
}

.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    display: block;
    float: left;
    color: #e1943f;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

.content-detail a {
    color: #3b3b3b;
    font-weight: 400;
}

.content-detail a:hover {
    color: #d8003f;
    ;
}

.star-rate {
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2 {
    background-position-y: -38px;
}

.rate3 {
    background-position-y: -55px;
}

.rate4 {
    background-position-y: -72px;
}

.rate5 {
    background-position-y: -90px;
}

.view-hover {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px transparent;
}

.price-color span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.content-pro h3 {
    font-family: "R-b";
    font-weight: normal;
    color: #244294;
    font-size: 16px;
}

.content-pro figcaption {
    text-align: center;
}

.content-pro figure {
    margin: 0px;
    text-align: center;
}

.tab-content {
    display: none;
}

.thumb-next,
.thumb-prev {
    text-align: center;
    background: #eee;
}

.name-faq {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "Muli-B";
    font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width: calc(100% - 45px);
}

.faqcontent {
    display: none;
    width: calc(100% - 45px);
    float: right;
}

.faq-icon {
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.faq-active .name-faq {
    background: #244294;
    color: #fff;
}

.faq-active .faq-icon {
    background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 11px;
    margin-left: -11px;
}

.choose-price {
    border: solid 1px #0076c2;
}


.rate-summary {
    font-family: "Muli-B", sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.rated-bar {
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}

.rated-bar-percent {
    display: block;
    background: #fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}

.rate-text {
    font-family: "Muli-B", sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star {
    width: 130px;
    height: 24px;
    margin: 0 auto;
    background: url("/images/star-unrate.png") no-repeat left center;
}

.star-rated {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
    display: inline-block;
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius: 3px;
    color: #fff;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
}

.btn-comment {
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}

.pagination {
    margin-bottom: 70px;
}

.pagination-item {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #333;
    margin: 0 5px;
}


.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #ffa200;
    margin: 0 5px;
}

.pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.like-comment {
    color: #244294;
}

.btn-contact {
    background: #fe0707ba;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #244294;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #244294;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-family: "Muli-B";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.dang-ky-tu-van {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.form-dangky {
    padding: 20px 200px;
    border-radius: 10px;
}

.footer-white {
    background: #f4f4f4;
    padding: 50px 100px;
    border-radius: 20px;
    color: #343436;
    font-size: 16px;
    font-family: "Muli-B";
}

#btnNewsletter {
    background: #0076c2;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile {
    background: #fff;
    border-bottom: solid 2px #244294;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}

::placeholder {
    color: #afafaf;
    opacity: 1;
    /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 60px !important;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #dbedf9;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;

    transition:all .5s ease;

}
.longPageNavigationDiv a:hover
{
    letter-spacing:.3px;	
}

.longPageNavigationDiv ul {
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
}
.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px 2px 15px;
    position: relative;
}
.longPageNavigationDiv ul li:before
{
    content:"\203A";
    position: absolute;
    top: -3px;
    left: 5px;
    font-size: 20px;
    color: #333;

}
.cat-intro
{
    margin-bottom:15px;
}
.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 25px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.box-dieukhoan {
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment {
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #244294;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang {
    margin: 0px;
    background: #eee;
    padding: 10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
    padding: 5px 0px;
}

.video-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.img-article {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.img-article img {
    display: block;
}

.article-name {
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-size: 16px;
    color: #244294;
    text-transform: uppercase;
}

.article-name a {
    color: #244294;
}

.article-next,
article-prev {
    float: left;
    outline: none;
}

/*---*/

.article-wrapper {
    padding: 20px 0px;
    background: #efeff0;
}

.info-wrapper {
    background: url(/uploaded/pic-cat/bg-info.png) no-repeat;
    background-size: cover;
}



.rtb-home {
    padding: 20px 5px;
    background: #efeff0;
    color: #414042;
    text-align: center;
}

.video-home-item {
    position: relative;
}

.playicon {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.playicon:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.play-video:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -47px;
}

.btn-next,
.btn-prev {
    font-size: 26px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    color: #999;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 30%;
    transform: translateY(-20px);
    z-index: 2;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-next {
    right: 0;
}

.btn-prev {
    left: 0;
}

.btn-next:hover,
.btn-prev:hover {
    background: #3e89a2;
    color: #fff;
}

.faq-form {
    background: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.faq-form-title {
    background: #244294;
    padding: 10px;
    text-align: center;
    font-family: "Muli-B";
    color: #eeba4e;
}

.article-item-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 100px;
}

.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-fixed .nav>li {
    height: 60px;
    line-height: 62px;
}

.header-fixed .logo {
    margin-top: 0px;
    max-width: 150px;
}

/* .header-fixed .logo img {
    height: 50px;
} */

.header-fixed .icon-home {
    margin-top: 16px;
}


.service-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}

.service-home-name a {
    color: #333;
}

.info-image {
    background: #fff;
    /* padding: 8px; */
}

.product-detail-wrapper {}


/* flex_center */
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_row_reverse {
    display: flex;
    flex-direction: row-reverse !important;
}


.flex_align {
    display: flex;
    align-items: center;
}

.flex_align--end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
    margin: 0;
}

/* burger */

.burger {
    position: relative;
    z-index: 4;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #fcb437;
    margin: 5px;
    transition: all 0.3s ease;
}



.img-shine {
    position: relative;
    overflow: hidden;
    display: block;
}


.img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.img-shine:active:after {
    opacity: 0;
}




/* HOME */


.vi{
    background-image:url(../images/flag-vi.png);
    display: inline-block;
    width:33px;
    height:20px;
    background-position:center center;
    text-indent:-9999em;
}

.en{
    background-image:url(../images/flag-en.png);
    display:inline-block;
    width:33px;
    height:20px;
    background-position:center center;
    text-indent:-9999em;
}


.lang {
    padding-top: 5px;
    margin-left: 20px;
}


.homeinfo-box__intro {
    line-height: 1.6;
    color: #414042;
}
.homeinfo-box__intro p {
    line-height: 1.6;
    color: #414042;
    margin: 5px;
}

.homeinfo-wrapper {
    padding: 35px 0;
    position: relative;
    z-index: 3;
}
.homeinfo-wrapper .tel span
{
    color:red;
    font-family: 'Muli-B';;
    font-size: 18px;
}
.homeinfo-wrapper .title
{text-transform: uppercase;
 font-family: 'Muli-B';;}
.homecat-title,
.homecat-title--spc {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    color: #1d509a;
    font-family: 'Muli-EXB';
    text-transform: uppercase;
    position: relative;
}
.video{
    width: 100%;
    position: relative;
}
.video img{
    width: 100%;
    height: 100%;
}
.play
{
    position: absolute;
    width: 70px;
    height: 70px;
    background: #F4f4f4;
    border-radius: 50%;
    color: #FFC90A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.homecat-title a {
    color: #404040;
}


.homecat-title::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #FFC90A;
    width: 70px;
    bottom: -16px;
    left: 0;
}

.homecat-title--spc {
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.homecat-title--spc a {
    color: currentColor;
}


.view-more {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Muli-L';
    margin-top: 25px;
    background-color: #1d509b;
    padding: 10px 20px;
}

.homeservice-wrapper .homecat-title--spc, .line-w, .homecat-intro {
    position: relative;
    z-index: 4;
    font-family: 'Muli-B';;
}
.homeservice-wrapper .homecat-intro, .homeservice-wrapper  .homecat-title--spc
{
    color: #404040;
}
.homeservice-wrapper .item
{
    text-align: center;
    margin: 5px 10px;
    margin-top: 30px;
    border-radius: 5px;
    transition: all .5s ease-in-out;

}
.homeservice-wrapper .item:hover{
    margin-top: 15px;
    transition: all .5s ease-in-out;
}
.homeservice-wrapper .item a{
    font-size: 13px;
    padding: 10px 5px;
    color: #404040;
    font-family: 'Muli-B';;
    text-transform: uppercase;

    transition: all .5s ease-in-out;

}

.img-service-home{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 0px !important;
    border: solid 1px #DDD;
}

.homeservice-wrapper{
    /*
    background: url(/images/full_preview.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0px;
    color: #FFF;
    */
}

.homeservice-wrapper .item img{

}
.homeservice-wrapper .desc a{
    background-color: rgba(247, 12, 12, 0.781);
    color: #FFF;
    border-radius: 20px;
}

.img-service {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #3330;
    box-shadow: 0px 0px 7px 0px #909090;
    margin:auto;
    display: block;
}
.homeservice-wrapper .item:hover img{

    filter: drop-shadow(2px 4px 6px black);
}
.line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
}

.line-w span {
    display: inline-block;
    width: 80px;
    height: 3px;
    margin-right: 5px;
    background-color: #FFC90A;
}

.line-w span:last-child {
    margin-right: 0;
}

.homecat-intro {
    text-align: center;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
}
.homeservice-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeservice-item__name {
    background: #EEE;
    margin-top: 5px;
    background-color: #fff;
    text-align: center;
    display: block;
    color: #404040;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Muli-EXB';
    padding: 20px 8px;
    transition: all .5s ease-in-out;
}

.homeservice-item__name:hover {
    color: #404040;
    background-color: #FFC90A;
}
.homesanpham-wrapper
{
    position: relative;
}
.homesanpham-wrapper .swiper-slide
{
    opacity: .5;
    transition: all .5s ease;
}
.homesanpham-wrapper .swiper-slide.swiper-slide-active, 
.homesanpham-wrapper .swiper-slide.swiper-slide-next,
.homesanpham-wrapper .swiper-slide.swiper-slide-prev {
    opacity: 1;
}

.homesanpham-wrapper::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #efefef;
}
.homesanpham-wrapper .homecat-intro
{
    color: #404040;
    font-family: 'Muli-B';;
    width:100%;
    max-width:700px;
    margin: 20px auto;

}
.homesanpham-wrapper .homecat-title--spc a{

    color:#404040
}
.homesanpham-wrapper .item{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    margin-top: 0px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #404040; */
    transition: all .5s ease-in;
    clear: both;
    z-index: 111;
    border-radius:20px;
}
.homesanpham-wrapper .item .img-shine{
    border-radius:20px 20px 0px 0px;
}
.homesanpham-wrapper .tab-cell-1-2{
    margin-bottom: 15px;
}
.homesanpham-wrapper .item:hover{
    box-shadow: 0px 0px 20px 3px #404040;
}
.homesanpham-wrapper img{
    height: 200px;
    width: 100%;
    object-fit: scale-down;
}
.homesanpham-wrapper .item .price{
    position: absolute;
    bottom: 55px;
    background-color: #ff0000b0;
    padding: 5px;
    color: #FFF;
    margin: 0;
    left: 0;
}
.homesanpham-wrapper .title{
    background-color:#FFF;
    color: #404040;
    margin: 15px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;

}
.homesanpham-wrapper .btn-all, 
.homenews-wrapper .btn-all{
    width:100%;
    max-width: 150px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Muli-B';;
    padding: 10px 25px;
    margin: auto;
    background-color: #db3232;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 5px;
    border: 1px solid #FFF;
}
.homesanpham-wrapper .btn-all:hover, 
.homenews-wrapper .btn-all:hover{
    box-shadow: 0px 0px 15px 4px #404040;
    background-color: #FFC90A;
}
.homenews-wrapper .cell-1-2
{
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    /* border: 1px solid #919191;
    box-shadow: 0px 0px 5px #919191; */
}
.homenews-wrapper  .title a{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #404040;
    font-weight: bold;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.homenews-wrapper  .title a::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #FFC90A;
    left: -10px;
    top: 3px;

}
.homenews-wrapper .title h3{

    text-align:left;

    padding: 5px 10px 5px 10px;
    /*  border-bottom: 2px solid #FFC90A; */

    background:#f9f9f9;
    overflow: hidden;
}
.homenews-wrapper .homecat-title {
    text-align: center;
}
.homenews-wrapper .homecat-title::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #FFC90A;
    width: 70px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
}
.homesanpham-wrapper .grid{
    position: relative;
    z-index: 1;
}
.homeduan-wrapper {
    padding: 42px 0;
}

.homeduan-wrapper .homecat-title--spc {
    color: #1d509b;
}

.line--blue span {
    background-color: #1d509b;
}

.homeduan-wrapper .homecat-intro,
.homepartner-wrapper .homecat-intro  {
    color: #414042;
}

.homeduan-item {
    width: 25%;
    position: relative;
}

.homeduan-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
    display: none;
}

.homeduan-item__name {
    text-align: center;
    color: #fff;
    font-family: 'Muli-B';
    font-size: 16px;
}

.homeduan-item__name a {
    color: currentColor;
}

.homeduan-item__intro  {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}


.homenews-wrapper .grid-container
{

}
.homenews-wrapper img{
    height: 100%;
    min-height: 95px;
}
.homenews-wrapper .grid-container .news-item:nth-child(1)
{

    display: block;

}
.homenews-wrapper .grid-container .news-item:nth-child(1) .img-news,
.homenews-wrapper .grid-container .news-item:nth-child(1)  .intro-bg-news
{
    width:100%;
    display: block;
}
.homenews-wrapper .grid-container .news-item:nth-child(1) img{
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.homenews-wrapper .grid-container .news-item:nth-child(1) .intro-news-home
{
    display: -webkit-box;
    max-height: 78px;

}
.homenews-wrapper .grid-container .news-item .intro-news-home
{
    display: none;
}

.homenews-wrapper .grid-container .news-item
{
    display: flex;
    border-bottom: 1px solid #00000029;
}
.homenews-wrapper .grid-container .news-item:nth-last-child(1)
{
    border-bottom: none;
}
.homenews-wrapper .grid-container .news-item .img-news{

    display: none;
}

.img-news{
    overflow: hidden;
    max-height: 100%;
}

.createdatehome {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 118px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-image: url(../images/bg_date.png);
}

.intro-bg-news {
    padding: 15px 5px;
}

.news-name-home {
    margin: 0px;
    padding: 0px;
    margin-bottom: 6px;
    font-weight: normal;
}

.news-name-home a {
    color: #111111;
    font-family: Muli-EXB;
    font-size: 14px;
}

.intro-news-home {
    color: #414042;
    font-size: 14px;
    line-height: 24px;
}

.homepartner-wrapper {
    padding: 35px 0;
}

.homepartner-wrapper .homecat-title {
    color: #414141;
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}


.homepartner-wrapper .homecat-title::after {
    display: none;
}

.homepartner-wrapper .homecat-intro::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #FFC90A;
    width: 40px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-block {
    padding-left: 40px;
}

.footer-block ul
{
    padding:0;
    margin: auto;
    list-style: none;
}
.footer-block ul li{
    margin-bottom: 10px;
}
.footer-copyright {
    background-color: #323232;
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 60px;
}

.sendmail__input {
    width: 100%;
    position: relative;
    outline: none;
    border: 0;
    padding: 8px 20px 10px;
    border-radius: 4px;
    line-height: 20px;
}

.sendmail__frm {
    position: relative;
}

.sendmail__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    font-size: 20px;
    height: 100%;
    padding: 0 20px;
    background-color: transparent;
    color: #f7983a;
}

.footer-intro {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social {
    padding: 0;
    margin: 0;
    margin: 20px 0;
    list-style: none;
    display: flex;
    align-items: center;
}


.footer-social__item {
    border-radius: 4px;
    background-color: #fff;
    width: 30px;
    color: #111111 !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    padding: 5px;
    text-align: center;
}


.footer-social__item:hover {
    background-color: #075C9F;
    color: #fff !important;
}


/* Giới thiệu */


.info-title {
    color: #db3832;
    font-family: 'Muli-EXB';
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    margin: 0;
}

.info-title a {
    color: currentColor;
}

.intro-cat-page {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}


.info-count {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center top;
}


.info-count:nth-child(even) {
    background-color: #ebebeb;
}


.info-count:nth-child(even) .flex-container {
    flex-direction: row-reverse;
}

.menutab-info {
    width: 100%;
    background-color: #1b75bb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 32px;
}

.menutab-info .menutab-item {
    padding: 12px 10px;
    min-width: unset;
    margin: 0 15px;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'Muli-B';
    position: relative;
    font-weight: normal;
}

.menutab-info .menutab-item.actived::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-width: 8px 6px;
    border-style: solid;
    border-color: #1b75bb transparent transparent transparent;
    cursor: pointer;
}

.inner-page-info {
    padding: 20px 0 35px;
}


.title-page {
    margin-top: 0;
    font-size: 24px;
    font-family: 'Muli-EXB';
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #1d509b;
    margin-bottom: 16px;
}

.content-detail {
    font-size: 16px;
}

.recent-news-meta {
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 0px 5px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    color: #777;
}

.recent-news-meta span i {
    margin-right: 3px;
    color: #cccccc;
}

.recent-news-meta span {
    margin-right: 15px;
}

.news-item__name {
    margin: 10px 0 12px;
    font-family: 'Muli-L';
    line-height: 1.4;
    font-size: 16px;
}

.news-item__name:hover a {
    color: #055A9C;
}

.news-item__name a {
    color: #333;
}

.news-item__intro {
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

.news-item {
    margin-bottom: 5px;
    background-color: #FFF;
}


.button-all-site {
    position: relative;
    text-transform: uppercase;

    padding: 10px 25px;
    letter-spacing: 2px;
    font-size: 12px;
    display: inline-block;
    color: #222;
    font-family: 'Muli-B';
}

@media (max-width: 992px) {
    .button-all-site {
        padding: 9px 20px;
        font-size: 12px;
    }
}

.button-all-site .btnborder {
    position: absolute;
    content: '';
    background-color: #222;
    transition: width 1s ease;
}

.button-all-site .btnborder-top-left {
    top: -1px;
    left: 0;
    width: 20%;
    height: 1px;
}

.button-all-site .btnborder-top-right {
    top: -1px;
    right: 0;
    width: 65%;
    height: 1px;
}

.button-all-site .btnborder-right {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.button-all-site .btnborder-bottom-right {
    bottom: -1px;
    right: 0;
    width: 20%;
    height: 1px;
}

.button-all-site .btnborder-bottom-left {
    bottom: -1px;
    left: 0;
    width: 65%;
    height: 1px;
}

.button-all-site .btnborder-left {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
}

.button-all-site:hover {
    color: #055A9C;
}

.button-all-site:hover .btnborder {
    background-color: #055A9C;
}

.button-all-site:hover .btnborder-top-left {
    width: 65%;
}

.button-all-site:hover .btnborder-top-right {
    width: 20%;
}

.button-all-site:hover .btnborder-bottom-right {
    width: 65%;
}

.button-all-site:hover .btnborder-bottom-left {
    width: 20%;
}



.news-wrapper {
    padding: 35px 0;
}

.rightnews-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rightnews-item {
    color: #777;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    margin-bottom: 15px;
}


.rightnews-item::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    color: #1d509a;
}


.box-news-right {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
    margin-bottom: 20px;
}
.homelienhe-wrapper .grid-container
{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}
.homelienhe-wrapper .item-lienhe
{
    width: 50%;
    padding: 50px 5% 0px;
    background-color: #f0f0f0;
    height: 100%;
    min-height: 450px;
}
.item-lienhe .homecat-title--spc a{
    color: #404040;
}
.item-lienhe .item{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    line-height: 1.6;
}
.item-lienhe .item b{
    width: 170px;

}
.item-lienhe .item .name{
    margin-right: 5px;
    width: 70px;
}
.item-lienhe .item a{
    color: red;
    font-family: 'Muli-B';;
}
.item-lienhe .item a.skype
{
    color: #1871B6;
    margin-right: 2px;

}
.homelienhe-wrapper .item-maps{
    width: 50%;
}
.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 6px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: 'Muli-B';;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #244294;
}



.product-code {
    float: left;
    line-height: 22px;
    font-size: 14px;
}


.product-code span {
    color: #288ad6;
    text-transform: uppercase;
}
.price {
    float: left;
    color: #244294;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #f7c14d;
    float: left;
    font-size: 16px;
    font-family: 'Muli-B';;
    font-weight: normal;
}
.category-product-info--title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    margin:0px;
}
.category-product-detail-odd {
    text-align: center;
    color: #333;
}
.category-product-title a
{
    font-family: 'Muli-B';
    color: #333;
}
.view-more-btn {
    color: #333;
    font-family: 'Muli-B';;
    transition:all .5s ease-in
}
.view-more-btn:hover
{
    letter-spacing:1px;
}
.newslist a, .news-home-item
{
    color:#333;
    font-size:18px;
    transition:all .5s ease-in-out
}
.news-home-item
{
    font-size:13px;
    font-family: 'Muli-B';;
}
.newslist a:hover, .news-home-item:hover
{
    color: #FFA509;
}
.newslist
{
    list-style-type:none;
    padding:0px;
}
.newslist li {

    padding: 10px 0px
}
.newslist li:nth-last-child(1)
{
    border-bottom:none;
}
.category-product-info--intro
{
    text-align:center;
}
.desc {
    padding: 10px 10px;
}
.productother-slide{
    position:relative;
}
.productother-slide .product-price
{
    bottom:65px;
}
.product-price
{
    margin-bottom:10px;
}
.newsname 
{
    margin:5px 0px;
}
.title-left
{
    margin: 0px auto;
    text-align: center;
    padding: 15px;
    background:#333;
}
.cell-detail-2-5
{
    width:40%;
}
.cell-detail-3-5
{
    width:57%;
}
.catchild-title
{
    text-align:left;
}


.btn-contact
{
    text-align:center;
    background: #fecd07;
    color:#FFF;
    padding:10px;
    font-family: 'Muli-B';
    font-size:16px;
    text-transform:uppercase;
}
.frm-contact .title {
    width: 100%;
    text-align: center;
    background: #676767;
    color: #FFF;
    padding: 10px;
    font-family: 'Muli-B';;
    font-size: 16px;
    text-transform: uppercase;
}
form input {
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    font-family: 'Muli-B';;
}

.category-product-wrapper
{
    background:#edc4006b;
}
.category-product-wrapper:nth-child(2n+1)
{
    background:#FFF;
}
.footer-text
{
    color:#FFF;
}
.titlehnc-left {
    font-size: 24px;
    text-transform: uppercase;
}
.newsother-img
{
    border-radius:3px 3px 0px 0px
}
.newsother-item {
    margin-bottom: 15px;
}
.newsother-name {
    padding: 0px 10px;
    font-family: 'Muli-B';
    min-height: 40px;
    color: #333;
    border-radius:0px 0px 3px 3px;
    transition:all .5s ease;
}
.newsother-name:hover
{
    letter-spacing:.2px
}
.newsimg.img-shine img{
    border-radius: 5px;
    border: 1px solid #24242412;

}

.newscat-info span
{
    font-family: 'Muli-B';
}
.box-news-left {
    border: 1px solid #ededed;
    padding: 0px 0px;
    border-radius: 12px;
}
.box-news-left .flex-container
{
    border-top: 1px dashed #00000033;

    padding:5px 0px;
}
.cell-pro-left
{
    width:50%;
}
.product-detail-wrapper .swiper-slide img
{
    max-height:300px;
    margin:auto;
}
.productlist-wrapper .cell-pro-home .mast
{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:none;
    background-color: rgba(253, 253, 253, 0.9);
    color: #424242;
    -moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 8px 29px -9px rgb(0 0 0 / 40%);
    box-shadow: 1px 8px 29px -9px rgb(0 0 0 / 40%);
    border: solid 2px #386cb9;
    text-align: left;
    border-radius: 0.25rem;
    transition:all .5s ease
}
.productlist-wrapper .cell-pro-home:hover .mast
{
    display:block;
    transition:all .5s ease
}
.productlist-wrapper .cell-pro-home .mast .iner-mast
{
    padding:10px;
    position:relative;
    height:100%;
}

.productlist-wrapper .cell-pro-home .mast .iner-mast .title-mast a
{
    font-size:14px;
    text-transform:uppercase;
    color:#525252;
    text-decoration:none;
}
.productlist-wrapper .cell-pro-home .mast .iner-mast .title-mast a:hover
{
    text-decoration:underline;
}
.productlist-wrapper .cell-pro-home .mast .iner-mast .code-mast
{
    font-size:12px;
    color:#000;
    margin-top:5px;
    font-weight:normal;
}
.productlist-wrapper .cell-pro-home .mast .iner-mast .intro
{
    color:#555555;
    line-height:20px;
    /* border-bottom:solid 1px #cfcfcf; */
    border-top:solid 1px #cfcfcf;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    font-size: 13px;
}
.productlist-wrapper .cell-pro-home .mast a {
    color: #525252;
    text-decoration: none;
}

.productlist-wrapper .cell-pro-home .mast .title-mast {
    font-family: 'Muli-B';;
    color: #424242;
}

.productlist-wrapper .cell-pro-home .mast .iner-mast .price-mast {
    margin-top: 6px;
    color:#525252;
    font-size:12px;
    text-decoration: line-through;
}
.productlist-wrapper .cell-pro-home .mast .iner-mast .price-mast del
{
    display:inline-block;
    color:#525252;
    font-size:12px;
}
.productlist-wrapper .cell-pro-home .mast .iner-mast .price-mast span
{
    font-size:14px;
    color: #e6832b;
    font-family: 'Muli-B';;
    text-decoration: none;
}

.productlist-wrapper .cell-pro-home {
    position: relative;
    height: 100%;
    width: 100%;
    /* margin-top: 15px; */
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}
.producthot-item {
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 20%);
    border-radius: 2px;
    transition: transform cubic-bezier(0.4, 0, 0.6, 1) .1s,box-shadow cubic-bezier(0.4, 0, 0.6, 1) .1s;
    position: relative;
    background-color: #fff;
}
.producthot__price-old {
	width:100%;
	display:inline-block;
    font-size: 12px;
    text-decoration: line-through;
}
.producthot-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.0625rem 20px 0 rgb(0 0 0 / 5%);
}

.producthot-item__name {
    min-height: 40px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.producthot-item__img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
}

.producthot-item__img img {
    object-fit: contain;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}
.product-wrapper .cell-1-4 {
    margin-top: 15px;
}
.producthot-box {
    padding: 5px 10px;
}
.producthot__price-current {
    color: orange;
    font-family: 'Muli-B';;
    font-size: 14px;
}	
.pagination {
    margin-top: 30px;
    margin-bottom: 40px;
}

.pagination-item {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    min-width: 30px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin: 0 5px;
    background:#f9f9f9;
}

.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    min-width: 30px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background-color: #288ad6;
    border: 1px solid #288ad6;
    border-radius: 3px;
    margin: 0 5px;

}


.newsdetail-name a {

    color: #00528b;
}

.productlist-wrapper .newsdetail-intro,
.productlist-wrapper .tocContent {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 155%;
}

.productlist-wrapper .tocContent p,
.productlist-wrapper .newsdetail-intro p {
    margin-bottom: 10px;
    display: block;
    color: #333;
    line-height: 155%;
    margin: 12px 0;
}


.productlist-wrapper .newsdetail-intro {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    line-height: 22px;
}


.tocContent h2, .tocContent h3, .tocContent h4, .tocContent h5, .tocContent h6 {
    line-height: 155%;
}

.tocContent img{
    width:100%;
    height:auto !important;
}

.longPageTOC {
    position: relative;
}
.longPageTOC {
    font-size: 17px;
    font-family: 'Muli-B';;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: 'Arial';
    padding: 10px;
}


.longPageTOC:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    transition: all 0.5s;
    font-size: 16px;
    right: 0;
}
.longPageTOC.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.tocWrap {
    background: #dbedf9;
    border: 1px solid #c7e4f4;
    color: #333;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0 10px;
    position: relative;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 1s;
    transition-timing-function: ease;
    font-size: 14px;
    width: 100%;
    max-width:500px;
}

.viewmore {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 16px;
    color: #005aff!important;
    background: #fff;
    border: 1px solid #005aff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:30px 0px;
}
.home-product-item__sale-off {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 40px;
    background-color: rgba(255, 216, 64, 0.94);
    text-align: center;
    border-top-right-radius: 2px;
    padding: 5px 0;
}
.home-product-item__sale-off::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    border-width: 0 20px 4px;
    border-style: solid;
    color: rgba(255, 216, 64, 0.94);
    border-color: transparent currentColor transparent currentColor;
}
.home-product-item__sale-off-percent {
    color: #ee4d2d;
    font-family: 'Muli-B';;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
}
.home-product-item__sale-off-label {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
}
.cat-intro.cat-detail{
    position:relative
}
.tab-text {
    padding-bottom: 150px;

}
.tab-text.showmore {
    max-height: 600px;
    overflow: hidden;
    border-top-left-radius: 0;
    padding-bottom: 0;
}
.viewmore-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    padding-top: 30px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .91)), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
}
.longPageNavigationDiv ul li.toc-heading3:before
{
    left:15px;
}