/*
Theme Name: Gooweb Child
Theme URI: http://gooweb.vn/
Author: Huu Nguyen
Author URI: http://gooweb.vn/
Description: Đây là theme về bán hàng của Gooweb
Template: gooweb
Version: 1.1
 */

@font-face {
font-family:saira;
src: url(assets/fonts/Saira-Regular.ttf);
}
@font-face {
font-family:sairabd;
src: url(assets/fonts/Saira-Bold.ttf);
}
*,html,body {
    font-family: saira;
}
h1,h2,h3,h4,h5,h6,strong {
    font-family: sairabd;
}
a:focus {
    text-decoration: none;
}
a {
    color: #333;
}
.my-2 {
    margin: 20px auto;
}
/*Header*/
.logo img {
    width: 45%;
}
.header__menu {
    margin-top: 10px;
}
.header-main .container {
    padding: 10px 0;
}

/*Catalogue*/
ul.list-catalogue {
    padding-left: 0;
    list-style: none;
    margin-top: 35px;
}
/*ul.list-catalogue>li:nth-child(even)>a:after {
    background-color: #ffcf06b0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
ul.list-catalogue>li:nth-child(odd)>a:after {
    background-color: #333333b0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/
ul.list-catalogue>li>a {
    position: relative;
    /*box-shadow: 1px 1px 5px #333;*/
    border: 1px solid #33333317;
}
ul.list-catalogue>li {
    width: 31.333333%;
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1%;
    /*position: relative;*/
}
section#catalogue .container {
    padding-bottom: 10px;
}
h4.catalogue__title {
    position: absolute;
    bottom: -25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: saira;
    margin: 0;
    padding: 15px 5px;
    background-color: #292929ad;
    visibility: hidden;
}
.box-catalogue {
    overflow: hidden;
}
.wrapper-catalogue:hover img {
    -webkit-transform: scale(1.3) translateZ(0);
    -ms-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}
