.wrapper_page{
    /* max-width: 1380px; */
    margin: 0 auto;
}
.topbar-header {
    background: var(--color-main);
}
.menu-top li {
    display: inline-block;
    font-size: 12px;
    margin: 0 .7em;
}
.menu-top li a{
    position:relative;
    color: var(--white);
}
.menu-top li a:hover{
    color: var(--yellow);
}
.menu-top li a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(255,255,255,.2);
    height: 15px;
    margin-top: -7px;
    left: -1em;
}
.menu-top li:first-child a:after{
    opacity:0
}

.right-topbar {
    display: flex;
    align-items: center;
}
.list-inline {
    margin: 0;
}

.language-section {
    margin-left: 20px;
}
.logo-section img {
    max-height: 66px;
    object-fit: scale-down;
    transition: all .4s;
}

.fixed .logo-section img {
    max-height: 40px;
}


.slider-section .slick-list .slick-slide {
    position: relative;
}
/*.slider-section, */
.slider-section .item img {
    object-fit: cover;
}
.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: none;
}
address {
    margin-bottom: 0px !important;
}
.entire-info-website address p:last-child {
    margin-bottom: 0px;
}
.coppyright-payment {
    border-top: none;
    border-top: 1px solid #ffff;
}
.slider-section .color-blue{
    color: var(--yellow);
}
.btn-submit i {
    padding-left: 15px;
}
.border_about .info i {
    font-size: 18px;
}
.border_about p {
    font-size: 15px;
    /* color: #333; */
    line-height: 25px;
    margin: 0 0 20px;
    position: relative;
}
.section-about {
    position: relative;
}

.title-section span {
    color: var(--color-main);
}


.title-block {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ececec;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 1.5em;
}
.title-block h3 {
    color: var(--color-main);
    margin: 0;
    border-bottom: 2px solid var(--color-main);
    padding: 0 0 10px;
    margin-bottom: -2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.article-tab li a {
    border-radius: 20px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.article-tab li.active a, .article-tab li.hover a, .article-tab li a.active{
    background: var(--color-main);
    color: #fff;
}
.article-tab {
    margin-bottom: 30px;
}

.comp_name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.entire-info-website {
    color: var(--white);
}
#socials{
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.article-content ul li, .article-content ol li {
    line-height: 30px;
}
.view-small .product-item .inner-content .product-title a {
    font-size: 14px;
}
.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
}
.search-section .wrap-suggestion ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.is-mobile .logo-section img , .is-mobile .setting-menu.fixed .logo-section img{
    height: 45px;
}
table td, table th {
    padding: 1rem .75rem;
	border:1px solid #ddd
}
.product-detail-footer table tr:first-child {
    background: #5b9bd5;
}
.product-detail-footer table tr:nth-child(2n):not(:first-child) {
    background: #deeaf6;
}
.entry-topbar .left-topbar a:hover {
    color: var(--white);
}
.setting-menu.fixed, .menu-mobile.fixed{
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 10;
}

.search-section .btn-submit {
    color: var(--color-text);
    background: none;
    font-size: 25px;
}
.search-section .btn-submit:hover{
    color: var(--color-main);
}
.search-section input[type=text] {
    border: none;
}

.search-section.entire-action-header .form-dropdown {
    padding: 5px 0;
}
.newsletter .title-footer {
    margin: 0;
    display: inline-block;
    padding-right: 15px;
}

.newsletter .btn-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    height: 38px;
    border-radius: 0;
    padding: 0 10px !important;
    background: var(--color-main);
}
.border-newsletter{
    /* border-bottom: 1px solid #64aad6; */
}
.newsletter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px 0;
}
.newsletter .form-group {
    position: relative;
    margin: 0;
}

.newsletter form {
    display: inline-block;
    max-width: 500px;
    width: 100%;
}
.footer-menu-section ul li a:hover {
    text-decoration: underline;
}
.box-breadcrumb {
    position: relative;
}
.list-article .article-item span {
    position: absolute;
    left: 0;
}
.list-article .article-item .bg-cat {
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat : repeat-y;
    background-position: left center;
    background-size: contain;
}

