.adm-glyphicon span {
    background: url('img/setting.png');
    background-size: cover;
}

/* @font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.woff2') format('woff2');
    font-display: swap;

} */

:root {
    --white: #ffffff;
    --color2: #1C659F;
    --primary-color: #D6B035;
    --second-color: #fff;
    --third-color: #666666;
    --fourth-color: #000;
    --fifth-color: #212121;
    --sixth-color: #333333;
    --seventh-color: #EDEDED;
    --eighth-color: #DBDBDB;
    --ninth-color: #f5f5f5;
    --tenth-color: #FFF3D3;
    --eleventh-color: #FFE7EE;
    --twelfth-color: #E0E0E0;
    --thirteenth-color: #bdbdbd;
    --fourteenth-color: #D9E9F5;
    --fifteenth-color: #8AC4F1;
    --sixteenth-color: #EA0000;
    --seventeenth-color: #007F86;
    --eighteenth-color: #00000099;

    --primary-background: #F8F8F8;
    --second-background: #EEF7FE;
    --background-hover: #0A538D;
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: var(--fourth-color);
    overflow-x: hidden;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

.wrap-img {
    padding-bottom: 100%;
}

body>.skiptranslate {
    display: none;
}

body {
    top: 0px !important;
}

body.over {
    position: fixed !important;
    top: 0;
    width: 100%;
}

a {
    color: var(--primary-color);
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.img-404 {
    max-width: 100%;
}

.wrap {
    max-width: 1310px;
    margin: auto;
}

.header-info {
    background-color: var(--primary-color);
    height: 40px;
    display: inline-block;
    border-radius: 0 0 0 10px;
    width: calc(100% - 160px);
    overflow: hidden;
}

.company-info {
    display: inline-block;
    height: 40px;
    line-height: 37px;
    color: var(--second-color);
    font-size: 12px;
}

.company-info a {
    display: inline-block;
    height: 40px;
    line-height: 37px;
    color: var(--second-color);
}

.company-info:first-child {
    padding-left: 24px;
}

.company-info:not(:first-child) {
    padding-left: 45px;
}

.header-language {
    background-color: var(--primary-background);
    height: 40px;
    width: 160px;
    float: right;
    border-radius: 0 0 10px 0px;
    text-align: center;
}

.language {
    height: 40px;
    line-height: 40px;
}

.header-language span {
    padding-left: 10px;
    padding-right: 10px;
}

.header-language svg:first-child {
    transform: translate(0, 4px);
}

.header-language svg:last-child {
    transform: translate(0, -1px);
}

.info-item-2 {
    font-weight: 500;
}

.info-item {
    padding-left: 10px;
    font-weight: 500;
}

.top-head .logo img {
    height: 55px;
}

/* .language {
	position: relative;
}

.language:hover {
	cursor: pointer;
}

.country-list .country:not(:last-child) {
	margin-bottom: 10px;
}

.country-list .country .lang-text:hover {
	color: var(--primary-color);
	transition: .4s;
}

.country:hover {
	cursor: pointer;
}

.country-list {
	position: absolute;
	top: 150%;
	width: 160px;
	padding-top: 12px;
	left: -0px;
	z-index: 999;
	transition: 0.3s linear;
	visibility: hidden;
	opacity: 0;

} */

/* .language.open .country-list {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.country-list .country-wrap {
	padding: 18px 22px;
	background-color: var(--second-color);
	border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 5px;
	text-align: start;
}

.country-list>.country-wrap>.country {
	height: 25px;
} */

.navbar-frame ul {
    float: right;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.affix {
    z-index: 999;
    animation: slide-down .5s linear forwards;
    background-color: var(--second-color);
    box-shadow: 1px 2px 7px var(--seventh-color);
    top: 0;
    width: 100%;
}

.affix .container-fluid .row:first-child {
    display: none;
}

.categories-menu {
    display: inline-block;
    margin-top: 10px;
    height: 40px;
    line-height: 34px;
    padding-left: 45px;
    position: relative;
}

.categories-menu a {
    color: var(--fourth-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
}

.categories-menu a:hover {
    color: var(--primary-color);
}

.categories-menu:nth-child(2) {
    padding-left: 30px;
}

.focus-category>a {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.child-product {
    position: absolute;
    z-index: 999;
    width: 320px;
    border-radius: 20px;
    background-color: var(--second-color);
    padding-left: 20px;
    box-shadow: var(--seventh-color) 0px 0px 5px;
    display: none;
    top: 40px;
    transform: translate(-40%, 0);
}

.child-categories {
    border-radius: 10px;
    transition: .3s;
    height: 50px;
    /* line-height: 50px; */
    margin-right: 15px;
    display: flex;
}

.child-categories a:before {
    content: '';
    min-width: 6px;
    min-height: 6px;
    border-radius: 90%;
    background-color: var(--third-color);
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    transition: .3s;
}

.child-categories a:hover:before {
    background-color: var(--primary-color);
}

.child-categories:first-child {
    margin-top: 15px;
}

.child-categories:last-child {
    margin-bottom: 15px;
}

.child-categories:hover {
    background-color: var(--second-background);
}

.categories-menu:hover .child-product {
    display: block;
    animation: prin 0.5s;
}


@keyframes prin {
    from {
        opacity: 0;
        top: 50px;
    }

    to {
        opacity: 1;
        top: 40px;
    }
}

@keyframes affix {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

.child-product .child-categories a {
    transition: .3s;
    text-transform: capitalize;
    line-height: 22px;
}

.child-product .child-categories a:hover {
    color: var(--primary-color);
}

.focus-category .child-categories a {
    border-bottom: none;
}

.categories-menu a {
    display: inline-block;
    position: relative;
}

.categories-menu a:after {
    display: block;
    content: '';
    border-bottom: solid 2px var(--primary-color);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.categories-menu a:hover:after {
    transform: scaleX(1);
}

.categories-menu a.fromRight:after {
    transform-origin: 100% 50%;
}

.categories-menu a.fromLeft:after {
    transform-origin: 0% 50%;
}

.focus-category .nav-dropdown::before {
    content: url('img/Chevron_Right_1_ (1).svg');
}

.focus-category a::after {
    display: none;
}

.child-categories a {
    display: flex;
    align-items: center;
}

#homepage>a>svg {
    transform: translate(0, 3px);
}

#homepage a {
    padding-left: 6px;
    padding-right: 6px;
}

#homepage svg path {
    fill: var(--primary-color);
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-frame {
    padding-top: 10px;
}

.nav-dropdown::before {
    content: url('img/nav-dropdown.svg');
    position: absolute;
    right: -20px;
    bottom: 4px;
}

.nav-dropdown:hover::before {
    content: url('img/Chevron_Right_1_ (1).svg');
}

.footer {
    padding-top: 60px;
    padding-bottom: 25px;
    background-color: var(--primary-color);
}

.logo-footer img {
    height: 70px;
}

.follow {
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    transform: translate(0px, 4px);
    padding-right: 20px;
}

.media-item {
    display: inline-block;
    margin-top: 30px;
}

.media-icon-footer {
    padding-left: 15px;
}

.footer-cat {
    width: 232px;
    float: right;
}

.footer-company-info {
    display: inline-block;
}

.footer-des {
    padding-top: 32px;
}

.footer-map {
    padding-top: 32px;
}

.footer-info-wrap {
    /* width: calc(100% - 232px); */
    max-width: 432px;
    display: inline-block;
}

.footer-company-info span {
    font-size: 16px;
}

.footer-company-info:not(:first-child) svg {
    transform: translate(0, 4px);
}

.company-name-footer {
    font-size: 24px !important;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.footer-add p {
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
}

.footer-add {
    float: right;
    padding-right: 40px;
    padding-left: 20px;
    width: calc(100% - 25px);
}

/* .footer-company-info a {
    padding-left: 20px;
    color: var(--white);
} */

.footer-company-info span:not(:first-child) {
    padding-left: 20px;
    color: var(--white);
}

.footer-company-info:not(:first-child) {
    margin-bottom: 15px;
}

.phone-footer {
    font-weight: 500;
    font-size: 16px !important;
}

.footer-add p strong {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

.footer-add p:not(:first-child) strong {
    display: block;
    padding-top: 10px;
}

.footer-tab {
    font-size: 24px;
    color: var(--white);
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer-cat ul li {
    font-size: 16px;
    padding-bottom: 17px;
}

.footer-cat ul li a {
    color: var(--white);
    transition: all .2s linear;
}

.footer-cat ul li a:hover {
    color: var(--color2);
}

.google-map {
    height: 340px;
}

.copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
}

.copy-right p {
    color: var(--sixth-color);
    margin-bottom: 0;
}

.copy-right p strong {
    color: var(--primary-color);
}

/*--------------*/
.banner-wrap {
    position: relative;
}

.banner-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: var(--fourth-color);
    opacity: 0.2;
}

.banner-wrap img {
    position: relative;
    z-index: 1;
}

.banner-text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1280px;
    max-width: 100%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 3;
}

.banner-text .banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--white);
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    max-width: 750px;
}

/* .banner-wrap:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(28, 101, 159) 45%, rgba(255, 255, 255, .1));
	z-index: 1;
} */

.banner-des {
    position: absolute;
    color: var(--second-color);
    font-size: 79px;
    font-weight: 500;
    z-index: 99;
    width: 50%;
    top: 50%;
    left: 0;
    margin: 0 calc((100% - 1280px)/2);
    transform: translate(0, -50%);
    line-height: 100px;
    text-transform: uppercase;
}

.introduce-home {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 350px;
}

.intro-text {
    display: inline-block;
    width: 45%;
    padding-top: 28px;
}

.introimg-wrap {
    float: right;
    position: relative;
    max-width: 46.9%;
}

.introimg-wrap img:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 3px);
    width: 135px;
}

.introimg-wrap img:first-child {
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
}

.introhome-title div:first-child {
    font-size: 16px;
    color: var(--primary-color);
    letter-spacing: 2.2px;
    font-weight: 500;
    padding-bottom: 15px;
}

.introhome-title h2 {
    font-size: 28px;
    font-weight: 500;
    color: var(--fifth-color);
    padding-bottom: 7px;
    text-transform: uppercase;
}

.introhome-des {
    font-size: 16px;
    color: var(--third-color);
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    font-weight: 400;
    height: 179px;
}

.introhome-des p {
    margin: 0;
}

.showmore a {
    width: 150px;
    height: 49px;
    background: var(--primary-color);
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 49px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--second-color);
    font-size: 16px;
    transition: .4s;
}