.wrapper-catalogue:hover h4 {
    visibility: visible;
}
.box-catalogue img {
    width: 100%;
    height: 250px;
    -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
h4.catalogue__title span:before {
/*    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);*/
}
h4.catalogue__title span {
    position: relative;
}
/*Hover Catalogue*/
.box-catalogue::before,.box-catalogue::after {
    /*position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s linear;
    z-index: 1;*/
}
.wrapper-catalogue::before,.wrapper-catalogue::after {
    /*position: absolute;
    content: "";
    width: 1px;
    height: 0%;
    background-color: #fff;
    z-index: 1;*/
}
.wrapper-catalogue::before{
  /*left: 10px;
  top: 10px;
  transition-duration: 0.4s;*/
}
.wrapper-catalogue::after{
  /*right: 10px;
  bottom: 10px;
  transition-duration: 0.4s;*/
}
ul.list-catalogue>li>a:hover .wrapper-catalogue::before,ul.list-catalogue>li>a:hover .wrapper-catalogue::after {
  /*height: 92%;*/
}
ul.list-catalogue>li>a:hover .box-catalogue::before,ul.list-catalogue>li>a:hover .box-catalogue::after {
  /*width: 94.5%;*/
}
.box-catalogue::before{
  /*left: 10px;
  top: 10px;
  transition-duration: 0.4s;*/
}
.box-catalogue::after{
  /*right: 10px;
  bottom: 10px;
  transition-duration: 0.4s;*/
}
/*About*/
section#about {
    /*background-color: #525252;*/
    color: #333;
    padding: 25px 0;
}
.about__image img {
    /*width: 100%;*/
}
.about__text {
    max-width: 900px;
    margin: 0 auto;
}
h4.title.title-about {
    font-size: 22px;
    margin-bottom: 20px;
}
.text-about {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.btn-xemthem {
    text-align: center;
    margin-top: 20px;
}
.btn-xemthem a {
    color: #fff;
    background-color: #ffcf00;
    padding: 6px 20px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-xemthem a:hover {
    background-color: #0d0d0d;
}
ul.list-icon {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
}
ul.list-icon>li {
    width: 25%;
    text-align: center;
}
.about__image {
    max-width: 1000px;
    margin: 0 auto;
}
.text-about ul {
    list-style: none;
    padding-left: 0;
}
ul.list-icon>li>h5 {
    margin-top: 20px;
    line-height: 1.3;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffcf06;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 4px;
    margin: 5px 4px;
}
.owl-nav button {
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
            box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: rgba(255,255,255,.75)!important;
    border: 0;
    border-radius: 50%!important;
    color: #999;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: normal;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    -o-transition: background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    width: 40px;
    will-change: background-color,box-shadow;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    -o-transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    opacity: 0;
}
.owl-carousel:hover .owl-nav button{
    opacity: 1;
}
.owl-nav button i {
    color: #ffcf06;
    font-size: 25px;
}
button.owl-next{
    right: -30px;
}
button.owl-prev{
    left: -30px;
}
button{
    outline: none!important;
}
/*Product*/
h4.title.title-product {
    text-align: center;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
}
h4.title.title-product:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 8%;
    background-color: #ffcf00;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.product__text {
    text-align: center;
    padding: 0 5%;
}
div#owl-product {
    margin-top: 20px;
}
.item.box-product {
    margin: 0 10px;
}
.item.box-product a {
    border: 1px solid #3333;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.item.box-product img {
    height: 110px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item.box-product a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.item.box-product a:hover {
    border: 1px solid #ffcf06;
}
/*Review*/
p.text-review {
    text-align: center;
    margin-bottom: 20px;
}
.item.box-review {
    text-align: center;
    margin: 0 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px dashed #ffcf00;
    padding-top: 15px;
}
.item.box-review img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 3px 6px 10px #3333;
            box-shadow: 3px 6px 10px #3333;
}
.main-review {
    padding: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h4.title-review {
    text-transform: uppercase;
    font-family: saira;
    color: #ffcf00;
}
p.review__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.item.box-review:hover {
    border-color: #292929;
    cursor: pointer;
}
.item.box-review:hover img {
    /*border-color: #292929;*/
}

/*News*/
h4.title.title-news::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #ffcf00;
    bottom: -1px;
}
h4.title.title-news {
    font-size: 22px;
    border-bottom: 1px solid #3333;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.news-large img {
    width: 100%;
    height: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h5.news__title {
    text-transform: uppercase;
    color: #01687f;
    font-size: 14px;
    word-spacing: 1px;
    margin: 20px 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 2.1em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h5.news__title:hover {
    color: #ffcf06;
}
.news__excerpt p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.list-news {
    padding-left: 0;
    list-style: none;
    height: 25em;
    overflow-x: hidden;
    margin-bottom: 0;
    overflow-y: scroll;
}
ul.list-news::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

ul.list-news::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

ul.list-news::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #ffcf06;
    background-color: #ffcf06;
}
.news-large {
    padding-right: 0;
}
ul.list-news>li {
    margin-bottom: 10px;
}
ul.list-news>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.list-news>li>a>img {
    width: 30%;
    height: 105px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.right-news {
    padding-left: 10px;
}
.right-news>h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 5px 0;
    color: #01687f;
}
.text-news p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-large a {
    display: block;
    overflow: hidden;
}
.news-large a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
}
ul.list-news>li>a:hover img {
    opacity: 0.5;
}
ul.list-news>li>a:hover h5 {
    color: #ffcf06;
}
/*Footer*/
h4.title-footer:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    bottom: -10px;
}
h4.title-footer {
    font-family: saira;
    position: relative;
    margin-bottom: 30px;
}
.dathang input.wpcf7-text {
    height: 40px;
    background: transparent;
    color: #fff;
    margin-bottom: 8px;
    border: 1px solid #fff;
    padding-left: 10px;
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.noidung {
    max-height: 70px;
    background: transparent;
    width: 100%;
    border: 1px solid;
    padding: 5px 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #ffcf00;
    border: none;
    font-family: sairabd;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.btn-send {
    text-align: right;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social>ul {
    padding-left: 0;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: -5px;
}
.social>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px;
}
.social>ul>li>a {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    padding: 3px 6px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}
.map iframe {
    height: 170px;
}
/*Woocommerce*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    margin-right: 3%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 31%;
}
.woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 0;
}
.woocommerce ul.products li.product a img {
    height: 260px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
    border: 1px solid #ffe576;
}
h2.woocommerce-loop-product__title {
    text-transform: uppercase;
    font-size: 18px !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
    border-radius: 0;
    background-color: #ffcf06;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #292929;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider {
    border: 1px solid #ffcf06;
    height: 400px;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider img {
    height: 400px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.slick-track.flex-control-nav li {
    border: 1px solid #ffcf06;
    margin-right: 5px !important;
    width: 15.3% !important;
}
.woocommerce .woocommerce-breadcrumb {
    background-color: #292929;
    color: #fff !important;
    padding: 10px 5px;
    border-radius: 3px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
h1.product_title.entry-title {
    text-transform: uppercase;
    font-size: 25px;
}
ul.action {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 30px 0;
}
ul.action>li {
    width: 50%;
}
li.item-action.contact {
    margin-left: 5px;
}
li.item-action.hotline {
    margin-right: 5px;
}
ul.action>li>a {
    border: 1px solid;
    display: block;
    text-align: center;
    padding: 11px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
li.item-action.hotline a {
    background-color: #ffcf06;
    color: #fff;
}
li.item-action.contact a {
    background-color: #292929;
    color: #fff;
}
.single-social {
    margin-bottom: 10px;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background-color: #292929;
    border-color: #292929;
    padding: 3px 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
    margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ffcf06;
    border-color: #ffcf06;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #3333;
    border-radius: 0;
    padding: 10px 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
div#tab-description>h2 {
    display: none;
}
.woocommerce ul.products li.product a:hover img {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0.5;
}
/*CSS Media Query*/
/*Mobile*/
@media (max-width: 480px) {
.box-catalogue img {
    height: 180px;
}
ul.list-catalogue>li {
    width: 48%;
    height: 180px;
}
ul.list-catalogue>li:nth-child(3)>a:after {
    background-color: #ffcf06b0;
}
ul.list-catalogue>li:nth-child(4)>a:after {
    background-color: #333333b0;
}
.about__text {
    padding-left: 0;
}
section#news {
    margin-bottom: 5em;
}
h4.title-footer:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.news-large {
    padding-right: 15px;
    margin-bottom: 15px;
}
.container.my-2 {
    padding: 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 49%;
    margin-bottom: 25px;
}
.woocommerce ul.products li.product a img {
    height: 180px;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider {
    height: 250px;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider img {
    height: 250px;
}
ul.action>li>a {
    font-size: 12px;
}
footer#footer .container {
    padding: 10px 0;
}
.content-archive.container {
    padding: 0;
}
.social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}
h4.catalogue__title {
    font-size: 16px;
}
ul.list-icon>li {
    width: 50%;
}
}
/*Ipad*/
@media (min-width: 481px) and (max-width: 800px) {
.social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.info-footer h4.title-footer:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.container.my-2 {
    padding: 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 48%;
}
h4.catalogue__title {
    font-size: 18px;
}
section#catalogue .container {
    padding: 0 15px;
}
.about__image img {
    width: 60%;    
}
.about__image {
    text-align: center;
    margin-bottom: 25px;
}
.about__text {
    padding-left: 0;
}
.feature_area .row.mb-3r{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
/*PC*/
@media (min-width: 801px) {
.dathang {
    padding: 0 5%;
}
.map {
    padding-left: 5%;
}
.home header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
div#wowslider-container1 {
    position: relative;
}
section#about .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section#product {
    margin-top: 20px;
    margin-bottom: 30px;
}
.about__image {
    margin-top: 45px;
}
}

