:root {
    --maincolor: #091853;
    --subcolor: #152f97;
    --textcolor: #303030;
    --yellow: #f69727;
    --fontmain: "Montserrat", serif;
    --fontB: Arial-B;
}
* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    font-family: var(--fontmain);
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    font-weight: normal;
    color: #303030;
    font-weight: 500;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 800;
}

a {
    text-decoration: none;
    color: currentColor;
}

b,
strong {
    font-family: var(--fontmain);
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    display: block;
}

ul{
	margin-left:15px;
}

#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;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
.icon-search i {
    color: #333;
}
.search-pc {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.603);
    z-index: 11;
    transition: all 0.5s ease-in-out;
    display: none;
    line-height: 100vh;
}
.closeX {
    color: #fff;

    position: absolute;
    top: -50px;
}
.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #fff;

    border-radius: 25px;
    background: #fff;
}
.searchpc::placeholder {
    font-family: var(--fontmain);
}
.search-pc .fa {
    color: rgb(25 25 25 / 70%);
}

#searchformtab {
    position: relative;
}
.searchpc .search-icon {
    position: absolute;
    color: #fff;
    bottom: 7px;
    right: 15px;
}

#searchformtab input {
    color: #fff;
    padding: 0px 10px;
    height: 35px;
    outline: none;
    border-bottom: 1px solid #ffffff96;
    background-color: transparent;
}
#searchformtab input::placeholder {
    font-family: var(--fontmain);
    color: #fff;
    font-size: 15px;
}
.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: 0px;
    top: 6px;
    color: #ef5994;
}
.topheader {
    background-color: var(--maincolor);
    padding: 3px; 
}
.topheader .fa-phone-alt
{
transform:rotate(180deg);
    margin-top: 3px;	
}

.topheader-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    list-style: none;
}

.topheader-info li {
    padding: 0px 15px;
    font-size: 14px;
	border-right: 1px solid #f1f2f26e;
	line-height: 1;
	
}
.topheader-info li:last-child
{
	border:none;
}
.header {
    background: transparent;
    width: 100%;
    z-index: 11;
    width: 100%;

    box-shadow: 0px 0px 5px #9d9dd9;
    transition: all 0.5s ease-in-out;
}

header.header-fixed {
    position: fixed;
    background: #fbfbfb;
    border-bottom: 1px solid #d3d2d2;
    z-index: 14;
    top: 0;
}

.header-fixed .logo {
    margin-top: 0px;
    max-width: 150px;
}

.logo {
    float: left;

    width: 100%;
}

.logo img,
.logo-mobile img {
    display: block;
    padding: 5px;
}

.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;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.nav > li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: normal;
}
.nav > li:before
{
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0px;
    top: 22px;
    background: #b8b8b8;
}
.nav li:last-child:before{
    display:none
}

.nav > li > a {
    text-decoration: none;
    color: var(--maincolor);
    display: inherit;
    padding: 0 14px;
    font-size: 16px;
    font-family: var(--fontmain);
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.nav > li > a:hover{
    background-color: var(--maincolor);
    color: #fff;
}
.nav > li > a:hover i {
   
    color: #fff;
}

.nav > li.active a {
    background-color: var(--maincolor);
    color: #fff;
}
.nav > li i {
	color: var(--maincolor)
}
.nav > li > a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    text-align: left;
    color: #0a0a0a;
    padding: 0px;
    box-shadow: 0px 0px 5px #9d9dd9;
    z-index: 9;
    display: none;
    font-weight: normal;
    background: #fff;
    text-transform: initial;
    border-radius: 5px;
}
.nav li:hover ul {
    display: block;
}

.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:hover a
{
	color: var(--yellow)
}

