:root {
    --maincolor: #1E73BE;
    --subcolor: #0E87F8;
    --textcolor:#333;
    --fontmain: "Roboto", sans-serif;
}
*{
    margin: 0px;
    padding: 0px;
}
html,
body {
    font-family: var(--fontmain);
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    color: #303030;
    font-weight:400;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 700;

}

a {
    text-decoration: none;
    color: currentColor;
}

b,
strong {
    font-weight: 700;
    font-family: var(--fontmain);

}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
/*
a img {
    display: block;
}
*/

#page {
    background: #fff;
    max-width: 100%;
    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-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.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;
}


.search-pc {
    display: block;

    margin-left: 10px;
}



.submit-search-pc {
    float: left;
    color: #737373;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 20px;
}
.icon-search {
    position: relative;

}

.closeX
{
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: -50px;

}
.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #CCC;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: rgba(0, 0, 0, 0.25);

    border-radius: 2px;
    background: #FFF;
}
.search-pc ::placeholder
{
    color: rgba(0, 0, 0, 0.25);
}
.search-pc .fa {
    color: #FFF;
}

#searchformtab
{
    position: relative;
    display: flex;
}

#searchformtab input{
    width: calc(100% - 40px);
}

.search-icon{
    color: #FFF;
}
.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;
}
.header {
    background: transparent;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    width: 100%;
    transition: all .5s ease-in-out;
}

header.header-fixed {
    position: fixed;
    background: #fbfbfb;
	z-index: 99999;
    border-bottom: 1px solid #d3d2d2;
}
.header-fixed .nav>li {
    height: 60px;
    line-height: 60px;
}

.header-fixed .logo {
    margin-top: 0px;
    max-width: 150px;
}
.topheader
{
    padding: 5px;
    padding-bottom: 3px;
    background-color: var(--maincolor);
}
.menutop ul
{
    display: flex;
    list-style-type: none;
    float: left;
    background: #f1f2f221;
}

.menutop ul li{
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
}
.logo {
    float: left;
    padding: 5px 0;
    width: 100%;
    max-width: 200px;
}

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

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

.menubar {

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    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: #404040;
    display: inherit;
    padding: 0px;
    padding: 0 8px;
    font-size: 17px;
    font-family: var(--fontmain);
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition:all .5s ease-in-out
}
.nav>li>a:hover{
    color:var(--maincolor);
}
.nav>li:hover>a::before{
    width: 90%;

}
.nav>li.active>a::before{
    width: 90%;

}
.nav>li.active a
{
    color:var(--maincolor);
}

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

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    color: #0a0a0a;
    padding: 0px;

    z-index: 9;
    display: none;
    font-weight: normal;
    background: #FFF;
    text-transform: initial;
    border-radius: 5px;
    border-top: 3px solid var(--subcolor);
}

.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 {
    padding: 0px 10px;
    display: block;
    color: #232323;
    line-height: 18px;
    text-transform: initial;
    padding: 11px 10px;
    font-weight: 600;

}

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

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


.mega-menu {
    width: 100% !important;
    left: 0px !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 #0a0a0a;
    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: left;
    /* margin-top: 5px; */
    border: none;
    margin-left: 5px;
    width: 32px;
}

.lang-flag-mobile {
	display: block;
    width: 100%;
}

.lang-flag-mobile img{
    width: 30px;
    margin-right: 5px;
}

.lang-mobile-rounded{
    float: right;
	margin-right:5px;
    position: relative;
    width: 40px;
    height: 31px;
    top: 16px;	
    text-align: right;
	
}

.lang-mobile-drop{
	display:none;
	position:absolute;
	top:30px;
	z-index: 999;
    background: #FFF;
    box-shadow: 0px 1px 3px #333;
    border-radius: 5px;	
}

.burger
{
    width:50px;
    float:left;
}
.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 8px;
    background: #0000ff;
    float:right;
}
.crumb {
    background:#f1f2f2;

    padding: 5px 0px;
    font-size: 12px;


}

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

.crumb a {
    font-size: 14px;
    line-height: 24px;
    color:var(--maincolor);
    font-weight: 400;

    text-align: center;
}

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

.crumb a:last-of-type {
    color:var(--maincolor);
    padding-left: 10px;
    font-weight: 700;
} 


