html,
body {
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: normal;
    font-family: "Muli-B";
}
a {
    text-decoration: none;
}
b,
strong {
    font-weight: normal;
    font-family: "Muli-B";
}
img {
    border: none;
    max-width: 100%;
}
a img {
    display: inline-block;
}
#page {
    background: #f6f6f6;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}
.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}
.c {
    height: 0px;
}
.c2 {
    height: 2px;
}
.c3 {
    height: 3px;
}
.c5 {
    height: 5px;
}
.c10 {
    height: 10px;
}
.c15 {
    height: 15px;
}
.c20 {
    height: 20px;
}
.c30 {
    height: 30px;
}
.c50 {
    height: 50px;
}

p {
    margin: 0px;
    padding: 0px;
}

.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-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}
.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.search-icon {
    margin: 0px 5px;
    float: left;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    line-height: 33px;
    border: #ccc solid 1px;
    text-align: center;
    position: relative;
}

.m-search-icon {
    margin: 0px 5px;
    float: right;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 31px;
    border: #ccc solid 1px;
    text-align: center;
    position: relative;
    font-size: 12px;
}

.search-pc {
    width: 240px;
    position: relative;

    z-index: 99999;
}
.submit-search-pc {
    float: right;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.search-pc .kw {
    width: 100%;
    height: 35px;
    border: none;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
    border: solid 1px #ccc;
}
.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;*/
    position: relative;
    top: 0;
}
.header-mobile {
    position: relative;
}
.header-mobile:after,
.header:after {
    position: absolute;
    bottom: -4px;
    left: 0px;
    height: 4px;
    width: 100%;
    content: "";
    background: url(../images/bg-bottom-banner.png) repeat-x;
    z-index: 9;
}

.header-fixed {
    position: fixed;
    z-index: 99999;
    top: 0px;
    width: 100%;
    transition: all 0.5s ease;
}

.logo {
    text-align: center;
}
.logo img {
}

.menubar {
    position: relative;

    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    display: block;
}
.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: "Muli-B", Arial;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.nav > li {
    list-style: none;
    display: inline-block;
    position: relative;

    font-size: 15px;
    font-weight: normal;

    padding: 10px 15px;
    text-transform: uppercase;
}
.nav li:first-child {
    border-left: none;
}

.nav > li .fa {
    font-size: 20px;
    transform: rotate(90deg);
    margin-left: 5px;
}

.nav > li > a {
    text-decoration: none;
    display: inherit;
    padding: 10px;
    font-weight: normal;
    color: #333;
}
.nav > li:hover > a {
    background: #d61820;
    color: #fff;
}
.nav li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
    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: #333 !important;
    line-height: 18px;
    text-transform: initial;
    padding: 10px 10px;
    border-top: solid 1px #ccc;
}
.nav > li > ul > li > a:hover {
    color: #d61820 !important;
}
.nav li ul ul {
    left: 100%;
    top: -1px;
}
.mobile-bar {
    background: #d61820;
    width: 100%;
    padding: 3px;
}
.lang-flag {
    float: right;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    border: solid 1px #ccc;
}
.lang-flag img {
    border-radius: 50%;
    overflow: hidden;
}
.crumb {
    padding: 10px 0px;

    padding-top: 14px;
    font-size: 12px;
    font-family: verdana;
    float: left;
    margin-left: 20px;
    padding-top: 0px;
}
.crumb a {
    color: #999;
    text-decoration: none;
}
.crumb a:last-of-type {
    color: #999;
}
.crumb .fa {
    font-size: 14px;
}
.title-line {
    width: 45px;
    height: 4px;
    background: #d71920;
    margin: 0 auto;
}
.news-name {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #d61820;
    font-family: "Muli-B";
    font-weight: normal;
}
.news-name a {
    color: #d61820;
    text-decoration: none;
}
.video-name {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #d61820;
    font-weight: normal;
}
.video-name a {
    color: #d61820;
    text-decoration: none;
}
.service-name {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: #d61820;
    font-family: R-b;
}
.service-name a {
    color: #d61820;
    text-decoration: none;
}
.createdate {
    margin: 5px 0px;
    color: #999;
    font-size: 12px;
}

