/*
Theme Name: Pharmasci Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

@font-face {
  font-family: 'ROBOTO-BOLD';
  src: url('assets/font/ROBOTO-BOLD.TTF');
  font-display: swap;
}

@font-face {
  font-family: 'ROBOTO-LIGHT';
  src: url('assets/font/ROBOTO-LIGHT.TTF');
  font-display: swap;
}

@font-face {
  font-family: 'ROBOTO-MEDIUM';
  src: url('assets/font/ROBOTO-MEDIUM.TTF');
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GILROY-MEDIUM';
  src: url('assets/font/SVN-GILROY-MEDIUM.OTF');
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GILROY-BOLD';
  src: url('assets/font/SVN-GILROY-BOLD.OTF');
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GILROY-SEMIBOLD';
  src: url('assets/font/SVN-GILROY-SEMIBOLD.OTF');
  font-display: swap;
}


:root {
    /* color text*/
    --color-text_b: #2e2e2f;
    --color-text_w: #fff;
    --color-text2: #28334a;
    --color-title_page_dv: #3a649f;

    /* color bg*/
    --color-bg_w: #fff;

    /* font */
    --font-r_b: "ROBOTO-BOLD", sans-serif;
    --font-r_l: "ROBOTO-LIGHT", sans-serif;
    --font-r_m: "ROBOTO-MEDIUM", sans-serif;

    --font-body: "SVN-GILROY-MEDIUM", sans-serif;
    --font-body_b: "SVN-GILROY-BOLD", sans-serif;
    --font-body_sb: "SVN-GILROY-SEMIBOLD", sans-serif;

    /* transition */
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
    --tran-06: all 0.6s ease;
    --tran-07: all 0.7s ease;
}

body {
    font-family: var(--font-body) !important;
    color: var(--color-text_b);
    font-size: 16px;
    --fs-color-primary: #3a649f;
    --fs-color-secondary: #3a649f;
}

.color_blue_1 {color: #3a649f;}
.color_black {color: #000;}

.font_svn_gsb {
    font-family: var(--font-body_sb);
}

.bg_xam {
    background-color: #dee2e7;
}

.bg_xam .footer-2 {
   background-color: #dee2e7; 
}

.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: var(--fs-color-primary);
}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: var(--color-text_b);
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: var(--color-text_b);
}

.nav > li > a {
    font-family: var(--font-body) !important;
    font-size: .85em;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
   font-family: var(--font-body) !important; 
   color: var(--color-text_b);
}

.header-nav>li:before {
    border-width: 9px !important;
    margin-left: -9px !important;
}

.header-nav>li>ul>li a {
    padding-left: 15px;
    padding-right: 15px;
}

.header-nav .nav-dropdown {
    min-width: 300px;
    border-width: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: "SVN-GILROYSEMIBOLD", sans-serif !important;
}*/

.tesfasdnfuasd .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.tesfasdnfuasd .col-inner .img {
    margin-bottom: 0;
}

.tesfasdnfuasd .col-inner .img .img-inner {
    height: 100%;
}

.tesfasdnfuasd .col-inner .img img {
    /*height: 100%;*/
    width: auto;
    border: 1px solid #eee;
}

.tesfasdnfuasd .col-inner .img:nth-child(1) {
  grid-row: 1 / 3;
}

.pt-40 {
  padding-top: 60px !important;
}

/*.d-none {
    display: none;
}*/

.section_h_2 {
    padding: 140px 0 !important;
}

.section_h_2 .text_1 {
    font-size: 30px;
    font-weight: 600;
}

.section_h_2 .colum_2 img {
    width: auto;
}

.section_h_5 {
    margin-top: 100px;
    padding: 60px 0 !important;
}

.section_h_5 .row.row-small {
    max-width: 1330px;
}

.section_h_5 .row-small>.flickity-viewport>.flickity-slider>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.section_h_5 .section-title {
    justify-content: center;
}

.section_h_5 .section-title b {
    display: none;
}

.section_h_5 .price-wrapper {
    display: none;
}

.section_h_5 .box-image {
    position: relative;
    padding-bottom: 130%;
    border: 1px solid #eee;
}   

.section_h_5 .box-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.section_h_5 .box-text .product-title {
    font-family: var(--font-r_b);
    font-size: 17px;
}

.section_h_5 .box-text .product-short-description {
    font-family: var(--font-r_l);
    font-size: 17px;
}

.offset-1_5 {
    margin-left: 12.5%;
}