/*  */

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #E5F1EE;
    border: solid 1px #eee;
}
.menuleft .title{
    background: var(--subcolor);
    color: #FFF;
    padding: 10px 15px;
    font-size: 17px;
    font-family: var(--fontmain);


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

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

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

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

.menuleft li a:hover {
    color: var(--subcolor);
}

.menuleft li a {
    color: #0a0a0a;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: var(--fontmain);

}

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

.menuleft>.actived>a {
    color: #0a0a0a;
    font-family: var(--fontmain);
}

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

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

.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: #0a0a0a;
}

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



#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;
}





.menutab {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 2px solid #e4e4e4;

    padding-bottom: 8px;
}

.menutab-item {


    text-align: center;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
    position:relative;

}

.menutab-item.active
{
    width:100%;
}
.menutab-item:nth-child(1)
{
    padding-left: 0px;
}
.menutab-item a {

    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 700;
    transition: all .5s ease-in;
    padding: 15px 15px;
    position:relative;

}
.menutab-item a:before
{
    content:"";
    width:0%;
    height:1px;
    background:--var(maincolor);
    position:absolute;
    bottom:0px;
    left:0px;

}

.menutab-item.actived a:before
{
    content:"";
    width:100%;
    height:1px;
    background:--var(maincolor);
    position:absolute;
    bottom:0px;
    left:0px;

}



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

.menutab-item:hover :before {
    width:100%
}
.menutab-item a:hover :before
.menutab .actived :before {
    width:100%

}


.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 {
    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;

}
#tabs-nav
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}
#tabs-nav li{

    list-style: none;
    text-align: center;
    color: var(--subcolor);
    margin: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #FFF;
}
#tabs-nav li.active a{
    color: var(--subcolor);
    font-family: var(--fontmain);

}


/*Modal*/
.blocker
{
    z-index:111!important;
}
.modal
{
    max-width: 100%!important;
    padding: 0px!important;
    border-radius:20px!important;
}
.modal a.close-modal, .modal-close
{
    opacity:0;
    display:none;
}
.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;
}
.modal-box {
    display: none;
    position: fixed;
    z-index: 1404040;
    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.5px;
    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: 1px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
    padding: 8px;
}

a.close {
    line-height: 1;
    font-size: 1.5px;
    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;
}
.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) 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;
}
.error {
    border: solid 1px red!important;
}

.btn {
    padding: 8px 15px;
    color: #222;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;

}

.btn:hover {
    background-color: #ff7e00;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
/* Active state */
.img-shine:active:after {
    opacity: 0;
}


.menu-mobile {
    display: block;
    float: left;
    color: #000;
    font-size: 30px;
    margin-left: auto;
	margin-top: 20px;
}

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

#simplePagerNav {
    display: flex;
    justify-content: center;
} 

.pagination {
    margin-bottom: 30px;
    display:flex;
    justify-content:center;
}
.page {
    display: none;
}
.pagination-item {
    text-decoration: none;
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #FFF;
    margin: 0 5px;
    border: 2px solid #b3b3b3;

}


.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color:var(--maincolor);
    margin: 0 5px;
    border: 2px solid #b3b3b3;

}

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




.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;
}


.form-title {
    font-family: var(--fontmain);
    font-size: 24px;
    font-weight: normal;

    text-align: center;
    width: 100%;
}


.sendmail__btn {
    background:var(--maincolor);
    text-align: center;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    height: 50px;
}



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


.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;
}
.line{
    border-bottom:1px solid #037c94;
}


.line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.line-w span {
    display: inline-block;
    margin-right: 5px;
    background: var(--subcolor);
    background-repeat: no-repeat;
    background-size: 90% 90%;
    width: 100px;
    height: 3px;
    margin-top: 10px;
}

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


.Tocct {
    border: 1px solidvar(--maincolor);
    margin-top: 30px;
    border-radius: 25px;
    max-width: 100%;
    padding: 25px;
    position: relative;
}
.longPageTOC {
    font-size: 20px;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.TOCShowHide.hideTOC {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #00b8ce;
}
.longPageNavigationDiv {
    padding: 10px;



    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #0a0a0a;
}

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

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
    font-size: 14px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}