.showmore a svg {
    transform: translate(10px, 1px);
}

.introhome-wrap .showmore a {
    margin-top: 13px;
}

.product-home {
    padding-bottom: 60px;
    background-color: var(--primary-background);
    padding-top: 60px;
}

.section-title {
    padding-bottom: 30px;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title .line {
    display: block;
    height: 3px;
    width: 50px;
    border: none;
    background-color: var(--primary-color);
    margin: 17px auto;
}

.product-item {
    background-color: var(--second-color);
    box-shadow: 0px 10px 20px var(--seventh-color);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 20px;
    padding-bottom: 20px;
}

.product-home .col-sm-4:nth-child(5) .product-item,
.product-home .col-sm-4:nth-child(6) .product-item,
.product-home .col-sm-4:nth-child(7) .product-item {
    margin-bottom: 0px;
}

.prditem-image {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.prditem-name {
    padding-top: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--fourth-color);
}

.product-item .img_100 {
    position: relative;
    height: 0;
    padding-bottom: 71.0227%;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.img_100>img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s linear;
    object-fit: cover;
}

.img_100:hover img {
    transform: scale(1.05);
}

.product-item:hover .prditem-image img {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    object-fit: cover;
}

.product-item:hover .prditem-name {
    color: var(--primary-color);
}

.service-item .img_100 {
    position: relative;
    height: 0;
    padding-bottom: 56.81818%;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.service-home {
    background-color: var(--primary-color);
    padding-top: 60px;
    min-height: 465px;
}

.srchome-text {
    text-align: center;
    color: var(--second-color);
}

.srchome-text .section-title-2 .line {
    display: block;
    width: 50px;
    height: 3px;
    border: none;
    background-color: var(--second-color);
    margin: 14px auto 17px;
}

.section-title-2 {
    font-size: 34px;
    font-weight: 500;
}

.section-des-2 {
    font-size: 18px;
    line-height: 26px;
}

.service-item {
    padding: 25px;
    background-color: var(--second-color);
    /* margin-top: -230px; */
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 10px 20px var(--seventh-color);
    cursor: default;
}

.service-name {
    margin-top: 25px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: var(--fifth-color);
    transition: .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
    min-height: 62px;
}

.service-item a:hover .service-name {
    color: var(--primary-color);
}

.service-des {
    font-size: 15px;
    color: var(--third-color);
    text-align: center;
    padding-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 102px;
}

.service-des strong {
    font-weight: 500;
}

.service-item .showmore a {
    height: 45px;
    line-height: 43px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
}

.srcicon-home {
    position: absolute;
    object-fit: cover;
    width: 50px !important;
    height: 50px !important;
    bottom: 10px;
    left: 10px;
}

.img_100:hover .srcicon-home {
    transform: scale(1);
}

.showmore a:hover {
    background-color: var(--background-hover);
}

.showmore a:hover svg {
    transform: translate(15px, 1px);
    transition: .4s;
}

.agency-home {
    padding-top: 60px;
    padding-bottom: 30px;
}

.agency-title {
    font-size: 34px;
    color: var(--fifth-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 30px;
}

.agency-title .line {
    display: block;
    width: 50px;
    border: none;
    height: 3px;
    background-color: var(--primary-color);
    margin: 17px auto;
}

.agency-item img {
    height: 120px;
    object-fit: contain;
}

.agency-item {
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.agency-item:hover {
    box-shadow: 0px 0px 20px var(--seventh-color);
}


.support {
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation: pulse infinite;
    animation-duration: 4s;
    z-index: 999;
}

@keyframes pulse {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.06;
    }

    100% {
        scale: 1;
    }
}

.fixed-social {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    pointer-events: none;
}

.fixed-icon {
    text-align: right;
    transition: .3s linear;
    pointer-events: none;
}

.fixed-icon a {
    display: inline-block;
    transition-duration: .5s;
    transform-style: linear;
    transform: translate(100px, 0);
    opacity: 0;
    pointer-events: all;
}

.fixed-social .fixed-icon+.fixed-icon {
    margin-top: 15px;
}

.fixed-icon.show a {
    opacity: 1;
    transform: translate(0, 0);
}

.owl-dots {
    text-align: center;
}

.owl-dots span {
    width: 12px;
    height: 12px;
    border-radius: 99%;
    display: inline-block;
    background-color: var(--eighth-color);
}

.owl-dot:not(:first-child) span {
    margin-left: 10px;
}

.owl-dots .active span {
    background-color: var(--primary-color);
}



/*----Page----*/
.wrap-page {
    max-width: 992px;
    margin: auto;
}

.page-banner {
    position: relative;
    height: 200px;
}

/* .page-banner:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #D9E9F5 46%, rgba(255, 255, 255, .1) 69%, #D9E9F5 81%);
	z-index: 1;
} */

.page-banner img {
    position: absolute;
    height: 200px;
    left: 45%;
}

.page-banner .banner-des {
    font-size: 40px;
    line-height: 46.33px;
    letter-spacing: 10px;
    width: 30%;
    color: var(--fifth-color);
}

.breadcrumb {
    max-width: 1310px;
    margin: auto;
}

.line-breacrumb {
    background-color: var(--ninth-color);
}

.page-intro {
    /* padding-bottom: 70px; */
    padding-bottom: 40px;
}

.page-intro .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb li a {
    color: var(--color2);
    font-size: 14px;
}

.page-title {
    text-align: center;
    padding-top: 42px;
}

.page-title .p-des {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color2);
    margin-bottom: 5px;
}

.page-title h2,
.page-title .p-title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contact-title h2 {
    display: block;
    letter-spacing: 3.2px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 19.09px;
    font-weight: 400;
}

.contact-title h3 {
    display: block;
    color: var(--fifth-color);
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 700px;
    margin: 10px auto 40px;
}

.page-content {
    font-size: 18px;
    color: var(--fifth-color);
    line-height: 26px;
}

.page-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

.page-teams {
    margin-top: 20px;
}

.page-teams .teams-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.64px;
    color: var(--fifth-color);
}

.teams-wrap {
    text-align: center;
}

.teams-section {
    /* display: inline-block;
    margin: 50px 37px 0 37px; */
}

.teams-section img {
    border-radius: 100%;
}

.teams-section .team-content {
    padding-top: 31px;
}

.teams-section .team-content span {
    display: block;
}

.teams-section .team-content span:first-child {
    font-size: 22px;
    color: var(--fifth-color);
}

.teams-section .team-content span:last-child {
    font-size: 16px;
    color: var(--third-color);
    font-weight: 400;
}

.team-img-wrap {
    padding: 25px;
    background-color: var(--primary-background);
    border-radius: 100%;
    /* width: calc(100% - 50px); */
    margin: auto;
    max-width: 350px;
    margin: 0 auto;
}

.product-list-main .page-banner:before {
    background: linear-gradient(90deg, var(--tenth-color) 46%, var(--sixth-color) 69%, var(--tenth-color) 81%);
}

.productlist-content {
    padding-top: 54px;
    padding-bottom: 47px;
}

.prd-sidebar {
    height: 60px;
    height: 60px;
    line-height: 60px;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--primary-color);
    font-size: 24px;
    border-radius: 10px;
    text-align: center;
}