.related.products ul.products li.product {
    opacity: 1;
}
.related.products [data-aos=zoom-in] {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.feature_area {
    position: relative;
    padding: 2rem 0;
}

.mb-3r {
    margin-bottom: 3rem;
}

.feature_title {
    position: relative;
    font-family: saira;
    margin-bottom: 3rem;
    font-size: 3rem;
}

.feature_title strong {
    font-family:sairabd;
}

.feature__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    min-height: 12.5rem;
}

.feature__item .feature__left {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 1rem;
}

.feature__item .feature__left img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.feature__item .feature__right {
    position: relative;
}

.feature__item .feature__right h5 {
    font-size: 1.5rem;
    color: #fff;
}

.feature__item .feature__right p {
    color: #fff;
    font-size: 1.4rem;
}

.feature__item:after {
    content: "";
    position: absolute;
    right: -2%;
    top: 43%;
    width: 25px;
    height: 25px;
    -webkit-transform: rotateZ(37deg) skewX(-19deg);
        -ms-transform: rotate(37deg) skewX(-19deg);
            transform: rotateZ(37deg) skewX(-19deg);
}

.feature__content {
    position: relative;
}

.feature__content p {
    margin-bottom: 2rem;
    text-align: justify;
}

.feature__count {
    position: relative;
}

.feature__count__item {
    position: relative;
    background-color: #ffde16;
    padding: 1rem 0;
}

.feature__count__item h5 {
    font-size: 3rem;
    font-family:sairabd;
}

.feature__count__item h6 {
    font-size: 1.3rem;
    font-family: saira;
    text-transform: uppercase;
}

.feature__img {
    position: relative;
}

.feature__img img {
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

._1 {
    background-color: #00aeef;
}

._1:after {
    background-color: #00aeef;
}

._3 {
    background-color: #8dc63f;
}

._3:after {
    background-color: #8dc63f;
}

._2 {
    background-color: #ed1c24;
}

._4:after {
    background-color: #f7941e;
}

._4 {
    background-color: #f7941e;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .feature__item {
        margin-bottom: 3rem;
    }

    .feature__content p {
        line-height: 1.6rem;
    }

    .feature__count__item {
        padding: 1rem 0;
    }

    .feature__count .row>div {
        padding: 0 .5rem;
    }
    .feature__count>.row {
        margin-bottom: 2rem;
    }
    .feature__content {
    margin-top: -30px;
}
}

