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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --cl1: #03657E;
    --cl2: #3455f5;
    --cl3: #7cf97d;
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
body {
    color: var(--cl1);
    font-size: clamp(1rem, 1rem + ((1vw - .2rem) * .263), 1.25rem);
}
p {
    margin-bottom: 0;
}
.header-main {
    background: #fff;
}
.header-full-width .container {
    padding: 0 30px;
}
.nav > li > a {
    font-weight: 400 !important;
    font-size: 16px;
}
.nav > li > a:hover {
    font-weight: 700 !important;
    letter-spacing: -0.7px;
}
.header-nav-main {
    gap: 40px;
}
.nav>li {
    margin: 0;
}
.nav-dropdown-default {
    padding: 15px;
    border: 0 !important;
    border-radius: 10px;
    min-width: 200px;
    left: 50% !important;
    top: 70px;
    transform: translateX(-50%);
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    text-align: center;
    border: 0;
}
li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown {
    left: 50%;
    transform: translateX(-50%);
}
.nav>li.menu-item-has-children > a > i {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    transition: .2s;
    line-height: 0.7;
    opacity: 1;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    display: none;
}
.nav>li.menu-item-has-children:hover > a > i {
    transform: translateX(-50%) rotate(180deg);
}
.nav-dropdown-has-arrow li.has-dropdown::after {
    border: 0;
    width: 200px;
    height: 30px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    pointer-events: none;
}
.nav-dropdown-has-arrow li.has-dropdown:hover:after {
    pointer-events: auto;
}
.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a {
    white-space: nowrap;
}
.nav-dropdown-default .nav-column li > a:hover, .nav-dropdown.nav-dropdown-default > li > a:hover {
    text-shadow: 0.5px 0 0 var(--cl1), -0.5px 0 0 var(--cl1);
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: var(--cl1) !important;
    font-size: clamp(.8125rem, .813rem + ((1vw - .2rem) * .132), .9375rem);
}
.section.slider-video {
    height: calc(100vh - 77px);
}
body {
    margin-top: 77px;
}
.header {
    position: fixed;
    top: 0;
}
body.admin-bar .header {
    top: 32px;
}
.text-slider-video p {
    color: #fff;
    margin: 0;
    line-height: 1;
}
.text-slider-video .text1 {
    font-size: clamp(1.125rem, 1.792rem + 1.778vw, 3.325rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
}
.text-slider-video p.text2 {
    font-size: clamp(2.625rem, -5.208rem + 17.319vw, 12.375rem);
    margin-bottom: -20px;
    font-weight: 500;
}
.text-slider-video p.text3 {
    font-size: clamp(3.125rem, -7.292rem + 25.701vw, 20.75rem);
    font-weight: 500;
}
.tuonglai p.text1 {
    font-size: clamp(1rem, 1rem + ((1vw - .2rem) * .263), 1.25rem);
    color: var(--cl1);
    margin: 0 0 20px;
}
.tuonglai .readmore {
    margin: 30px 0 50px;
}
.text-strong-color {
    font-size: clamp(1.5rem, -.417rem + 3.993vw, 4.375rem);
    font-weight: 400;
    color: var(--cl1);
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.text-strong-color strong {
    color: var(--cl2);
}
.text-strong-color p.text2 {
    font-size: clamp(1rem, 1rem + ((1vw - .2rem) * .263), 1.25rem);
    color: var(--cl1);
}
.readmore {
    background: #fff !important;
    border: 1px solid var(--cl1);
    color: var(--cl1) !important;
    box-shadow: none !important;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    border-radius: 30px;
    padding: 5px 10px 5px 15px;
    margin: 30px 0 0;
    position: relative;
    font-size: .9375rem;
}
.readmore:before, .readmore:after {
    content: "\f105";
    width: 29px;
    height: 29px;
    background-color: #7cf97d;
    transition: 0s;
    border-radius: 50%;
    margin-left: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: fl-icons;
    font-size: 17px;
}
.readmore:after {
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    color: #fff;
    right: 40px;
    margin: 0;
    transition: 0s;
}
.readmore:hover:before {
    background-color: #183f4f;
    color: #ffffff;
    font-size: 0;
}
.readmore:hover:after {
    justify-content: center;
    right: 20px;
    color: #fff;
    transition: 0.3s;
}
.tuonglai .img1 {
    margin-bottom: -300px;
    z-index: 1;
}
.tuonglai img {
    border-radius: 30px;
}
.thanhvienicon .tvicon h2 {
    font-size: clamp(1.5rem, -.417rem + 3.993vw, 4.375rem);
    line-height: 1;
    color: var(--cl1);
    margin-bottom: 15px;
    font-weight: 600;
}
.thanhvienicon .tvicon {
    font-size: clamp(1.375rem, .833rem + 1.128vw, 2.188rem);
    color: var(--cl1);
    line-height: 1.2;
    margin: 0 0 40px;
}
.thanhvienicon:first-child {
    margin-bottom: 30px !important;
}
.thanhvienicon ~ .thanhvienicon {
    margin-top: 30px;
}
.homequote {
    padding: 100px 0 50px !important;
}
.homequote .section-content {
    max-width: 990px;
    margin: 0 auto;
}
.homequote .text-strong-color {
    position: relative;
    font-style: italic;
    line-height: 1.3;
}
.homequote .text-strong-color:before {
    content: "“";
    font-weight: 800;
    font-size: clamp(2.625rem, -5.208rem + 16.319vw, 14.375rem);
    color: #e9fa71;
    line-height: 1;
    z-index: 1;
    position: absolute;
    left: -94px;
    top: -72px;
    font-style: normal;
}
.homequote .imgbox {
    max-width: 290px;
    width: 100%;
    margin: 0 auto 60px 0;
    color: var(--cl1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.homequote .imgbox h4 {
    font-size: clamp(1rem, 1rem + ((1vw - .2rem) * .263), 1.25rem);
    text-transform:  uppercase;
    margin: 0 0 10px;
    text-align: left;
    color: var(--cl1);
}
.homequote .imgbox p {
    text-align: left;
}
.homequote .imgbox .box-text-inner {
    max-width: 175px;
}
.homequote .imgbox .box-image {
    max-width: 100px;
    width: 100% !important;
    border-radius: 30px;
}
.homequote .imgbox .box-text {
    padding: 0 0 0 10px;
}
.homequote .text-strong-color p {
    margin-bottom: 45px;
}
.homequote .readmore {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.logo-grid-5row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 45px 90px;
  align-items: center;
  justify-items: center;
  padding: 50px 80px;
}
.logo-grid-5row .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
    height: 75px;
}
.logo-grid-5row .logo-item img {
    max-width: 123px;
    max-height: 75px;
    object-fit: contain;
    width: 100%;
}
.mangluoihome .slider {
    font-size: 0;
}
.mangluoihome {
    padding: 110px 25px 50px !important;
    background: #f6f8fa;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    display: none;
}
.flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.slidelogo {
    padding: 0 30px;
}
.text-header-strong {
    color: var(--cl1);
    text-align: center;
    font-size: clamp(2.625rem, -5.208rem + 16.319vw, 14.375rem);
    line-height: 1.1;
    font-weight: 120;
}
.text-header-strong strong {
    font-size: clamp(3.125rem, -7.292rem + 21.701vw, 18.75rem);
    font-weight: 500;
}
.text-header-strong p {
    margin: 0;
}
.flickity-page-dots {
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}
.flickity-page-dots li {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    margin: 0 3px !important;
}
.flickity-page-dots li:before {
    content: "";
    width: 2px;
    height: 2px;
    display: block;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flickity-page-dots .dot.is-selected {
    border-color: #000 !important;
}
.flickity-prev-next-button, .slider.row-slider .flickity-prev-next-button {
    width: 42px;
    height: 42px;
    background: #7cf97d !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto !important;
}
.flickity-prev-next-button:before {
    content: "\f105";
    font-family: fl-icons;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    transition: .2s;
}
.flickity-prev-next-button.previous:before {
    content: "\f104";
}
.flickity-prev-next-button:hover, .slider.row-slider .flickity-prev-next-button:hover {
    background: var(--cl1) !important;
}
.flickity-prev-next-button:hover:before {
    color: #fff;
}
.mangluoihome .text-header-strong {
    margin-bottom: 50px;
}
.mangluoihome .text-strong-color {
    line-height: 1.3;
}
.cactochuc img {
    border-radius: 30px;
}
.cactochuc .img1 {
    margin-top: -320px;
}
.rowtextmini {
    padding: 50px 30px 30px 50px !important;
}
.textmini h3 {
    font-size: clamp(1.125rem,-.208rem + 2.778vw,3.125rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--cl1);
    margin: 0 0 20px;
}
.textmini {
    font-size: clamp(1rem, 1rem + ((1vw - .2rem) * .263), 1.25rem);
    color: var(--cl1);
    margin: 0 0 60px;
}
.textmini:last-child {
    margin: 0 0 20px;
}
.textmini .readmore {
    margin: 20px 0 0;
}
.cactochuc {
    background: linear-gradient(180deg,rgba(255,255,255,.5) 0,rgba(235,240,244,.5));
}
.imgbrr30 {
    border-radius: 30px;
    overflow: hidden;
}
.tacdong .textsubstrong {
    margin-top: 30px;
}
.textsubstrong {
    text-align: center;
}
.textsubstrong .subtitle {
    font-weight: 800;
    font-size: clamp(1.125rem, -.208rem + 2.778vw, 3.125rem);
    letter-spacing: -0.5px;
}
.textsubstrong {
    color: var(--cl1);
    line-height: 1;
}
.textsubstrong .subtitle span {
    color: var(--cl2);
}
.textsubstrong h3 {
    font-weight: 100;
    font-size: clamp(2.625rem, -5.208rem + 16.319vw, 14.375rem);
    color: var(--cl1);
    margin: 0 0 -20px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
.textsubstrong .readmore {
    margin: 60px 0 0;
}
.textsubstrong strong {
    font-size: clamp(3.125rem, -7.292rem + 21.701vw, 18.75rem);
    font-weight: 500;
}
.tintucmoi {
    padding: 30px 0;
}
.box-image {
    border-radius: 30px;
}
.box-text.text-left {
    position: relative;
    margin: 45px 0 0;
}
.box-text.text-left:before {
    content: "Tin tức";
    position: absolute;
    top: -24px;
    font-size: clamp(.8125rem, .813rem + ((1vw - .2rem) * .132), .9375rem);
    font-weight: 700;
    color: var(--cl2);
}
.blog-post-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.blog-post-inner .post-meta {
    order: -2;
    width: auto;
    margin-right: 8px;
    display: flex;
    font-size: clamp(.8125rem, .813rem + ((1vw - .2rem) * .132), .9375rem);
    position: relative;
    align-items: center;
    opacity: 1;
    letter-spacing: 0.5px;
    line-height: 1;
}
.blog-post-inner > * {
    width: 100%;
}
.blog-post-inner .cat-label {
    order: -1;
    width: auto;
    margin-bottom: 0;
    font-size: clamp(.8125rem, .813rem + ((1vw - .2rem) * .132), .9375rem);
    font-weight: 600;
    opacity: 1;
    margin: 0;
}
.blog-post-inner .post-meta:after {
    content: "";
    width: 2px;
    height: 2px;
    display: inline-block;
    background: var(--cl1);
    margin: 0 0 0 7px;
}
.blog-post-inner .post-title {
    margin: 18px 0 30px;
    font-size: clamp(.9375rem, .938rem + ((1vw - .2rem) * .197), 1.125rem);
    color: var(--cl1);
}
.blog-post-inner .post-title b {
    font-weight: 700;
}
.blog-post-inner .post-title a {
    line-height: 1.5;
}
.blog-post-inner .is-divider {
    display: none;
}
p.from_the_blog_excerpt {
    font-size: clamp(.8125rem, .813rem + ((1vw - .2rem) * .132), .9375rem);
}
.blog-post-inner .post-title a:hover {
    color: var(--cl2);
}
.tintucmoi-col, .tintucmoi-col .tintucmoi {
    padding-bottom: 0 !important;
}
.nghiencuu {
    background: linear-gradient(180deg, rgba(235, 240, 244, .5) 0, rgba(255, 255, 255, .5));
    padding: 100px 0 50px !important;
}
.nghiencuu .textsubstrong {
    margin: 0 0 100px;
}
.pl-40 {
    padding: 0 0 0 20px;
}
.tintucmoi.slider {
    margin: 0 auto !important;
}
body .flickity-prev-next-button, body .slider.flickity-prev-next-button, .slider.row-slider .flickity-prev-next-button {
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.tintucmoi.slider-nav-outside.slider-nav-circle .next {
    margin-left: 0;
}
.tintucmoi.slider-nav-outside.slider-nav-circle .previous {
    margin-right: 0;
    transform: translate(50%, -50%) !important;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    transform: translate(-50%, -50%) !important;
}
.tintucmoi.flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled] {
    opacity: 1 !important;
    background: var(--cl3) !important;
    opacity: 0.5 !important;
}
.tintucmoi ~ p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot_block .section-content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.address_foot {
    font-size: clamp(.8125rem, .813rem + ((1vw - .2rem) * .132), .9375rem);
}
.address_foot h3 {
    color: var(--cl2);
    font-size: 17px;
}
.address_foot a {
    font-weight: 700;
}
.address_foot a:hover {
    color: var(--cl2);
    text-decoration: underline;
}
.foot_block .row > .col:last-child {
    padding: 0;
}
.absolute-footer {
    background: #fff;
    padding: 0 10px 50px;
}
.copyright-footer {
    color: var(--cl1);
    font-size: 12px;
}
.social-icons a {
    margin: 30px 12px !important;
}
.back-to-top {
    border: 1px solid #000 !important;
    bottom: 70px;
    right: 12px;
    min-width: auto !important;
    width: 44px;
    height: 44px;
    min-height: auto !important;
}
.back-to-top i.icon-angle-up {
    top: -2px;
    color: #000;
}
.back-to-top:hover i.icon-angle-up {
    color: #fff;
}
.foot_block {
    background: linear-gradient(180deg, rgba(235, 240, 244, .5) 0, rgba(255, 255, 255, .5));
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    margin-top: 30px;
}


/*about*//*about*//*about*//*about*//*about*//*about*//*about*//*about*/
.breadcrumbs {
    display: flex;
    padding: 0 0 0 35px;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: var(--cl2);
}
.breadcrumbs > a:first-child:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(http://test.afc.com.vn/wp-content/uploads/2026/05/house-regular-1.png);
    background-size: 100% 100%;
    left: 0;
    top: -2px;
    display: block;
    z-index: 2;
}
.breadcrumbs a {
    color: #444;
}
.breadcrumbs a:hover {
    color: var(--cl2);
}
.breadcrumbs .divider {
    font-size: 0;
    opacity: 1;
    margin: 0 12px;
}
.breadcrumbs .divider:before {
    content: "\f105";
    font-family: fl-icons;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
}
.top-title-page {
    padding-top: 70px !important;
}
.page-title-inner {
    min-height: unset;
    padding: 50px 0 0;
}
.tuonglaipage {
    padding-top: 0 !important;
}
.tuonglaipage p.text1 {
    color: var(--cl2);
}
.ourmission {
    background: linear-gradient(180deg, rgba(235, 240, 244, .5) 0, rgba(255, 255, 255, .5));
    padding: 80px 0 30px !important;
}
.ourmission .row:first-child {
    max-width: 780px;
}
.ourmission p.text2 {
    margin-bottom: 60px;
}
.lanhdaoabout .col:last-child {
    padding-top: 30px;
    padding-left: 50px;
}
.lanhdaoabout p.text1 {
    margin: 0 0 20px;
    color: var(--cl2);
}
.page-child .homequote .section-content {
    max-width: 1110px;
}
.page-child .homequote {
    padding: 100px 0 0 !important;
}
.page-child .homequote .col {
    padding-bottom: 0;
}
.page-child .tuonglai .img1 {
    margin-bottom: 0;
    z-index: 1;
}

.cactochucpage p.text1 {
    color: var(--cl2);
    margin-bottom: 20px;
}
.text-hanhtrinhslider p.numberbig {
    font-size: clamp(1.5rem, -.417rem + 3.993vw, 4.375rem);
    font-weight: 700;
    color: var(--cl2);
    text-align: center;
    line-height: 1;
    margin: 0 0 100px;
    position: relative;
}
.text-hanhtrinhslider p.numberbig:before {
    content: "";
    width: 24px;
    height: 24px;
    background: var(--cl1);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}
.hanhtrinhslider .slider-wrapper:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 111px;
    left: 15px;
    right: 15px;
    border-top: 2px dashed #173f4f;
    opacity: 0.3;
}
.text-hanhtrinhslider p.text1 {
    font-size: 1rem;
    margin-bottom: 15px;
}
.hanhtrinhslider .row-large>.col {
    padding: 0 50px 30px;
}
.hanhtrinhslider .slider-nav-outside .flickity-prev-next-button.previous {
    right: auto;
}
.hanhtrinhslider .flickity-viewport {
    height: 360px !important;
}
.parent-pageid-19 .tuonglaipage {
    padding-bottom: 0 !important;
    margin-bottom: -50px;
}




















@media (max-width: 1400px) {
    .header-nav-main {
        gap: 27px;
    }
    .text-slider-video .text1 {
    font-size: clamp(1.125rem, 1.792rem + 0.778vw, 2.325rem);
}
.text-slider-video p.text2 {
    font-size: clamp(2.625rem, -5.208rem + 15.319vw, 12.375rem);
    margin-bottom: -10px;
}
.text-slider-video p.text3 {
    font-size: clamp(3.125rem, -7.292rem + 22.701vw, 18.75rem);
}
.tuonglai .img1 {
    margin-bottom: -200px;
}
.homequote .section-content {
    max-width: 1300px;
    padding: 0 0 0 40px;
}
.homequote .text-strong-color:before {
    left: -50px;
    top: -50px;
}
.tacdong {
    padding-top: 80px !important;
}
.page-child .homequote .section-content {
    max-width: 1300px;
}

}

@media (max-width: 1200px) {
    #header .hide-for-medium {
        display: none !important;
    }
    #header .show-for-medium {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .text-slider-video .text1 {
        font-size: clamp(1.125rem, -.208rem + 2.778vw, 3.125rem);
    }
    .tuonglai .img1 {
        margin-bottom: -390px;
    }
    .mangluoihome {
        padding-bottom: 10px !important;
    }
    .cactochuc .img1 {
    margin-top: -230px;
}
.rowtextmini {
    padding: 0px 30px 30px 40px !important;
}
}


@media (max-width: 850px) {
    .slidelogo {
        margin: 0 0 80px !important;
    }
}


@media (max-width: 768px) {
  .logo-grid-5row {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 30px;
    padding: 35px 20px;
  }
  .logo-grid-5row .logo-item img {
    max-width: 130px;
    max-height: 55px;
  }
    .text-slider-video .text1 {
        margin: 0 0 5px;
    }
    .text-slider-video p.text2 {
        margin-bottom: 10px;
    }
    .tuonglai .col:first-child {
    flex-basis: unset;
    max-width: unset;
}
.tuonglai .img1 {
    margin-bottom: -200px;
    margin-left: auto;
}
.homequote .text-strong-color:before {
    left: -20px;
    top: -20px;
}
.cactochuc .img1 {
    margin-top: -200px;
}
.rowtextmini {
    flex-basis: unset;
    max-width: unset;
}
.textsubstrong h3 {
    margin: 5px 0 -5px;
}
.textsubstrong .readmore {
    margin: 30px 0 0;
}
.slider-nav-outside .flickity-prev-next-button.next {
    left: 100%;
    right: auto;
}
.slider-nav-outside .flickity-prev-next-button.previous {
    left: auto;
    right: 100%;
}
.flickity-prev-next-button, .slider.row-slider .flickity-prev-next-button {
    width: 30px !important;
    height: 30px;
    top: 50%;
}
.nghiencuu .textsubstrong {
    margin: 0 0 80px;
}
.nghiencuu .img-inner img {
    max-width: 600px;
    border-radius: 30px;
    margin: 0 auto 20px;
    display: block;
}
.cactochuc .img2col {
    margin-left: auto;
}
.page-child .tuonglai .readmore {
    margin-bottom: 10px;
}
.page-child .tuonglai .img1 {
    padding-bottom: 0;
}
.ourmission {
    padding: 50px 0 0 !important;
}
.ourmission p.text2 {
    margin-bottom: 30px;
}
.ourmission .text-strong-color {
    margin-bottom: 10px;
}
.page-child .homequote {
    padding: 60px 0 0 !important;
}
.page-child .homequote .imgbox {
    margin-bottom: 30px;
}
}


@media (max-width: 480px) {
.logo-grid-5row {
    grid-template-columns: 1fr;
}
.tuonglai .img1 {
    margin-bottom: -110px;
}
.tuonglai .readmore {
    margin: 30px 0 5px;
}
.tuonglai {
    padding: 40px 0 0 !important;
    margin: 0 0 -10px;
}
.thanhviengroup .text-strong-color {
    margin: 0 0 -10px;
}
.icon-box-center .icon-box-img {
    margin: 0 auto 15px;
}
.homequote {
    padding: 50px 0 10px !important;
}
.homequote .section-content {
    padding: 0 0 0 30px;
}
.homequote .imgbox {
    margin: 0 auto 20px 0;
}
.mangluoihome {
    padding: 40px 5px 0px !important;
}
.mangluoihome .text-header-strong {
    margin-bottom: 10px;
}
.mangluoihome .text-strong-color {
    margin: 0;
}
.cactochuc {
    padding: 0 0 30px !important;
}
.cactochuc .img1 {
    margin-top: -115px;
}
.rowtextmini {
    padding: 0px 20px 10px !important;
}
.textmini {
    margin: 0 0 30px;
}
.textmini:last-child {
    margin: 0;
}
.tacdong {
    padding-top: 40px !important;
}
.tacdong .textsubstrong {
    margin-top: 0;
}
.textsubstrong .readmore {
    margin: 20px 0 0;
}
.tintucmoi {
    padding: 0;
}
.nghiencuu {
    padding: 60px 0 10px !important;
}
.nghiencuu .textsubstrong {
    margin: 0 0 40px;
}
.nghiencuu .pl-40 {
    padding: 0;
}
.readmorecenter a.readmore {
    margin: 10px 0 0;
}
.readmorecenter {
    padding-bottom: 0;
}
.foot_block {
    padding-top: 40px !important;
}
.social-icons {
    margin: -20px 0 -10px;
}
.tuonglaipage {
    padding-top: 0 !important;
}
.top-title-page {
    padding-bottom: 10px !important;
}
.lanhdaoabout .col:last-child {
    padding: 30px 0 0 40px;
    margin: 0 0 -20px;
}
}