.nav li ul > li a {
    padding: 0px 10px;
    display: block;
    color: var(--maincolor);
    line-height: 18px;
    font-weight: 600;
    padding: 11px 10px;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.nav > li.active ul li a {
    background-color: #fff;
    color: var(--textcolor);
}

.mega-menu-item {
    line-height: initial !important;
    border-bottom: solid 1px #0a0a0a;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover,
.nav > li.active ul li:hover a {
    background: var(--maincolor);
}
.mega-menu-item:hover a,
.nav > li.active ul li:hover a {
    color: #fff;
}

.mega-menu-item:hover li {
    background: #fff;
}
.mega-menu-item:hover li a,
.nav > li.active ul li:hover li a {
    color: var(--textcolor);
    background: #fff;
}
.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;
}
.vi {
    background-image: url(/images/flag-vi.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center center;
    text-indent: -0px;
    border-radius: 50%;
    margin-right: 5px;
	    border: 3px solid #FFF;
}

.en {
    background-image: url(/images/flag-en.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center center;
    text-indent: -0px;
    border-radius: 50%;
	    border: 3px solid #FFF;
}
.lang {
   
    margin-left: 3px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.burger {
    width: 60px;
    float: left	;
}
.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: var(--maincolor);
    float: left;
}
.burger div:nth-last-child(1) {
    margin-bottom: 0px;
}
.crumb {
    background: #fff;
    padding: 5px 0px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    font-weight: 600;
    text-align: center;
}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #333;
}

/*  */

.menuleft {
    padding: 0px;
    margin: 0px;
    color: var(--textcolor);
    background: #fafafa;
    border: solid 1px #eee;
	border-radius: 0px 0px 5px 5px
    /* box-shadow: 0px 0px 5px #ccc; */
}
.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,
.homenewstab {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0px;
}

.menutab-item {
    text-align: center;
    background-color: transparent;
    color: var(--textcolor);
    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;
    color: #606060;
    transition: all 0.5s ease-in;
    padding: 15px 15px;
    position: relative;
}
.menutab-item a:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #606060;
    position: absolute;
    bottom: 15px;
    left: 0px;
}
.menutab-item:hover a {
    color: var(--maincolor);
}
.menutab-item:first-child a::before {
    display: none;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
	
    font-size: 16px;
    color: var(--maincolor);
	font-weight: 700;
    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: var(--maincolor);
    border: solid 1px var(--maincolor);
}
#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;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 112;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}
.modal-box {
    display: none;
    position: fixed;
    z-index: 113;
    width: 100%;
    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: 1000px;
    background: #fff;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.modal-body {
    padding: 10px 20px;
    /* position: absolute; */

    /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}
.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: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    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;
    background-color: var(--subcolor);
    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: var(--maincolor);
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
/* Active state */
.img-shine:active:after {
    opacity: 0;
}

.menu-mobile {
    display: block;
    float: left;
    color: #000;
    font-size: 30px;
    margin-left: auto;
}

.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;

    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;

    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;

    color: #176078;
}

#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 */
}

.line {
    border-bottom: 1px solid var(--maincolor);
}

.line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.Tocct {
    border: 1px solidvar(--maincolor);
    margin-top: 30px;
    border-radius: 25px;
    max-width: 100%;
    padding: 25px;
    position: relative;
}
.longPageTOC {
    font-size: 20px;
    background: #fff;

    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;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}
.btn-dangnhap {
    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: 70%;
    height: auto;
    color: #303030;
    color: #fff;
    max-width: 800px;
    text-align: center;
}
.subtitle {
    text-transform: uppercase;
    font-size: 14px;
}
.slidehome-title {
    text-transform: uppercase;
    font-size: 40px;
}
.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 {
    width: 94%;
    height: 30px;
    border: none;

    margin: 0px 10px;
    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: 7px 25px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    line-height: 20px;
    color: #ffffff;
}
.btn-xemthem:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
}
.btn-all {
    text-align: center;
    padding: 10px 25px;
    line-height: 20px;
    color: #030303;
    border: 1px solid var(--maincolor);
}

.search-form input::placeholder {
    color: #909090;
    font-family: var(--fontmain);
    font-size: 18px;
    height: 50px;
}
.search-form input {
    border: none;
    outline: none;

    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);

    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: var(--maincolor);
    color: #fff;
    width: 100%;
    padding: 12px;
    max-width: 200px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}