.list-article .article-item span.article-title {
    left: 20px;
    top: 20px;
    width: 30%;
}
.list-article .article-item span.article-title h2{
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    text-transform: uppercase;
}

.list-article .article-item span.viewmore {
    color: var(--color-main);
    font-size: 11px;
    padding-right: 10px;
    text-transform: uppercase;
    left: 30px;
    bottom: 30px;
}
.list-article .article-item {
    position: relative;
}

.list-article .article-item .inner-image {
    padding-top: 55%;
}
.list-article .article-item .bg-cat-hover{
    opacity:0
}
.list-article .article-item:hover .bg-cat-hover {
    opacity: 1;
}

.list-article .article-item:hover .bg-cat:not(.bg-cat-hover) {
    opacity: 0;
}

.list-article .article-item:hover .bg-cat-hover{
    /* background-size: cover; */
}

.list-article .article-item:hover span{
    color:var(--white);
}

.list-article-product .inner-content {
    width: 100%;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #008000ab;
}

.list-article-product .article-item {
    position: relative;
}

.list-article-product .article-description {
    color: var(--white);
    font-size: 13px;
    line-height: 22px;
    display: none;
    text-align: justify;
}

.list-article-product .article-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}
.list-article-product .article-item:hover .inner-content{
    height: 100%;
    padding: 25px 20px;
}
.list-article-product .article-item:hover .article-title{
    margin-bottom:10px
}
.list-article-product .article-item:hover .article-description{
    display:block
}
.list-article-product .img-category {
    padding-top: 55%;
}
.list-article-product .article-item a {
    position: relative;
    display: block;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
.is-mobile .language-picker {
   color: var(--color-text) ;
   font-size: 11px;
}
.products-cat .title {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}

.products-cat .title:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: var(--color-main);
    bottom: 0;
}
.title-section-left {
    background: var(--color-main);
    color: var(--white);
    padding: 0  15px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    font-style: italic;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.categories-section li {
    background: #eee;
    font-size: 14px;
    color: #333;
    display: block;
    /* padding: 5px 15px; */
    text-decoration: none;
    /* border-bottom: 2px solid #fff; */
}
.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.back-footer{
    position: relative;
    padding-top: 34%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
}
.slider-section .inner-title {
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 42px;
    text-transform: uppercase;
    display: none;
}
.entire-video-banner {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.entire-video-banner .entire-content {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-main);
    text-transform: capitalize;
    z-index: 4; 
}
.entire-video-banner .entire-content .inner-category {
      font-size: 24px;
      margin-bottom: 10px; 
}
.entire-video-banner .entire-content .inner-descript {
      font-size: 72px;
      line-height: 80px;
      font-weight: 600; 
}
.entire-video-banner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 70px;
    color: var(--color-hightlight);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--color-hightlight);
    z-index: 5; 
  }
.entire-video-banner #entire-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
}
.entire-video-banner::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; 
  }
.box-breadcrumb img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
}
.categories-section > li.has-child > ul>li>a {
    padding-left: 30px;
}


/*module tab tin tuc*/
.bg-before:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50% !important;
    width: 100% !important;
    object-fit: cover;
    background-image: -webkit-linear-gradient(bottom, #2f2f2f, transparent);
    z-index: 1;
}

.article-item.article-home .article-title a{
    color: var(--white);
}
.article-home .article-description{
    display: none;
}
.article-home:hover .bg-before:before{
    top: 0;
    height: 100% !important;
    background-image: none;
    background-color: rgba(0,0,0,.65);
}

.article-home:hover .article-description{
    display: block !important;
}


/*module tab tin tuc*/
footer .title-footer {
    display: block !important;
}

footer .entire-map {
    padding-top: 70%;
}
.hight-light img {
    width: 100px;
}

.hight-light a {
    padding-right: 15px;
}
.slider-section, .slider-section .item img {
    height: 37vw;
}