.absolute-footer {
    display: none;
}

.head_product_custom.danh_muc_cha {
    padding-top: 50px;
}

.head_product_custom .custom-category-header {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: var(--font-body_sb);
}

.custom-category-img-small {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

/*.custom-category-img-small img {
    min-width: 457px;
}*/

.head_product_custom .term-description {
    max-width: 906px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-family: var(--font-r_m);
}

.box-text .product-title {
    font-size: 1rem;
    font-weight: bold;
}

.over_hidden {
    overflow: hidden;
}

.hiden_line_title .section-title b {
    display: none;
}

.hiden_line_title .section-title {
    justify-content: center;
}

.box-text a {
    color: var(--color-text_b);
}

.products_c .box-image a {
    position: relative;
    padding-bottom: 140%;
    border: 1px solid #fff;
}

.products_c .box-image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.products_c .box-text .product-short-description {
    font-size: 14px;
    font-weight: 400;
}

.products_c .product-short-description {
    display: block;
}

footer#footer .footer-2 {
    font-size: 13px;
    color: #000;
    padding: 100px 0 60px;
}

footer#footer .footer-2 .row .col {
    flex-basis: 28%;
    max-width: 28%;
}

footer#footer .footer-2 .row .col h3 {
    font-size: 12px;
}

footer#footer .footer-2 .row .col:first-child {
    flex-basis: 16%;
    max-width: 16%;
}

footer#footer .footer-2 .row .col:last-child ul:last-child {
    display: flex;
   flex-direction: row;
    gap: 15px;
}

footer#footer .footer-2 .row .col a {
    color: var(--color-text_b);
}

.breadcrumbs {
    font-size: 16px;
    font-weight: 400;
}

.shop-page-title .title-overlay  {
    background-color: transparent;
}

.breadcrumb_ct {
    /*padding-bottom: 13.2%;*/
    min-height: 318px;
    background-color: transparent;
}

.breadcrumb_ct .title-overlay {
    opacity: 0;
}

.breadcrumb_ct .page-title-inner {
    padding-top: 30px;
}

