@charset "UTF-8";

@font-face {
    src: url("../fonts/Exo-Regular.ttf");
    font-family: "Exo";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/Exo-Bold.ttf");
    font-family: "Exo";
    font-weight: bold;
}

:root {
    --primary-color: #001370;
    --color-red: #F22C3F;
    --color-white: #fff;
    --color-green: green;
    --color-dark: #000;
    --color-gray: #333;
    --border-color: #FC3;
    --primary-color-2: #FFD82F;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

body {
    background: #E6E7E8;
    overflow-x: hidden;
}

.mb-2 {
    margin-bottom: 20px !important;
}

a {
    text-decoration: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none !important;
    -webkit-box-shadow: inset 0 -1px 0 #ddd !important;
    box-shadow: inset 0 -1px 0 #ddd !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 5px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-15 {
    padding: 0px 7.5px !important;
}

.pd-15 {
    padding: 0px 7.5px 15px 7.5px !important;
}

.row-10 {
    padding: 0px 10px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 6px 25px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    font-weight: 700;
    border-radius: 99px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

body {
    font-family: "Exo";
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: "Exo";
    font-weight: bold;
}

/**mobile menu**/
#nav-mobile {
    display: none;
}

#nav-mobile .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

#nav-mobile .nav-mobile_bg {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    height: 100%;
    width: 100%;
}

#nav-mobile .nav-mobile_main {
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding: 15px;
}

#nav-mobile .custom-scrollBar_y {
    overflow-y: scroll;
    width: 100%;
}

#nav-mobile .nav-mobile_main__exit {
    color: #678;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    text-shadow: 1px 1px 1px #e9ecef;
    top: 0;
}

#nav-mobile .nav-mobile_main > ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

#nav-mobile .nav-mobile_main > ul li {
    list-style: none;
}

#nav-mobile .nav-mobile_main > ul li ul {
    margin-left: 0px !important;
}

#nav-mobile .nav-mobile_main > ul > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15.5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav-mobile .nav-mobile_main > ul > li:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

#nav-mobile .nav-mobile_main > ul > li a, #nav-mobile .nav-mobile_main > ul > li .nav-mobile_main > ul li > div {
    color: #000 !important;
    display: block;
    padding: 10px 0;
    width: calc(100% - 40px);
}

#nav-mobile .nav-mobile_main > ul > li span {
    background: #f8f9fa;
    border-radius: 5px;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

#nav-mobile .nav-mobile_main > ul > li > ul {
    display: none;
    padding-left: 20px;
    width: 100%;
}

.box-stores {
    background: var(--primary-color);
    border-radius: 5px;
    max-width: 100%;
    color: #111;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 8px 0;
    font-weight: 700;
}

.dot-attribute:last-child {
    display: none !important;
}

.box-stores_text a {
    color: #fff;
}

.header-search.search-mobile {
    margin: 15px 0 0 0;
    position: relative;
}

.header-search input.input-s {
    width: 100%;
    border: 0px !important;
    height: 40px;
    font-size: 15px;
    border-radius: 8px;
    padding: 0 25px 0 35px;
}

.header-search button.btn-search {
    background: transparent;
    border: 0px !important;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 0px;
}

.header-search.search-mobile input {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.noPadding {
    padding-bottom: 0px !important;
}

/**header**/
header#header {
    position: relative;
    padding: 10px 0 0 0;
    background: #fff;
    border: 1px solid #f2f2f2;
}

header#header:after {
    content: '';
    height: 40px;
    background: var(--primary-color);
    position: absolute;
    width: calc(100% - 1320px);
    display: block;
    right: 0;
    bottom: 0;
    z-index: -1;
}

header#header div#logo img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}

header#header .main-top {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin-bottom: 16px;
    position: relative;
    z-index: 99;
}

header#header .main-top a {
    color: #000;
}

header#header .header-language ul {
    padding: 0px !important;
}

header#header .header-language ul li {
    list-style: none;
    position: relative;
}

header#header .header-language ul li a {
    height: 25px;
}

header#header .header-language ul li > .sub-menu {
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
    background: #fff;
    height: auto !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 150px;
    z-index: 9999;
    border-radius: 0;
}

header#header .header-language ul li a img {
    width: 25px;
}

header#header .header-language ul li:hover > .sub-menu {
    display: block;
}

header#header .main-menu ul {
    position: relative;
}

header#header .main-menu ul:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500%;
    pointer-events: none;
    content: "";
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    left: 60px;
    transform: skewX(-45deg);
    background: var(--primary-color);
}