.btndangnhap
{
    background-color:var(--maincolor);
    color:#FFF;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 18px;
}




/* home */
.slidehome{
    position: relative;
}
.slidehome-content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    color: #303030;
    animation: btom-to-top 3s ;
    animation-iteration-count: 1;
    animation-direction: reverse;
    font-size: 20px;
    color: #303030;
    font-weight: 500;
    font-family: "Bai Jamjuree";
}
.search-form {
    position: relative;
    padding: 30px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 1px 5px 9px #0000002e;
}
.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: #0a0a0a;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color:var(--maincolor);
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}
.header-mobile {
    background: #fff;
    border-bottom: solid 2px #2c9fcb;
}

.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 {

    border: none;


    margin-bottom: 0px;
    color: #0a0a0a;
    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;
}
.btn-xemthem
{
    text-align: center;
    padding:10px 25px;


    background-color:var(--maincolor);
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Bai Jamjuree";
}
.btn-all
{
    text-align: center;
    padding:10px 25px;



    font-size: 20px;
    line-height: 20px;
    color: #030303;
    border:1px solidvar(--maincolor);
    font-weight: 500;
    font-family: "Bai Jamjuree";
}

.slidehome-content h1{
    font-size: 38px;
    text-transform: uppercase;
    color:var(--maincolor);
    font-weight: 700;
    font-family: var(--fontmain);
}