.footer-bg {
    background: rgb(237, 237, 237); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(237, 237, 237, 1) 0%,
        rgba(248, 248, 248, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(237, 237, 237, 1) 0%,
        rgba(248, 248, 248, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(237, 237, 237, 1) 0%,
        rgba(248, 248, 248, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f8f8f8', GradientType=0 ); /* IE6-9 */
}
.footer {
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    font-family: "Muli";
}
.footer a {
    color: #333;
}
.other-article-title {
    text-transform: uppercase;
}
.other-article {
    padding: 0px;
    margin: 0px;
    font-family: R-r;
    font-size: 15px;
}
.other-article li {
    list-style: none;
    padding: 5px 0px;
}
.other-article li a {
    color: #333;
    text-decoration: none;
}
.other-article li .fa {
    margin-right: 5px;
    color: #999;
    font-size: 13px;
}
.other-article li a:hover {
    text-decoration: underline;
}
.other-article span {
    color: #eb7203;
}
.title-page {
    margin: 0px;
    padding: 0px;
    font-family: "Muli-EB";
    font-weight: normal;
    font-size: 34px;
    color: #3f3f3f;
    width: 100%;
    text-align: center;
}
.title-page a {
    color: #3f3f3f;
}

.paging1 {
    text-align: center;
}

.paging {
    display: block;
    padding: 10px 10px;
}
.clicked {
    padding: 5px;
    color: #fff !important;
    background: #d71920;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
}
.page {
    padding: 2px 4px;
    text-decoration: none;
    color: #333;
}
.page:hover {
    color: #fff;
    background: #13203b;
}
.page.active {
    color: #fff;
    background: #13203b !important;
}
.paging a {
    padding: 10px 10px;
    color: #333;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
    background: #fff;
}

.intro-detail {
    line-height: 23px;
}
.content-detail {
    text-align: justify;
    position: relative;
    line-height: 23px;
}
.content-detail img {
    max-width: 100%;
    height: auto !important;
}
.content-detail table {
    min-width: 450px;
}

.intro-detail p,
.content-detail p {
    margin: 5px 0px;
}

.error {
    border: #ff0000 solid 1px;
    background-color: #ffe6e6;
}
.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;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 0px;
}
.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;
}
#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
}
#button-btt a {
    color: #fff;
}
.view-detail {
    display: block;
    color: #fff;
    background: #d61820;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}
.btn-view-more {
    display: block;
    color: #444;
    /* background: #FFF; */
    padding: 12px 30px;
    font-family: "Muli-B";
    float: left;
    width: 100%;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.btn-view-more:hover {
    color: #d61820;
}
.btn-addcart {
    display: block;
    color: #666;
    padding: 12px 30px;
    font-family: "Muli-B";
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background: #e3e3e3;
}
.btn-addcart:hover {
    color: #fff;
    background: rgb(214, 25, 32); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61920', endColorstr='#c0171d', GradientType=0 ); /* IE6-9 */
}
.btn-addcart-home {
    display: block;
    color: #666;
    padding: 12px 20px;
    font-family: "Muli-B";
    float: left;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    border: solid 1px #e6e6e6;
}
.btn-addcart-home:hover {
    color: #fff;
    background: rgb(214, 25, 32); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61920', endColorstr='#c0171d', GradientType=0 ); /* IE6-9 */
}
.btn-addcart-now {
    display: block;
    padding: 12px 30px;
    font-family: "Muli-B";
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: rgb(214, 25, 32); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(214, 25, 32, 1) 0%,
        rgba(202, 24, 30, 1) 50%,
        rgba(192, 23, 29, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61920', endColorstr='#c0171d', GradientType=0 ); /* IE6-9 */
}
.btn-contact {
    display: block;
    padding: 12px 20px;
    font-family: "Muli-B";
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background-color: #d71920;

    /*
    background: rgb(214,25,32); 
    background: -moz-linear-gradient(top, rgba(214,25,32,1) 0%, rgba(202,24,30,1) 50%, rgba(192,23,29,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(214,25,32,1) 0%, rgba(202,24,30,1) 50%, rgba(192,23,29,1) 100%); 
    background: linear-gradient(to bottom, rgba(214,25,32,1) 0%, rgba(202,24,30,1) 50%, rgba(192,23,29,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61920', endColorstr='#c0171d', GradientType=0 ); 
	*/
}

.pro-detail-top {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
}
.error {
    border: solid 1px #ff0000 !important;
}
.txt-contact {
    height: 42px;
    margin-bottom: 14px;
    width: 100%;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding-left: 5px;
    font-family: Arial;
}
.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    background: #d71920;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}
.contact-title {
    margin: 0px;
    padding: 0px;
    font-family: R-b;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}


.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}
.search-mobile input {
    width: 100%;
    height: 30px;
}
.title-news-detail {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.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;
}
.footer-title {
    margin: 0px;
    font-family: Muli-B;
    font-size: 16px;
    text-align: left;
    color: #333 !important;
}
.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}
/*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: #d61820;
    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: 9999;
    width: 50%;
    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;
}
.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;
}
.cat-home-name {
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    color: #555;
    font-family: "Muli-B";
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.cat-home-name a {
    color: #333;
}
.cat-home-intro {
    text-align: justify;
}
.title-info-home {
    margin: 5px 0px;
    padding: 0px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
.title-cat-home {
    margin: 5px 0px;
    padding: 0px;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-family: "Muli-B";
}
.title-cat-home a {
    color: #3f3f3f;
}
.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
}
.news-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
}
.news-home-name a {
    color: #333;
}
.product-item {
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 15px;
    border: solid 1px #ccc;
}
.product-item:hover {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.product-item img {
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 12px;
}
.product-name {
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    color: #414141;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 42px;
}
.product-name a {
    color: #414141;
}
.product-name a:hover {
    color: #d71920;
}
.product-info {
    min-height: 100px;
}

.product-item-img {
    min-height: 185px;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: normal;
    color: #414042;
    font-family: "Muli-B";
    font-weight: normal;
}
.pro-spec {
    text-align: center;
    padding: 10px 40px;
}
.pro-spec img {
    filter: grayscale(100%) opacity(50%);
}
.hover-line {
    margin: 0px 30px;
    border-bottom: solid 1px #fff;
}
.pro-spec:hover img {
    filter: grayscale(0);
}
.pro-spec:hover .hover-line {
    border-bottom: solid 1px #d61820;
}
.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}
.content-detail a {
    color: #333;
}
.content-detail a:hover {
    color: #d61820;
}
.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}
.longPageNavigationDiv a {
    color: #333;
}
.longPageNavigationDiv ul {
    padding-left: 20px;
}
.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}
.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}
.info-video {
    padding: 0px;
    background: rgba(221, 221, 221, 0.5);
    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;
    padding: 0px 14px 3px 12px;
    background: #ddd;
    border-radius: 50%;
    color: #999;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
    z-index: 999;
}
.btn-next {
    right: -40px;
}
.btn-prev {
    left: -40px;
}
.btn-next:hover,
.btn-prev:hover {
    background: #d61820;
    color: #fff;
}
.hotline-top {
    font-family: "Muli-B";
    color: #2c2c2c;
    font-size: 15px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.hotline-top .fa {
    color: #d61820;
    font-size: 18px;
}
.box-search {
    margin-top: -50px;
    z-index: 999;
    width: 100%;
}
.box-content-fillter {
    padding: 15px 20px;
    background: rgba(214, 24, 32, 0.99);
    border-radius: 10px;
}
.box-content-fillter1 {
    padding: 15px 0px;
    background: rgba(214, 24, 32, 0.99);
}
.fil-item {
    width: 100%;
    padding: 0px 2px;
}
.fil-item input {
    width: 100%;
    height: 40px;
    border: none;
    padding-left: 5px;
    border-radius: 5px;
}
.fil-item select {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
}

.advSearch-cbo {
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    padding-left: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.btn-fillter {
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Muli-B";
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    background: rgb(254, 46, 53); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(254, 46, 53, 1) 0%,
        rgba(183, 20, 26, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(254, 46, 53, 1) 0%,
        rgba(183, 20, 26, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(254, 46, 53, 1) 0%,
        rgba(183, 20, 26, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2e35', endColorstr='#b7141a', GradientType=0 ); /* IE6-9 */
}
.adv-search {
    display: block;
    background: url(/images/icon-adv-search.png) no-repeat 0px center;
    color: #fff;
    font-family: "Muli-B";
    font-size: 14px;
    padding: 12px 0px;
    padding-left: 60px;
}
.search-cat-item {
    text-align: center;
}
.search-cat-name {
    color: #fff;
    font-family: "Muli-B";
}
.search-cat-item img {
    filter: brightness(10);
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}