header#header .header-language ul li:hover > .sub-menu li a {
    padding: 10px
}

header#header .header-language ul li > .sub-menu li a {
    padding: 10px;
    height: 35px !important;
    line-height: 35px !important;
    color: #000;
    font-size: 15px;
}

header#header .main-menu ul {
    display: flex;
    padding: 0px;
    justify-content: space-between;
}

header#header .main-menu ul li {
    padding: 0 8px;
    height: 40px;
    position: relative;
    z-index: 9;
}

header#header .main-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

header#header .main-menu ul li a img {
    width: 22px;
}

header#header .main-menu ul li:before {
    -webkit-transform: translate(-50%, -50%) skewX(-45deg);
    -ms-transform: translate(-50%, -50%) skewX(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(-45deg);
    z-index: -1;
    background: var(--primary-color);
    width: 0%;
    height: 100%;
    pointer-events: none;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
}

header#header .main-menu ul li:hover:before, header#header .main-menu ul li.active:before {
    width: 100%;
    background: #0066ff;
}

header#header .main-menu ul li:hover a, header#header .main-menu ul li.active a {
    color: #fff;
}

header#header .main-menu ul li:first-child:before {
    width: 100%;
}

header#header .main-menu ul li:first-child {
    width: 58px;
}

header#header .main-menu ul li .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    height: auto !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 300px;
    z-index: 9999;
    border-radius: 0;
}

header#header .main-menu ul li .sub-menu:before {
    display: none !important;
}

header#header .main-menu ul li .sub-menu li {
    margin: 0px !important;
    padding: 0;
}

header#header .main-menu ul li .sub-menu li a {
    padding: 7px 8px !important;
    display: block;
}

header#header .main-menu ul li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

header#header .main-menu ul li .sub-menu li:before {
    display: none !important;
}

header#header .main-menu ul li .sub-menu li a {
    color: #000;
    text-transform: unset !important;
    height: unset !important;
    line-height: 20px !important;
}

header#header .main-menu ul li:hover > .sub-menu {
    display: block;
}

header#header .main-menu ul li .sub-menu > li {
    height: unset !important;
    display: inline-block;
    width: 100%;
}

header#header .main-menu ul li .sub-menu > li a {
    font-size: 15px !important;
}

header#header .main-menu ul li .sub-menu > li a:hover {
    background: var(--primary-color);
    color: #fff !important;
}

header#header .main-menu ul li .sub-menu > li a:hover span {
    color: #fff !important;
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 2px #cccccc;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**sec slide**/
.swiper-banner {
    position: relative;
}

.banner_hero {
    position: relative;
}

.banner_hero img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    height: 50px;
    width: 50px;
    min-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 18px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    max-height: 50px !important;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1)
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: var(--primary-color);
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    --tw-bg-opacity: 0.6;
}

body .swiper-button-next::after, body .swiper-button-prev::after {
    font-size: 1rem;
    line-height: 1.5rem;
}

body .swiper-button-prev {
    left: 5px !important;
}

body .swiper-button-next {
    right: 5px !important;
}

/**mobile menu**/
#nav-mobile {
    display: none;
}

#nav-mobile .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

#nav-mobile .nav-mobile_bg {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    height: 100%;
    width: 100%;
}

#nav-mobile .nav-mobile_main {
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding: 15px;
}

#nav-mobile .custom-scrollBar_y {
    overflow-y: scroll;
    width: 100%;
}

#nav-mobile .nav-mobile_main__exit {
    color: #678;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    text-shadow: 1px 1px 1px #e9ecef;
    top: 0;
}

#nav-mobile .nav-mobile_main > ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

#nav-mobile .nav-mobile_main > ul li {
    list-style: none;
}

#nav-mobile .nav-mobile_main > ul li ul {
    margin-left: 0px !important;
}

#nav-mobile .nav-mobile_main > ul > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15.5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav-mobile .nav-mobile_main > ul > li:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

#nav-mobile .nav-mobile_main > ul > li a, #nav-mobile .nav-mobile_main > ul > li .nav-mobile_main > ul li > div {
    color: #000 !important;
    display: block;
    padding: 10px 0;
    width: calc(100% - 40px);
}

#nav-mobile .nav-mobile_main > ul > li span {
    background: #f8f9fa;
    border-radius: 5px;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

#nav-mobile .nav-mobile_main > ul > li > ul {
    display: none;
    padding-left: 20px;
    width: 100%;
}