.breadcrumb_ct .page-title-bg .title-bg {
    height: auto !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.featured-title {
    text-shadow: none;
}

.text_black.shop-page-title {
    background-color: transparent;
}

.text_black.featured-title .page-title-bg {
    box-shadow: none;
}

.featured-title .page-title-inner {
    justify-content: center;
}

.featured-title .page-title-inner .breadcrumbs .divider {
    opacity: 1;
    top: 0;
}

.term-victoria-star .featured-title .page-title-inner .breadcrumbs, 
.term-victoria-star .featured-title .page-title-inner .breadcrumbs a, 
.term-victoria-star .featured-title .page-title-inner .breadcrumbs .divider,
.term-emothion .featured-title .page-title-inner .breadcrumbs, 
.term-emothion .featured-title .page-title-inner .breadcrumbs a, 
.term-emothion .featured-title .page-title-inner .breadcrumbs .divider,
.term-he-thong-nha-thuoc-thanh-phuong .featured-title .page-title-inner .breadcrumbs, 
.term-he-thong-nha-thuoc-thanh-phuong .featured-title .page-title-inner .breadcrumbs a, 
.term-he-thong-nha-thuoc-thanh-phuong .featured-title .page-title-inner .breadcrumbs .divider,
.term-bioline-jato .featured-title .page-title-inner .breadcrumbs, 
.term-bioline-jato .featured-title .page-title-inner .breadcrumbs a, 
.term-bioline-jato .featured-title .page-title-inner .breadcrumbs .divider,
.term-kelo-cote .featured-title .page-title-inner .breadcrumbs, 
.term-kelo-cote .featured-title .page-title-inner .breadcrumbs a, 
.term-kelo-cote .featured-title .page-title-inner .breadcrumbs .divider
{
    color: #000;
}

.text_black .page-title-inner .breadcrumbs, .text_black .page-title-inner .breadcrumbs  a {
    color: #000;
}

.title_sp_cha {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: var(--font-body_sb);
}

.product_child_colum2 .term-description {
    font-weight: 600;
}

.cat_product_cha .product-short-description, .cat_product_cha .price{
    display: none;
}

.custom_sp .box .box-image {
    box-shadow: 0px 0px 8px #ddd;
    border: 1px solid #ddd;
}

.custom_sp .box .box-image a {
    position: relative;
    padding-bottom: 58%;
}

.custom_sp .box .box-image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_sp .box-text {
    font-family: "Roboto", sans-serif;
}

.custom_sp.cat_product_cha .box-text {
    font-size: 1.3rem;
}

.cat_product_cha .child-categories {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

.cat_product_cha .child-categories li {
    margin-bottom: 0;
}

.cat_product_cha .child-categories .post-thumbnail {
    position: relative;
    padding-bottom: 59%;
    background-color: #eee;
}

.cat_product_cha .child-categories .post-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.cat_product_cha .child-categories .entry-title {
    font-size: 20px;
    font-family: var(--font-body_sb);
    margin-top: 5px;
}

.cat_product_cha .child-categories .entry-title a {
    color: #000;
}

.cat_product_cha .child-categories .entry-title p {
    font-family: var(--font-body);
    margin-bottom: 0;
}

.box_list_cat_child {
    border: 1px solid #000;
    padding: 20px;
}

.box_list_cat_child .title_dsp {
    text-transform: uppercase;
    padding-bottom: 20px;   
    font-size: 18px;
}

.box_list_cat_child ul {
    list-style: none;
    font-size: 14px;
}

.box_list_cat_child ul a {
    color: #000;
}

.box_list_cat_child ul a:hover {
    text-decoration: underline;
}

.custom_sp.cat_product_child {
    padding-top: 50px;
}

.custom_sp.cat_product_child .box-text {
    font-size: 1rem;
    display: grid;
    padding-top: 20px;
}

.custom_sp.cat_product_child .box-text .price-wrapper {
    order: 3;
    padding-top: 20px;
}

.custom_sp.cat_product_child .box .box-image a {
    padding-bottom: 130%;
    /*border: 1px solid #000;*/
}

.custom_sp.cat_product_child .fix_col .products .col {
    flex-basis: 25%;
    max-width: 25%;
}

.cate-block .title-bl {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cate-block a {
    color: #000;
}

.cate-block .x-review:not(:last-child) {
    margin-bottom: 40px;
}

.cate-block .x-review .conner8 {
    position: relative;
    padding-bottom: 60%;
    display: block;
}

.cate-block .x-review .conner8 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cate-block .x-review .cate-b3 {
    text-align: center;
    margin-top: 10px;
    display: block;
    padding: 0 10px;
}

.thongtinspthem {
    list-style: none;
}

.thongtinspthem li {
    margin-left: 0 !important;
}

.thongtinspthem li.thuonghieu_c span {
    text-transform: uppercase;
}

.product-main .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.product-main .woocommerce-product-gallery__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-footer .woocommerce-tabs {
    margin-top: 30px;
    padding-bottom: 60px;
    border-top: 2px solid var(--fs-color-primary);
}

.product-footer .woocommerce-tabs .tab-panels {
    padding-top: 40px;
}

.product-footer .woocommerce-tabs .product-tabs li {
    margin: 0;
}

.product-footer .woocommerce-tabs .product-tabs li a {
    padding: 5px 40px;
    border: 2px solid var(--fs-color-primary);
    border-top: 0;
    text-transform: none;
}

.product-footer .woocommerce-tabs .product-tabs li:last-child a {
    border-left: 0;
}

.product-footer .woocommerce-tabs .product-tabs li a:before {
    display: none;
}

.product-footer .woocommerce-tabs .product-tabs li.active a {
    background-color: var(--fs-color-primary);
    color: #fff;
}

.products_related {
    padding: 50px 0 20px;
    background-color: #dee2e7;
}

.products_related .product-section {
    border-top: 0;
}

.products_related .product-section-title {
    text-align: center;
    color: #3a64a0;
    font-size: 20px;
    padding-bottom: 40px;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: transparent;
    box-shadow: none;
    width: 40px;
}

.flickity-prev-next-button svg {
    background-color: #64bb46;
    border-radius: 50%;
}

.row.row-small {
    max-width: 1170px;
}

.product-main .product-info .product-page-price {
    margin: 30px 0 10px;
}

.product-main .cart .single_add_to_cart_button {
    min-height: 2rem;
    line-height: 1em;
    padding: 0px 50px;
    font-weight: 400;
}

.product-main .cart .buttons_added {
    background-color: var(--fs-color-primary);
}

.product-main .cart .buttons_added input {
    min-height: 2rem;
    line-height: 1em;
    height: 1em;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    padding: 0 12px;
}

.products_related .box-text-products .price-wrapper {
    margin: 10px 0 5px;
}

.quantity input[type=number] {
    max-width: 3em;
    width: 3em;
}

.styleC_page_dvu .breadcrumb_c {
    padding-bottom: 10px;
}


.styleC_page_dvu .title_M h3 {
    font-size: 30px;
    font-family: var(--font-body_sb) !important;
}

.page_hop_tac .breadcrumb_c {
    padding: 50px 0;
}

.page_hop_tac .section_1 {
    font-weight: bold;
    padding-bottom: 100px;
}

.page_hop_tac .section_1 .title_M h3 {
    /*color: #3a649f;*/
    margin-bottom: 0;
}

.page_hop_tac .section_1 .s1_img {
    padding: 50px 0;
}

.page_hop_tac .section_2 {
    background-color: #edf4f9;
    padding: 40px 0;
}

.page_hop_tac .section_2 .title_M h3 {
    margin-bottom: 50px;
}

.page_hop_tac .section_2 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page_hop_tac .section_2 .box .colum {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.page_hop_tac .section_2 .box .h4 {
    background-color: #3a649f;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    margin: 30px 0;
}

.page_hop_tac .section_3 {
    padding: 100px 0;
}

.page_hop_tac .section_3 .title_M h3 {
    margin-bottom: 70px;
}

.page_hop_tac .section_3 .h4 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    line-height: 1.2;
}

.page_hop_tac .section_3 .box_M:not(:last-child) {
    margin-bottom: 70px;
    text-align: center;
}

.page_hop_tac .section_3 .box_1 {
    display: flex;
    gap: 70px;
}

.page_hop_tac .section_3 .box_2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 15px;
}

.page_gioi_thieu .breadcrumb_c {
    padding: 50px 0;
}

.page_gioi_thieu .section_1 {
    padding: 0 0 50px;
}

.page_gioi_thieu .section_1 .title h3 {
    margin-bottom: 40px;
}

.page_gioi_thieu .text_M_1 {
    padding-top: 40px;
    max-width: 810px;
    margin: auto;
    font-family: var(--font-r_m);
    font-size: 18px;
    text-align: center;
}

.page_gioi_thieu .section_2 {
    padding: 0 0 50px;
}

.page_gioi_thieu .section_2 .s2_img {
    position: relative;
}

.page_gioi_thieu .section_2 .title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px 0;
    background-color: rgb(255 255 255 / 65%);
}

.page_gioi_thieu .section_2 .title h3 {
    margin-bottom: 0;
}

.page_gioi_thieu .section_3 {
    padding: 0 0 50px;
}

.page_gioi_thieu .section_3 .box_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4%;
    margin-bottom: 50px;
}