.search-cat-name.search-cat-name1 {
    font-size: 11px;
}
.video-home-name {
    padding: 0px;
    margin: 0px;
    background: #d71920;
    color: #fff;
    padding: 11px;
}
.menuboxfooter {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
.menuboxfooter li {
    padding: 3px 0px;
    list-style: none;
}
.menuboxfooter li .fa {
    font-size: 10px;
    color: #d61820;
    margin-right: 6px;
    float: left;
    margin-top: 4px;
}
.column-count-2 .menuboxfooter {
    column-count: 2;
}
.tab-name {
    display: block;
    float: left;
    margin-right: 5px;
    font-family: "Muli-B";
    color: #555555;
    padding: 15px 30px;
    text-align: center;
    background: #e1e1e1;
    transform: skewX(30deg);
}
.tab-name span {
    display: block;
    transform: skewX(-30deg);
}
.tab-name:first-child {
    transform: skewX(0deg);
    border-radius: 10px 0px 0px 0px;
    margin-right: 0px;
}
.tab-name:first-child span {
    transform: skewX(0deg);
}
.tab-name:nth-child(2) {
    margin-left: -15px;
    border-left: solid 4px #fff;
}
.tab-actived {
    background: #d71920;
    color: #fff;
}
.tab-content {
    display: none;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 5px #ccc;
    border-radius: 0px 0px 10px 10px;
}
.icon-menu {
    float: left;
    position: relative;
    cursor: pointer;
}
.swiper-opacity .swiper-slide {
    opacity: 0.5;
}
.swiper-opacity .swiper-slide .swiper-text {
    display: none;
}
.swiper-opacity .swiper-slide-active,
.swiper-opacity .swiper-slide-next {
    opacity: 1;
}
.swiper-opacity .swiper-slide-active .swiper-text,
.swiper-opacity .swiper-slide-next .swiper-text {
    display: block;
}
.product-wrapper {
    background: url(../images/product-bg.png) #e6e6e6 no-repeat left center;
}
.card-reg-img {
    margin: 0px 5px;
    box-shadow: 2px 2px 6px #ccc;
}
.card-reg-img img {
    display: block;
}
.txt-reg {
    margin-bottom: 15px;
}

.service-form-wrapper {
    background: url(../images/page-pattern.png) #fbfbfb no-repeat left 150px;
}
/*
.service-form-wrapper-inner {
    background: url(..page-pattern-flip.png) no-repeat right bottom;
}
*/
.service-form {
    background: url(../images/dangkyform-bg.png) no-repeat left center;
    margin: 0px 100px;
    padding: 50px 250px;
    border-radius: 10px;
}
.line-frm {
    margin-bottom: 10px;
}
.box-cat-offer {
    box-shadow: 0px 10px 10px #ccc;
}
.item-product-home {
    background: #f8f8f8;
    border-radius: 20px;
}
.drop-content-mobile-product {
    position: relative;
    margin-bottom: -5px;
}
.drop-content-mobile-product:after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome;
    top: 15px;
    right: 10px;
    color: #333;
}
.drop-content-mobile-product div {
    background: #d71920;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #fff;
}
.drop-content-mobile-product:hover div {
    border: solid 1px #eee;
}
.drop-content-mobile-product ul {
    padding: 0px;
    margin: 0px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 4;
}
.drop-content-mobile-product ul li {
    list-style: none;
    padding: 6px 10px;
    border-bottom: solid 1px #eee;
}
.drop-content-mobile-product ul li.actived {
    background: #eee;
}
.drop-content-mobile-product ul li:hover {
    background: #eee;
}
.box-content-pro-detail {
    background: rgb(232, 232, 232);
    background: -moz-linear-gradient(
        top,
        rgba(232, 232, 232, 1) 0%,
        rgba(241, 241, 241, 1) 14%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(232, 232, 232, 1) 0%,
        rgba(241, 241, 241, 1) 14%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(232, 232, 232, 1) 0%,
        rgba(241, 241, 241, 1) 14%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0 );
    padding: 20px;
    box-shadow: 0px 5px 5px #ccc;
    border-radius: 0px 0px 10px 10px;
}
.box-content-pro-detail {
    display: none;
}
#product_home {
    overflow: hidden;
}
.imageservice {
    position: relative;
    border: solid 1px #eee;
}
.imageservice img {
    display: block;
}
.imageservice span {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 0px;
    background: #d71920;
    padding: 5px;
    color: #fff;
    font-family: Muli-B;
    font-size: 15px;
}
.imageservice span:after {
    width: 100%;
    content: "";
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-bottom: solid 20px #d71920;
    border-left: solid 42px transparent;
}
.search-cat-name.new {
    position: relative;
}
.search-cat-name.new:after {
    position: absolute;
    background: url(../images/new.png);
    top: 0px;
    right: -40px;
    width: 35px;
    height: 19px;
    content: "";
}
.bngaycap {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px !important;
}
.bngaycap:after {
    height: 25px;
    top: 5px;
    background: #333;
    width: 1px;
    position: absolute;
    left: 50%;
    content: "";
}
.txt-ngaycap {
    width: 100%;
    height: 33px;
    border: none;
}
.radio-sex {
    position: relative;
    margin-right: 10px;
}
.radio-sex input {
    width: 23px;
    height: 23px;
    opacity: 0;
}
.radio-sex .check-mark:before {
    width: 23px;
    height: 23px;
    border: solid 1px #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -2px;
    left: 0px;
    content: "";
    position: absolute;
}
.radio-sex input:checked ~ .check-mark:after {
    width: 17px;
    height: 17px;
    top: 1px;
    left: 3px;
    background: #d61820;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.hotlineFooter {
    position: fixed;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1478be;
    bottom: 0;
    left: 0;
    z-index: 10000;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    display: none;
}
.hotlineFooter a {
    color: #ffea00;
    font-size: 16px;
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 80px;
    left: 5px;
    opacity: 0.1;
    position: absolute;
    top: 5px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px;
}
.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 24px;
    transform-origin: 50% 50% 0;
    width: 40px;
}
.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #ffada8;
    opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #ff0000;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #ff0000;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #ff0000;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #d61820;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #eb278d;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #d61820;
}
@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 20px;
    line-height: 40px;
    padding-left: 10px;
    color: #fff;
}
@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
#suntory-alo-phoneIcon {
    display: none;
}