.homecat-title {
    font-size: 32px;
    text-transform: uppercase;
    color: var(--maincolor);
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
}
.pagecat-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--textcolor);
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
}

.homecat-intro {
    margin: auto;

    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-image: url(/uploaded/background/bg_footer.png);
    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: 30px;
    margin-top: 10px;
}
.footer-item {
    border-right: solid 1px #cccccc34;
}
.footer-item:last-child {
    border-right: none;
}
.footer-logo {
    padding: 30px 0px;
}
.footer-block .info {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
}
.footer-block .info b {
    margin-right: 10px;
}
.footer-menu {
    margin-top: 10px 0px;
    padding: 5px;

    background-color: #00000038;
}

.footer-menu a {
    text-transform: uppercase;
    padding: 0px 25px;
    transition: all 0.5s ease;
    line-height: 1;
    font-size: 13px;
}
.footer-menu a:hover {
    color: var(--maincolor);
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-social li {
width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    /* background-color: #fff; */
    line-height: 40px;
    margin: 0px 10px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.footer-social li a {
    color: var(--textcolor);
}
.menuboxfooter {
    list-style-type: none;
}
.menuboxfooter li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
.menuboxfooter li::before {
    width: 6px;
    height: 6px;
    content: "";
    background: #d4daf34a;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 10px;
}
.menuboxfooter a {
    color: #fff;
    font-weight: 500;
    transition: all 0.5s ease-in;
}
.menuboxfooter i{
	display:none;
}
.footer-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: var(--fontmain);
    /* padding-bottom: 10px; */
    text-transform: uppercase;
}
.menuboxfooter a:hover {
    color: var(--yellow);
}
.footer-copyright {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    margin-top: 10px;
    border-top: 1px solid #ffffff42;
}
.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%;
    max-width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
    color: #fff;
}

.slide-btn-next {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px, -50%);
    line-height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);
}
.slide-btn-prev {
    position: absolute;
    left: -5px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px, -50%);
    line-height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);
}
/* home */

.creatdate {
    color: #8a8a8a;
    text-transform: uppercase;
}

