.fixed_custom_contact{
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9;
}
.fixed_custom_contact li:hover {
    transform: scale(1.2);
}
.fixed_custom_contact li{
    list-style: none;
    transition: .3s;
}
.fixed_custom_contact li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-bottom: 10px;
    position: relative;
    background-color: #9b2728cc;
}
/*.fixed_custom_contact li.chat_facebook a:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f39f";
    font-family: 'Font Awesome 5 Brands';
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 0;
    font-size: 30px;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}*/
.fixed_custom_contact li.chat_facebook a{
    width: 50px;
    height: 50px;
   margin-top:15px;
    
    background: #9b2728cc url(../images/chat2.png) center center no-repeat;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    background-size: 70%;
}
.fixed_custom_contact li.call_zalo a{
    width: 50px;
    height: 50px;
   
   
    background: #9b2728cc url(../images/zalo1.png) center center no-repeat;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    background-size: 70%;
}
.phone_animation{
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    visibility: visible;
}
.phone_animation_circle{
    width: 106px;
    height: 106px;
    top: -28px;
    left: -28px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: 0.5;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    border-color: #9b2728cc;
}
.phone_animation_circle_fill{
    width: 66px;
    height: 66px;
    top: -8px;
    left: -8px;
    position: absolute;
    background-color: #9b2728cc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.phone_animation_circle_fill_img{
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    background: #9b2728cc url(../images/iconphone.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    background-size: 60%;
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.nav-top-link
{
    color:#c1343d;
}
.blog-single h1.entry-title {
	text-transform: unset;
}
.bondong
{
    width:25%;
    padding-right:25px;
    height:240px;
}
.bondong:nth-child(4n+4)
{
    width:25%;
    padding-right:0px !important;
}
.namdong
{
    width:20%;
    padding-right:25px;
}
.namdong:nth-child(5n+5)
{
    width:20%;
    padding-right:0px !important;
}
.widget-title {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #9a2016;
    text-transform: uppercase;
    font-size: 22px;
}
.widget-title__inline {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #9a2016;
    text-transform: uppercase;
    font-size: 16px;
}
.uk-margin-small {
    margin-bottom: 20px;
    border: 0px;
     opacity:1 !important;
}

.uk-text-center {
    text-align: center !important;
}
.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 2px solid #f6921e;
    vertical-align: top;
    opacity:1 !important;
}

@media only screen and (max-width: 549px) {
  .table-thuoc-tinh th, .table-thuoc-tinh td {
    width: 50%;
    float: left;
    border: 0;
    border-top: 1px solid #ddd;
  }
  .category-page-row .yith-wcan-filters form {
    flex-wrap: wrap;
  }
  .single-product .product-main .product-title {
    font-size: 20px;
  }
  .single-product .wc-tabs {
    flex-wrap: wrap;
  }
  .single-product .wc-tabs > li {
    width: 50%;
  }
  .single-product .wc-tabs + .tab-panels {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px 10px;
  }
  .single-product .wc-tabs + .tab-panels iframe {
    max-height: 450px;
  }
  .product-small.box .box-image {
    width: 100%;
  }
  .product-small.box .product-detail {
    display: inline-block;
    margin-right: 10px;
  }
  .product-small.box .product-detail:last-child {
    margin-right: 0;
  }
  .product-small.box .product-detail span + span {
    padding: 0;
  }
}
.header-top .nav > li.html {
  font-size: 12px;
}
.header-top .nav > li.html > a {
  color: #fff;
  font-size: 1em;
}
.header-top .nav > li.html i {
  margin-right: 6px;
}
.header-main .nav-dropdown > li > a {
  color: var(--fs-color-secondary);
  text-transform: capitalize;
  font-size: 16px;
}
.header-main .nav-dropdown > li .current-menu-item > a, .header-main .nav-dropdown > li.current-menu-item > a {
  color: var(--fs-color-primary);
}
.header-main .nav-column li > a, .header-main .nav-dropdown > li > a {
  padding: 8px 20px;
}
.header .header-search-form {
  padding-bottom: 0 !important;
}

.off-canvas-left.dark .mfp-content {
  background-color: #bd1e2d;
}
.off-canvas-left.dark .nav-vertical > li > a {
  font-size: 16px;
  color: #fff;
}
.off-canvas-left.dark .nav-vertical > li .toggle i {
  font-size: 1.8em;
  transition: all 0.3s;
  font-size: 20px;
  top: 0;
}