.thumb-slide-banner img {
    border: solid 2px transparent;
}

.swiper-slide-thumb-active img {
    border: solid 2px #fec200;
}

.title-p {
    margin: 0px;
    padding: 0px;
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-size: 30px;
    color: #484848;
    text-align: center;
    font-weight: normal;
    position: relative;
}

/*
.title-p:after{
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        bottom:-8px;
        height:3px;
        width:38px;
        background:#d71920;
        content:"";
}
*/

.cell-list {
}
.btn-view-detail-service {
    position: absolute;
    bottom: 10px;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #3e3e3e;
    display: inline-block;
    padding: 10px 25px;
    font-family: Muli-B;
    font-size: 16px;
    transition: background 0.3s;
}
.service-c:hover .btn-view-detail-service {
    background: #d3191f;
    transition: background 0.3s;
    color: #fff;
}
.btn-view-detail-service:hover {
    background: #d3191f;
    transition: background 0.3s;
    color: #fff;
}
.image-service img {
    transition: transform 0.3s;
}
.image-service:hover img {
    transform: scale(1.1);
    transition: transform 0.3s;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.service-c-name {
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px;
    color: #3c3c3c;
}
.service-c-name a {
    color: #3c3c3c;
}
.hduudai {
    font-family: Muli-B;
    font-size: 20px;
    color: #3f3f3f;
}
.hduudai > i {
    width: 19px;
    height: 23px;
    display: block;
    margin-right: 5px;
    background-position: center;
    float: left;
}
.hduudai > i.uu1 {
    background: url(../images/uu1.png) no-repeat;
}
.hduudai > i.uu2 {
    background: url(../images/uu2.png) no-repeat;
}
.hduudai > i.uu3 {
    background: url(../images/uu3.png) no-repeat;
}
.hduudai > i.uu4 {
    background: url(../images/uu4.png) no-repeat;
}
.hduudai > i.uu5 {
    background: url(../images/uu5.png) no-repeat;
}
.hduudai > i.uu6 {
    background: url(../images/uu6.png) no-repeat;
}
.textuudai {
    padding-left: 24px;
    padding-top: 5px;
    color: #3f3f3f;
}
.textuudai ul {
    margin: 0px;
    padding: 0px;
}
.textuudai ul li {
    list-style: none;
    position: relative;
    padding-left: 10px;
}
.textuudai ul li:before {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    left: 0px;
    font-size: 8px;
    top: 5px;
    color: #d71920;
}
.service-box-info {
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 10px #eee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.btn-service-view-map {
    text-align: center;
    position: relative;
}
.btn-service-view-map span {
    position: relative;
    padding-right: 44px;
    min-height: 34px;
    line-height: 34px;
    font-family: Muli-B;
    font-size: 16px;
    color: #3f3f3f;
}
.btn-service-view-map span:after {
    width: 34px;
    height: 34px;
    background: url(../images/icon-gmap.png) no-repeat center;
    position: absolute;
    right: 0px;
    content: "";
}

.btn-service-view-map.showmap:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.service-countdown {
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #3f3f3f;
}
.label-clock {
    position: relative;
    padding-left: 30px;
    align-self: center;
    line-height: 34px;
}
.label-clock:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f017";
    top: 0px;
    left: 0px;
    font-size: 24px;
}
.countdown-detail {
    padding-left: 10px;
}
.countdown-detail span {
    margin: 0px 5px;
}
.countdown-caption {
    position: relative;
}
.countdown-caption:after {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 1px;
    background: #ccc;
    height: 15px;
    content: "";
}
.countdown-detail .countdown-caption:last-child:after {
    display: none;
}