.page_gioi_thieu .section_3 .box_1 .colum_1 {
    width: 43%;
}

.page_gioi_thieu .section_3 .box_1 .colum_2 {
    width: 53%;
}

.page_gioi_thieu .section_3 .box_2 {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page_gioi_thieu .section_3 .box_2 .colum_M {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.page_gioi_thieu .section_3 .box_2 .colum_M p {
    margin-top: 15px;
}

.page_gioi_thieu .section_3 .box_2 .colum_2 {
    margin-left: 33.333%;
}

.page_gioi_thieu .section_3 .box_2 .colum_3 {
    margin-left: 33.333%;
}

.page_lien_he {
    padding-bottom: 70px;
}

.page_lien_he .breadcrumb_c {
    padding: 50px 0;
}

.page_lien_he .section_1 .title h3 {
    font-size: 20px;
}

.page_lien_he .section_2 {
    text-shadow: none;
    font-family: var(--font-body);
    font-weight: 400;
}

.page_lien_he .section_2 .title {
    margin-bottom: 40px;
}

.page_lien_he .section_2 .title h3 {
    margin-bottom: 0;
}

.page_lien_he .section_2 .form-row:not(:last-child) {
    margin-bottom: 30px;
}

.page_lien_he .section_2 .form-row label {
    color: var(--fs-color-primary);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.page_lien_he .section_2 .form-row label input {
    margin-bottom: 0;
    margin-top: 5px;
    border-color: var(--fs-color-primary);
    box-shadow: none;
}

.page_lien_he .section_2 .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
}

.page_lien_he .section_2 .text_1 {
    margin-bottom: 30px;
    max-width: 840px;
}

.page_lien_he .section_2 .text_1 strong {
    color: var(--fs-color-primary);
    display: block;
}

.page_lien_he .section_2 .h3_text_2 {
    text-align: center;
    color: var(--fs-color-primary);
    font-size: 30px;
}

.page_lien_he .section_2 .bt_submit {
    padding-top: 60px;
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 20px;
}

.page_lien_he .section_2 .bt_submit input {
    margin: 0;
}

.tin_tuc .breadcrumb_c {
    padding-top: 20px;
    padding-bottom: 50px;
}

.tin_tuc .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.tin_tuc .box .post-thumbnail a {
    display: block;
    position: relative;
    padding-bottom: 70%;
}

.tin_tuc .box .post-thumbnail a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.tin_tuc .box .archive-post-text {
    text-align: center;
    border: 1px solid #000;
    padding: 15px;
}

.tin_tuc .box .entry-title {
    font-size: 20px;
    font-family: var(--font-r_m) !important;
    overflow: hidden;
    display: block;
    max-height: 30px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.tin_tuc .box .excerpt {
    font-size: 16px;
    font-family: var(--font-r_m) !important;
    overflow: hidden;
    display: block;
    max-height: 150px;
    -webkit-line-clamp: 5;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.pagination-nav {
    padding-top: 50px;
}

.fix_hien_thi_post .badge.post-date {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .tesfasdnfuasd .col-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    footer#footer .footer-2 {
        padding: 40px 0 0px;
    }
    footer#footer .footer-2 .row .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumbs {
        font-size: 14px;
    }
    .page_hop_tac .breadcrumb_c {
        padding: 30px 0;
    }
    .page_hop_tac .section_1 {
        padding-bottom: 50px;
    }
    .page_hop_tac .section_1 .s1_img {
        padding: 10px 0 30px;
    }
    .page_hop_tac .section_2 .box {
        grid-template-columns: repeat(1, 1fr);
    }
    .page_hop_tac .section_3 .box_2 {
        grid-template-columns: repeat(3, 1fr);
    }
    .styleC_page_dvu .title_M h3 {
        font-size: 20px;
    }
    .page_hop_tac .section_3 {
        padding: 50px 0;
    }
    .page_hop_tac .section_3 .h4 {
        font-size: 16px;
    }
    .page_hop_tac .section_3 .box_1 {
        gap: 15px;
    }
    .page_hop_tac .section_3 .box_1 .colum {
        width: 50%;
    }
    .page_gioi_thieu .text_M_1 {
        font-size: 14px;
    }
    .page_gioi_thieu .section_3 .box_1 .colum_1 {
        margin-bottom: 30px;
    }
    .page_gioi_thieu .section_3 .box_1 .colum_1, .page_gioi_thieu .section_3 .box_1 .colum_2 {
        width: 100%;
    }
    .page_gioi_thieu .section_3 .box_2 .colum_M {
        width: 100%;
        margin-left: 0;
    }
    .page_gioi_thieu .section_3 .box_2 .colum_M p {
        font-size: 14px;
    }
    footer#footer .footer-2 .row .col:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }

    footer#footer .footer-2 .row .col, footer#footer .footer-2 .row .col, footer#footer .footer-2 .row .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 849px) {
    .section_h_2 {
        padding: 30px 0 !important;
    }
    .home_sec_2 .colum_1 p br {
        display: none;
    }
    .section_h_2 .text_1 {
        font-size: 18px;
    }
    .page_lien_he .section_2 .form-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .page_lien_he .section_2 .h3_text_2 {
        font-size: 20px;
    }
    .tin_tuc .box {
        grid-template-columns: repeat(1, 1fr);
    }
    .category-filtering {
        display: none;
    }
    .title_sp_cha {
        font-size: 20px;
    }
    .cat_product_cha .child-categories {
        gap: 30px;
    }
    .cat_product_cha .child-categories .entry-title {
        font-size: 16px;
    }
    .custom_sp.cat_product_child .fix_col .products .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    /*.home_sec_2 .colum_1 p {
        font-size: 20px;
    }*/
    .section_h_2 .text_1 .an_mb {
        display: none;
    }
    .page_hop_tac .section_3 .box_2 {
        grid-template-columns: repeat(2, 1fr);
    }
    footer#footer .footer-2 .row .col, footer#footer .footer-2 .row .col, footer#footer .footer-2 .row .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .cat_product_cha .child-categories {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 540px;
    }
}

@media only screen and (min-width: 850px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 840px;
    }
}

@media only screen and (min-width: 992px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 1170px;
    }
}