/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
button,input {
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
    background-color: unset;
    border-color: unset;
    border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
    html {
        margin-top: 0 !important;
    }
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #fff;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #ff9900!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
header#header {
    background: rgb(10, 10, 10);
}

#logo img {
    width: 80px;
}

nav#primary-menu {
    flex: 1;
    margin: 0 15px;
}

.header-search form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
}
nav#primary-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#primary-menu .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    margin-left: 5px;
    transition: all .3s;
}

nav#primary-menu .menu-col {
    position: unset;
}

#primary-menu li.menu-col .sub-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    position: unset;
    width: 100%;
    min-width: unset;
    margin: 0;
    box-shadow: unset;
    padding: 0;
}

#primary-menu li.menu-col >.sub-menu {
    display: none;
    width: 100%;
    flex-wrap: wrap;
}
#primary-menu li.menu-col:hover >.sub-menu {
    display: flex;
}

#primary-menu li.menu-col >.sub-menu>li {
    width: calc(100% / 7);
}

#primary-menu li.menu-col >.sub-menu>li >a {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
}

#primary-menu li.menu-col >.sub-menu .sub-menu a {padding: 5px 10px;}

#primary-menu .sub-menu li a:hover {
    color: #f00;
}

.header-search {}

.header-search form input {
    font-size: 15px;
    border-radius: 0;
    min-width: 240px;
    padding-right: 45px;
}

.header-search form >div {
    position: relative;
}

.header-search form button {
    background: transparent !important;
    color: #f00 !important;
    border: 0;
    border-radius: 0;
}
body.home header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.btn-search {
    cursor: pointer;
}
.wp-video {
    width: 100% !important;
}
section.home-content {
    padding: 150px 0;
}

section.home-content img:nth-child(1) {
    max-width: 480px;
    transition: all .3s;
    width: 100%;
}

section.home-content img:nth-child(2) {
    position: absolute;
    width: 228px;
    height: 265px;
    right: 0;
    bottom: -80px;
    overflow: hidden;
    z-index: 106;
    transition: all .3s;
}

section.home-content img:hover {
    transform: scale(1.1);
}

section.home-content h2 {
    font-size: 32px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 500;
}

section.home-content p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

section.home-content .col-lg-5 a {
    display: block;
    font-size: 13px;
    text-indent: 2px;
    padding-right: 25px;
    background: url(images/18_13.png) no-repeat right;
}

section.home-content-3 h3 {
    font-size: 32px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    max-width: 500px;
}

section.home-content-3 p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    max-width: 500px;
}

section.home-content-3 img {
    max-width: 740px;
    margin-left: auto;
    display: block;
    width: 100%;
    transition: all .3s;
}

section.home-content-3 img:hover {
    transform: scale(1.1);
}
.listcat-slide .slick-list {
    margin: 0 -5px;
}
.listcat-slide .slick-slide {
    padding: 0 5px;
}
section.home-listcat {
    padding: 100px 0;
}

section.home-listcat h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 500;
}


.listcat-item {
    position: relative;
    overflow: hidden;
}

.listcat-item a {
    display: block;
}


.listcat-item h3 {
    position: absolute;
    left: 0;
    bottom: 60px;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 16;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}


.listcat-item img {
    transition: all .3s;
}

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

section.home-listcat .slick-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px #2b2b2b solid;
    z-index: 999;
    padding: 5px 25px 5px 45px;
    background: url(images/18_13_l.png) no-repeat left;
}

section.home-listcat .slick-next {
    margin-left: 140px;
    padding: 5px 45px 5px 25px;
    background: url(images/18_13_r.png) no-repeat right
}

section.home-listcat .slick-nav:hover {
    color: #fff;
     background: url(images/18_13_l_h.png) no-repeat left;
     background-color: #111;
}
section.home-listcat .slick-next:hover {
     background: url(images/18_13_r_h.png) no-repeat right;
     background-color: #111;
}
footer#footer {
    margin-top: 50px;
    padding: 50px 0;
    background: #111;
    color: #d4d4d4;
    clear: both;
}

footer#footer .title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

footer#footer .title:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ababab;
    left: 0%;
    width: 18px;
    top: 28px;
    z-index: 10;
    height: 2px;
}

.footer-block-menu a {
    display: block;
    padding: 5px 0;
}