.service {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.service > li {
  margin: 0 !important;
  width: 33.33%;
  padding: 0 15px 30px;
}

.lightbox-content,
.nt-border {
  border-radius: 10px;
  overflow: hidden;
}

.lightbox-content form {
  margin-bottom: 0;
}

.post-item > .col-inner {
  height: 100%;
}
.post-item .post-title > a {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 500;
}
.post-item .box-overlay .overlay {
  height: 50%;
  top: auto;
  bottom: 0;
  background-color: transparent !important;
  background: linear-gradient(180deg, transparent 0%, rgb(0, 0, 0) 100%);
}
.post-item .box-overlay h2 {
  font-size: 22px;
}
.post-item .from_the_blog_excerpt {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.nt-awards .box {
  border-radius: 10px;
  border: 1px solid var(--fs-color-secondary);
  overflow: hidden;
  background-color: #fff;
}
.nt-awards .box .box-image {
  padding: 0 30px;
}
.nt-awards .box h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.nt-awards .box p {
  font-size: 16px;
}
.nt-awards .section {
  padding: 0 30px 0 0;
}

.nt-contact-us .icon svg {
  padding-top: 0;
}
.nt-contact-us .icon-inner {
  line-height: 0;
  background-color: #fff;
  border-radius: 99px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
  padding: 20px;
}
.nt-contact-us .icon-box {
  margin-bottom: 30px;
}

footer#footer {
  background: #3d3e3e;
	font-size: 14px;
}
footer#footer h3 {
  font-size: 18px;
  text-transform: uppercase;
}
footer#footer .footer-widgets.footer > .row, footer#footer .absolute-footer > .container.clearfix {
  z-index: 5;
  position: relative;
}
footer#footer .footer-1 .row {
  padding-bottom: 0;
}
footer#footer .footer-1 .row .col {
  padding-bottom: 0;
}
footer#footer .footer-1 .row .img-inner.dark {
  float: left;
}
footer#footer .footer-1 .row .row_iconsa .col-inner {
  margin-bottom: 25px;
}
footer#footer .footer-1 .row .row_imgs {
  position: relative;
}
footer#footer .footer-1 .row .row_imgs .text {
  float: left;
}
footer#footer .footer-1 .row .row_imgs .text img {
  margin-top: 10px;
  width: 115px;
}
footer#footer .footer-1 .row .row_imgs .img_bct {
  float: left;
  margin-left: 15px;
}
footer#footer .footer-1 .row .row_imgs .img_bct img {
  width: 115px;
}
footer#footer .footer-1 .row .row_imgs .col-inner {
  display: flex;
}
footer#footer .footer-1 .row .social-head a i {
  font-size: 20px;
  margin-right: 7px;
  margin-top: -15px;
}
footer#footer .footer-1 .row .icn_cta_ft img {
  margin-bottom: 20px;
  height: 30px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  text-align: left;
  margin-right: 10px;
}
footer#footer .footer-1 .row .img_bct img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  text-align: left;
}
footer#footer .footer-1 .row .text.txt-footer {
  padding-top: 30px;
  clear: both;
  font-size: 15px;
}
footer#footer .footer-1 .row .text.txt-footer p {
  font-size: 15px;
  color: #9B9B9B;
  line-height: 24px;
}
footer#footer .footer-1 .row .title_footer h3 {
  color: #BE1E2D;
}
footer#footer .footer-1 .footers ul li {
  position: relative;
  display: flex;
  margin-left: 0;
}
footer#footer .footer-1 .footers ul li:before {
  font-family: "Font Awesome 6 Pro";
  padding-right: 15px;
  color: #fff;
}
footer#footer .footer-1 .footers ul li a {
  font-size: 15px;
  font-weight: 400;
}
footer#footer .footer-1 .footers ul li i {
  color: #fff;
}
footer#footer .footer-1 .footers ul li.tel:before {
  content: "\f095";
  font-weight: 900;
}
footer#footer .footer-1 .footers ul li.mail:before {
  content: "\f0e0";
  font-weight: 900;
}
footer#footer .footer-1 .footers ul li.add:before {
  content: "\f3c5";
  font-weight: 900;
}
footer#footer .footer-1 .footers ul li.clock:before {
  content: "\f017";
  font-weight: 900;
}
footer#footer .text.backtop {
  position: relative;
}
footer#footer .text.backtop p {
  margin-bottom: 0;
}
footer#footer .text.backtop i.icon-angle-up {
  height: 22px;
  width: 22px;
  background: #be1e2d;
  text-align: center;
  margin: auto;
  display: block;
}
footer#footer .text.backtop a#top-link:before {
  content: "";
  display: block;
  border-top: 1px solid #5a5a5a;
  top: 10px;
  position: relative;
}
footer#footer ul.menu {
  margin-top: 5px;
}
footer#footer ul.menu li {
  border-top: unset;
  margin-bottom: 0;
}
footer#footer ul.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
}
footer#footer .footer-secondary {
  padding: 0;
}
footer#footer .footer-secondary .social-head {
  margin-top: -5px;
}
footer#footer .footer-secondary .social-head a {
  margin-left: 10px;
}
footer#footer .footer-secondary .social-head a i {
  font-size: 24px;
}
footer#footer .absolute-footer {
  padding-top: 0;
  margin-top: -10px;
}
footer#footer .txt_ft_area p {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-secondary.pull-right {
  min-width: 50%;
  text-align: right;
}
.footer-secondary.pull-right .footer-text.inline-block.small-block {
  display: inline-flex;
}
.footer-secondary.pull-right .menu-ft {
  position: relative;
}
.footer-secondary.pull-right .menu-ft ul.menu {
  margin-right: 20px;
  display: inline-flex;
  border-color: transparent;
}
.footer-secondary.pull-right .menu-ft ul.menu li {
  padding: 0 10px;
}
.footer-secondary.pull-right .menu-ft ul.menu li a {
  padding: 0;
}
.footer-secondary.pull-right .menu-ft ul.menu li + li {
  border-left: 1px solid #888;
}

