.wrapper_page {
    max-width: 1380px;
    margin: 0 auto;
}

.topbar-header {
    background: var(--color-main);
}

.contact-row > .row > div[class*="col-"]:first-child {
    padding-right: 1.5rem;
}
.contact-row > .row > div[class*="col-"]:nth-child(2) {
    padding-left:  1.5rem;
}

.flags {
	display: inline-block;
	width: 1.3rem;
	height: 1rem;
	margin-right: 0.3rem;
	object-fit: cover;
}

.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: 90px;
    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;
    height: 500px;
}

.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.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: var(--white);
    line-height: 25px;
    margin: 0 0 30px;
    position: relative;
}

.section-about {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.product-service .title-section {
    text-align: left !important;
    background: var(--color-main);
    display: inline-block;
    color: var(--white);
    padding: 15px 30px;
    position: relative;
}

.product-service .title-section:before {
    content: '';
    position: absolute;
    right: -48px;
    top: -5px;
    vertical-align: middle;
    border-top: 43px dashed var(--color-main);
    border-right: 43px solid transparent;
    border-left: 36px solid transparent;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -o-transform: rotate(130deg);
}

.product-service .item-title-category a {
    background-color: var(--gray);
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-text);
}

.product-service .img_category {
    padding-top: 65%;
}

.product-service .item-title-category a:hover {
    background-color: var(--color-main);
    color: var(--white);
}

.product-service .slick-dots {
    top: -45px;
    bottom: unset;
}

.product-service .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hight-light {
    bottom: 55px;
    text-align: center;
    width: 100%;
    padding: 30px 0 20px;
    background: var(--color-main);
    background: linear-gradient(90deg, var(--color-main) 0%,  var(--color-hightlight) 50%);
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
}

.hight-light h1 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    padding-right: 4px;
}

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

.list-category .catitem {
    border-left: 1px solid #e1e1e1;
    float: left;
    padding: 30px;
    position: relative;
}

.list-category .catitem .name {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.list-category .catitem .name img {
    margin-right: 10px;
}

.list-category .catitem .summary {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 20px;
}

.list-category .catitem .viewmore {
    font-size: 13px;
    color: var(--color-main);
    text-decoration: none;
    text-transform: uppercase;
}

.list-category>.row>div:nth-child(1) .catitem {
    border-left: none
}

.list-category .catitem .viewmore i {
    padding-left: 15px;
}

.box-develop .section-about {
    background: none !important;
}

.box-develop .info ,.box-develop .title-section {
    color: var(--white);
}

.box-develop .btn-submit {
    background: var(--white);
    color: var(--color-main);
}

.bg-develop {
    position: relative;
}

.bg-slide-develop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-develop>.container>.row>div {
    position: inherit;
}

.list-category .slick-slide img {
    object-fit: scale-down;
    width: auto;
    margin: 15px 0 20px;
}

.box-develop .about-us {
    max-width: 450px;
}

.box-develop {
    padding: 50px 0;
}

.box-slide-develop {
    padding: 90px 0 15px;
}

.box-slide-develop .summary {
    color: var(--white);
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin: 0;
}

.box-slide-develop .name {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 30px;
}

.box-slide-develop .slick-dots li button:before {
    background-color: var(--white);
}

.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: 40px;
    right: 15px;
    z-index: 100;
    width: 50px;
}

#socials a {
    width: 50px;
    height: 50px;
    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-attachment: scroll;
    background-position: center center;
    opacity: 0.9;
}

.list-article .article-item span.article-title {
    left: 30px;
    top: 30px;
    width: 32%;
}

.list-article .article-item span.article-title h3 {
    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: rgb(0 4 166 / 70%);
}

.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(--white);
    font-size: 11px;
    padding-right: 0;
}

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


.entire-video-banner {
    position: relative;
    padding-top: 53%;
    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%;
}

.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*/
.text-download {
    background-color: var(--color-main);
    color: var(--white);
}

.text-download:hover {
    color: var(--white) !important;
}

.service-home .border_about p {
    color: var(--color-text);
}

.brand-section {
    position: relative;
}

.brand-section .slick-slider {
    position: unset;
}

.categories-section li h2 {
    margin: 0;
    font-size: 14px;
}

.doi-tac .slider-section, .doi-tac .slider-section .item img {
    height: auto;
    margin: 0 auto;
    width: auto;
    object-fit: scale-down;
}

.doi-tac .inner-title {
    display: none;
}

.box-doi-tac {
    margin-top: 30px;
    margin-bottom: 0px;
}

.doi-tac .slider-section .slick-list .slick-slide {
    margin: 0 5px;
}

.doi-tac .slider-section .slick-list {
    margin: 0 -5px;
}

.slider-company {
    text-align: center;
}

.slider-company .slick-slide img {
    margin-bottom: 10px !important;
}

.name-company h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}
footer .title-footer {
    display: block !important;
}
footer .map iframe {
    height: 260px;
}
.slider-company .image {
    padding-top:120%;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none!important;
    }

    .cat-position {
        position: relative;
        width: 100%;
        top: -90px;
        z-index: 2;
    }

    .box-doi-tac {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .list-category .catitem .summary {
        min-height: 110px;
    }
}

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

@media (max-width: 1200px) {
    .container {
        max-width: 1130px;
    }

    .list-category .catitem {
        text-align: center;
    }

    .list-category .catitem .name {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 920px) {
    .title-block h3 {
        font-size: 19px;
    }

    .language-picker {
        color: var(--color-text);
        font-size: 11px;
    }

    .language-section {
        margin: 0;
    }

    .slider-section, .slider-section .item img {
        height: 36vw;
    }

    .section-about {
        padding: 40px 0 !important;
    }

    .border_about {
        margin-bottom: 30px;
    }

    .product-service .item-title-category a {
        font-size: 14px;
    }

    .list-category .catitem {
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .box-develop {
        padding: 0;
    }

    .box-slide-develop {
        padding: 30px 0;
    }

    .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*/
    .bg-slide-develop:before {
        content: '';
        background: var(--color-text);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.7;
    }
}

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

    .slider-section .slick-next, .slider-section .slick-prev {
        top: calc(50% - 43px);
    }
}

@media (max-width: 320px) {
    .is-mobile .right-topbar {
        display: block;
    }
}

/*CSS by quyettq*/
.slider-section.section-pdf {
    height: 630px;
}

.section-pdf-mobile {
    height: 100%;
}

.pdf-slide iframe {
    width: 100%;
    height: 600px;
}