/* rooter */

:root {
    --main-color-footer: #00aeef;
    /* --main-color-footer: #996600; */
    --white: #ffffff;
    --blue-green: #458ba5;
    --yellow-green: #bdd984;
    --orange: #f2e30e;
    --ochre: #eeac10;
    --chocolate: #b7620c;
    --green: #569451;
    --blue: #0060a6;
    --grey: #684343;
    --menu-color: #333333;
    --menu-color2: #232323;
    --bg-menu: rgb(236 236 236 / 0.48);
    --bg-menu-hover: #ffffff;
    --color-menu-hover: #cccccc;
    --color-child-menu: #858484;
    --bg-read-more: #cccccc;
    --bg-white: #ffffff;
}
.style-table tr, .style-table td {
    border: 1px solid !important;
    padding: 12px 12px;
}
.line-height-22{
    line-height: 22px;
}

.auto-responsive {
    width: 100%;
    height: 100%;
}

.main-font {
    font-family: "Be Vietnam Pro", sans-serif;
    /* font-family: 'Roboto', sans-serif; */
}

.bg-green {
    background-color: var(--green);
}

.bg-blue {
    background-color: var(--blue);
}

.font-light {
    font-weight: 300;
}

.h50 {
    height: 50px;
}

.margin-vertical-sm-5 {
    margin: 5px 0px
}

.margin-vertical-1 {
    margin: 10px 0px
}

.margin-vertical-2 {
    margin: 20px 0px
}

.margin-vertical-3 {
    margin: 30px 0px
}
.result-search{
    margin-bottom:8px;
}
.result-search h3{
    color: #77767;
}
.justify-content-evenly{
    justify-content: space-evenly !important;
}

/* rooter */

.hover-default{
    cursor: default !important;
}
/* Banner */

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.jssora061 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora061 .a {
    fill: none;
    stroke: var(--white);
    stroke-width: 360;
    stroke-linecap: round;
}

.jssora061:hover {
    opacity: .8;
}

.jssora061.jssora061dn {
    opacity: .5;
}

.jssora061.jssora061ds {
    opacity: .3;
    pointer-events: none;
}

.gmp-section {
    position: relative;
    z-index: 1;
}

.gmp-zoom-image img, .slick-slide img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
    width: 100%;
    max-height: 636px;
}
.group-top{
    height: 52px;
    min-height: 52px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.slick-slider {
    overflow: hidden;
}

.slick-slider div.slick-active img {
    -webkit-animation: myMove 5s 1 ease-in-out;
    -moz-animation: myMove 5s 1 ease-in-out;
    -o-animation: myMove 5s 1 ease-in-out;
    -ms-animation: myMove 5s 1 ease-in-out;
    animation: myMove 5s 1 ease-in-out;
    /* animation-delay: 1s; */
}

/* @keyframes myMove {
    from { transform: scale(1.1) translate(0);}
    to { transform: scale(1)  translate(0);}
  } */

@keyframes myMove {
    from {
        transform: scale(1.1);
        transform-origin: 50% 0%;
    }
    to {
        transform: scale(1);
        transform-origin: 50% 50%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1.1);
        -webkit-transform-origin: 50% 0%;
    }
    to {
        -webkit-transform: scale(1);
        -webkit-transform-origin: 50% 50%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1.1);
        -o-transform-origin: 50% 0%;
    }
    to {
        -o-transform: scale(1);
        -o-transform-origin: 50% 50%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1.1);
        -moz-transform-origin: 50% 0%;
    }
    to {
        -moz-transform: scale(1);
        -moz-transform-origin: 50% 50%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1.1);
        -ms-transform-origin: 50% 0%;
    }
    to {
        -ms-transform: scale(1);
        -ms-transform-origin: 50% 50%;
    }
}

/* End Banner */

/* Header */

header {
    margin: 10px 0px;
}

.fixed-top {
    position: fixed;
    background-color: var(--white);
    box-shadow: 1px 0px 6px -1px #000;
}

.categories>li .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--menu-color2)
}

.languages li:first-child {
    margin-right: 10px;
}

/* =============== Menu =========*/

.categories>.nav-item {
    padding: 10px;
}
.categories .nav-search-li {
    order: 10;
}

.categories .nav-item:hover {
    background: var(--bg-menu-hover);
}

.categories .nav-item:hover .gmp-sub-nav {
    display: block;
}

#navbar_main {
    position: static !important;
}

.gmp-sub-nav {
    display: none;
    position: absolute;
    left: 0;
    background: var(--bg-menu-hover);
    width: 100%;
    z-index: 99;
    padding: 20px 0px;
    box-shadow: 1px 0px 1px 0px #000;
}

.gmp-sub-nav .sub-menu {
    float: left;
    margin: 10px 30px;
}