.wpml-ls-statics-footer {
  display: none;
}

.tabbed-content .nav-pills > li > a {
  border-radius: 0;
  border: 1px solid var(--fs-color-secondary);
  color: var(--fs-color-secondary);
  font-size: 18px;
  font-weight: 500;
}
.tabbed-content .nav-pills > li + li {
  margin-left: 15px;
}
.tabbed-content .nav-pills > li.active > a {
  color: #fff;
  border-color: transparent;
}

.section-title-bold {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.section-title-bold b:first-of-type {
  display: block;
  background-color: var(--fs-color-primary);
  opacity: 1;
  width: 60px;
  min-width: 60px;
  flex: unset;
}
.section-title-bold span {
  border: none;
  padding-right: 0;
  font-size: 38px;
}
.section-title-bold span + b {
  display: none;
}

h1.page-title {
  text-transform: uppercase;
  color: var(--fs-color-secondary);
  font-size: 38px;
  margin-top: 20px;
}

.entry-title {
  text-transform: uppercase;
}

.entry-content {
  padding-top: 0;
}

.slide_relatednews .post-item:last-child {
  padding-bottom: 0;
}

.post-sidebar .wpcf7 .large-6 {
  flex-basis: 100%;
  max-width: 100%;
}
.post-sidebar .wpcf7 input.wpcf7-submit {
  width: 100%;
}

.slick-next, .slick-prev {
  top: 44%;
}

.contact-info p a {
  color: #000;
}

.related_posts .h2 {
  text-transform: uppercase;
  font-size: 25px;
}
.related_posts .post-item > .col-inner {
  border: 1px solid var(--fs-color-secondary);
  border-radius: 10px;
  overflow: hidden;
}
.related_posts .post-item > .col-inner .box-text {
  padding-left: 15px;
  padding-right: 15px;
}
.related_posts .post-item > .col-inner .box-text .post-title {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.2;
  text-align: center;
  min-height: 38px;
}

@media screen and (max-width: 549px) {
  .row-collapse .large-12 > .rank-math-breadcrumb {
    padding: 0 15px;
  }
  .nt-awards .box h4 {
    font-size: 16px;
  }
  .service-tab button {
    font-size: 13px;
    padding: 6px 15px;
  }
  .top_breadcumbs .large-12 > .col-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-single h1.entry-title {
    font-size: 20px;
  }
  .page_Our-Community .doitacs .gallery-col.col .col-inner {
    padding: 15px;
  }
  #home_contact_form {
    padding: 15px !important;
    text-align: center;
  }
  footer#footer ul.menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer#footer ul.menu > li {
    border: none;
  }
  .attr_service .service {
    margin: 0 -6px;
  }
  .attr_service .service > li.col-ser {
    width: 50%;
    padding: 6px;
  }
  .attr_service .service > li.col-ser > a {
    padding-left: 20px;
    padding-right: 0px;
  }
  .attr_service .service > li.col-ser > a .text {
    font-size: 16px;
    line-height: 1.2;
  }
  .post-item .box-overlay .box-text {
    position: unset;
    text-shadow: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .post-item .box-overlay .box-text .from_the_blog_excerpt,
  .post-item .box-overlay .box-text .post-title > a {
    color: var(--fs-color-secondary);
    font-size: 18px;
  }
  .col-inner .ux-relay__control ul li {
    margin-left: 5px;
  }
  .small-columns-1.slider .col {
    max-width: 300px;
  }
  .nt-contact-us .icon-box-img {
    max-width: 60px;
  }
  .nt-contact-us .icon-inner {
    padding: 16px;
  }
  .simply-scroll .simply-scroll-list li {
    margin-left: 0;
  }
  .nt-awards .box .box-image {
    padding: 0;
  }
  .tabbed-content .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabbed-content .nav::-webkit-scrollbar {
    display: none;
  }
  .tabbed-content .nav > li > a {
    white-space: nowrap;
  }
  .section-title-bold span {
    font-size: 25px;
  }
  .section-title-bold b:first-of-type {
    width: 30px;
    min-width: 30px;
    flex: unset;
  }
  .section-title-bold {
    justify-content: flex-start;
  }
  .post-item .box-vertical .image-cover {
    padding-top: 56% !important;
  }
  h1.page-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 849px) and (min-width: 550px) {
  .attr_service .service .col-ser a {
    padding-left: 20px;
  }
  .attr_service .service .col-ser .text {
    font-size: 16px;
  }
  .section-title-bold span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 849px) {
  .mobile-nav > li > a img {
    min-width: 15px;
  }
  .absolute-footer .container {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 850px) {
  .post-item .box-vertical .from_the_blog_excerpt {
    font-size: 14px;
  }
  .post-item .box-vertical .box-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .post-item .box-vertical .post-title > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1361px) {
  .header-main .nav > li.menu-item {
    margin: 0 15px;
  }
}/*# sourceMappingURL=style.css.map */