/**tab category**/
section.sec-new {
    background: #E6E7E8;
    padding: 80px 0;
}

.box-new {
    background: white;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}

.new-tab {
    margin: 0 0 30px 0;
}

.new-tab ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
}

.new-tab ul li {
    list-style: none;
    position: relative;
    border-bottom: 3px solid #c9c9c9;
    padding: 0 15px 5px 15px;
}

.new-tab ul li a {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
}

.new-tab ul li a:hover, .new-tab ul li.active a {
    color: var(--primary-color)
}

.new-tab ul li.active {
    border-color: var(--primary-color)
}

/**post list**/
.post-list {
    width: 100%;
    display: flex;
    transition: 0.3s ease-in-out;
    margin-bottom: 15px;
}

.post-list .post-thumbnail {
    width: 200px;
    height: 140px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.post-list .post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.post-list .post-title a:hover {
    color: var(--primary-color)
}

.new-button {
    text-align: center;
    margin: 30px 0 0 0;
    display: block;
}

/**about**/
.sec-abouts {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding: 80px 0;
    position: relative;
    z-index: 0;
}

.sec-abouts:after {
    background: #000e75b0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sec-abouts .box-abouts {
    position: relative;
    z-index: 999;
    background: #ffffffb0;
    border-radius: 20px;
    padding: 30px;
}

.sec-abouts .about-p {
    position: relative;
    z-index: 999;
    margin: 40px 0 0 0;
}

.sec-abouts .abouts-image img {
    width: 100%;
}

.sec-abouts .about-body p {
    font-size: 16px;
}

.sec-abouts .about-body h3 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 20px 0;
    color: var(--primary-color);
}

.sec-abouts .about-body .about-content {
    font-size: 16px;
}

.sec-abouts .counter-item {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
}

.sec-abouts .counter-item .counter-icon {
    text-align: center;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.sec-abouts .counter-item .counter-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**home title**/
.home-title, .home-title2 {
    text-align: center;
    margin: 0 0 30px 0;
}

.home-title3 {
    text-align: left;
    margin: 0 0 30px 0;
}

.home-title h3, .home-title h1, .home-title2 h1 {
    font-size: 40px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.home-title3 h3 {
    font-size: 25px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.home-title2 h1 {
    width: auto;
    display: inline-block;
    position: relative;
}

.home-title2 h1:after {
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/**service**/
section.sec-service {
    width: 100%;
    padding: 40px 0;
}

.bg-list-service {
    position: relative;
}

.bg-list-service:not(:last-child) {
    margin: 0 0 0px 0;
    z-index: 99;
}

.bg-list-service:before {
    content: "";
    position: absolute;
    left: -100%;
    background: #fff;
    height: 120px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bg-list-service-right:before {
    right: -100%;
    left: unset;
}

.bg-list-service:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0%;
    height: 120px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bg-list-service .list-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}

.bg-list-service .service-img {
    width: 300px;
    height: 220px;
    border-radius: 10px;
}

.bg-list-service .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-list-service .service-title a {
    color: #000;
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bg-list-service .service-title a:hover {
    color: var(--primary-color)
}

.bg-list-service .service-icon img {
    width: 80px;
}

/**partner**/
.swiper-container {
    overflow: hidden;
    position: relative;
}

.boxWhite {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.partner-item {
    width: 100%;
    height: 100px;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.sec-partner {
    margin: 30px 0;
}

/**footer**/
#footer {
    margin: 50px 0 0 0;
    background: #000e75cf url("../images/bg-footer-main.jpg") no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    padding: 40px 0 30px 0;
    position: relative;
}

#footer .back-to-top {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #74bdf5 !important;
}

#footer .back-to-top span {
    color: #74bdf5;
    display: block;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

#footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 8px 0;
}

#footer i {
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

#footer p.company-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 15px 0;
}

#footer .footer-social {
    margin: 30px 0 0 0;
}

#footer .footer-social {
    text-align: center;
}

#footer .footer-social a {
    margin: 0 8px;
}

#footer .footer-social a img {
    width: 35px;
}

.copyright {
    background: var(--primary-color);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
}

/**category**/
section.breadcrumbs {
    background: #fff;
    padding: 8px 0;
    color: #000;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

section.breadcrumbs ol {
    margin: 0px !important;
}

section.breadcrumbs ol li, section.breadcrumbs ol li a {
    color: #000;
}

section.breadcrumbs li.active {
    color: var(--primary-color);
    font-weight: 700;
}

.category-entry {
    margin: 40px 0;
}


/**post-grid**/
.post-grid {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 8px;
    margin-bottom: 25px;
}

.post-grid .post-thumbnail {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: 0.3s ease-in-out;
}

.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 8px 8px 0 0;
}