.prd-sidebar-item {
    margin-top: 16px;
    height: 56px;
    padding-left: 13px;
    /* height: 56px; */
    /* line-height: 56px; */
    background-color: var(--primary-background);
    font-size: 16px;
    border-radius: 10px;
    font-weight: 500;
}

.prd-sidebar-item a {
    color: var(--third-color);
    font-weight: 500;
}

.productlist-content .product-item {
    border: 1px solid var(--seventh-color);
    box-shadow: none;
}

.prditem-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
    height: 77px;
}

.prditem-name-1-row {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
    height: 50px;
}

.productlist-content .sidebar-product {
    padding-top: 3px;
}

.sidebar-product .active a {
    color: var(--primary-color);
}

.prd-sidebar a {
    color: var(--second-color);
}

.productlist-content .page-title {
    text-align: start;
    padding-top: 0px;
}

.productlist-content .page-title span:first-child {
    text-transform: uppercase;
}

.prd-sidebar-item span {
    min-width: 8px;
    min-height: 8px;
    border: var(--third-color) solid 1px;
    border-radius: 99%;
    display: block;
    margin-right: 10px;
}

/* .prd-sidebar-item a {
	display: flex;
	align-items: center;
} */

.sidebar-product .active span {
    background-color: var(--primary-color);
    border: var(--primary-color) solid 1px;
}

.productlist-content .sidebar-product {
    padding-right: 23px;
}

.productlist-content .productlist-col {
    padding-left: 23px;
}

.prd-sidebar-item a img {
    width: 30px;
    margin-right: 10px;
}

.productlist-content .product-des {
    font-size: 16px;
    color: var(--fifth-color);
    line-height: 26px;
}

.productlist-content .product-des img {
    margin: 35px 0;
}

.breadcrumb>li+li:before {
    content: url('img/breadcrumb.svg');
}

.product-banner {
    position: relative;
}

.page-lienhe {
    position: relative;
}

.product-banner img {
    height: 200px;
}

.product-banner .banner-des {
    font-size: 40px;
    line-height: 46.33px;
    letter-spacing: 3.2px;
    width: 30%;
    color: var(--fifth-color);
}

.page-lienhe .banner-des {
    font-size: 40px;
    line-height: 46.33px;
    letter-spacing: 3.2px;
    width: 30%;
    color: var(--fifth-color);
}

.product-banner .banner-des {
    font-size: 40px;
    line-height: 46.33px;
    letter-spacing: 3.2px;
    width: 30%;
    font-weight: 500;
    color: var(--fifth-color);
}

.prditem-tag {
    font-size: 16px;
    color: var(--fifth-color);
    text-align: center;
    padding-top: 6px;
    height: 29px;
}

.productlist-col .page-title span:last-child {
    padding-bottom: 30px;
}

.product-detail-content {
    padding-top: 54px;
    padding-bottom: 40px;
}

.product-detail-content .page-title {
    padding-top: 0px;
    text-align: start;
    text-transform: uppercase;
}

.product-image {
    margin-top: 10px;
}

/* 
.product-image img {
	padding: 15px;
	border-radius: 20px;
	border: 1px solid var(--seventh-color);
	width: 100%;
} */

.wrap-product-detail-img {
    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid var(--seventh-color);
    /* width: 100%; */
}

.wrap-product-detail-img .img_100>img {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.wrap-product-detail-img .img_100:hover img {
    transform: scale(1);
}

.product-name {
    font-size: 30px;
    color: var(--fifth-color);
    font-weight: 500;
    display: block;
    line-height: 35.8px;
}

.product-code {
    font-size: 20px;
    color: var(--fifth-color);
    font-weight: 500;
    display: block;
    line-height: 23.87px;
    padding-top: 7px;
}

.product-att {
    padding-top: 21px;
}

.product-att .d-flex span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--fifth-color);
}

.product-att .d-flex span:first-child {
    padding-right: 5px;
}

.product-att .d-flex span:last-child {
    font-weight: 700;
}

.product-content {
    padding-top: 7px;
    font-size: 16px;
    max-height: 250px;
    overflow: hidden;
}

.product-content.open {
    max-height: unset;
}

.product-content h3 {
    font-size: 22px;
}

.product-content h2 {
    font-size: 24px;
}

.content-xemthem {
    margin: 30px auto 0;
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.content-xemthem svg {
    transform: scale(0.6);
    display: inline-block;
    vertical-align: middle;
}

.content-xemthem.active svg {
    transform: scale(0.6) rotate(180deg);
}

.prd-detail-main {
    padding-bottom: 50px;
}

.prd-detail-main hr {
    border-bottom: 1px solid var(--seventh-color);
    background-color: var(--seventh-color);
    height: 1px;
    border: none;
    width: calc(100% - 30px);
    text-align: center;
    margin: 0 auto;
}

.prd-sidebar-item {
    transition: .4s;
    display: flex;
    align-items: center;
}

.prd-sidebar-item:hover {
    background-color: var(--second-background);
}

.prd-detail-main .product-image {
    /* width: 54%; */
    position: relative;
    /* margin-right: -40px; */
}

.product-image .owl-next {
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    transition: all .2s linear;
}

.product-image .owl-prev {
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%);
    transition: all .2s linear;
}

.product-image .owl-next.disabled,
.product-image .owl-prev.disabled {
    opacity: 0;
    visibility: hidden;
}

.prd-detail-main .wrap-img {
    padding-bottom: 66.67%;
}

/* .prd-detail-main .product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 536px;
    border-radius: 10px;
} */

.prd-detail-main .product-detail-info {
    /* width: 46%; */
    /* margin-left: 40px; */
}

.owl-related-product .product-item {
    box-shadow: none;
    border: 1px solid var(--seventh-color);
}

.product-detail-info {
    margin-bottom: 50px;
}

.related-product-title {
    font-size: 34px;
    line-height: 40.57px;
    color: var(--fifth-color);
    font-weight: 500;
    padding-bottom: 42px;
    display: block;
}

.related-product-item {
    position: relative;
}

.owl-related-product .owl-nav {
    display: none;
}

.owl-related-product .owl-nav .owl-prev {
    background-color: var(--primary-background) !important;
    width: 34px;
    height: 34px;
    border-radius: 99%;
}

.owl-related-product .owl-nav .owl-next {
    background-color: var(--primary-color) !important;
    width: 34px;
    height: 34px;
    border-radius: 99%;
    margin-left: 18px;
}

.related-product-item .product-owl-nav .owl-prev-custom {
    background-color: var(--primary-background);
    border-radius: 90%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 55px;
    top: 0;
    transition: .3s;
}

.related-product-item .product-owl-nav .owl-next-custom {
    background-color: var(--primary-background);
    border-radius: 90%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 0;
    transition: .3s;
}

.related-product-item .product-owl-nav .owl-next-custom:hover {
    background-color: var(--primary-color);
}

.related-product-item .product-owl-nav .owl-prev-custom:hover {
    background-color: var(--primary-color);
}

.related-product-item .product-owl-nav .owl-prev-custom svg path {
    transition: .3s;
}

.related-product-item .product-owl-nav .owl-next-custom svg path {
    transition: .3s;
}

.related-product-item .product-owl-nav .owl-next-custom:hover svg path {
    fill: var(--second-color);
}

.related-product-item .product-owl-nav .owl-prev-custom:hover svg path {
    fill: var(--second-color);
}

.product-image {
    margin-bottom: 50px;
}

.paging-n {
    text-align: center;
}