.search-form input::placeholder
{
    color: #909090;
    font-family: var(--fontmain);
    font-size:18px;
    height:50px;
}
.search-form input{
    border:none;
    outline: none;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left:35px!important;

    font-family: var(--fontmain);

}
.search-form .search-icon--input{
    color:#909090;
}
.search-form select{
    outline: none;
    width: 100%;
    font-family: var(--fontmain);
    font-weight: 500;
    height: 50px;
    border-radius: 5px;
    border:1px solid #a0a0a0;
    font-size:20px;
}
input:focus-visible, select:focus-visible{
    border:1px solid #a0a0a0
}
.btn-search
{
    background: #3983c4;
    color: #FFF;
    padding: 6px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.homecat-title{
    font-size: 30px;
    text-transform: uppercase;
    color:var(--subcolor);
    font-weight: 700;

    text-align: left;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
}

.homecat-intro
{
    margin: auto;
    text-align: center;
    max-width: 800px;
}
.pagecat-title{
    text-align: left;
    color: #282828;
    font-family: var(--fontmain);


    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.3;
}

.homecat-title a, .pagecat-title a {
    color: currentColor;
}


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

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

.footer {
    background-color: #4A759F;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF;
}


.footer a {
    color: #FFF;
}
.text-center{
    margin: auto;
    text-align: center;
}

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

.footer-block {
    padding-left: 0px;
    margin-top: 20px;
}
.footer-logo
{
    padding: 30px 0px;
}
.footer-block .info
{

    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    /* margin-bottom: 10px; */
    line-height: 2;
}
.footer-block .info i
{
    margin-right: 10px;
}
.footer-social, .social
{
    display: flex;
    align-items: center;
    justify-content: center;

}
.social li{
    list-style-type: none;
    padding: 3px;
    color: #FFF;
}
.footer-social li{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #FFF;
    line-height: 40px;
    margin: 10px;
}
.menuboxfooter, .menufooter
{
    padding: 0px;
    list-style-type: none;
    font-size:16px
}
.menuboxfooter li, .menufooter li{
    margin-bottom: 8px;
    border-bottom: 1px solid #a3a3a36c;
}
.menuboxfooter a, .menufooter a{
    color: #FFF;
    transition: all .5s ease-in;
}
.footer-title {
    font-size: 17px;
    color: #FFF;

    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.menuboxfooter a:hover{
    color: #FFF;
}
.footer-copyright {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    border-top: 1px solidvar(--maincolor);
}
.star-rate{
    background: url(/images/starrate.png) right top no-repeat;
    height: 30px;
    width: 100%;
    background-size: auto;
}
.rate1
{
    background-position-y: -116px;
}
.rate2{
    background-position-y: -86px;
}
.rate3{
    background-position-y: -58px;
}
.rate4{
    background-position-y: -30px;
}
.rate5{
    background-position-y: 0px;
}
.img-poster
{
    position: relative;
}
.img-poster img {
    display: block;
}
.poster-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    text-align: center;
}
.frm-contact input{
    width:100%;
    padding:15px;
    border:1px solid #9c9c9c;
    margin-bottom:10px
}
.frm-contact input.btn-contact
{
    background:var(--maincolor);
    color:#FFF;

    text-transform:uppercase
}
.line-title {
    font-weight: 600;
}
.featured-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.featured-item-img {
    width: 40%;
}
.featured-item-content {
    width: 60%;
    overflow: hidden;
    padding-left: 10px;
    line-height: 1.4;
}
.featured-item-name
{
    font-weight: 700;
}
.featured-item-img img{
    border-radius: 5px;
}
.slide-btn-next, .slide-btn-prev
{
    position: absolute;
    padding: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);margin-top: -30px;
    width: 45px;
    height: 45px;
    font-size: 17px;
    text-align: center;
    z-index: 999;
    background: rgba(255,255,255,0.8);
    border: solid 1px #EEE;
}
.slide-btn-next{
    right: -1px;
}
.slide-btn-prev
{
    left: -1px;
}
/* home */
.homenews
{
    position: relative;
}
.homeinfo-thumbs
{
    position: relative; 
}
.swiperinfo-button-next.slide-btn-next
{
    right: -35px;
}
.swiperinfo-button-prev.slide-btn-prev{
    left: -5px;
}
.product-item__name
{
    font-size: 16px;
    font-weight: 700;
    color: var(--subcolor);
    padding: 15px 10px;
    text-transform: uppercase;
    transition: all .5s ease-in;
}
.product-image
{
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.product-image img{
    width: 100%;
    height: 100%;
    transition: all .5s ease-in;
}
.product-item{
    border: 1px solid #f1f2f2;
    border-radius: 5px;
    margin-bottom: 30px;
}
.product-item:hover .product-image img
{
    transform: scale(1.05);
}
.product-item:hover .product-item__name
{
    color: #FFF;
    background-color: var(--subcolor);
}

.slider-product:hover .homeproduct-button-prev, .slider-product:hover  .homeproduct-button-next{
    opacity: 1;
}
.slider-product
{
    position: relative;
}
.homeservice-wrapper 
{ 
    background-image: url(/uploaded/files/bg-homeservice.jpg);

}
.homeservice-wrapper .homecat-title, .homeleader-wrapper .homecat-title{
    color: #FFF;
}
.homeservice-item
{
    background-color: #FFF;
    border-radius: 20px;
} 
.homeservice-item img
{
    border-radius: 20px 20px 0px 0px;
}
.homeservice-name {
    text-align: center;
    padding: 10px;
    color: var(--maincolor);
    font-weight: 600;
    text-transform: uppercase;
} 
.btn-all a{
    background-color: var(--subcolor);
    color: #FFF;
    padding: 10px 25px;
}
.homeleader-wrapper
{
    background-position: center;
    background-size: 100%;
    background-image: url(/uploaded/files/bg-homeservice.jpg);
}
.homeleader-item img{
    width: 100%;
    padding: 10px;
    max-width: 250px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.homeleader-name
{
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 10px;
}

.homeleader-name .fa-whatsapp
{
    color: #FFF;
    width: 35px;
    height: 35px;
    background-color: #41A248;
    text-align: center;
    line-height: 35px!important;
    border-radius: 20px;
}


.homeleader-item
{
    margin-bottom: 20px;
	text-align:center;
}
.homenews-item__name
{
    font-size: 20px;
    font-weight: 600;
    color: var(--maincolor);
    padding: 10px 0px;
}
.homenews-item
{
    position: relative;
    margin-left: 5px;

}
.homeleader-item:hover .text-line-5{ 
    color: var(--subcolor);
}
.creatdate
{
    position: absolute;
    width: 60px;
    height: 60px;
    left: -10px;
    top:30px;
    background-color: #FFF;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: all .5s ease-in;
    color: var(--maincolor);
    text-align: center;
    padding:7px 5px;
    border:3px solid var(--maincolor);
    line-height: 22px;    
}
.homenews-item:hover .creatdate{
    background-color: #0059bd;
    color: #FFF;
}

.news-item--name{
    margin: 5px 0px;
    color: #0e8bff;
    font-size: 18px;
}
.news-item--name a{
    color: #0e8bff;
}

.google-news{
    background: #EEE;
    border-radius: 15px;
    padding: 1px 10px;
    font-size: 15px;
    float: left;
    margin-left: 30px;
}

.google-news img {
    padding-left: 10px;
    display: inline-block;
}


.tocWrap{

}

.tocContent{

}
.tocContent h2{
	padding: 10px 0px;
    font-weight:bold;
	color: var(--subcolor);
	font-size:20px;
}
.tocContent h3{
	padding: 5px 0px;
    font-weight:bold;
	color: var(--subcolor);
	font-size:16px;
}

.longPageTOC{
    cursor:pointer;
    background:#DDD;
    padding:10px;	
}

.longPageNavigation{
    background:#EEE;
    padding-left: 10px;	

}

.longPageNavigationDiv ul{
    padding:0;
    margin:0;
}


.homecat-title--spc, .title-left{
    font-size: 24px;
    text-transform: uppercase;
    color: var(--subcolor);
    font-weight: 700;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    margin: 0px;    
	
}


.title-left a{
    color:#FFF;
}
.founder{
    background-image: url(/uploaded/gioi-thieu/bgfounder.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:30px
}

.founder-name {
    color: #e1a730;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.content-detail{

}
.content-detail ul{
    padding-left: 20px;
}

.muangay-btn, .addcart-btn{

    display: block;
    padding: 9px 20px;
    background: #27d467;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.muangay-btn{

}

.addcart-btn{
    background: #3983c4;
    color: #FFF;
}

.product-detail-wrapper{
    background: #f0f0f0;
}

.pro-detail-intro{
    border-bottom: solid 1px #CCC;
    padding: 5px;
}

.product-detail-intro{
    padding: 10px;
    border: 1px dashed #CCC;
    border-radius: 5px;
}

pre{
    text-wrap: wrap;
}

.btn-search-mobile{
    background: #0000ff;
    float: right;
    margin-right: 10px;
    color: #FFF;
    padding: 4px 9px;
    padding-top: 5px;
    border-radius: 50%;
    margin-top: 15px;
}

.poster-wrapper{
	text-align:center;
}

.content-detail .blockquote{
	padding: 4px 10px;
    border-left: solid 3px #0000fe;
    margin: 10px;
	
}

.goog-te-gadget .goog-te-combo{
	float: left;
    margin: 0px !important;
    margin-right: 5px !important;
}

.goog-te-gadget {
    padding-top: 5px;
}

body{
	top:0 !important;
}
.skiptranslate{
	display: none;
}

#google_translate_element{
  display: none;
}
.fixed-social{
	position: fixed;
    left: 15px;
    top: 100px;
	z-index:111;
}
.fixed-social ul
{
	    list-style-type: none;
    text-align: center;
}
.fixed-social ul li 
{
	 
}
.fixed-social ul li img {
    max-width: 100%;
    padding: 10px;
}
.fixed-social ul li {
        width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #898989;
    margin-bottom: 10px;
    background: #FFF;
	transition: all .5s ease;
}
.fixed-social li.facebook
{
	color:#0866FF;
}
.fixed-social li.instagram
{
	color:#FC255C;
}
.fixed-social li.twitter
{
	color:#1D9BF0;
}
.fixed-social li.envelope
{
	color:#EA4335;
}
.fixed-social li.youtube
{
	color:#FE0000;
}.fixed-social li.alibaba
{
	color:#FC255C;
}.fixed-social li.facebook:hover
{
	background-color:#0866FF;
	color:#FFF;
}
.fixed-social li.instagram:hover
{
	background-color:#FC255C;
	color:#FFF;
}
.fixed-social li.twitter:hover
{
	background-color:#1D9BF0;
	color:#FFF;
}
.fixed-social li.envelope:hover
{
	background-color:#EA4335;
	color:#FFF;
}
.fixed-social li.youtube:hover
{
	background-color:#FE0000;
	color:#FFF;
}
.fixed-social li.alibaba:hover
{
	
    background: #dddddd;
}