.menufooter {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.textlinear-title {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(to right, #091853, #152f97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
}
.homeinfo-title {
    font-size: 26px;
    color: var(--maincolor);
}
.homeinfo-item {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: relative;
    padding: 50px;
}
.homeinfo-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to top, var(--maincolor), var(--subcolor), #fff, #fff);
    left: 0px;
    top: 0px;
    transition: all 0.5s ease-in-out;
}
.homeinfo-item:hover::before {
    background: var(--maincolor);
}
.homeinfo-item::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: #fff;
    left: 5px;

    background: #fff;
    transition: all 0.5s ease-in-out;
    top: 5px;
}
.homeinfo-desc {
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeinfo_content h3 {
    font-size: 25px;
    color: var(--maincolor);
    line-height: 1.6;
    font-family: var(--fontmain);
    font-weight: 700;
    text-transform: uppercase;
}
.homeinfo-item img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 10;
    background: #fff;
}
.homeinfo-numbertitle {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(to right, #091853, #152f97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
}
.homeinfo-numbertitle span {
    font-size: 70px;
}
.homeinfo-numberdesc {
    color: var(--maincolor);
    text-align: center;
    font-size: 16px;
}
.homeservice-item {
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
    position: relative;
	
}
.homeservice-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to top, var(--maincolor), transparent);
    opacity: 1;
    border-radius: 5px;
	
}
.homeservice-box {
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding: 15px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.homeservice-item img {
    width: 100%;
	border-radius: 5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-radius: 10px;
	
}
.homeservice-link:hover {
    background: var(--yellow);
    color: #fff;
    border: 1px solid var(--yellow);
}
.homeservice-link {
    text-decoration: none;
    color: #ffbe18;
    font-size: 14px;
    padding: 5px 15px;
    background: var(--maincolor);
    border-radius: 20px;
    margin-top: 10px;
	opacity:0;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffbe18;
}
.homeservice-item:hover .homeservice-box
{
	 transition: all 0.5s ease-in-out;
	bottom:0px;
	
}
.homeservice-item:hover .homeservice-link {
opacity:1;
 transition: all 0.5s ease-in-out;
}
.homeservice-wrapper {
    background: url(/uploaded/pic-cat/bg_dichvu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.homeservice-wrapper .homecat-title,
.quanhecodong-wrapper .homecat-title {
    color: #fff;
}
.homechungchi-wrapper {
    background-color: #f6f6f6;
}
.quanhecodong-wrapper {
    background: url(/uploaded/gioi-thieu/quanhecodong_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.quanhecodong-name {
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.quanhecodong-name:hover {
    color: var(--yellow);
}
.quanhecodong-name i {
    color: var(--yellow);
    padding-right: 5px;
}
.quanhecodong-item {
    margin-bottom: 20px;
}
.homenews-box {
    padding: 10px 30px;
}
.homenews-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--maincolor);
    transition: all 0.5s ease-in-out;
}
.homenews-item {
    color: #606060;
    border: 1px solid #cccc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.homenews-item:hover .homenews-name {
    color: var(--yellow);
}
.doitac-item {
    padding: 20px;
    border: solid 1px #eee;
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
    transition: all 0.5s ease-in-out;
    margin: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doitac-item img {
    height: 90px;
}
.doitac-item:hover {
    box-shadow: 0px 0px 10px #eee;
}
.video-about {
    position: relative;
}
.fancy-video-about {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
}

.video-about a {
    color: #fff;
    width: 50px;
    height: 50px;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeinfo--content ul {
    list-style-type: none;
    padding-left: 20px;
}
.homeinfo--content ul li {
    margin-bottom: 10px;
    font-weight: 700;
}
.homeinfo--content ul li i {
    color: var(--yellow);
    transform: rotate(45deg);
    padding-right: 5px;
}
.tamnhin-name {
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    font-size: 20px;
    color: #091853;
}
.tamnhin-name img {
    width: 40px;
    padding-right: 10px;
}
.giatricotloi-item {
    text-align: center;
    padding: 20px;
}
.giatricotloi-item h4 {
    padding: 10px 0px;
    color: var(--maincolor);
}
.info_lichsu {
    background-color: #f6f6f6;
}
.infolichsu_item {
    margin-bottom: 10px;
}
.infols-left {
    display: flex;
    align-items: center;
}
.infols-year {
    font-size: 50px;
    font-weight: bold;
    color: var(--maincolor);
    padding-right: 15px;
    transform: rotate(-90deg);
    line-height: 1;
    width: 60px;
    opacity: 0.3;
}
.infols-left img {
    width: calc(100% - 80px);
}
.infols-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--maincolor);
    margin: 10px 0px;
}
.infols-right {
    min-height: 280px;
    padding: 30px 50px;
    background-color: #fff;
}
.infolichsu_item:nth-child(2n + 1) .infols-left {
    flex-direction: row-reverse;
    order: 2;
}
.infolichsu_item:nth-child(2n + 1) .infols-right {
    order: 1;
}

.infols {
    position: relative;
}
.infols::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #99a7cc;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0px);
}
.infolichsu_item {
    position: relative;
}
.infolichsu_item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #99a7cc;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 10px;
}
.infolichsu_item:hover::before {
    background: var(--maincolor);
}
.tuhao-item {
    text-align: center;
    max-width: 200px;
}
.tuhao-item img {
    width: 150px;
    height: 200px;
    object-fit: scale-down;
}
.thungo-desc {
    padding: 30px;
    border-radius: 0px 10px 10px 0px;
    border-right: 1px dashed #333;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}
.chutich {
    font-size: 16px;
    font-weight: bold;
    color: var(--maincolor);
    text-align: center;
}
.infothuonghieu {
    background: url(/uploaded/pic-cat/bg_banquyenthuonghieu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.infothuonghieu .homecat-title {
    line-height: 1.2;
}
.infothuonghieu_box {
    padding: 30px;
    background-color: #fff;
}
.thuonghieudesc {
    padding: 0px 30px 0px 60px;
}
.sanpham-intro {
    text-align: justify;
}
.service-item {
    transition: all 0.5s ease-in-out;
    position: relative;
    margin-bottom: 30px;
}
.service-item::before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to top, var(--maincolor), transparent);
    opacity: 1;
    border-radius: 5px;
}
.service-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: all 0.5s ease;
}
.service-item img {
    width: 100%;
}
.service-link {
    margin-bottom: 20px;
    margin-top: 10px;
    display: none;
    transition: all 0.5s ease-in-out;
}
.service-link a {
    text-decoration: none;
    color: #ffbe18;
    font-size: 14px;
    padding: 5px 15px;
    background: var(--maincolor);
    border-radius: 20px;
    margin-top: 10px;

    transition: all 0.5s ease-in-out;
    border: 1px solid #ffbe18;
    opacity: 0;
}
.service-name {
    transition: all 0.5s ease;
}
.service-item:hover .service-link {
    display: block;
}
.service-item:hover .service-link a {
    opacity: 1;
}
.whyus-box {
    padding: 0px 30px;
}
.whyus-item {
    display: flex;
    width: 100%;
}
.whyus-number {
    position: relative;
}
.whyus-number span {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 10px;
}
.title-left {
   border-radius: 5px 5px 0px 0px;
    font-size: 18px;
    font-family: var(--fontB);
    color: rgb(255, 255, 255);
    margin: 0px;
    background: var(--maincolor);
    padding: 10px 10px 10px 20px;
}

.title-left a {
    color: rgb(255, 255, 255);
} 
.newscat-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
} 
.newscat-title:before
{
	content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #e0dede;
}
.right-block a{
    text-align: right;
    flex: 1;
	position:relative;
	z-index:2;
    margin-left: 20px;
	padding-left: 20px;
	background: #FFF;
}
.newscat-title .homecat-title {
    z-index: 2;
    font-weight: 600;
	position:relative;
	padding-right:20px;
	background: #FFF;
}
.newscat-title .view-all {
    color: var(--maincolor  );
    font-size: 16px;
}
.news-card {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    height: 100%;
    
}
.newslist_item:hover .newsname a, 
.news-card:hover .newsname a,
.news-card:hover .news-title 
{
	color: var(--yellow);
}
.newscat-title img {
    border-radius: 10px 10px 0 0;
}

.newscat-title {
    padding: 0px;
}
.news-title,
.newsname a {
    color: var(--maincolor);
    font-size: 18px;
    font-family: var(--fontB);
	transition: all .5s ease-in-out;
}
.news-detail
{
	padding:20px
}
.whyus-box
{
  padding: 0px 30px;
  width: calc(100% -  60px);
}
.whyus-item
{
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.whyus-item::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #B8B8B8;
  left: 19px;
  top: 0px;
  transform: translate(0%, 0px);
}
.whyus-item:nth-last-child(1)::before, .homeinfonumber-item:first-child:before{
  display: none;
}
.whyus-number{
  position: relative;
}
.whyus-number span{
 font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 10px;
    font-weight: bold;
    line-height: 1;
    left: 50%;
    transform: translate(-15px, 0%);
}
.whyus-number {
    width: 50px;
    position: relative;
    z-index: 2;
}
.whyus-number img{

}
.line-homeinfo {
    border-bottom: 1px dashed #B8B8B8;
}
.homeinfonumber-item{
	position:relative;
}
.homeinfonumber-item:before{
	content: "";
  position: absolute;
  width: .51px;
  height: 100%;
  border-right: 1px dashed #B8B8B8;
  left: 19px;
  top: 0px;
  transform: translate(0%, 0px);
}
.grid-newshot{
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2 , 230px);
    grid-gap: 0px;
    display: grid;
}
.newshot-item:nth-child(1)
{
    margin-left: 0px;
}
.newshot-item
{
    position: relative;
    margin: 10px;
    display: flex;

}
.newshot-item::before{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(0deg, #000000ad, rgba(255, 255, 255, 0));
}

.newshot-item .newshot-desc
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 11;
    color: #FFF;
    width: 100%;

}
.newshot-item .newshot-intro 
{
    display: none;
}
.newshot-item:nth-child(1)
{
    grid-column: 1/3;
    grid-row: 1/3;
    display: block;
}