.paging-n span {
    font-size: 18px;
    line-height: 21.48px;
    background-color: var(--primary-background);
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 99%;
    transition: .3s;
}

.paging-n span a {
    color: var(--third-color);
}

.paging-n span:not(:first-child) {
    margin-left: 10px;
}

.paging-n .current a {
    color: var(--second-color);
    background-color: var(--primary-color);
    border-radius: 90%;
}

.paging-n span a {
    height: 34px;
    display: block;
    line-height: 34px;
    transition: .3s;
}

.paging-n span:hover {
    background-color: var(--primary-color);
}

.paging-n .current:hover {
    background-color: var(--primary-background);
    cursor: pointer;
}

.paging-n span a:hover {
    color: var(--second-color);
}

.paging-n.file-paginate {
    margin-top: 40px;
}

/* a[rel="first"] {
	transition: .3s;
	border-radius: 99%;
}

a[rel="first"]:hover {
	color: var(--second-color);
	background-color: var(--primary-color);
}

a[rel="last"] {
	transition: .3s;
	border-radius: 99%;
}

a[rel="last"]:hover {
	color: var(--second-color);
	background-color: var(--primary-color);
} */

.page-doitac::before {
    background: linear-gradient(90deg, var(--eleventh-color) 46%, rgba(255, 255, 255, .1) 69%, var(--eleventh-color) 81%);
}

.col-doitac {
    width: calc((100% - 130px)/5);
    float: left;
    position: relative;
    min-height: 1px;
}

.owl-carousel-agency .owl-stage-outer {
    padding-bottom: 24px;
}

.page-lienhe-content .company-name-footer {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.64px;
}

.page-lienhe-content .page-title {
    padding-bottom: 30px;
}

.lienhe-info-first .footer-company-info-second {
    width: 100%;
    display: flex;
    border-right: 1px solid var(--twelfth-color);
    margin-bottom: 30px !important;
}

.lienhe-info:last-child {
    padding-left: 49px;
    width: calc(100% - 55.333333%);
}

.lienhe-info-first {
    width: 55.333333%;
}

.lienhe-info-first p {
    margin-bottom: 5px;
}

.lienhe-info .footer-company-info {
    margin-bottom: 15px;
}

.page-lienhe-content hr {
    height: 1px;
    border: none;
    background-color: var(--twelfth-color);
    width: calc(100% - 30px);
    text-align: center;
    margin: 0;
}

.contact-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding-top: 23px;
    display: block;
    padding-bottom: 16px;
}

.contact-title p {
    margin-bottom: 0;
}

.contact-label {
    font-size: 16px;
    color: var(--third-color);
    font-weight: 400;
}

.contact-flex textarea {
    max-width: 100%;
    height: 100px;
    background-color: var(--primary-background);
}

.form-group input {
    background-color: var(--primary-background);
    border: none;
    box-shadow: none;
}

.form-group textarea {
    border: none;
    box-shadow: none;
}

.send-contact {
    text-align: center;
}

.contact-sbm {
    height: 50px;
    width: 150px;
    color: var(--second-color);
    border-radius: 10px;
    border: none;
    background-color: var(--primary-color) !important;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
}

.page-tuyendung-banner {
    height: 200px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    position: relative;
}

.page-doitac-banner {
    height: 200px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    position: relative;
}

.page-tuyendung-banner .banner-des {
    font-size: 40px;
    line-height: 46.33px;
    letter-spacing: 3.2px;
    width: 30%;
    color: var(--fifth-color);
}

.page-doitac-banner .banner-des {
    font-size: 40px;
    line-height: 46.33px;
    letter-spacing: 3.2px;
    width: 30%;
    color: var(--fifth-color);
}

.page-tuyendung .page-title {
    text-align: start;
}

.tuyendung-title span {
    font-size: 32px;
    font-weight: 500;
    line-height: 40.57px;
    color: var(--primary-color);
}

.tuyendung-des {
    color: var(--fifth-color);
    font-size: 16px;
    line-height: 30px;
}

.tuyendung-content .showmore {
    float: right;
}

.page-tuyendung .showmore a {
    height: 40px;
    line-height: 40px;
    margin-top: 2px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.tuyendung-des {
    padding-top: 23px;
    padding-bottom: 92px;
}

.tuyendung-box {
    background-color: var(--primary-background);
    border-radius: 10px;
    padding: 14px 17px;
}

.box-tuyendung-title {
    font-size: 18px;
    color: var(--fifth-color);
    font-weight: 500;
}

.active .box-tuyendung-title {
    color: var(--primary-color);
}

.box-tuyendung-info {
    padding-top: 12px;
}

.tuyendung-location {
    float: left;
}

.tuyendung-time {
    float: right;
    color: var(--third-color);
}

.tuyendung-salary::before {
    content: url('img/salary.svg');
    padding-right: 10px;
    transform: translate(0px, 2px);
}

.tuyendung-salary {
    display: flex;
    width: 100%;
    padding-top: 12px;
}

.tuyendung-salary span {
    font-size: 14px;
    color: var(--fifth-color);
    line-height: 16.71px;
}

.tuyendung-location span {
    font-size: 14px;
    color: var(--fifth-color);
    line-height: 16.71px;
}

.tuyendung-time span {
    font-size: 14px;
    color: var(--fifth-color);
    line-height: 16.71px;
}

.tuyendung-type::before {
    content: url('uploads/images/img/bag.svg');
    padding-right: 10px;
    transform: translate(0px, 2px);
}

.tuyendung-type {
    display: flex;
    padding-top: 9px;
}

.tuyendung-type span {
    font-size: 14px;
    color: var(--fifth-color);
    line-height: 16.71px;
}

.tuyendung-box:not(:first-child) {
    margin-top: 16px;
}

.scroll-box {
    height: 758px;
    overflow-y: scroll;
    margin-top: 42px;
}

.owl-carousel-agency {
    width: calc(100% - 15px);
    margin: auto;
    margin: 0 15px;
    position: relative;
}

.owl-carousel-agency .owl-nav .owl-next,
.owl-carousel-agency .owl-nav .owl-prev {
    position: absolute;
    top: 37%;
}

.owl-carousel-agency .owl-nav .owl-next {
    left: calc(100% - 10px);
}

.owl-carousel-agency .owl-nav .owl-prev {
    left: -15px;
}

* {
    scrollbar-width: auto;
    scrollbar-color: var(--thirteenth-color) var(--primary-background);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--primary-background);
    border: 3px solid var(--second-color);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--thirteenth-color);
    border-radius: 10px;
    border: 3px solid var(--second-color);
}

.page-tuyendung .col-sm-9 .showmore {
    float: right;
}

.page-doitac .agency-item {
    border: 1px var(--seventh-color) solid;
    margin: 13px;
}

.footer-info-wrap .footer-add p:nth-child(2) {
    margin: 0;
    margin-bottom: 5px;
}

.footer-info-wrap .footer-add p:nth-child(4) {
    margin-bottom: 5px;
}

.footer-info-wrap .footer-add p:last-child {
    margin: 0;
}

.src-active-img {
    display: none;
}

.sidebar-product .active .src-active-img {
    display: block;
}

.sidebar-product .active .src-notactive-img {
    display: none;
}

.tuyendung-info-title {
    font-weight: 600;
    display: block;
}

.listinfo-tuyendung {
    list-style: disc;
    padding-left: 18px;
}

.page-thanks {
    padding-top: 35px;
}

.adm-glyphicon span {
    width: 10px;
    display: block !important;
    height: 10px;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
}

.page-video .page-title {
    text-align: center;
}

.page-video .page-title span:last-child {
    padding-bottom: 30px;
}

.page-video .banner-des {
    color: var(--fourth-color);
}

.imgandvideo-section .video-item a {
    position: relative;
    display: block;
}

.imgandvideo-section .video-item a:hover .play-youtube-btn {
    scale: 1.1;
}

.play-youtube-btn {
    position: absolute;
    top: 40%;
    left: 40%;
    /* transform: translate(-50%, -50%); */
    width: 15%;
    transition: .3s;
}

.video-item a img:first-child {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid var(--thirteenth-color);
}

.modal-content {
    border-radius: 20px;
}

.modal-ytb .modal-body iframe {
    border-radius: 20px;
    border: 0;
}

.slider-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--fifth-color);
    z-index: 99999;
    overflow: visible;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
}

.slider-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-product.active {
    opacity: 1;
    visibility: visible;
}