@media (max-width: 575.98px) {
    .feature__item {
        margin-bottom: 1.5rem;
    }

    .feature__item:after {
        display: none;
    }
    .feature__count__item {
        margin-bottom: 2rem;
    }
    .feature__content {
        margin-top: -30px;
    }
}

.btns {
    display: inline-block;
    position: relative;
    background-color: #ee2829;
    border: none;
    color: #fff !important;
    text-align: center;
    padding: .7rem 1.8rem;
    font-family: saira;
    border: 1px solid #ee2829;
}

.btns_1:hover {
    border-color: #ee2829;
    color: #ee2829 !important;
    background-color: transparent;
}

.btns_1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    background-color: #fff;
}

@-webkit-keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

.counter_main span {
    font-family: sairabd;
    font-size: 25px;
}

.counter_main {
    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;
}

div#lightgallery a,div#lightgallery_1 a,div#lightgallery_2 a,div#lightgallery_3 a,div#lightgallery_4 a,div#lightgallery_5 a {
    display: block;
    width: 25%;
    float: left;
    padding: 3px;
}
div#lightgallery a img,div#lightgallery_1 a img,div#lightgallery_2 a img,div#lightgallery_3 a img,div#lightgallery_4 a img,div#lightgallery_5 a img {
    width: 100%;
    height: 190px;
}

/*div#lightgallery_1,div#lightgallery {
    display: inline-block;
}*/

.header_block h1 {
    font-size: 3rem;
}

.header_block {
    text-align: center;
    margin-bottom: 4rem;
}
.block_sanpham {
    margin: 5rem 0;
}

.header_block h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #ffcf06;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header_block h1 {
    font-size: 3rem;
    position: relative;
    margin-top: 8.5rem;
}
section.block.block_sanpham.even {
    background-color: #e7e7e7;
}

.title_top_sp a.active,.title_top_sp a:hover {
    border-bottom: 3px solid #ffcf06;
    padding-bottom: 5px;
}
.title_top_sp a {
    font-size: 1.6rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    width: calc(100% / 6);
    text-align: center;
    position: relative;
}
.title_top_sp {
    margin-top: 5rem;
    margin-bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

html,body {
  scroll-behavior: smooth;
}
:focus {
    outline: none;
}

div.anchor {
    clear: both;
    height: 10px;
    width: 100%;
}
.fixed .logo img {
    width: 90px;
}
.fixed .header__menu {
    margin: 0;
}

.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: 30px;
    line-height: 30px;
}


section.banner_page_sp:before {
    position: absolute;
    content: "";
    background-color: #3333;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div#lightgallery,div#lightgallery_1,div#lightgallery_2 ,div#lightgallery_4 ,div#lightgallery_5 {
    display: inline-block;
    max-height: 450px;
    overflow: hidden;
}
div#lightgallery_3 {
    display: block;
    max-height: 390px;
    overflow: hidden;
}

section#map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

section#map iframe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    div#lightgallery a, div#lightgallery_1 a, div#lightgallery_2 a, div#lightgallery_3 a, div#lightgallery_4 a, div#lightgallery_5 a {
        width: 33.3%;
    }
    .header_block h1 {
        margin-top: 0;
    }
}        

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px) {
    div#lightgallery a, div#lightgallery_1 a, div#lightgallery_2 a, div#lightgallery_3 a, div#lightgallery_4 a, div#lightgallery_5 a {
        width: 50%;
        }div#lightgallery a img, div#lightgallery_1 a img, div#lightgallery_2 a img, div#lightgallery_3 a img, div#lightgallery_4 a img, div#lightgallery_5 a img {
            height: 160px;
        }
        .header_block h1 {
            margin-top: 0;
        }
        .title_top_sp a {
            width: -webkit-min-content;
            width: -moz-min-content;
            width: min-content;
        }
        section.banner_page_sp
        {
            min-height: 130px;
            background-size: contain;
            background-repeat: no-repeat;
        }
        div#lightgallery, div#lightgallery_1, div#lightgallery_2,div#lightgallery_3, div#lightgallery_4, div#lightgallery_5 {
            max-height: 660px;
        }
        section#map {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        section#map iframe:first-child {
            margin-bottom: 10px;
        }
        section#map iframe {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
        }
    }


h4.title.title-news a {
    font-size: 14px;
    padding-top: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

h4.title.title-news a:after {
    font-family: fontawesome;
    content: '\f101';
    position: relative;
    top: 1px;
    margin-left: 5px;
}
h4.title.title-news span {
    font-family: sairabd;
}
h4.title.title-news a:hover {
    color: #ffcf06;
    padding-right: 5px;
}

.item-project a {
    display: block;
    overflow: hidden;
    border: 1px dashed #ffcf06;
    padding: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.item-project a img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.item-project a img:hover {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

.item-project a:hover {
    border: 1px solid #ffcf06;
}