.newshot-item img{
    height: 100%;
    width: 100%;

}
.newslist_item
{
	margin-bottom:30px;
}
.newsdetail
{
	padding: 30px;
	background: #FFF;
}

.newleft-item {
    background: #FFF;
    padding-bottom: 15px;
}
.newsother-name, .newsother-name  {
  
    color: var(--maincolor);
    font-weight: 600;
}
.newsothers {
    background: #FFF;
    padding-top: 30px;
}
.newsother-item {
    margin-bottom: 20px;
}
.newsother-box {
    padding: 0px 10px;
}
.createdate_news {
    color: #939393;
}
.newslist-wrapper {
    margin-bottom: 30px;
}
.frm-contact input, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #9c9c9c;
    margin-bottom: 30px;
}
.btn-contact {
    background-color: var(--maincolor);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
   
}


.download-name {
    display: flex;

    align-items: center;
}
.download-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-name img {
    width: 80px;

    height: 50px;

    object-fit: scale-down;
}

.download-name span {
    width: calc(100% - 60px);

    padding-left: 10px;

    text-transform: uppercase;
	font-size:16px;
	font-family: var(--fontmain);
	font-weight: bold;
}

.download-list {
    padding: 20px;

    border-radius: 20px;

    border: 1px solid #c5c5c5;

    margin-bottom: 30px;

    transition: all 0.5s ease-in;
}