.slider-img-wrap {
    position: absolute;
    padding: 15px;
    border-radius: 20px;
    background-color: var(--second-color);
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 930px;
}

.slider-img-close {
    position: absolute;
    z-index: 9999999;
}

.big-thumb {
    position: relative;
    margin-bottom: 28px;
}

.big-thumb .next-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
}

.big-thumb .pre-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(50%, -50%);
}

.big-thumb img {
    /* width: 100%; */
    border-radius: 10px;
    object-fit: cover;
}

.big-thumb span {
    font-size: 24px;
    line-height: 28.64px;
    color: var(--fifth-color);
    font-weight: 500;
    margin-top: 18px;
    display: block;
    text-transform: capitalize;
}

.img-thumb {
    position: relative;
}

.owl-img-thumb {
    width: 90%;
    margin: auto;
}

.img-thumb .next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 9999;
}

.img-thumb .pre-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 9999;
}

.img-thumb .img-slide-item img {
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
}

.image-item img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.img-slide-item img {
    filter: brightness(50%);
}

.img-slide-item.active img {
    filter: brightness(1);
}

.img-pageimg-title {
    padding-top: 17px;
    font-size: 16px;
    line-height: 19.09px;
    color: var(--fifth-color);
    font-weight: 500;
    text-transform: capitalize;
}

.imgandvideo-item {
    padding-bottom: 30px;
}

.slider-close {
    top: 7%;
    right: 15%;
    transform: translate(-50%, -50%);
}

.slider-close:hover {
    cursor: pointer;
}

.modal-dialog {
    max-width: 900px;
    width: 900px;
}

/*------------*/
.footer-company-info a {
    color: var(--white);
    transition: all .2s linear;
    font-size: 15px;
}

.footer-company-info a:hover {
    color: var(--color2);
}

.owl-carousel-slshow .owl-dots {
    display: none;
}

.owl-carousel-slshow .owl-nav {
    display: none;
}

.google-map iframe {
    width: 100%;
    height: 100%;
}

/* fix lại */
/* .prd-detail-main .product-image .img_100{
	padding-bottom: 130%;		
} */

.product-content h1,
.page-content h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
}

.product-content h2,
.page-content h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.product-content h3,
.page-content h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.product-content h4,
.page-content h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.product-content h5,
.page-content h5 {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.product-content h6,
.page-content h6 {
    font-size: 11px;
    margin: 0 0 5px 0;
}

.product-content p {
    /* font-size: 14px; */
    margin: 0 0 10px 0;
}

.product-content img,
.page-content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    /* margin: 10px 0; */
}

.page-content p {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.site-title {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.4;
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

.prd-sidebar h2 {
    line-height: 60px;
}

/* ----------------------fix điểm */
.banner {
    min-height: 440px;
}

.footer-company-info svg {
    color: var(--white);
}

.back-top svg circle {
    fill: var(--background-hover);
}

.pulse-hover.phone svg circle {
    fill: var(--sixteenth-color);
}

.pulse-hover.mail svg circle {
    fill: var(--seventeenth-color);
}

.home-session-5 {
    background-color: var(--primary-color);
    padding: 46px 0;
}

.session-5-wrap {
    /* text-align: center; */
    display: flex;
    justify-content: space-evenly;
}

.session-5-wrap .ses-5-item {
    display: flex;
    min-width: 235px;
    color: var(--white);
    align-items: center;
}

.session-5-wrap .ses-5-item .ses-5-item-title {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 1.2px;
}

.session-5-wrap .ses-5-item .ses-5-icon {
    margin-right: 19px;
}

.session-5-wrap .ses-5-item .ses-5-item-title span {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: -30px;
}

.session-5-wrap .ses-5-item p {
    font-size: 16px;
    /* text-align: center; */
}

.session-5-wrap .ses-5-item+.ses-5-item {
    margin-left: 45px;
}

.dknt-box {
    border-radius: 30px;
    background: var(--primary-color);
    padding: 50px 0;
    text-align: center;
}

.dknt-box .dknt-title {
    color: var(--white);
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 20px;
}

.dknt-box .dknt-des {
    font-size: 16px;
    color: var(--white);
    margin: 0 0 40px;
}

.dknt-box form input {
    height: 50px;
    border-radius: 200px;
    border: none;
    padding: 0 25px;
    font-size: 16px;
}

.dknt-box form input::placeholder {
    color: #BEBEBE;
}

.dknt-box form input:focus {
    outline: none;
}

.dknt-box form .dknt-submit {
    height: 50px;
    padding: 0 30px;
    border-radius: 200px;
    border: none;
    background: var(--color2);
    color: var(--white);
    font-weight: 400;
    margin-left: 17px;
    font-size: 18px;
}

.news-km {
    padding: 30px 0 60px;
}

.news-km .news-title {
    font-size: 34px;
    color: var(--fifth-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 30px;
}

.news-km .owl-dots {
    margin-top: 55px;
}

.hnews-item .wrap-img {
    padding-bottom: 66.67%;
    border-radius: 10px;
    margin-bottom: 18px;
}

.hnews-item .wrap-img:hover img {
    transform: scale(1.1);
}

.hnews-item .hnews-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .2s linear;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--fifth-color);
}

.hnews-item .hnews-title:hover {
    color: var(--primary-color);
}

.hnews-item .hnews-des {
    font-size: 16px;
    line-height: 30px;
    color: var(--third-color);
    margin-bottom: 30px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hnews-item .hnews-des p {
    font-size: 16px;
    line-height: 30px;
}

.hnews-item .hnews-date {
    font-size: 14px;
    color: var(--third-color);
    font-weight: 400;
}

.hnews-item .hnews-date svg {
    transform: translateY(3px);
    margin-right: 10px;
}

.newsss-item {
    margin-bottom: 30px;
}

.newsss-item .wrap-img {
    padding-bottom: 66.67%;
    border-radius: 10px 10px 0 0;
}

.newsss-item .newsss-textbox {
    padding: 25px 23px 22px;
    border: 1px solid var(--seventh-color);
    border-top: none;
    border-radius: 0 0 10px 10px;
    min-height: 207px;
    overflow: hidden;
}

.newsss-item .newsss-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsss-item .newsss-des {
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ndetail-all {
    padding: 60px 0;
}

.ndetail-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 15px;
}

.ndetail-date {
    margin: 0 0 15px;
}

.ndetail-date svg {
    display: inline-block;
    vertical-align: middle;
}

.ndetail-date span {
    display: inline-block;
    vertical-align: middle;
    color: var(--third-color);
    font-weight: 500;
}

.ndetail-sidebar .docnhieu-title {
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 600;
}

.ndetail-sidebar .dnhieu-item {
    margin-bottom: 30px;
}

.ndetail-sidebar .dnhieu-img {
    float: left;
    width: 120px;
    margin-right: 22px;
}

.ndetail-sidebar .dnhieu-img .wrap-img {
    padding-bottom: 66.67%;
}

.ndetail-sidebar .dnhieu-text {
    float: left;
    width: calc(100% - 142px);
}

.ndetail-sidebar .dnhieu-text .dnhieu-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--fourth-color);
    transition: all .2s linear;
}

.ndetail-sidebar .dnhieu-text .dnhieu-title:hover {
    color: var(--primary-color);
}

.ndetail-sidebar .dnhieu-text .dnhieu-date svg {
    display: inline-block;
    vertical-align: middle;
}

.ndetail-sidebar .dnhieu-text .dnhieu-date span {
    display: inline-block;
    vertical-align: middle;
    color: var(--third-color);
    font-weight: 500;
}