.post-grid:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-grid .post-content {
    padding: 20px;
}

.post-grid .post-content .post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.post-grid .post-content .post-title a:hover {
    color: var(--primary-color)
}

.service-grid {
    padding: 15px;
}

.service-grid .post-content {
    padding: 15px 0;
}

.service-grid .post-title {
    text-align: center;
}

/**paginate**/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    margin: 0 2px !important;
    text-align: center;
}

.pagination li a, .pagination li span {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #B1B1B1;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    color: #111 !important;
    background: #fff;
}

.pagination li.active a, .pagination li.active span {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

/**single service**/
.category-description {
    box-shadow: 0px 4px 45px 0px #0000000D;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 16px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: var(--primary-color);
    font-family: "AmaticSC";
    font-weight: bold;
}

.entry-content img {
    width: auto;
}

.entry-thumbnail {
    margin: 0 0 30px 0;
    width: 100%;
    height: 400px;
}

.entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/**single**/
header#header-single {
    margin: 0 0 30px 0;
}

header#header-single h1 {
    color: var(--primary-color);
    font-size: 30px;
    line-height: 38px;
}

header#header-single .post-meta {
    color: gray;
    font-size: 15px;
}

.post-related {
    margin: 40px 0;
}

/**header right**/
.header-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right ul li {
    list-style: none;
    margin-left: 20px;
}

.header-right ul li a img {
    width: 25px;
}

.header-right ul li a span {
    background: var(--color-red);
    position: absolute;
    color: #fff;
    width: 16px;
    border-radius: 50%;
    font-size: 13px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -6px;
    right: -5px;
}

.header-right ul li .cart, .header-right ul li .like {
    position: relative;
}

.header-right ul li a span {
    top: 0;
}

.header-right ul li a i {
    color: #000;
    font-size: 20px;
}

/**widget**/
.widget {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.widget h3.widget-title {
    color: var(--primary-color);
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.post-small {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.post-small:not(:last-child) {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.post-small .post-thumbnail {
    width: 90px;
    height: 70px;
}

.post-small .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-small .post-content {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.post-small .post-title a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.post-small .post-title a:hover {
    color: var(--primary-color)
}

.no-radius {
    border-radius: 0px !important;
}

/**post text**/
.post-text {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.post-text .post-icon {
    width: 50px;
    height: 50px;
}

.post-text .post-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-text .post-content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.post-text .post-content .post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.post-text .post-content .post-title a:hover {
    color: var(--primary-color)
}

.post-text .post-content .post-date {
    margin: 10px 0 0 0;
    color: #0066ff;
    font-size: 14px;
}

.post-txt:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category-list ul {
    padding: 0px !important;
}

.category-list ul li {
    list-style: none;
}

.category-list ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.category-list ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--primary-color);
}

/**search**/
#formSearch {
    position: relative;
}

div#searchModal input {
    height: 45px !important;
    box-shadow: unset !important;
    border: 0px !important;
}

div#searchModal .modal-content {
    padding: 10px !important;
}

div#searchModal .modal-body {
    padding: 0px !important;
}

div#searchModal .button_search {
    background: transparent !important;
    color: #000;
    border: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.postSidebar .widget {
    border-radius: 0px !important;
}

/**login**/
.login-form .form-group .form-position {
    position: relative;
}

.form-group .input_user {
    background: #fff;
    width: 100%;
    padding: 8px 20px 8px 10px !important;
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 500;
    border: 1px solid #adadad;
}

.login-form .button-group button, .login-form .button-group .btn {
    font-weight: bold;
    flex-grow: 1;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid var(--primary-color);
    color: #222;
    font-size: 14px;
    text-decoration: none !important;
    width: 100%;
    margin: 15px 0 0 0 !important;
}

.login-form .button-group .btn-submit {
    background: var(--primary-color);
    box-shadow: 0 4px 6px #00000029;
    border-radius: 3px;
    color: #fff !important;
    border: none;
    padding: 12px;
}