.gmp-sub-nav .sub-menu>.nav-item>.nav-link {
    font-weight: 600 !important;
}

.gmp-sub-nav .sub-menu .nav-link {
    padding-left: 0px !important;
    padding-right: 0 !important;
}

.child-menu .nav-link:hover {
    color: var(--color-menu-hover) !important;
}

.child-menu .nav-link {
    text-transform: none !important;
    font-size: 14px;
    border-bottom: 1px solid var(--color-child-menu);
    font-weight: normal;
    color: var(--color-child-menu) !important;
}
.nav-search{
    background: var(--white);
    border-radius: 28px;
    box-shadow: 3px 4px 2px 0px #ccc;
    padding: 8px 16px;
    border: 0;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}
.nav-search,
.search-form{
    display: flex;
    flex-direction:row;
    border:0;
    gap: 8px;
    align-items: center;
}
.search-form .search-button,
.search-form .search-button,

.search-form .search-input{
    border:0;
    background: transparent
}
body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

@media all and (max-width:992px) {
    .offcanvas-header {
        display: flow-root;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }
    #navbar_main {
        position: fixed !important;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas.show.bg-menu-color {
        /* background: rgb(255 255 255 / 71%);; */
        background: var(--bg-menu-hover)
    }
    .categories .nav-item:hover {
        background-color: transparent;
    }
    .categories .nav-search-li {
        order: -1;
        margin: 12px 0px;
    }
    .categories .nav-item .sub-menu {
        position: static;
        background-color: transparent;
    }
}

/* =============== End Menu =========*/

/* End Header */

/* Breadcrumb */

.first {
    background-color: var(--blue-green);
}

.second {
    background-color: var(--yellow-green);
}

.third {
    background-color: var(--orange);
}

.fourth {
    background-color: var(--ochre);
}

.five {
    background-color: var(--chocolate);
}

/* EndBreadcrumb */

/* Main content */
.home-page-content{
    margin: 50px auto;
}
.title-home{
    font-size: 32px;
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
}
.gmp-main-content {
    position: relative;
    margin: 15px 0px 0px;
}

.home-content {
    padding: 15px 15px;
}

.home-content h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.home-content .describe p {
    line-height: 22px;
    font-size: 14px;
}

.gmp-catalogue {
    margin-bottom: 15px;
    box-shadow: 0px 1px 4px 0px #000;
}

.gmp-catalogue .wrap-img {
    width: 100%;
    height: 381px;
    display: block;
    position: relative;
}

.gmp-change-content .wrap-img {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
}

.gmp-change-content img {
    transition: all linear 0.7s;
    width: 100%;
    height: 100%;
}

.gmp-change-content .img-show-hover, .effect-image .img-show-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.gmp-change-content a:hover .img-show-hover, .effect-image a:hover .img-show-hover {
    opacity: 1;
}

/* =======Design produce */

.design-produce-first {
    background: #c1aeb6;
}

.design-produce-second {
    background: #ae98a2;
}

.design-produce-third {
    background: #937c86;
}

.design-produce-fourth {
    background: #e2ab5a;
}

.design-produce-five {
    background: #a4601f;
}

/*  */

.distributed-commerce-first {
    background: #d4a9c6;
}

.distributed-commerce-second {
    background: #a99095;
}

.distributed-commerce-third {
    background: #7d7d7d;
}

.distributed-commerce-fourth {
    background: #6b6b6b;
}

.distributed-commerce-five {
    background: #3a3a3a;
}

.main-content-design-produce .gmp-col-content {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: var(--white);
    box-shadow: 0px 2px 6px -2px #000;
    overflow: hidden;
}

.main-content-distributed-commerce .gmp-col-content {
    background: var(--bg-white);
    box-shadow: 0px 2px 6px -2px #000;
}

.main-content-distributed-commerce .gmp-col-content .hover-zoom {
    transition: transform .8s;
}

.main-content-distributed-commerce .gmp-col-content .hover-zoom h4 {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
}

.main-content-distributed-commerce .gmp-col-content:hover .hover-zoom {
    transform: scale(1.1);
}

.main-content-design-produce .gmp-col-content img {
    min-height: 241px;
    max-height: 241px;
}

/* .main-content-design-produce>.row .my-reset-col-left:nth-child(2n+3) {
    padding-right: 0px;
} */

.main-content-design-produce .gmp-col-container .my-reset-col-left:nth-child(3n+3) {
    padding-right: 0px;
}

.gmp-design-produce-topic {
    bottom: 30px;
    z-index: 10;
}

.gmp-bg-topic {
    background: rgb(255 255 255 / 57%);
    padding: 10px 30px;
    border-radius: 8px;
}

.gmp-col-content .describe {
    padding: 30px 15px;
    height: 400px;
    max-height: 400px;
}