.ndetail-qc {
    padding: 20px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.ndetail-qc p {
    font-size: 24px;
    margin: 0 0 5px;
}

.ndetail-qc span {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}

.ndetail-qc strong {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.ndetail-qc .link {
    font-size: 20px;
    display: block;
    width: 180px;
    margin: 0 auto;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 30px;
    border-radius: 200px;
    max-width: 100%;
}

.gach-chan {
    background: #E1E1E1;
    margin: 45px 0;
    height: 1px;
    width: 100%;
}

.owl-related-news .owl-nav {
    display: none;
}

.icon-box {
    display: none;
}

.file-item {
    padding: 24px;
    border: 1px solid #CFD8DB;
    margin-bottom: 15px;
}

.file-item .file-img {
    float: left;
    width: 40px;
    margin-right: 25px;
}

.file-item .file-text {
    float: left;
    width: calc(100% - 65px);
    margin-bottom: 15px;
    min-height: 135px;
}

.file-item .file-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--fourth-color);
    margin: 0 0 10px;
    transition: all .2s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.file-item:hover .file-title {
    color: var(--primary-color);
}

.file-item .file-des {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}

.file-item .file-des p {
    line-height: 24px;
}

.file-item .file-date {
    float: left;
    color: var(--primary-color);
    padding-top: 10px;
}

.file-item .file-down {
    float: right;
    display: block;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 100px;
    padding: 7px 50px 7px 20px;
    position: relative;
    font-size: 16px;
    transition: all .2s linear;
}

.file-item .file-down svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.file-item .file-down:hover {
    background-color: var(--color2);
}

.productlist-content .cus-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.productlist-content .cus-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.nav-head .nav-bg {
    background-color: var(--primary-color);
    position: relative;
    border-radius: 0 0 10px 10px;
}

.nav-head .nav-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    padding: 10px 0;
    line-height: 20px;
    display: block;
    position: relative;
}

.nav-head .adm-glyphicon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.nav-head button {
    background: transparent;
    border: none;
    height: 40px;
    margin-left: auto;
    display: block;
    padding-top: 7px;
}

.nav-head button svg {
    transform: scale(0.8);
}

.search-box {
    position: relative;
}

.search-modal {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}

.search-modal.open {
    opacity: 1;
    visibility: visible;
}

/* .nav-head button:hover~.search-modal,
.nav-head .search-modal:hover {
    opacity: 1;
    visibility: visible;
} */

.search-modal input {
    border: none;
    background: var(--thirteenth-color);
    border-radius: 8px;
    width: 440px;
    height: 35px;
    padding: 0 20px;
}

.search-modal input:focus {
    outline: none;
}


.contact-info .footer-add a,
.contact-info .footer-add p strong,
.contact-info .footer-company-info span:not(:first-child),
.contact-info .footer-company-info svg {
    color: var(--fifth-color);
}

.contact-info .footer-add p {
    color: var(--third-color);
}

.contact-info .footer-company-info svg path {
    fill: var(--fourth-color);
}

.chat-bott {
    position: fixed;
    z-index: 30;
    bottom: 30px;
    right: 15px;
}

.box404 {
    text-align: center;
    padding: 100px 0;
}

/* comment  */
.comment-wrap .comment-avatar {
    width: 56px;
    height: 56px;
    border: 1px solid var(--third-color);
    padding: 1px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.comment-wrap .comment-avatar img {
    border-radius: 50%;
}

.comment-wrap .form-comment {
    width: calc(100% - 72px);
    display: inline-block;
    vertical-align: top;
}

.comment-wrap .form-right {
    margin-bottom: 20px;
}

.comment-wrap .form-right textarea {
    width: 100%;
    height: 100px;
    border: 1px solid var(--eighth-color);
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 400;
    resize: none;
}

.comment-wrap .form-left input:focus,
.comment-wrap .form-right textarea:focus {
    outline: none;
}

.comment-wrap .form-left input {
    display: block;
    width: 330px;
    height: 32px;
    border: 1px solid var(--eighth-color);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px 0 30px;
    position: relative;
    max-width: 100%;
}

.comment-wrap .form-left .form-left-box {
    position: relative;
}

.comment-wrap .form-left img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: auto;
}

.comment-wrap .button-comment {
    text-align: right;
}

.comment-wrap .button-comment button {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 2px;
}

.comment-wrap .form-cmt {
    max-height: 0;
    transition: all .3s linear;
    overflow: hidden;
}

.comment-wrap .form-cmt.open {
    max-height: 170px;
}

.comment-wrap .list-comment {
    margin-top: 30px;
}

.list-cmt-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--third-color);
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.list-cmt-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 130px;
    background-color: var(--primary-color);
}

.list-comment {
    text-align: left;
}

.list-comment .avt {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 56px;
    height: 56px;
}

.list-comment .avt .avt-name {
    width: 56px;
    height: 56px;
    border: 1px solid var(--third-color);
    padding: 1px;
    border-radius: 50%;
    overflow: hidden;
}

.list-comment .avt .avt-name img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.list-comment .name {
    display: inline-block;
    width: calc(100% - 72px);
}

.list-comment .name p {
    color: #07b290;
    font-size: 20px;
    font-weight: 700;
}

.list-comment .name .content-cmt {
    font-size: 18px;
}

.list-comment .item-parent {
    margin-bottom: 30px;
}

.list-comment .item-child {
    margin-top: 20px;
    padding-left: 50px;
}

.list-comment .phan-hoi {
    display: block;
    color: var(--theme);
    font-weight: 700;
    margin: 10px 0 0 10px;
}

.list-comment .form-reply-wrap {
    padding-left: 10px;
    margin-top: 10px;
}

.list-comment .form-reply-wrap input {
    display: block;
    width: 330px;
    height: 32px;
    border: 1px solid var(--eighth-color);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
}

.list-comment .form-reply-wrap input:focus {
    outline: none;
}

.list-comment .form-reply-wrap button {
    display: inline-block;
    border: none;
    background: #07b290;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 2px;
}

/* comment end */

.prd_home_slide .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: all .2s linear;
}

.prd_home_slide .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    transition: all .2s linear;
}

.prd_home_slide .owl-prev.disabled,
.prd_home_slide .owl-next.disabled {
    opacity: 0.4;
}

.sp_cat_slide {
    margin-top: -230px;
    padding: 0 30px;
}

.sp_cat_slide .owl-dots .active span {
    background-color: var(--color2);
}

.sp_cat_slide .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: all .2s linear;
}

.sp_cat_slide .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    transition: all .2s linear;
}

.sp_cat_slide .owl-prev.disabled,
.sp_cat_slide .owl-next.disabled {
    opacity: 0.4;
}

.sp_cat_slide .owl-dots {
    margin-bottom: 30px;
}

@media only screen and (min-width: 2500px) {
    .home .banner .banner-des {
        max-width: 800px;
    }

    .page .page-intro .banner-des,
    .product .product-list-main .banner-des,
    .single .product-list-main .banner-des,
    .page-doitac .banner-des,
    .page-lienhe .banner-des,
    .page-tuyendung .banner-des {
        max-width: 430px;
    }

}

@media only screen and (min-width: 1920px) {
    .product-banner {
        background-position: 50%;
        background-size: cover;
    }

    .page-lienhe {
        background-position: 50%;
        background-size: cover;
    }

    .page-tuyendung-banner {
        background-position: 50%;
        background-size: cover;
    }

    .page-doitac-banner {
        background-position: 50%;
        background-size: cover;
    }

    .banner-wrap {
        background-size: cover;
    }

}

@media only screen and (max-width: 1320px) {
    .banner-des {
        margin: 0 15px;
        font-size: 60px;
    }

    /* 
    .prd_home_slide {
        padding: 0 30px;
    } */

}

