.m-5 {
	margin-right: -5px !important;
	margin-left: -5px !important;
}
.p-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.red {
    color: red;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*sidebar*/
.sidebar-home-procat {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.sidebar-home-procat ul {
	border: 1px solid #ddd;

}
.sidebar-home-procat ul li {
	/*border-bottom: 1px solid #ddd;*/
}
.sidebar-home-procat ul li:last-of-type {
	border-bottom: 0;
}
.sidebar-home-procat ul li {
	position: relative;
    /*margin: 10px;*/
}
.sidebar-home-procat ul li:hover {
    background: #3851a3;
    color: #fff;
}
.sidebar-home-procat ul li:hover > a {
    color: #fff;
}
.sidebar-home-procat ul li a {
	padding: 10px 10px 10px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
    /*font-weight: bold;*/
}
.sidebar-home-procat li:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 10px;
    display: block;
    background: #dcdcdc;
}
.sidebar-home-procat > ul > li > ul {
	display: none;
	position: absolute;
	margin-left: calc(100% + 0px);
	top: 0px;
	z-index: 999;
	width: 100%;
	background: #fff;
}
.sidebar-home-procat > ul > li:hover > ul {
	display: block;
}
.sidebar-home-procat img {
    width: 20px;
    margin-right: 10px;
    float: left;
}

.sidebar-tin-tuc img {
    width: 100%;
}
.sidebar-tin-tuc a {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}
.sidebar-tin-tuc p {
    font-size: 12px;
}

.item-product-star i {
	color: #eec327;
	font-size: 12px;
}

/*tuan*/
.title-sidebar-video-may-tin-tuc {
	background: #51290f;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
}
.sidebar-page-tin-tuc ul li a {
    padding: 10px 10px 10px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
}
.sidebar-page-tin-tuc ul li {
    border-bottom: 1px solid #ddd;
}
.sidebar-page-tin-tuc ul li {
    position: relative;
}
.sidebar-page-tin-tuc ul {
    border: 1px solid #ddd;
}
.sidebar-page-tin-tuc ul li:last-of-type {
    border-bottom: 0;
}

/*tuan*/
.nut-dat-mua {
	background: #51290f;
	color: #fff;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
}
.nut-dat-mua:hover {
	color: #fff;
}

.aspect-box-sp {
	position: relative;
	width: 100%;
	padding-top: 100%;
	display: block;
}
.aspect-img-sp {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*home title */
.section_cvp_title {
    border-bottom: 2px solid #b24f00;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}
.section_cvp_title h3, .section_cvp_title h2 {
    margin: 0;
    float: left;
    padding: 0 10px;
    background: #b24f00;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}
.section_cvp_title h3:after {
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 30px solid #b24f00;
    border-top: 30px solid transparent;
    content: "";
    top: 0;
    right: -30px;
}

/*footer*/
footer .name-web {
    /*color: #fff;*/
    font-family: sans-serif;
}
.footer-main-content .foote-lienhe-mptoto ul li a {
    color: #000;
}
footer .textwidget .list-socials li {
    display: inline-block;
    margin-right: 10px;
}
footer .textwidget .list-socials li a {
    color: #acacac;
}
footer .tu-khoa a {
    color: #acacac;
    font-size: 14px !important;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 2px 4px;
    display: inline-block;
    text-decoration: none;
}
footer hr {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/*tuan*/
/*.container {
    width: 100%;
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1160px;
    }
}
@media (min-width: 1260px){
    .container {
        max-width: 1230px;
    }
}
@media (min-width: 1360px){
    .container {
        max-width: 1330px;
    }
}
@media (min-width: 1440px){
    .container {
        max-width: 1430px;
    }
}*/

/*header*/
.header-main-nav {
    display: flex;
    justify-content: flex-start;
    position: static;
}
.header-main-nav .header-cart {
    position: relative;
}
.header-main-nav .header-cart .name {
    cursor: pointer;
    padding-left: 45px;
    font-weight: 600;
    height: 40px;
    color: #262626;
    align-items: center;
    position: relative;
    display: flex;
}
.header-main-nav .header-cart .header_icon {
    width: 38px;
    top: 0;
    text-align: center;
    height: 40px;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main-nav .header_icon svg {
    width: 25px;
    height: 32px;
}
.header-main-nav .header-cart .text {
    white-space: nowrap;
    font-size: 1rem;
}
.header-main-nav .header-cart #CartCount {
    position: absolute;
    top: 0;
    left: 22px;
    border-radius: 0.5rem;
    background-color: #e21b14;
    display: block;
    font-size: .75rem;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    padding: 0.01rem 0.25rem;
    color: #ffffff;
}

.header-main-nav .user-account {
    margin-left: 1rem;
    position: relative;

}
.header-main-nav .user-account > a {
    padding-left: 32px;
        font-weight: 600;
    height: 40px;
    color: #262626;
    align-items: center;
    position: relative;
    display: flex;
}

/*home news*/
.home-news img {
    width: 100%;
}
.home-news .box-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    background: #9595955c;
}
.home-news .box-info .name {
    font-weight: bold;
    font-size: 20px;
}
.home-news .box-right .name {
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 15px;
}
.home-news .box-right .date {
    color: #ccc;
    font-size: 14px;
}
.home-news .box-right .des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*footer*/
.p-2 {
    padding-left: 2px;
    padding-right: 2px;
}
.cms-static-subscribe {
    padding: 1rem 0;
    color: #fff;
    background-color: #c9c502;
    width: 100%;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    flex-wrap: wrap;
}
.box-social a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    color: var(--white);
    font-size: 2rem;
    line-height: 32px;
    text-align: center;
}
.box-social a+a {
    margin-left: 1rem;
}
.cms-static-subscribe .title {
    font-size: .813rem;
    margin-bottom: 8px;
    line-height: 20px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
#btnNewsletter {
    background: #3851a3;
    color: #fff;
    border-color: #3851a3;
    text-transform: uppercase;
    font-weight: bold;
}
.cms-static-subscribe .form-row input {
    margin-bottom: 8px;
}

@media only screen and (max-width: 480px){
    .cms-static-subscribe .title, .box-social {
        text-align: center;
        margin-bottom: 15px;
    }
    .cms-static-subscribe .subscribe-item {
        width: 100%;
    }
}

/*dich vụ*/
.gb-home-product-service-slide .owl-dots.disabled, .gb-home-product-service-slide .owl-nav.disabled {
    display: none !important;
}
.product-detail-service .box {
    display: flex;
}
.product-detail-service .box img {
    width: 64px !important;
    height: 64px;
}
.product-detail-service .box i {
    width: 64px !important;
    height: 64px;
    font-size: 50px;
    color: #c9c502;
}
.product-detail-service .box .info {
    margin-left: 20px;
}
.product-detail-service .box .info .text_1 {
    font-weight: bold;
    color: #3851a3;
}

/*home productcat*/
.gb-slideshow_mptoto-slide101 .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: 5px;
    background: #f8ad01 !important;
}
.gb-slideshow_mptoto-slide101 .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 5px;
    background: #f8ad01 !important;
}
.gb-slideshow_mptoto-slide101 .aspect-box-sp {
    padding-top: 50%;
}
.gb-slideshow_mptoto-slide101 .gb-product-item_mptoto .gb-product-item-img-text {
    background: #f8ad01;
    padding: 0;
}
.gb-slideshow_mptoto-slide101 .gb-product-item_mptoto .gb-product-item-img-text h2 a {
    min-height: auto;
    color: #fff;
}

/*home product*/
.gb-slideshow_mptoto-slide101-1 .percent {
    position: absolute;
    left: 10px;
    top: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.gb-slideshow_mptoto-slide101-1 .product-price {
    color: red !important;
}
.gb-slideshow_mptoto-slide101-1 .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 5px;
    background: #51290f !important;
}
.gb-slideshow_mptoto-slide101-1 .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 5px;
    background: #51290f !important;
}