.Brand-name {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.ullist .active {
    background: #eee;
}

.mapinfo {
    line-height: 22px;
}
.btn-reg-open-card {
    padding: 20px 10px;
    background: #d71920;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Muli-B;
}
/*
.uudai-cell{
        color:#575656
}
*/
.uudai-cell,
.uudai-cell-card {
    width: 100%;
    padding-left: 24px;
    position: relative;
    min-height: 24px;
}
.uudai-cell:before {
    content: "\f06b";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 22px;
    font-family: FontAwesome;
    color: #767676;
}
.uudai-cell-card:before {
    content: "\f09d";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    font-family: FontAwesome;
    color: #767676;
}
#slideuudai .swiper-slide {
    opacity: 0.5;
}
#slideuudai .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.uudai-arrow-prev,
.uudai-arrow-next {
    width: 63px;
    height: 63px;
    position: absolute;
    top: 45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
    outline: none;
}
.uudai-arrow-prev {
    background-image: url(../images/uudai-prev.png);
    left: -30px;
}
.uudai-arrow-prev:hover {
    background-image: url(../images/uudaiprev.png);
}
.uudai-arrow-next {
    background-image: url(../images/uudai-next.png);
    right: -30px;
}
.uudai-arrow-next:hover {
    background-image: url(../images/uudainext.png);
}