.footer-block-menu a:hover {
    color: #fff;
}
.brc {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.blog-item {
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.blog-item  img {
    width: 100%;
}
.menu-list {
    border-bottom: #bdbdbd 1px solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
}

.menu-list h3 {
    margin: 0 15px 0 0;
    font-size: 21px;
}

.menu-list ul {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-list ul a {
    padding: 0 10px;
    margin-right: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: block;
}

.menu-list a:hover,.menu-list ul a.active {
    color: #FFFFFF;
    background: #343148;
}

.product-item>a:nth-child(1) {
    display: block;
    overflow: hidden;
}

.product-item img {
    transition: all .3s;
}

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

.product-item h3 {
    margin: 0;
}

.product-item h3 a {
    font-size: 14px;
    height: 32px;
    line-height: 28px;
    margin: 10px 18px 10px 18px;
    text-align: center;
    display: block;
    font-weight: 400;
}

.product-item a.readmore {
    color: #666666;
    font-size: 12px;
    display: block;
    margin: 0px 18px 10px 18px;
    background: url(images/more.png) no-repeat right;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #111;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}


.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.summary-product h2 {
    font-weight: 500;
    font-size: 21px;
    color: #111;
}
.summary-product ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
    font-size: 16px;
}

.summary-product ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(images/line_1920.png) no-repeat left bottom;
}

.product-qrcode img {
    width: 100px;
}

.product-qrcode a {
    display: flex;
    align-items: center;
}

.product-qrcode p {
    margin: 0 0 0 15px;
}
@media(max-width: 991px) {
    .header-search {
        display: flex;
        align-items: center;
    }
    #logo img {
        width: 60px;
    }

    #logo {
        flex: 1;
        margin-right: 10px;
    }

    .btn-search {
        margin-right: 10px;
    }

    section.home-content {
        padding: 30px 0;
    }

    section.home-content img:nth-child(2) {
        max-width: 125px;
        height: auto;
        bottom: 6px;
        right: 50px;
    }

    section.home-listcat .slick-nav {
        left: 0;
        transform: unset;
    }
    .product-item h3 a {
        height: auto;
    }
}
@media(max-width: 991px) {
    
}
@media(max-width: 991px) {
    
}
.main-single {
    max-width: 1000px;
    margin: 0 auto;
}
.main-single img {
    margin-bottom: 20px;
}
h3.widget-title {
    font-weight: 700;
    font-size: 26px;
    color: #0071ad;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.widget.widget-news {
    margin-bottom: 30px;
}

.wnl-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #b5b5b5;
    display: flex;
    flex-wrap: wrap;
}

.widget-news-list .wnl-item:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}


.wnl-img {
    width: 100px;
}

.wnl-text {
    flex: 1;
    margin-left: 10px;
}

.wnl-text h3 {
    margin: 0;
}

.wnl-text h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 400;
}
.wpl-item>a {
    display: block;
    padding: 2px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 2px 1px #ececec;
    position: relative;
    height: 120px;
    margin-bottom: 10px;
}

.wpl-item>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpl-item h3 {margin: 0;}

.wpl-item h3 a {
    text-overflow: clip;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}
.form-lh .wpcf7-text,.form-lh .wpcf7-textarea {
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 15px;
}

.form-lh .wpcf7-submit {
    background: #0071ac;
    border-radius: 35px;
    padding: 8px 25px;
    border: 0;
}

.form-lh .wpcf7-textarea {
    height: 120px;
}
.main-content-single-gt {
    padding: 50px 0;
}
.main-content-detail.main-content-single.main-content-single-gt h1 {
    color: #0071ad;
    font-size: 28px;
}
.block-anh-gt1 img {
    width: 100%
}

.block-noi-dung-duoi-anh ul {
    padding: 0;
    list-style: none;
    margin-left: -30px;
    margin-right: -30px
}

.block-noi-dung-duoi-anh ul li {
    float: left;
    width: 33.333%;
    padding: 30px;
    position: relative
}

@media(max-width: 767px) {
    .block-noi-dung-duoi-anh ul {
        margin-left:0;
        margin-right: 0
    }

    .block-noi-dung-duoi-anh ul li {
        width: 100%;
        padding: 15px 0
    }
}

.block-noi-dung-duoi-anh ul li:before {
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #333;
    display: block;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .block-noi-dung-duoi-anh ul li:before {
        width:100%
    }
}