.downdload-item {
    padding: 10px 0px;

    display: flex;
}

.downdload-item i {
    margin-top: 5px;
}

.download-list:hover {
    background-color: var(--maincolor);

    color: #fff;
}

.download-list:hover .download-name {
    color: #fff;
}

.download-list:hover .btn-info-xemthem a {
    color: #fff;
}

.download-list:hover img {
    filter: brightness(100);
}

.download-item_list {
    padding: 15px 0px;

    display: flex;

    border-top: 1px solid #9d9d9d;
}

.download-item__name {
    color: #0d49ad;

    transition: all 0.5s ease;

    font-size: 18px;
}

.download-item_list:hover .download-item__name {
    color: var(--maincolor);
}



.download-item_list

 {
    padding: 15px 0px;
    display: flex;
    border-top: 1px solid #9d9d9d;
}
.download-item__name {
    color: var(--maincolor);
    transition: all 0.5s ease;
    font-size: 18px;
}
.download-item_list i {
    color: #7c7c7c;
}


.info-cat-detail{
	padding:0px 200px;
	text-align:justify;
}
.product-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
	min-height: 40px;
    text-transform: uppercase;
	transition: all .5s ease;
}
.product-item
{
	margin-bottom: 30px; 
}
.product-item:hover .product-name
{
	color: var(--maincolor)
}
/*
.gallery-thumbs
{
	    min-height: 100%;
}

.gallery-thumbs .swiper-slide img {
  
    object-fit: scale-down;
  
}
*/
.muangay-btn
 {
   
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
	transition: all .5s ease;
    background-color: var(--maincolor);
} 
.addcart-btn
 {
    
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    color: #FFF;
	transition: all .5s ease;
    text-align: center;
    background-color: var(--yellow);
} 
.muangay-btn:hover
{
	  background-color: var(--yellow);
}
.addcart-btn:hover
{
	background-color: var(--maincolor);
}

.gallery-thumbs  .swiper-wrapper {
    min-height: 100%;
}
.gallery-thumbs .swiper-slide {
    overflow: hidden;
    padding: 5px;
	border: 1px solid #f1f2f2;
}
.swiper-button-black
 {
    opacity: .4;
}
.chitiet-gioithieu
{
	    text-align: center;
    margin: auto;
    border-radius: 20px;
    border: 1px solid var(--maincolor);
    padding: 10px 15px
}

.pro-detail-intro{
	margin:10px 0;
}