.otheruudai:after {
    width: 1000px;
    height: 100%;
    position: absolute;
    right: -1005px;
    opacity: 0.5;
    content: "";
    background: #fff;
    z-index: 2;
    top: 0px;
}

.otheruudai:before {
    width: 1000px;
    height: 100%;
    position: absolute;
    left: -1005px;
    opacity: 0.5;
    content: "";
    background: #fff;
    z-index: 2;
    top: 0px;
}

.view-more-cat {
    border: solid 1px #dcdcdc;
    padding: 12px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    transition: background 0.3s;
    color: #464646;
}
.view-more-cat:hover {
    background: #eaeaea;
    transition: background 0.3s;
}
/*
.thumb-slide-banner{
        position:absolute;
        bottom:60px;
        left:50%;
        transform:translateX(-50%);	
        z-index:3;
}
.thumb-slide-banner .thumb{

        position:absolute;
        right:0px;
        bottom:0px;
        text-align:right;
}
*/
.thumb-slide-banner {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.thumb-slide-banner .thumb {
    width: 50%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.thumb-slide-banner .thumb .swiper-slide img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.arrow-service-home-prev,
.arrow-service-home-next {
    width: 63px;
    height: 63px;
    position: absolute;
    top: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
    outline: none;
    opacity: 0.8;
}
.arrow-service-home-prev {
    background-image: url(../images/uudai-prev.png);
    left: -63px;
}
.arrow-service-home-prev:hover {
    background-image: url(../images/uudaiprev.png);
    opacity: 1;
}
.arrow-service-home-next {
    background-image: url(../images/uudai-next.png);
    right: -63px;
}
.arrow-service-home-next:hover {
    background-image: url(../images/uudainext.png);
    opacity: 1;
}

.offer-home .swiper-slide {
    opacity: 0.5;
}
.offer-home .swiper-slide.swiper-slide-next,
.offer-home .swiper-slide.swiper-slide-active,
.offer-home .swiper-slide.swiper-slide-prev {
    opacity: 1;
}
.box-detail-offer {
    padding: 20px;
    border: solid 1px #d0d0d0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.title-content-offer {
    color: #3f3f3f;
    font-size: 24px;
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    margin: 0px;
    padding: 0px;
}
.image-service img {
    -webkit-border-radius: 4px;
    border-radius: 4spx;
}
.news-name-c {
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #3d3d3d;
    margin: 0px;
    padding: 0px;
}
.news-name-c a {
    color: #3d3d3d;
}
.news-name-c a:hover {
    color: #d61820;
}

.box-news-detail {
    background: #fff;
    box-shadow: 3px 5px 10px #eee;
    padding: 20px;
}
.name-news-detail {
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    margin: 0px;
}
.title-other-news {
    font-family: Muli-B;
    color: #404040;
    font-size: 20px;
    border-bottom: solid 3px #dadada;
    padding-bottom: 5px;
}
.kw-mobile {
    width: calc(100% - 35px);
    height: 30px;
    border: solid 1px #ccc;
    padding: 0px 5px;
}
.submit-search-mobile {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    color: #333;
}
.hotline-icon-top {
    width: 31px;
    float: right;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #333;
    border: solid 1px #d71920;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #d71920;
    font-size: 14px;
}
.lang-vn-mobile,
.lang-en-mobile {
    position: relative;
    padding-left: 35px;
    line-height: 30px;
    color: #333;
}
.lang-vn-mobile:before,
.lang-en-mobile:before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
}
.lang-vn-mobile:before {
    background-image: url(../images/flag-vi.png);
}
.lang-en-mobile:before {
    background: url(../images/flag-en.png);
}
.cell-2-footer {
    position: relative;
    width: calc(50% - 10px);
}
.fax-phone .cell-2-footer:first-child:after {
    position: absolute;
    top: 0px;
    right: -10px;
    background: #fff;
    height: 100%;
    width: 1px;
    content: "";
}
.fax-phone a {
    color: #fff;
}

.exp-div {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.form-title {
    font-family: Muli-B, Tahoma, Geneva, sans-serif;
    font-size: 24px;
    color: #484848;
    text-align: center;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}

#tocList {
    margin: 0px;
}

#slide_cat img {
    display: block;
}