.mgbt0 {
    margin-bottom: 0 !important
}

.feature-box-icon i {
    font-size: 50px
}

.feature-box-icon {
    color: #ffc82a
}

.rounded-circle {
    border-radius: 50% !important
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.feature-box .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    height: 120px;
    width: 120px
}

.icon-with-text-style-10 .feature-box-icon:before {
    width: 100%;
    height: 50%;
    background-color: #ffc82a;
    opacity: .12;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: .4s cubic-bezier(.12,0,.39,0);
    transition: .4s cubic-bezier(.12,0,.39,0)
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: #fff
}

.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s cubic-bezier(.37,.8,.63,1.2);
    transition: all .3s cubic-bezier(.37,.8,.63,1.2)
}

.icon-with-text-style-10:hover .feature-box-icon:before {
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.feature-box-content {
    font-size: 17px
}

.icon-with-text-style-10:nth-child(even) .feature-box-icon:before {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

.block-noi-dung-icon {
    padding: 50px;
    background: #f6f6f6;
    margin-bottom: 0 !important
}

.icon-with-text-style-10 {
    padding: 0 30px;
    border-right: 1px solid #ccc
}

@media(max-width: 767px) {
    .block-noi-dung-icon {
        padding:30px
    }

    .icon-with-text-style-10 {
        border-right: none;
        padding: 15px 0
    }
}

.icon-with-text-style-10:last-child {
    border-right: 0
}

.block-tam-nhin-su-menh {
    min-height: 600px;
    background: url(//namyceramic.com/wp-content/themes/ALLA/images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.block-tam-nhin-su-menh:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1c1c1c;
    opacity: .8
}

.block-tam-nhin-su-menh .content-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: left;
    width: 100%;
    z-index: 2;
    color: #fff
}

.block-tam-nhin-su-menh h2 {
    color: #fff;
    margin-bottom: 30px
}

.content-text-w {
    padding: 50px
}

@media(max-width: 767px) {
    .content-text-w {
        padding:30px
    }
}

.block-gia-tri-cot-loi ul {
    padding: 0;
    list-style: none
}

.block-gia-tri-cot-loi ul li {
    list-style: none;
    float: left;
    width: calc(33.333% - 30px);
    margin: 15px;
    padding: 20px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    -webkit-transition: all .35s cubic-bezier(.37,0,.63,1);
    transition: all .35s cubic-bezier(.37,0,.63,1);
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center
}

@media(max-width: 1024px) {
    .block-gia-tri-cot-loi ul li {
        min-height:330px
    }
}

@media(max-width: 767px) {
    .block-gia-tri-cot-loi ul li {
        width:100%;
        margin: 0;
        margin-bottom: 30px;
        min-height: initial
    }
    section.home-content img:nth-child(1) {
    max-width: 240px;
    margin: 0 auto;
    display: block;
}

section.home-content .col-lg-7 {
    padding-bottom: 50px;
}
}

.block-gia-tri-cot-loi ul li strong {
    display: block;
    font-size: 20px;
    color: var(--colorMain)
}

.block-gia-tri-cot-loi ul li:before {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2
}

.block-gia-tri-cot-loi ul li:nth-child(1):before {
    background: url(//namyceramic.com/wp-content/themes/ALLA/images/solutions.png) no-repeat top center;
    background-size: 80px
}

.block-gia-tri-cot-loi ul li:nth-child(2):before {
    background: url(//namyceramic.com/wp-content/themes/ALLA/images/sustainable.png) no-repeat top center;
    background-size: 80px
}

.block-gia-tri-cot-loi ul li:nth-child(3):before {
    background: url(//namyceramic.com/wp-content/themes/ALLA/images/reliability.png) no-repeat top center;
    background-size: 80px
}

.block-anh-gt1 {
    height: 800px;
    position: relative;
    overflow: hidden
}

.block-anh-gt1 img {
    height: 100% !important;
    object-fit: cover;
    width: 100%
}

@media(max-width: 767px) {
    .block-anh-gt1 {
        height:400px
    }
}

.block-tam-nhin-su-menh .row {
    margin-left: 0;
    margin-right: 0
}
.block .widgettitle {
    font-weight: 700;
    font-size: 26px;
    color: #0071ad;
    text-transform: uppercase;
}
.main-content .block {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}