.toggle-password {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.login-form .form-group label {
    font-weight: 700;
    margin-bottom: 5px;
}

.checkbox-ctn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-ctn {
    font-weight: normal !important;
}

.checkbox-ctn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-ctn input:checked ~ .checkmark {
    background-color: var(--primary-color);
}

.checkbox-ctn input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-ctn {
    font-weight: normal !important;
}

.checkbox-ctn .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-ctn input:checked ~ .checkmark:after {
    display: block;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.post_text:not(:last-child) {
    margin-bottom: 15px;
}

.post_text .post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.post_text .post-title a:hover {
    color: var(--primary-color)
}

/**location**/
#map {
    height: 600px;
}

#mini-map {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #777;
    border-radius: 8px;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.box-location {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
}

.box-location .location-header h3 {
    color: var(--primary-color);
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
}

.filter_wrapper {
    height: 95px;
    padding: 20px 30px;
    border: 1px solid #e4e4e4;
}

.filter_wrapper .text_1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #707070;
}

.filter_wrapper .select2-container--default .select2-selection--single {
    border: 0;
    outline: 0;
}

.filter_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.filter_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px !important;
    font-weight: 700;
}

.filter_wrapper .select2-container--default .select2-selection--single > .select2-selection__arrow {
    background-image: url(../images/select_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 10px;
    width: 12px;
    position: absolute;
    top: -14px;
    right: 0;
}

.result_area {
    margin: 15px 0 0 0;
}

.result_area span.result_title.text_2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #222;
}

div#result_area_body {
    border-right: 1px solid #e4e4e4;
    margin-bottom: 32px;
    height: 500px;
    overflow: auto;
    padding: 20px 23px 20px 0;
}

div#result_area_body .urban {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
}

.ht_pointer {
    cursor: pointer;
}

/**gioithieu**/
.gt-wrapper {
    background: #fff;
    padding: 40px 0;
}

.text-left {
    text-align: left !important;
}

section.introduce {
    margin-bottom: 40px;
}

.bg-introduce {
    padding: 100px 0;
}

.list-introduce .col-xl-6 {
    padding-bottom: 20px;
}

.introduce-title {
    font-weight: 600;
}

.introduce-video iframe {
    border-radius: 10px;
}

.bg-img-activity {
    background: url("../images/bg-img-activity.jpg") no-repeat center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}

section.field-of-activity {
    margin: 0 0 40px 0;
}

.activity-child {
    display: flex;
    align-items: center;
    gap: 20px;
}

.activity-child:not(:last-child) {
    margin-bottom: 30px;
}

.activity-child .img-activity img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50%;
}

.activity-child .title-activity {
    font-size: 36px;
    font-weight: 600;
    color: white;
}

.vision-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-vision img {
    height: 85px;
}

.title-mission-vision {
    font-size: 30px;
}

.mission-and-vision {
    margin-bottom: 50px;
}


.hex-container {
    display: flex;
    align-items: center;
}

.hex-container .hex {
    width: 18%;
    padding: 5px 60px;
    height: 80px;
    display: flex;
    align-items: center;
    color: white;
    margin-right: -20px;
}

.hex-container .hex1 {
    background: url(../images/bg-hex1.png) no-repeat;
    background-size: contain;
}

.hex-container .hex2 {
    background: url(../images/bg-hex2.png) no-repeat;
    background-size: contain;
}

.hex-container .hex3 {
    background: url(../images/bg-hex2.png) no-repeat;
    background-size: contain;
}

.hex-container .hex4 {
    background: url(../images/bg-hex4.png) no-repeat;
    background-size: contain;
}

.hex-container .hex5 {
    background: url(../images/bg-hex5.png) no-repeat;
    background-size: contain;
}

.hex-container .hex6 {
    background: url(../images/bg-hex6.png) no-repeat;
    background-size: contain;
}

.row-tradition-history {
    align-items: center;
}

.bg-img-traditional-history {
    background: url("../images/bg-img-traditional-history.jpg") no-repeat center;
    background-size: cover;
    color: white;
    padding: 40px 0;
    position: relative;
}

.bg-img-traditional-history:after {
    background: #000e75b0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-img-traditional-history .container {
    position: relative;
    z-index: 99;
}

.slide-traditional-history {
    padding-top: 10px;
    border-top: 4px solid #26A9E0;
}

.organizational-chart-img img {
    width: 100%;
}

.row-member {
    padding: 20px 0;
    border-top: 4px solid #002ED3;
}

section.mission-vision {
    margin: 0 0 40px 0;
}

.tab-member ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.tab-member ul li a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.tab-member ul li.active a, .tab-member ul li a:hover {
    color: #002ED3
}

section.organizational-chart {
    margin: 40px 0 0 0;
}