.footer-contact {
    float: left;
    margin-right: 40px;
    font-size: 13px;
}

.footer-contact img {
    float: left;
}

.service-item {
    position: relative;
    padding: 10px;
    min-height: 400px;
}
.service-item:hover {
    box-shadow: 0px 0px 5px #ccc;
    background: #fff;
}

.service-bg {
    background: url(../images/page-pattern.png) no-repeat left center;
}

.cat-show-more {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.show-more-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    width: 100%;
    padding: 13px;
    text-align: center;
    font-family: "Muli-B";
    font-size: 18px;
    padding-top: 50px;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 35%,
        rgba(255, 255, 255, 1) 55%,
        rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 35%,
        rgba(255, 255, 255, 1) 55%,
        rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 35%,
        rgba(255, 255, 255, 1) 55%,
        rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.addthis_default_style {
    text-align: center;
    width: 160px;
    margin: 0 auto;
}
.xem-them {
    color: #666;
    font-family: "Muli-SB";
}
.xem-them:hover {
    color: #d61820;
}

.search_cat_active {
}

.arrow-div {
    position: relative;
    background: #fff;
}
.arrow-div:after,
.arrow-div:before {
    top: 129%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #dddddd;
    border-width: 7px;
    margin-left: -7px;
}

.dkvay-form {
}

.dkvay-form em {
    font-size: 13px;
}

.dkvay-form-title {
    padding: 12px 20px;
    font-family: "Muli-B";
    /* float: left; */
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background-color: #d71920;
    max-width: 300px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.form-customer {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f8f8;
    font-family: Arial, sans-serif;
}

.form-customer h2 {
    text-align: center;
    background-color: #c00;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

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

label {
    display: block;
    margin-bottom: 6px;
}

.required {
    color: red;
}

.form-control {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

small {
    display: block;
    color: #666;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row select {
    flex: 1;
}

.radio-group label {
    display: block;
    margin-bottom: 8px;
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.btn-submit-form {
    background-color: #d71920;
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-form:hover {
    background-color: #001f4d;
}

.btn-reset-form {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-reset-form:hover {
    background-color: #30005f;
}

/* 
form.form-group .radio-group:has(input:invalid) {
	outline: 1px dashed red;
	padding: 8px;
	border-radius: 4px;
} */

.form-section {
    position: relative;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 10px;
    background: #fff;
    min-height: 640px;
}

.pc-top--10 {
    margin-top: -10px;
}
/* login_member */

.login-box {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.title-form-reg {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}


.login-box strong {
    display: block;
    text-align: center;
    color: #666;
    font-weight: 500;
}


.login-box .line-frm {
    position: relative;
    margin: 20px 0;
}


.line-frm-icon {
    position: absolute;
    top: 15%;
    left: 12px;
    /* transform: translateY(-50%); */
    color: #888;
    font-size: 16px;
}


input.txt-contact {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: border 0.3s ease;
    font-size: 16px;
}

input.txt-contact:focus {
    border-color: #4a90e2;
    background-color: #fff;
    outline: none;
}


.btn-reg {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #4a90e2, #007aff);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Muli-B";
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-reg:hover {
    background: linear-gradient(135deg, #357abd, #005bb5);
    transform: scale(1.02);
}

.member-input{
	width:100px;
	height:26px;
}
.member-button{
	width:100px;
	height:26px;
	background: #D71920;
	color:#FFF;
	border:none;
	box-shadow:0 1px 1px #666;
}