.gb-slideshow_mptoto-slide101-1 .item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*border-left: 0.5px solid #ccc;*/
    border-right: 1px solid #ccc;
}

.gb-slideshow_mptoto-slide101-1 .gb-product-item_mptoto {
    margin-bottom: 0;
}

/*cam nhan*/
.gb-tieubieu-product_ruouvang {
    padding: 30px 0;
}
.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title {
    position: relative;
    margin-bottom: 30px;
}
.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title h3 {
    color: #666666;
    position: relative;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.customer .item {
    text-align: center;
}
.customer .item img {
    border-style: double;
    border-width: 4px 4px 4px 4px;
    border-color: #51290f;
    border-radius: 60% 60% 60% 60%;
    width: 60% !important;
    margin: 0 auto;
}
.customer .item h5 {
    font-size: 18px;
    font-weight: bold;
}
.customer .item p {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .percent {
    position: absolute;
    left: 10px;
    top: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

/*home video*/
.home-video .play-video {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-video .khung-anh {
    overflow: hidden;
    display: block;
}
.home-video .hover_zoom {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.home-video .hover_zoom:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    .home-video .play-video {
        width: 25px;
    }
}

/*product relate*/
.gb-home-product-relate .percent {
    position: absolute;
    left: 10px;
    top: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

/*product detail price*/
.gb-product-item-lienhe_mptoto a{
    display: inline-block;
    /*padding: 10px 20px;*/
    /*color: #0077bc;*/
    /*background: #f53b3b;*/
    margin-top: 15px;
    /*font-style: italic;*/
    margin-bottom: 3px;
    font-weight: bold;
}

.gb-product-item-prices_mptoto p {
    display: inline-block;
}

.gb-product-item-prices_mptoto .gb-prices-news {
    color: red;
}

.ins-discount {
    padding: 0.05rem 0.35rem;
    position: relative;
    background: #ffc107;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 1.5rem;
    border-radius: 0.25rem;
}

.ins-discount:after {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #ffc107;
    border-top: 6px solid transparent;
}

/*menu mobile*/
.header-mobile {
    display: flex;
    display: flex; align-items: center;
    /*background: #ccc;*/
    -webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
}
.header-mobile svg {
    font-size: 30px;
    width: 30px;
    margin-top: 10px;
}
.header-mobile .header-cart {
    position: relative;
}
.header-mobile .header-cart #CartCount {
    position: absolute;
    top: 0;
    left: 22px;
    border-radius: 0.5rem;
    background-color: #e21b14;
    display: block;
    font-size: .75rem;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    padding: 0.01rem 0.25rem;
    color: #ffffff;
}
.header-mobile {
    justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
    .gb-header-search_mptoto .vk-newlist-banner-test-search input {
        text-indent: 0;
    }
}
@media screen and (max-width: 768px) {
    .gb-header-search_mptoto {
        width: 50%;
        margin-top: 5px;
    }
    .gb-header-search_mptoto .vk-newlist-banner-test-search button {
        width: 20%;
    }
    .mobile-nav .menu-mobile-nav {
        right: 5px;
        top: 5px;
    }
}

.gb-product-item-prices_mptoto .ctooltiptext {
    visibility: visible;
    width: 100px;
    background-color: #C90000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 10px;
}
.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #C90000 transparent transparent;
}

.btn-dang-ky {
    padding: 10px;
}
.btn-dang-ky .text-1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.btn-dang-ky .text-2 {
    text-align: center;
    color: #fff;
    font-size: 10px;
}
.bitmap {
    background: #F0B323 ;
    border-bottom: 3px solid #e18f1a;
}
.yeu-cau {
    background: #666 ;
    border-bottom: 3px solid #555;
}

.gb-topheader-mptoto-right ul li a {
    color: #fff !important;
}
.gb-topheader-mptoto-right ul {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 5px;
}
.gb-topheader-mptoto-right ul .top-sale {
    display: flex !important;
    align-items: center;
}

.luu-y-pro {
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
    color: #999;
    font-size: 12px;
}

.page-chi-tiet-sp-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}



.header-top-text {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}


.thc-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
header .header-support {
    justify-content: space-around;
    width: max-content;
    padding-left: 55px;
}
header .header-support .support_info {
    padding: 0 15px;
    position: relative;
}
header .header-support .support_info .info {
    text-align: center;
}
header .header-support .support_info .info .title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
}
header .header-support .support_info .info .desc {
    font-size: 14px;
    color: #e21515;
    font-weight: 700;
    line-height: 1.5;
}
header .header-support .support_info .img-wrap {
    height: 23px;
    width: 22px;
    overflow: hidden;
}
header .header-support .support_info .img-wrap img {
    object-fit: contain;
    transition: 0.3s;
}
header .header-support .support_info .amount-cart-item {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background-color: #f9c938;
    top: -9px;
    right: 3px;
}



.section-title {
    position: relative;
    -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;
    width: 100%;
}
h2.section-title.section-title-center {
    color: #3851a3;
}
.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title-container .section-title-center b {
    height: 3px;
    opacity: 1;
}
.section-title-container .section-title-center .section-title-main {
    border: 3px solid #3851a3;
    padding: 20px 60px;
    margin: 0 35px;
    color: #3851a3;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 767px){
    .section-title-container .section-title-center .section-title-main {
        padding: 3px 5px;
        font-size: 18px;
        margin: 0 15px;
        max-width: 75%;
    }
}



.vuong {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}
.vuong img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.home-du-an-tieu-bieu .name {
    color: #3851a3;
    text-align: left;
    text-transform: uppercase;
        font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.home-du-an-tieu-bieu hr {
    border-top: 2px solid #3851a3;
    width: 80px;
    float: left;
    margin: 5px;
    margin-left: 0;
}
.home-du-an-tieu-bieu .des {
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    clear: both;
}



.title-thc {
    background: #fff;
    padding: 0 15px 10px;
    text-align: center;
    letter-spacing: .05em;
    z-index: 1;
    color: #3851a3;
    width: max-content;
    display: block;
    margin: auto;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    min-width: 140px;
}
.title-thc:before {
    content: "";
    background: #3851a3;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    width: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.title-thc:after {
    content: "";
    background: #3851a3;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}



.product-run .list-product {
    margin-top: 20px;
}
.product-run .list-product .product-card {
    display: flex;
    padding: 0;
    align-items: center;
}
.product-run .list-product .product-card .img-cover {
    height: 115px;
    width: 115px;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.thumbnail-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.product-run .list-product .product-card .thumbnail-wrapper img {
    width: 95%;
    height: 95%;
    top: 2.5%;
    left: 2.5%;
    position: absolute;
}
.product-run .list-product .product-card-wrapper {
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin: 2px;
    margin-bottom: 20px;
}
.product-run .list-product .product-card .info-product {
    text-align: left;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-run .list-product .product-category-link {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 127%;
    color: #b2b2b2;
}
.product-card-wrapper .product-card .woocommerce-loop-product__title {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    height: auto;
}
.product-run .list-product .product-card .price {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-run .list-product .product-card .price .amount {
    margin-right: 10px;
}
.product-card-wrapper .product-card .price .woocommerce-Price-amount bdi {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 127%;
    color: #e21515;
}


.product-card-wrapper .product-card .price del {
    order: 2;
    color: #B2B2B2;
    font-size: 12px;
}
.product-card-wrapper .product-card .price del .woocommerce-Price-amount bdi {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 127%;
    color: #B2B2B2;
}
.product-card-wrapper .product-card .price ins {
    order: 1;
    text-decoration: none;
}


.product-card-wrapper .product-card .thumbnail-wrapper .onsale {
    position: absolute;
    top: 5%;
    left: 5%;
    background: #e21515;
    color: #fff;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 2px;
    min-width: auto;
    min-height: auto;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
}
.product-run .list-product .product-card .img-cover .thumbnail-wrapper .onsale {
    font-size: 10px;
    padding: 3px 5px;
    top: 3.5%;
    left: 3.5%;
}



.promotions {
    margin-top: 30px;
    margin-bottom: 20px;
}
.promotions .left, .promotions .right {
    display: flex;
    color: #fff;
    background: #3851a3;
    align-items: center;
    padding: 15px;
}
.promotions .left {
    background: #c9c502;
    margin: 0;
    border-radius: 5px;
}
.promotions .right {
    margin: 0;
    border-radius: 5px;
}
.img-wrap {
    overflow: hidden;
}
.promotions .left .img-wrap, .promotions .right .img-wrap {
    height: 165px;
}
.img-wrap img, .thumbnail-wrapper img {
    transition: 0.3s;
        height: 100%;
    max-width: 100%;
    width: 100%;
}
.promotions .left .img-wrap img, .promotions .right .img-wrap img {
    object-fit: contain;
}
.promotions .left .content .sub_menu_1, .promotions .right .content .sub_menu_1 {
    font-size: 13px;
}
.promotions .left .content .title_1, .promotions .right .content .title_1 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
    max-width: 200px;
    margin: 10px 0 15px;
}
.primary-button button, .primary-button a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: #3851a3;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 6px 6px 6px 40px;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
}
.primary-button.small button, .primary-button.small a {
    padding: 5px;
    font-size: 16px;
    text-transform: unset;
    min-width: 170px;
    height: 40px;
}
.primary-button button i, .primary-button a i {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #3851a3;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 10px;
    transition: 0.5s all;
    transform: rotate(0deg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.primary-button.small i {
    width: 25px;
    height: 25px;
    font-size: 13px;
}
.promotions .right .primary-button i, .promotions .right .primary-button a {
    background: #c9c502;
}



.home-news {
    margin-bottom: 20px;
}
.home-news .home-news-list {
    margin-top: 20px;
}
.home-news .home-news-list .box-img {
    position: relative;
    width: 100%;
    padding-top: 70%;
    display: block;
}
.home-news .home-news-list .box-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-news .home-news-list .name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.2;
    display: block;
    min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news .home-news-list .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.goc-bao-tri {
    margin-top: 30px;
    margin-bottom: 30px;
}
.goc-bao-tri .list-goc-bao-tri {
    margin-top: 30px;
    margin-bottom: 30px;
}



.block-sidebar {
    border-radius: 5px;
    border: 1px solid #3851a3;
    margin-bottom: 25px;
    padding: 5px;
}
.block-sidebar .title-sb {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: -22px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 127%;
    background: white;
    padding: 5px 10px;
    width: max-content;
    color: #3851a3;
}



form.price-filter {
    padding-left: 10px;
    margin-bottom: 20px;
}
form.price-filter .item {
    margin-bottom: 5px;
}
form.price-filter .item label {
    margin-left: 5px;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
}
form.price-filter .submit {
    background: #3851a3;
    color: white;
    border: unset;
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 3px;
}



.block-sidebar .product-card-wrapper {
    margin-bottom: 0;
    position: relative;
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.block-sidebar .product-card-wrapper .product-card {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.block-sidebar .product-card-wrapper .product-card .img-cover {
    width: 70px;
    float: left;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.block-sidebar .product-card-wrapper .product-card .thumbnail-wrapper {
    padding-bottom: 100%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.block-sidebar .product-card-wrapper .product-card .thumbnail-wrapper img {
    width: 95%;
    height: 95%;
    top: 2.5%;
    left: 2.5%;
    position: absolute;
}



.page-shop .item .box-img {
    position: relative;
    width: 100%;
    padding-top: 70%;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page-shop .item .box-img img {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    object-fit: cover;
    border-radius: 5px;
}
.page-shop .item .name {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    font-size: 14px;
}



.nut-mua-ngay {
  background: #e21515;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border: 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 15px;
  width: 100%;
}
.nut-mua-ngay:hover {
  background: #c9c502;
}
.nut-mua-ngay .title {
  text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}
.nut-mua-ngay .sub-info {
  font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.nut-gio-hang {
  background: #d8d8d8;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border: 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 15px;
  width: 100%;
}
.nut-gio-hang:hover {
  background: #c9c502;
  color: #fff;
}
.nut-gio-hang .title {
  text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}
.nut-gio-hang .sub-info {
  font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.nut-pro-lien-he {
  background: #3851a3;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border: 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 15px;
  width: 100%;
  display: block;
  text-align: center;
}
.nut-pro-lien-he:hover {
  background: #c9c502;
  color: #fff;
}
.nut-pro-lien-he span {
  font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
    margin-left: 10px;
}
.pro-zalo {
  display: flex;
  justify-content: center;
}
.pro-zalo img {
  width: 19px;
  height: 19px;
}


.quick-link {
    margin-top: 10px;
}
.quick-link a {
    color: #0c406a;
    font-size: 16px;
    line-height: 24px;
}
.quick-link a i {
    margin-right: 10px;
    font-weight: bold;
}



.newscat-sidebar ul {
    list-style: revert;
    margin-left: 30px;
}
.newscat-sidebar ul li a {
    color: #333333;
}
.newscat-sidebar ul li {
    line-height: 2;
}



.small, small {
    font-size: .875em;
}
.card-post {
    margin-bottom: 30px;
    transition: unset!important;
}
.card-post.small {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.card-post.small .card-wrap {
    display: flex;
}
.card-post.small .card-wrap .img-wrap {
    overflow: hidden;
    width: 70px;
    flex-shrink: 0;
    height: auto;
    border: 1px solid #e5e5e5;
}
.card-post.small .card-wrap .card-info a {
    /*color: #000;*/
}
.card-post.small .card-wrap .img-wrap img {
    border: 0;
    padding: 0;
}
.card-post.small .card-wrap .card-info .title-post {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-top: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.gb-page-blog_mptoto .xem-chi-tiet {
    margin-top: 20px;
    color: #3851a3;
    display: block;
}



.lien-he-right .box-contact {
    background: #f6f6f7;
    border-radius: 5px;
    padding: 15px 20px;
}
.lien-he-right .box-contact .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--text_color);
    border-bottom: 2px solid #d7d8d9;
    margin-bottom: 15px;
    padding-bottom: 7px;
}
.lien-he-right .box-contact .contact-wrap {
    margin-bottom: 15px;
}
.lien-he-right .box-contact .contact-wrap .info {
    line-height: 1.5;
}
.lien-he-right .box-contact .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--text_color);
    border-bottom: 2px solid #d7d8d9;
    margin-bottom: 15px;
    padding-bottom: 7px;
    color: #3851a3;
}
.lien-he-right .box-contact .list_social .list {
    display: flex;
}
.lien-he-right .box-contact .list_social .list .icon {
    height: 35px;
    width: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 3px;
}


.lien-he-right .list-text {
    margin-top: 15px;
}
.lien-he-right .list-text .item-wrapper {
    margin-bottom: 20px;
}
.lien-he-right .list-text .item-wrapper .title {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #3851a3;
    margin-bottom: 5px;
}
.lien-he-right .list-text .item-wrapper .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}



footer .top-footer {
    background: #e5e5e5;
}
footer .top-footer .item-contact {
    position: relative;
    display: flex;
    text-decoration: none;
}
footer .top-footer .item-wrapper {
    display: flex;
    align-items: center;
    padding: 25px 0;
}
footer .top-footer .item-wrapper .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
        overflow: hidden;
}
footer .top-footer .item-wrapper .info .title {
    font-weight: 700;
    color: #0c406a;
    text-transform: uppercase;
}
footer .top-footer .item-wrapper .info .desc a {
    font-size: 12px;
    color: #e21515;
}
footer .top-footer .item-contact:not(:last-child):after {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background: #CBCBCB;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}



.footer-bottom {
    background: #3851a3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-bottom .title-footer {
    font-weight: 700;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 24px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.footer-bottom .title-footer:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.footer-bottom .info-contact ul li a {
    color: #fff;
    font-size: 14px;
}
.footer-bottom .info-contact ul li a span {
    color: #fd9604;
}
.footer-bottom .info-contact ul li {
    line-height: 1.3;
    margin-bottom: 10px;
}
.footer-bottom .chinh-sach ul {
    list-style: revert;
    margin-left: 20px;
}
.footer-bottom .chinh-sach ul li {
    margin-bottom: 10px;
}
.footer-bottom .chinh-sach ul li::marker {
    color: #fff;
}
.footer-bottom .chinh-sach ul li a {
    color: #fff;
}
.footer-bottom .social-wrap .social {
    height: 40px;
    width: 40px;
    /*display: flex;*/
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}
.footer-bottom .title-pay {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 125%;
    text-transform: uppercase;
    padding: 20px 0 15px;
    color: #fff;
}



.box-person {
  display: flex;
  border: 1px solid #eee;
  padding: 20px;
}
.box-person img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.box-person .text {
  margin-left: 20px;
}
.box-person .text .name {
  font-weight: bold;
}
.box-person .text .des {
  font-size: 14px;
}


@media screen and (min-width: 1200px) {
	.container {
		width: 80%;
	}
}


.section-title-container {
    margin-bottom: 20px;
}


.home-du-an-xem-them {
        color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: #3851a3;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 6px 6px 6px 40px;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
        padding: 5px;
    font-size: 16px;
    text-transform: unset;
    min-width: 170px;
    height: 40px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.home-du-an-xem-them:hover {
    color: #fff;
}
.home-du-an-xem-them i {
        width: 40px;
    height: 40px;
    padding: 10px;
    background: var(--primary_color);
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 10px;
    transition: 0.5s all;
    transform: rotate(0deg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
    font-size: 13px;
}



.tab-procat {
    text-align: center;
    padding: 20px;
}
.tab-procat li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}
.tab-procat li.active {
    background: #c9c502;
    color: #fff;
    font-weight: bold;
}



.gb-producttab-home_mptoto .item a .sale-percent {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e21515;
    color: #fff;
    padding: 5px 10px;
    z-index: 9;
}
.gb-producttab-home_mptoto .item .product-price del {
    color: #B2B2B2;
}


.m-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}



.footer-sub-info {
    padding-top: 20px;
    /*background: #a8b6e5;*/
}
.footer-sub-info p {
    text-align: center;
}
.footer-sub-info .text-1 {
    font-size: 18px;
    font-weight: bold;
    color: #3851a3;
}
.footer-sub-info .text-2 {
    font-size: 20px;
    font-weight: bold;
}
.footer-sub-info .do {
    color: #eb0000;
}
.footer-sub-info .xanh {
    color: #3851a3;
}

.footer-bottom-anbao {
    margin-top: 20px;
}
.footer-bottom-anbao .title {
    font-size: 18px;
    color: #3851a3;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 30px;
}
.footer-bottom-anbao ul li {
    font-size: 15px;
    line-height: 25px;
    /*font-family: sans-serif;*/
    margin-bottom: 10px;
    margin-right: 10px;
}
.footer-bottom-anbao ul li a {
    color: #000;
}
.footer-bottom-anbao .social li {
    display: inline;
}



.gb-product-item-lienhe_mptoto a{
        display: inline-block;
        /*padding: 10px 20px;*/
        color: red;
        /*background: #f53b3b;*/
        margin-top: 15px;
        /*font-style: italic;*/
        margin-bottom: 3px;
        font-weight: bold;
    }



.gb-product-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    background: #c9c502;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item a {
    position: relative;
}
.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item .tag-sale {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
}



.sidebar-lien-he p {
    text-align: center;
}
.sidebar-lien-he .text-1 {
    font-size: 22px;
    font-weight: bold;
    color: #00a4fd;
}
.sidebar-lien-he .text-2 {
    font-size: 19px;
    font-weight: bold;
}
.sidebar-lien-he .do {
    color: #eb0000;
}
.sidebar-lien-he .xanh {
    color: #4c9faf;
}
.sidebar-lien-he img {
    width: 100%;
}
.sidebar-lien-he .text-4 {
    font-size: 19px;
    color: #00a4fd;
    font-weight: bold;
}



.m-0 {
    margin-left: 0;
    margin-right: 0;
}
.p-0 {
    padding-left: 0;
    padding-right: 0;
}
.page-ve-chung-toi .quote {
    display: block;
    width: calc(100% - 100px);
    margin: auto;
    font-size: 30px;
    font-style: italic;
    position: relative;
}
.page-ve-chung-toi .quote:before {
    content: "\f10d";
    font-family: 'FontAwesome'; 
    position: absolute;
    left: -35px;
    top: 0;
    color: #c4c4c4;
}
.page-ve-chung-toi .quote:after {
    content: "\f10e";
    font-family: 'FontAwesome'; 
    position: absolute;
    right: -35px;
    top: 0;
    color: #c4c4c4;
}
.page-ve-chung-toi .title-page {
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page-ve-chung-toi .timeline .info {
    border-bottom: 5px solid #d9d9d9;
    margin-bottom: 30px;
    padding: 0 20px;
    padding-bottom: 30px;
    position: relative;
    height: 275px;
}
.page-ve-chung-toi .timeline .even-info {
    order: 2;
    border-bottom: unset;
    padding-top: 30px;
    border-bottom: 0 !important;
}
.page-ve-chung-toi .timeline .even-info .icon-image {
    bottom: unset;
    top: 0;
}
.page-ve-chung-toi .timeline .even-info {
    border-bottom: 5px solid #d9d9d9;
    padding-bottom: 30px;
}
.page-ve-chung-toi .timeline .image {
    padding-bottom: 30px;
    height: 275px;
    width: 100%;
}
.page-ve-chung-toi .timeline .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
}
.page-ve-chung-toi .timeline .even-image {
    border-bottom: 5px solid #d9d9d9;
}
.page-ve-chung-toi .timeline .info .title {
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000;
    text-align: center;
}
.page-ve-chung-toi .timeline .info .text {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.page-ve-chung-toi .timeline .info .icon-image {
        position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    padding: 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-ve-chung-toi .timeline .info .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-ve-chung-toi .timeline .info-last:after {
        content: "";
    font-weight: 500;
    font-family: "FontAwesome";
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.page-ve-chung-toi .timeline .item {
    padding: unset;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .page-ve-chung-toi .timeline .info {
        border-bottom: unset;
        background: #00000091;
        padding: 10px;
        margin-bottom: 0;
    }
    .page-ve-chung-toi .timeline .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        padding-bottom: 0;
    }
    .page-ve-chung-toi .timeline .info .title {
        color: #fff;
    }
    .page-ve-chung-toi .timeline .info .text {
        color: #fff;
    }
    .page-ve-chung-toi .timeline .info .icon-image {
        display: none;
    }
    .page-ve-chung-toi .timeline .info-last:after {
        display: none;
    }
}

.page-ve-chung-toi .tam-nhin-su-menh {
    margin-bottom: 20px;
}
.page-ve-chung-toi .tam-nhin-su-menh img {
    width: 100%;
}
.page-ve-chung-toi .tam-nhin-su-menh .text {
    display: flex;
    align-items: center;
}
.page-ve-chung-toi .tam-nhin-su-menh .text-2 {
    font-size: 36px;
    font-style: italic;
}
.page-ve-chung-toi .tam-nhin-su-menh .text-1 {
    font-size: 24px;
    font-style: italic;
}

.page-ve-chung-toi .con-so {
    margin-bottom: 20px;
}
.page-ve-chung-toi .con-so .text {
    margin-bottom: 20px;
}
.page-ve-chung-toi .con-so .box {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 23px 54px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
    margin-bottom: 20px;
}
.page-ve-chung-toi .con-so .box .number {
        font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    color: #000;
    margin-bottom: 20px;
}
.page-ve-chung-toi .con-so .box .desc {
    text-align: center;
}

.page-ve-chung-toi .chien-luoc {
    margin-bottom: 40px;
}
.page-ve-chung-toi .chien-luoc .box-img {
        height: 200px;
    width: 200px;
    border-radius: 100%;
    margin: auto;
    overflow: hidden;
}
.page-ve-chung-toi .chien-luoc .box-img img {
        height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.page-ve-chung-toi .chien-luoc .desc {
    margin-top: 20px;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
.page-ve-chung-toi .chien-luoc .text-1 {
    text-align: center;
    margin-bottom: 20px;
}

.page-ve-chung-toi .linh-vuc {
    margin-bottom: 20px;
}
.page-ve-chung-toi .linh-vuc .text-1 {
    text-align: center;
    margin-bottom: 20px;
}
.page-ve-chung-toi .linh-vuc .text-2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 20px;
}
.page-ve-chung-toi .linh-vuc .box .box-img {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    display: block;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.page-ve-chung-toi .linh-vuc .box .box-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 10px);
    object-fit: contain;
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-ve-chung-toi .linh-vuc .title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-ve-chung-toi .he-thong {
    margin-bottom: 20px;
}
.page-ve-chung-toi .he-thong .box {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 10px;
}
.page-ve-chung-toi .he-thong .box .box-img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}
.page-ve-chung-toi .he-thong .box .box-img img {
    height: 100%;
}
.page-ve-chung-toi .he-thong .box .title {
        font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-top: 20px;
    text-align: center;
}

.page-ve-chung-toi .chinh-sach {
    margin-bottom: 20px;
}
.page-ve-chung-toi .chinh-sach .info {
        margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(255,255,255,.9);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    padding: 10px;
}
.page-ve-chung-toi .chinh-sach .info .icon {
        height: 41px;
    width: 41px;
    margin-bottom: 20px;
}
.page-ve-chung-toi .chinh-sach .info .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-ve-chung-toi .chinh-sach .info .link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.page-ve-chung-toi .cong-trinh {
    margin-bottom: 20px;
}
.page-ve-chung-toi .cong-trinh .box {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.page-ve-chung-toi .cong-trinh .box .card {
    position: relative;
    overflow: hidden;
}
.page-ve-chung-toi .cong-trinh .box .card .box-img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.67%;
    overflow: hidden;
}
.page-ve-chung-toi .cong-trinh .box .card .box-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-ve-chung-toi .cong-trinh .box .card .info {
        position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
}
.page-ve-chung-toi .cong-trinh .box .card .info a .title {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.page-ve-chung-toi .cong-trinh .info-bottom .hotline {
    color: red;
}
@media screen and (max-width: 768px) {
    .page-ve-chung-toi .timeline .quote {
        font-size: 20px;
    }
}