@media only screen and (max-width: 991px) {
    .nav-head {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .sp_cat_slide {
        margin-top: 0;
    }

    .newsss-item .newsss-textbox {
        padding: 15px;
    }

    .newsss-item .newsss-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .newsss-item .newsss-des {
        font-size: 14px;
        line-height: 20px;
    }

    .newsss-item .newsss-textbox {
        min-height: 170px;
    }

    .ndetail-all {
        padding: 40px 0;
    }

    .ndetail-title {
        font-size: 26px;
        line-height: 36px;
    }

    .ndetail-qc {
        width: 260px;
        margin: 0 auto;
    }

    .ndetail-qc p {
        font-size: 18px;
    }

    .ndetail-qc span {
        font-size: 24px;
    }

    .ndetail-qc strong {
        font-size: 28px;
    }

    .ndetail-qc .link {
        font-size: 16px;
        padding: 8px 20px;
        width: 140px;
    }

    .page-cus .page-title h1 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .logo-header {
        display: inline-block;
        width: 100%;
        text-align: center;
        /* float: left; */
    }

    .bars-menu {
        display: inline-block;
        padding-right: 24px;
        transform: translate(0, 7px);
        position: absolute;
        z-index: 9999;
    }

    .header-lang {
        text-align: center;
        transform: translate(0px, 4px);
    }

    .menu-head-mobile .logo-header img {
        height: 36px;
        width: 100px;
    }

    .menu-head-mobile {
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .country-display {
        background: var(--primary-background);
        border-radius: 100px;
        width: 129px;
        height: 34px !important;
    }

    .focus-category {
        border-bottom: none;
        margin-left: 0px;
    }

    .footer {
        /* background-color: var(--primary-background); */
        padding-top: 20px;
        padding-bottom: 22px;
    }

    .end-ft p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .end-ft {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .media-footer {
        width: 100%;
        height: 30px;
        margin-top: 20px;
        line-height: 0;
    }

    .logo-footer {
        width: 100%;
        text-align: center;
    }

    .lang-text {
        padding-left: 5px;
        padding-right: 5px;
    }

    .country-list .country {
        text-align: start;
    }

    .country-list .country-wrap {
        padding: 18px 15px;
    }

    .footer-company-info:first-child {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .google-map {
        padding-top: 20px;
    }

    .media-footer-mobile>span {
        height: 30px;
        line-height: 35px;
        overflow: hidden;
        float: left;
        color: var(--white);
    }

    .wrap-media-icon {
        float: right;
    }

    .introimg-wrap {
        max-width: 100% !important;
    }

    .footer-add {
        width: calc(100% - 20px);
    }

    .language {
        width: 129px;
        background-color: var(--primary-background);
        text-align: center;
        height: 34px;
        line-height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        float: right;
        transform: translate(0px, 3px);
    }

    .language span {
        padding-left: 5px;
        padding-right: 5px;
    }

    .focus-category a {
        border-bottom: none;
    }

    .categories-menu {
        padding-left: 0px !important;
    }

    .footer-info-wrap {
        width: 100%;
    }

    .footer-des {
        padding-top: 5px;
    }

    .footer-map {
        padding-top: 0px;
    }

    .copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .media-footer-mobile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .media-footer-mobile .media-icon-footer {
        display: inline-block;
    }

    .banner-wrap:before {
        background: linear-gradient(180deg, var(--primary-color) 30%, var(--sixth-color));
    }

    .banner-des {
        font-size: 40px;
        margin: 0px;
        text-align: center;
        width: 100%;
        top: 30px;
        transform: none;
        line-height: 46.33px;
    }

    .introhome-wrap {
        margin-top: 0;
    }

    .introduce-home {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .intro-text {
        width: 100%;
        padding-top: 28px;
    }

    .introimg-wrap img:last-child {
        right: 0;
        transform: translate(0%, 45%);
        left: auto;
        width: 35%;
    }

    .intro-img-mobile {
        width: 100% !important;
        min-height: 200px;
    }

    .showmore a {
        margin: auto;
    }

    .introhome-wrap .showmore a {
        margin-top: 17px;
    }

    .product-home {
        padding-bottom: 30px;
        padding-top: 26px;
    }

    .section-title {
        padding-bottom: 20px;
        font-size: 24px;
    }

    .product-home .col-xs-12:not(:last-child) .product-item {
        margin-bottom: 30px !important;
    }

    .prditem-image {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .prditem-name {
        padding-top: 15px;
    }

    .service-home {
        padding-top: 30px;
        /* padding-bottom: 30px; */
    }

    .service-item-mb {
        background-color: var(--second-color);
        padding: 10px;
        border-radius: 20px;
        margin-bottom: 24px;
    }

    .service-image-mb {
        text-align: center;
        position: relative;
    }

    .service-name-mb {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 9px;
    }

    .service-des-mb {
        font-size: 16px;
        text-align: center;
        color: var(--third-color);
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 90px;
        font-weight: 300;
    }

    .service-des-mb strong {
        font-weight: 500;
    }

    .service-item-mb .showmore a {
        margin-bottom: 26px;
        margin-top: 17px;
    }

    .section-title-2 {
        padding-bottom: 10px;
        font-size: 24px;
    }

    .section-des-2 {
        padding-bottom: 15px;
    }

    .page-banner .banner-des {
        font-size: 24px;
        line-height: 23.17px;
        text-align: start;
        letter-spacing: 1px;
        width: 50%;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
    }

    .page-banner:before {
        background: linear-gradient(90deg, var(--fourteenth-color) 46%, var(--sixth-color));
    }

    .product-banner img {
        height: 100px;
    }

    .page-doitac-banner {
        height: 100px !important;
        background-size: cover;
    }

    .page-tuyendung-banner {
        height: 100px !important;
        background-size: cover;
    }

    .page-lienhe {
        height: 100px !important;
        background-position: 50%;
        background-size: cover;
    }

    .product-banner .banner-des {
        font-size: 20px;
        line-height: 23.17px;
        letter-spacing: 1px;
        width: 50%;
        color: var(--fifth-color);
        left: 13px;
        text-align: start;
        top: 50% !important;
        transform: translate(0, -50%);
    }

    .page-doitac .banner-des {
        font-size: 20px;
        line-height: 23.17px;
        letter-spacing: 1px;
        width: 50%;
        color: var(--fifth-color);
        left: 13px;
        text-align: start;
    }

    .page-tuyendung .banner-des {
        font-size: 20px;
        line-height: 23.17px;
        letter-spacing: 1px;
        width: 50%;
        color: var(--fifth-color);
        left: 13px;
        top: 50% !important;
        text-align: start;
        transform: translate(0, -50%);
    }

    .product-banner {
        background-position: 50%;
        background-size: cover;
    }

    .page-lienhe .banner-des {
        font-size: 20px;
        line-height: 23.17px;
        letter-spacing: 1px;
        width: 50%;
        color: var(--fifth-color);
        left: 13px;
        text-align: start;
        top: 50% !important;
        transform: translate(0, -50%);
    }

    .productlist-content {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .productlist-content .page-title {
        text-align: center;
    }

    #homepage a {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #homepage {
        margin-bottom: 15px;
    }

    .page-banner {
        height: 100px;
    }

    .agency-home {
        padding-top: 20px;
    }

    .agency-item {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .agency-item img {
        border: 1px solid var(--seventh-color);
        border-radius: 10px;
        height: 100px;
        padding: 12px;
    }

    .categories-menu {
        height: unset;
        line-height: unset;
    }

    .page-banner img {
        left: 20%;
    }

    .page-title span:last-child {
        font-size: 22px;
        line-height: 30px;
        padding-top: 5px;
    }

    .page-intro {
        padding-bottom: 56px;
    }

    .product-banner {
        height: 100px !important;
        background-position: 50% 50%;
    }

    .product-item {
        margin-bottom: 16px;
    }

    .paging-n {
        padding-bottom: 40px;
    }

    .productlist-content .product-des img {
        height: 100% !important;
    }

    .productlist-content .product-des img {
        margin: 24px 0;
    }

    .tuyendung-title span {
        font-size: 22px;
        line-height: 30px;
    }

    .prd-detail-main {
        padding-bottom: 25px;
    }

    .product-name {
        font-size: 22px;
    }

    .product-detail-content {
        padding-top: 25px;
    }

    .page-title span:first-child {
        font-size: 15px;
    }

    .productlist-col .page-title span:last-child {
        padding-bottom: 24px;
    }

    .product-att {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .related-product-title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .related-product-item .product-item {
        box-shadow: none;
        border: 1px solid var(--seventh-color);
    }

    .related-product-item .showmore a {
        margin-top: 25px;
    }

    .contact-company-info .page-title span:last-child {
        padding-bottom: 0;
    }

    .page-lienhe-content .page-title {
        padding-bottom: 0px;
    }

    .contact-title {
        font-size: 16px;
        margin: 0px 38px;
        padding-top: 13px;
    }

    .contact-title p {
        margin: 0;
    }

    .owl-carousel-agency .owl-nav {
        display: none;
    }

    .introhome-des {
        -webkit-line-clamp: 8;
        overflow: hidden;
        height: 179px;
    }

    .introhome-des {
        -webkit-line-clamp: 8;
        overflow: hidden;
        height: 179px;
    }

    .introhome-des p {
        margin: 0;
    }

    .introhome-title div:last-child {
        font-size: 24px;
    }

    .categories-menu-m a,
    .child-categories-m a {
        font-size: 16px;
        font-weight: 500;
        color: var(--second-color);
        text-transform: uppercase;
    }

    .categories-menu-m {
        padding-bottom: 20px;
    }

    .focus-category>a {
        color: var(--fifteenth-color) !important;
    }

    #menu_mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--eighteenth-color);
        z-index: 999;
        transition: 0.5s linear;
        visibility: hidden;
        opacity: 0;
    }

    .menu_mobile-wrap {
        position: relative;
        min-width: 325px;
        width: 70%;
        background-color: var(--primary-color);
        height: 100vh;
        padding: 48px 10px 0 20px;
        opacity: 1;
        visibility: hidden;
        transform: translate(-80%, 0);
        transition: .5s linear;
        overflow: scroll;
    }

    .menu_mobile-wrap::-webkit-scrollbar {
        display: none;
    }

    .menu_mobile-wrap {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .mbactive .menu_mobile-wrap {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

    .mbactive {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .menu-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .child-product-m {
        transition: max-height 0.3s ease-out;
        overflow: hidden;
        max-height: 0px;
    }

    .child-categories-m {
        margin-bottom: 15px;
        margin-top: 14px;
        display: flex;
        align-items: center;
    }

    .child-categories-m a {
        text-transform: capitalize;
    }

    .hasc {
        position: relative;
    }

    .categories-menu-m span {
        display: none;
    }

    .hasc span {
        content: url('img/arrow-right.svg');
        position: absolute;
        color: var(--ninth-color);
        top: -1px;
        right: 0;
        transition: .3s;
        z-index: -1;
        display: block;
    }

    .child-categories-m::before {
        content: '';
        width: 6px;
        height: 6px;
        border: none;
        border-radius: 99%;
        display: block;
        margin-right: 10px;
        background-color: var(--second-color);
    }

    .hasca {
        width: 100%;
        display: block;
    }

    .set span {
        transform: rotate(90deg);
    }

    .tuyendung-des {
        padding-bottom: 30px;
        padding-top: 12px;
    }

    .nopdon-mb {
        margin-bottom: 20px;
        display: block;
        float: unset !important;
    }

    .page-doitac .agency-item {
        border: none;
    }

    .product-detail-content .page-title {
        text-align: center;
    }

    .prd-detail-main .product-name {
        margin-top: 20px;
    }

    .product-code {
        color: var(--primary-color);
        font-size: 17px;
    }

    .col-doitac {
        width: calc((100% - 39px)/2);
    }

    .col-doitac img {
        width: 100%;
    }

    .section-des-2 {
        line-height: 26px;
    }

    .teams-section {
        display: inline-block;
        margin: 50px 0 0 0;
    }

    .team-img-wrap {
        width: 100%;
    }

    .copy-right {
        font-size: 15px;
    }

    .agency-title {
        font-size: 30px;
        font-size: 24px;
    }

    .page-tuyendung .page-title {
        text-align: center;
    }

    .page-doitac .agency-item:nth-child(odd) {
        margin-right: 0;
    }

    .other-recruit-title {
        text-align: center;
        font-size: 24px;
        line-height: 28.64px;
        color: var(--fifth-color);
        font-weight: 500;
        text-transform: uppercase;
    }

    .affix .container-fluid .row:first-child {
        display: block;
    }

    .form-control {
        height: 43px;
    }

    .country {
        display: flex;
        align-items: center;
    }

    .service-image-mb img {
        width: 100%;
        border-radius: 10px;
    }

    .pre-btn,
    .next-btn {
        display: none;
    }

    .slider-img-wrap {
        max-width: 90%;
    }

    .owl-img-thumb {
        width: 100%;
    }

    .big-thumb {
        margin-bottom: 14px;
    }

    .big-thumb span {
        font-size: 20px;
        margin-top: 14px;
    }

    .slider-close {
        right: 5%;
    }

    .agency-home .owl-carousel {
        margin: 0;
        padding-right: 0;
    }

    .owl-carousel-agency {
        width: 100%;
    }

    .owl-img-thumb img {
        height: 300px !important;
        object-fit: cover !important;
        filter: brightness(1);
    }

    .modal-dialog {
        max-width: 320px;
        margin: auto;
        top: 15%;
    }

    .product-content {
        padding-bottom: 15px;
    }


    .page-video {
        padding-bottom: 20px;
    }

    .modal-ytb .modal-body iframe {
        height: 375px;
    }

    .col-xs-prlist {
        margin: 5px;
        width: calc((100% - 7px)/2);
        float: left;
        padding: 0;
        margin-bottom: 0;
    }

    .col-xs-prlist:nth-child(odd) {
        margin-left: -3px;
        margin-right: 0;
    }

    .product-item {
        padding: 10px;
    }

    .productlist-content .prditem-name {
        font-size: 16px;
        height: 60px;
    }

    .product-detail-content .related-product-item .prditem-name {
        font-size: 16px;
    }

    .product-detail-content .related-product-item .prditem-tag {
        font-size: 14px;
    }

    .productlist-content .prditem-tag {
        font-size: 14px;
    }

    .related-product-item .col-xs-prlist {
        margin: 5px;
        width: calc((100% - 15px)/2);
    }

    .related-product-item .col-xs-prlist:nth-child(odd) {
        margin-left: 5px;
        margin-right: 0;
    }

    .teams-section .team-content {
        padding-top: 15px;
    }

    /* fix-lại */
    /* .prd-detail-main .product-image img {
        max-height: 457px;
    } */

    /* .prd-detail-main .product-image {
        margin-bottom: 0;
        margin-right: 0;
    } */

    .prd-detail-main .product-detail-info {
        margin-left: 0;
    }

    .prd-detail-main .product-detail-info {
        margin-bottom: 0;
    }

    .prd-detail-main .product-detail-info .product-content h1,
    .page-content h1 {
        font-size: 22px;
    }

    .prd-detail-main .product-detail-info .product-content h2,
    .page-content h2 {
        font-size: 20px;
    }

    .prd-detail-main .product-detail-info .product-content h3,
    .page-content h3 {
        font-size: 18px;
    }

    .prd-detail-main .product-detail-info .product-content h4,
    .page-content h4 {
        font-size: 15px;
    }

    .prd-detail-main .product-detail-info .product-content h5,
    .page-content h5 {
        font-size: 12px;
    }

    .prd-detail-main .product-detail-info .product-content h6,
    .page-content h6 {
        font-size: 10px;
    }

    .prd-detail-main .product-detail-info .product-content p,
    .page-content p {
        font-size: 14px;
    }

    .page-content img {
        /* padding-top: 10px;
        padding-bottom: 10px; */
        max-width: 100% !important;
        height: auto !important;
    }

    .prditem-name {
        height: 60px;
    }

    /* fix điểm */
    .banner {
        min-height: 400px;
    }

    .session-5-wrap .ses-5-item .ses-5-item-title,
    .session-5-wrap .ses-5-item .ses-5-item-title span {
        font-size: 34px;
    }

    .home-session-5 {
        background-color: var(--primary-color);
        padding: 40px 0;
    }

    .session-5-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .session-5-wrap .ses-5-item {
        display: flex;
        min-width: unset;
        width: 50%;
        color: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* justify-content: center; */
        /* width: 80%; */
        text-align: center;
        margin: 0 0 20px;
    }

    .session-5-wrap .ses-5-item+.ses-5-item {
        margin-left: 0;
    }

    .session-5-wrap .ses-5-item.tuan-mg-top {
        margin-top: 10px;
    }

    .session-5-wrap .ses-5-item .ses-5-item-title {
        position: relative;
        font-size: 45px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        margin-right: 20px;
    }

    .session-5-wrap .ses-5-item .ses-5-item-title span {
        font-size: 40px;
        position: absolute;
        top: 0;
        right: -30px;
    }

    .session-5-wrap .ses-5-item>p {
        font-size: 16px;
        text-align: center;
    }

    .session-5-wrap .ses-5-item .ses-5-icon {
        min-height: 70px;
        display: flex;
        align-items: center;
    }

    .dkntin {
        padding: 40px 0 20px;
    }

    .dknt-box {
        padding: 40px 15px;
    }

    .dknt-box .dknt-title {
        margin-bottom: 10px;
    }

    .dknt-box .dknt-des {
        margin-bottom: 20px;
    }

    .dknt-box form input {
        height: 45px;
        margin-bottom: 10px;
    }

    .dknt-box form .dknt-submit {
        margin-left: 0;
        height: 45px;
    }

    .news-km .news-title {
        font-size: 24px;
    }

    .news-km .owl-dots {
        margin-top: 30px;
    }

    .banner-text .banner-title {
        padding: 0 15px;
        font-size: 32px;
        line-height: 42px;
    }

    .page-title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .company-name-footer {
        font-size: 18px !important;
    }

    .logo-footer img {
        height: 50px;
        margin: 0 0 20px;
    }
}