@media (min-width: 992px){
    .d-lg-none {
        display: none!important;
    }
    .cat-position {
        position: relative;
        width: 100%;
        top: -90px;
        z-index: 2;
        height: 220px;
    }
    
    
}

@media (max-width:1024px) and (min-width:768px){
    .right-topbar {
        float: right;
    }
}
@media (max-width: 1200px){
    .container {
        max-width: 1130px;
    }
}

@media (max-width:920px){
    .title-block h3 {
        font-size: 19px;
    }
    .language-picker {
        color: var(--color-text);
        font-size: 11px;
    }
    .language-section {
        margin: 0;
    }
    .border_about {
        margin-bottom: 30px;
    }
    .newsletter .title-footer {
        margin-bottom: 15px;
    }
    .footer-menu-section ul li {
        margin-bottom: 10px;
    }
    .box-breadcrumb .breadcrumbs-section {
        position: relative;
        padding: 10px;
    }
    .list-article-product .article-title {
        font-size: 14px;
    }
    
    .list-article-product .inner-content {
        padding: 5px;
    }
    .products-cat .title {
        font-size: 16px;
    }
    
    
    /*Module san pham va dich vu mobile*/

}
@media (max-width:767px){
    .footer-mb>.container>.row>div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .entire-map {
        padding-top: 50%;
    }
    .orderby-section .orderby-title {
        min-width: 50px;
        padding-right: 20px;
    }
    table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    body {
        overflow-x: hidden;
    }
    .newsletter {
        display: block;
    }
    .list-article .article-item span.article-title {
        left: 15px;
        width: 40%;
    }
}
@media (max-width:320px){
    .is-mobile .right-topbar {
        display: block;
    }
}
.line-height-1{
    line-height: 1;
}

.language-section .show-lanhuage>li {
    list-style: none;
    margin-left: 20px;
}

.language-section img {
    height: 15px;
    width: 22px;
}
.google-language-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 210px;
    height: 48px;
    padding: 0 46px 0 16px;
    overflow: hidden;
    border: 1px solid rgba(96, 130, 255, 0.28);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(245, 248, 255, 0.98)
        );
    box-shadow:
        0 10px 30px rgba(31, 52, 105, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.google-language-box:hover {
    border-color: rgba(45, 104, 255, 0.55);
    box-shadow:
        0 14px 34px rgba(31, 52, 105, 0.14),
        0 0 0 4px rgba(45, 104, 255, 0.06);
    transform: translateY(-1px);
}

.google-language-box > .fa-globe {
    flex: 0 0 auto;
    margin-right: 11px;
    color: #315fc9;
    font-size: 18px;
}

.language-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #62708c;
    font-size: 12px;
    pointer-events: none;
    transform: translateY(-50%);
}

/* Google Translate wrapper */
#google_translate_element {
    display: flex;
    align-items: center;
    min-width: 0;
    border-radius: 5px;
    overflow: hidden;
}

.goog-te-gadget {
    display: flex !important;
    align-items: center;
    height: 100%;
    color: transparent !important;
    font-family: inherit !important;
    font-size: 0 !important;
}

.goog-te-gadget span,
.goog-te-gadget > div {
    display: inline-flex !important;
    align-items: center;
}

.goog-logo-link,
.goog-te-gadget img {
    display: none !important;
}

/* Select chÃ­nh */
.goog-te-combo {
    width: 145px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    overflow: hidden;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #18233d !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 46px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
}

.goog-te-combo:focus {
    outline: none !important;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Mobile */
@media (max-width: 575px) {
    .google-language-box {
        min-width: 185px;
        height: 44px;
        padding-left: 14px;
        padding-right: 40px;
        border-radius: 12px;
    }

    .goog-te-combo {
        width: 125px !important;
        height: 42px !important;
        font-size: 13px !important;
        line-height: 42px !important;
    }
    
    .row-mobile .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width:1200px){
    .topbar-header>.container>L.row>div {
        display: flex;
    }
    
    .topbar-header>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.entry-topbar .right-topbar .entry-topbar {
    margin-left: 10px;
}

.box-footer-tin {
    background: #757575;
}