.bg-member {
    background: -webkit-linear-gradient(left, #002ED3 0%, #001370 90%);
    color: white;
    padding: 20px 0;
    margin-bottom: 25px;
}

.tab-content-member .bg-member .row {
    align-items: center;
}

.member-personal div {
    margin-bottom: 5px;
    color: #fff;
}

.member-name {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-title {
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.small-gt {
    width: 550px;
    display: block;
    height: 4px;
    background: #26A9E0;
}

.member-pd {
    font-size: 24px;
}

.member-item {
    margin-bottom: 25px;
}

.member-item .member-thumbnail {
    position: relative;
}

.member-item .member-thumbnail img {
    background: -webkit-linear-gradient(left, #002ED3 0%, #001370 90%);
}

.member-item .member-thumbnail img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.member-item .member-introduce {
    bottom: 0;
    color: white;
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    text-transform: uppercase;
    padding: 30px 20px;
    display: block;
    min-height: 140px;
}

.boxFilter {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #f2f2f2;
    position: relative;
    z-index: 0;
}

.boxFilter .fl-title {
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 10px 0;
}

.boxFilter input, .boxFilter select {
    border-radius: 10px !important;
    height: 35px !important;
    margin-bottom: 10px !important;
}

.boxFilter .text-right {
    text-align: right;
}

.boxFilter .button_filter {
    border: 1px solid #ced4da;
    background: transparent;
    color: var(--primary-color) !important;
    border-radius: 10px !important;
    height: 35px;
    line-height: 35px;
    padding: 0 20px !important;
}

.member-avatar img {
    width: 100%;
}

#hightligh-map {
    position: relative;
}

#image-map img {
    max-width: none;
}

#image-map {
    border: 1px solid #bbb;
    overflow: hidden;
    width: 100%;
    height: 600px;
    position: relative;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
}

.map-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    display: flex;
    gap: 5px;
}

#image-map .map-button button {
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    outline: 0;
    cursor: pointer;
    line-height: 34px;
    height: 34px;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
    background-color: var(--primary-color);
}

#image-canvas-map {
    position: absolute;
    display: block;
    top: 0px;
    lefT: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999999999;
    pointer-events: none;
}

.map-name {
    background: #fff;
    width: 200px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 10px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    min-height: 400px;
    overflow-y: scroll;
}

.map-name ul {
    padding: 0px !important;
}

.map-name ul li {
    list-style: none;
}

.map-name ul li:not(:last-child) {
    border-bottom: 2px solid var(--primary-color);
}

.map-name ul li a {
    list-style: none;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}

.menu-fixed {
    position: fixed !important;
    top: 0;
    z-index: 9999999999;
    width: 100%;
    left: 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.year {
    cursor: pointer;
}

.home-page > header#header .main-menu ul li:nth-child(2) .sub-menu {
    display: none !important;
}

.abouts-readmore {
    overflow: hidden;
}

.product-more a {
    color: yellow;
}

article.entry-content img {
    width: 100% !important;
    height: auto;
}