.gmp-col-content .gmp-sub-describe {
    height: 150px;
    max-height: 150px;
    padding: 15px 15px;
}

.gmp-col-content .describe h4 {
    font-size: 29px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
}

.gmp-bg-sub {
    background: var(--bg-white);
}

.group-top p {
    color: #7f7f7f;
}

.gmp-col-content .describe p {
    font-size: 16px;
    line-height: 20px;
}

.read-more {
    background: var(--bg-read-more);
    padding: 10px 30px;
    border-radius: 8px;
}

.read-more:hover {
    background: #00afee;
}

.read-more:hover a {
    text-decoration: none;
}

/* =======End Design produce */

.catalogue-describe {
    padding: 15px;
}

/* News */

.main-content-news h2 {
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #403f3f;
}

.main-content-news .update-dated {
    margin-bottom: 15px;
    display: block;
    font-size: 0.9em;
    color: #00afee;
}
.main-content-news .date-small {
    color: #403f3f;
    margin-bottom: 15px;
    display: block;
    font-size: 0.9em;
}

.main-content-news .img-news {
    max-height: 200px;
    margin-bottom: 10px;
}

.main-content-news .describe-news {
    color: #696868;
    line-height: 1.4em;
    font-style: italic;
    margin: 5px 0;
}

.main-content-news .wrap-read-more {
    display: flex;
    margin: 30px 0px;
}

.main-content-news .read-more {
    background: #00afee;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}

/* End News */

/* End Main content */

/* Footer */

.gmp-browner {
    background-color: var(--main-color-footer);
}

.gmp-browner img {
    margin-bottom: 15px;
}

footer {
    background-color: var(--main-color-footer);
    position: relative;
    max-height: 337px;
    overflow: hidden;
    padding: 16px 0px 16px 0px;
    margin-top:50px;
}
.wrap-partner{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 8px;
}
.wrap-partner a {
    text-align: center;
}
.logo-partner{
    display: inline-block;
    width: 60px;
    height: 20px;
}
.footer-catalogue .footer-catalogue-title{
    font-size: 26px;
    font-weight: bold;
    color:#fff;
    margin:10px 0px;
}
.footer-catalogue .list-unstyled{
    gap: 10px;
    display:grid;
}
.footer-catalogue .list-unstyled li{
    display:flex;
    flex-direction:row;
    gap: 10px;
    align-items:center;
}

.footer-catalogue .list-unstyled li i,
.footer-catalogue .list-unstyled a{
    color:#fff;
    font-size:12px;
}
.footer-catalogue{
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
}

.gmp-background-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: contents;
    overflow: hidden;
}

.gmp-video {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

.gmp-video video {
    width: 100%;
    object-fit: cover;
}

/* End Footer */

/*  */
.my-content .row:nth-child(2n+2){
	direction: rtl;
}
/* Màng hình laptop hoặc desktop lớn*/

@media (min-width: 1200px) {
    .my-content {
        width: 75.666%;
        margin: 0 auto;
    }
}

/* Màng hình máy tính bảng lớn hoặc máy tính màng hình trung bình */

@media (min-width: 992px) and (max-width: 1199px) {
    .my-content {
        width: 69.666%;
        margin: 0 auto;
    }
}

/* Màng hình máy tính bảng nhỏ hoặc máy tính màng hình nhỏ */

@media (min-width: 768px) and (max-width: 991px) {
    .main-content-design-produce>.row .my-reset-col-left:nth-child(2n+3) {
        padding-right: 15px !important;
    }
    .my-reset-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .my-reset-col-left {
        padding-left: 15px !important;
    }
    .responsive-table tr{
    	display: flex;
    	flex-direction: column;
    }
}

/* Màng hình máy tính bảng rất nhỏ hoặc điện thoại di động */

@media (max-width: 767px) {
    .my-content .row {
        margin-bottom: 15px;
    }
    .main-content-design-produce>.row .my-reset-col-left:nth-child(2n+3) {
        padding-right: 15px !important;
    }
    .my-reset-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .my-reset-col-left {
        padding-left: 15px !important;
    }
    .responsive-table tr{
    	display: flex;
    	flex-direction: column;
    }

}

/* Điện thoại di động hoặc màng hình cực nhỏ */

@media (max-width: 480px) {
    .gmp-sub-nav {
        position: static !important;
        background: transparent;
    }
    .home-content .describe p {
        font-size: 12px;
    }
    .gmp-sub-nav .sub-menu {
        margin: 10px 0px !important;
    }
    .gmp-sub-nav .sub-menu .nav-item>.nav-link {
        font-size: 14px !important;
    }
    .my-reset-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .my-reset-col-left {
        padding-left: 15px !important;
    }
    .gmp-change-content .wrap-img {
        height: 100% !important;
    }
    .responsive-table tr{
    	display: flex;
    	flex-direction: column;
    }

}