.entry-thumbnail {
    background: -webkit-linear-gradient(left, #002ED3 0%, #001370 90%);
    width: 250px;
    margin: 0 auto 30px;
    padding: 15px;
}

.swiper-slide-thumb-active {
    position: relative;
}

.swiper-slide-thumb-active .year {
    color: yellow;
    font-weight: 700;
}

/**service**/
.banner-child .img-scale {
    padding-top: 38.54167%;
}

.banner-child .img-scale {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-scale img {
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-breakcrumb {
    position: relative;
}

.zone-name {
    position: relative;
}

.zone-name, .zone-name .zone-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.zone-name .zone-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    padding-right: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: calc(100% + 10px);
    max-height: 80px;
}

.fz-40 {
    font-size: 20px;
}

.breadcrumb-zone > .breadcrumb {
    width: 100%;
}

.zone-name .zone-title:before {
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    position: absolute;
    top: 0;
    right: 0;
    transform: skewX(-45deg);
    z-index: -1;
    background: var(--primary-color);
    width: 1000%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.global-breakcrumb .breadcrumb {
    width: 100%;
    margin: 0px !important;
    display: flex;
    justify-content: end;
}

.global-breakcrumb .breadcrumb nav {
    width: 100%;
    display: flex;
    justify-content: end;
}

.global-breakcrumb ol.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    max-width: 50%;
    list-style: none;
}

.global-breakcrumb ol.breadcrumb:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.global-breakcrumb ol.breadcrumb li a {
    color: #999;
}

.global-breakcrumb ol.breadcrumb li {
    position: relative;
}

.mr40 {
    margin-top: 60px;
}

.service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.service-item .img-scale {
    background: -o-linear-gradient(315deg, #233a7a 0, #0083c1 50%, #5bcbf5 100%);
    background: linear-gradient(135deg, #233a7a, #0083c1 50%, #5bcbf5);
    padding-top: 100%;
}

.service-item .img-scale:before {
    top: 0;
    opacity: .5;
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: -o-linear-gradient(bottom, #000 0, transparent 100%);
    background: linear-gradient(0deg, #000, transparent);
    height: 100%;
    pointer-events: none;
    content: "";
}

.service-item .caption, .service-item .img-scale:before, .service-item .service-title {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
}


.service-item .caption, .service-item .service-title {
    bottom: 0;
    z-index: 11;
    padding: 20px;
}

.service-item .caption, .service-item .img-scale:before, .service-item .service-title {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
}

.text-white {
    color: #fff;
}

.service-item .caption, .service-item .service-title {
    bottom: 0;
    z-index: 11;
    padding: 20px;
}

.fz-16, .fz-18 {
    font-size: 16px;
}

.lh-13 {
    line-height: 1.3;
}

.fw-700 {
    font-weight: 700;
}

.text-up {
    text-transform: uppercase;
}

.service-item .button {
    margin-top: 20px;
}

.service-item .button .btn {
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 150px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.service-item .button .btn span {
    position: relative;
    z-index: 2;
}

.service-item .button .btn img {
    position: relative;
    z-index: 11;
    margin-left: 15px;
    width: 12px;
    height: 12px;
}

.button .btn.btn-blue {
    border: thin solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.service-item .button .btn .animate {
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    width: 0;
    height: 0;
}

.service-item .button .btn:hover {
    background: #fff;
}

.service-item .button .btn:hover {
    color: var(--primary-color)
}

div#result_area_body ul {
    margin: 0px !important;
    padding: 0px !important;
}

div#result_area_body .urban-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    align-items: center;
}

div#result_area_body .urban-title .urban.ht_pointer {
    border: 0px !important;
}

div#result_area_body ul li > ul.sub-menu {
    display: none;
    padding-left: 15px !important;
}

div#result_area_body span.right-icon {
    background: #f2f2f2;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}

div#result_area_body span.right-icon:hover, div#result_area_body span.right-icon.active {
    background: var(--primary-color);
    color: #fff;
}

.header-logout a {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
}

.header-mobile {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

/**table**/
.table-product {
    background: #fff;
    margin: 15px 0 0 0;
    padding: 10px;
}

.table-product .table th {
    background: #e2e2e2;
    font-size: 15px;
}

.table-product .table td, .table-product .table th {
    border: 1px solid #959595;
    padding: 6px;
    text-align: center;
    color: #6c6b6b;
    vertical-align: middle;

}

.table-product a {
    font-size: 14px;
    padding: 6px 10px;
    font-weight: normal;
}

.table-product .table td {
    font-size: 15px;
}

.box-info {
    width: 100%;
    margin: 20px 0 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 512px;
}

.box-info img {
    width: 100%;
}

.box-info {
    font-size: 15px;
}

.box-info table tr td, .box-info table tr th {
    border: 1px solid #000;
    padding: 6px;
}

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

.box-info > * {
    width: 100% !important;
    max-width: 100% !important;
}

.box-info table {
    width: 100% !important;
    max-width: 100% !important;
}

.result_images img {
    width: 100%;
    margin-bottom: 20px;
}

.sidebar-menu ul {
    padding-left: 0;
}

.sidebar-menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.sidebar-menu ul li a:hover, .sidebar-menu ul li.active a {
    color: var(--primary-color);
    font-weight: 700;
}

.sidebar-menu {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: #fff;
    padding: 20px;
}

.sidebar-menu ul li > .sub-menu {
    padding-left: 15px !important;
}

.product-grid {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: #fff;
    padding: 10px;
}

.product-grid .product-thumbnail {
    width: 100%;
    height: 280px;
}

.product-grid .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-grid .product-content {
    padding: 15px 0;
    text-align: center;
}

.product-grid .product-content .product-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    margin-bottom: 15px;
}

.product-grid .product-content a {
    color: #ff3333;
    font-weight: 600;
    font-size: 16px;
}

#viewInfo-map img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .banner-child .img-scale {
        padding-top: 31.25%;
    }
}

@media only screen and (min-width: 1024px) {
    .fz-40 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .fz-40 {
        font-size: 34px;
    }

    .service-item .service-title {
        opacity: 1;
        padding: 25px 30px;
    }

    .global-breakcrumb ol.breadcrumb {
        padding-top: 18px;
        padding-bottom: 18px;
        max-width: 70%;
    }

    .service-item .caption {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transition: -webkit-transform .6s cubic-bezier(.33, 1, .68, 1);
        -o-transition: transform .6s cubic-bezier(.33, 1, .68, 1);
        transform: translateY(100%);
        transition: -webkit-transform .6s cubic-bezier(.33, 1, .68, 1);
        transition: transform .6s cubic-bezier(.33, 1, .68, 1);
        transition: transform .6s cubic-bezier(.33, 1, .68, 1), -webkit-transform .6s cubic-bezier(.33, 1, .68, 1);
        padding: 30px;
    }

    .service-item:hover .image img {
        opacity: .23;
    }

    .service-item:hover .image:before, .service-item:hover .service-title {
        opacity: 0;
    }

    .service-item:hover .caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .fz-18 {
        font-size: 18px;
    }
}

/* mobile style*/
@media only screen and (max-width: 768px) {
    #image-map {
        width: 100%;
        height: 280px;
    }

    .table-product table, .entry-content table {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
    }

    .header-right ul {
        padding: 0 !important;
    }

    .header-right ul li {
        margin: 0 !important;
    }

    .service-title {
        display: none !important;
    }

    .zone-name .zone-title {
        height: 60px !important;
    }

    article.entry-content table {
        width: 100% !important;
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
    }

    article.entry-content table::-webkit-scrollbar {
        height: 4px;
    }

    .map-name {
        display: none;
    }

    .member-personal {
        margin: 30px 0 0 0;
    }

    .tab-member ul {
        display: inline-block;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
    }

    .introduce-video iframe {
        width: 100% !important;
        height: 220px;
    }

    .hex-container {
        display: inline-block;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
    }

    .hex-container .hex {
        width: auto;
        padding: 0px 45px;
        display: inline-block;
        line-height: 80px;
    }

    .job-title {
        font-size: 18px;
    }

    .tab-member ul li {
        display: inline-block;
        padding: 0 20px 0 0;
    }

    .tab-member ul::-webkit-scrollbar, .hex-container::-webkit-scrollbar {
        height: 0;
    }

    .member-name {
        font-size: 25px;
        line-height: 32px;
    }

    .member-pd {
        font-size: 18px;
        line-height: 24px;
    }

    .list-member {
        display: block;
    }

    .activity-child .img-activity img {
        width: 80px;
        height: 80px;
    }

    .activity-child .title-activity {
        font-size: 22px;
        line-height: 28px;
    }

    .mt-footer {
        margin-bottom: 30px !important;
    }

    .banner_hero img {
        height: auto;
    }

    .post-list .post-thumbnail {
        width: 100px;
        height: 80px;
    }

    .post-list .post-content {
        width: calc(100% - 100px);
    }

    .post-list .post-title a {
        font-size: 16px;
        line-height: 22px;
    }

    .sec-abouts .about-body h3 {
        font-size: 30px;
    }

    .sec-abouts .counter-item {
        font-size: 18px;
        line-height: 25px;
    }

    .home-title h3, .home-title h1, .home-title2 h1 {
        font-size: 30px;
    }

    #nav-mobile .nav-mobile_main > ul li a img {
        width: 25px;
        display: none;
    }

    .bg-list-service .list-service {
        display: block;
        position: relative;
        background: #fff;
    }

    .bg-list-service:not(:last-child) {
        margin-bottom: 25px !important;
    }

    .bg-list-service .service-img {
        width: 100%;
        height: 250px;
        border-radius: 10px;
    }

    .bg-list-service .service-title {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        padding: 10px;
    }

    .service-icon {
        display: none;
    }

    .bg-list-service:after, .bg-list-service:before {
        display: none;
    }

    .bg-list-service .service-title a {
        font-size: 22px;
        line-height: 28px;
        -webkit-line-clamp: 2;
    }

    section.sec-new {
        padding: 40px 0;
    }

    article.entry-content img {
        width: 100% !important
    }
}

/**desktop**/
@media only screen and (min-width: 1400px) {
    header#header .main-menu ul li {
        padding: 0 20px;
    }

    header#header .main-menu ul li a {
        font-size: 15px;
    }

    .banner-child .img-scale {
        padding-top: 38.54167%;
    }

    .fz-40 {
        font-size: 40px;
    }

    .zone-name .zone-title {
        padding-right: 65px;
        height: 80px;
    }
}
