/* --------------------------------------
=========================================
    Style
=========================================
-----------------------------------------*/
body {
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
    font-weight: 600;
    color: #333;
}
h1,
.h1 {
    font-size: 36px;
    line-height: 42px;
}
h2,
.h2 {
    font-size: 32px;
    line-height: 38px;
}
h3,
.h3 {
    font-size: 28px;
    line-height: 34px;
}
h4,
.h4 {
    font-size: 24px;
    line-height: 28px;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 24px;
}
h6,
.h6 {
    font-size: 16px;
    line-height: 20px;
}
p {
    color: #434343;
    font-size: 18px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}
a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
}
body a:focus,
body a:hover {
    outline: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto !important;
}
ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
ul li,
ol li {
    margin: 0;
    padding: 6px 0;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
}
ul li,
ul li a,
ol li,
ol li a {
    border: 0 none;
    color: #434343;
    font-family: "Open Sans", sans-serif;
}
li > ul,
li > ol,
blockquote > ul,
blockquote > ol {
    margin-left: 1.3333em;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    background: #f7f9fc;
}
blockquote,
blockquote p {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
}
blockquote cite,
blockquote small {
    font-size: 15px;
    display: block;
    line-height: 20px;
    padding-top: 15px;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 600;
}
address {
    font-style: italic;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
}
/* table{border:0px solid #e9e9e9;background:transparent;border-spacing:0;letter-spacing:.5px;margin:0 0 20px;text-align:left;table-layout:fixed;width:100%} */
table th {
    padding: 10px;
    color: #333;
}
table td {
    border: 1px solid #e8e7e7;
    padding: 5px 10px;
}
dl {
    margin-bottom: 25px;
    margin-top: 0;
}
dl dt {
    font-weight: 700;
    margin-bottom: 10px;
    color: #434343;
    font-family: "Open Sans", sans-serif;
}
dl dd {
    margin-bottom: 20px;
    margin-left: 15px;
}
abbr,
tla,
acronym {
    text-decoration: underline;
    cursor: help;
}
acronym {
    border-bottom: 0 none;
}
big {
    font-size: large;
    font-weight: 600;
}
s,
strike,
del {
    text-decoration: line-through;
}
em,
cite,
q {
    font-style: italic;
    font-weight: 400;
}
ins {
    text-decoration: none;
    padding: 0 3px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: "Open Sans", sans-serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #333;
    color: #fff;
    padding: 2px 5px;
}
mark {
    color: #333;
    background: #ff0;
    padding: 2px 5px;
}
label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
hr {
    margin: 15px 0px;
}
/* --------------------------------------
=========================================
    Main css
=========================================
-----------------------------------------*/
#content-wapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.navbar-hotline {
    position: relative;
}
.navbar-hotline a {
    background: #0047bd;
    border-radius: 30px;
    padding: 14px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}
.navbar-hotline a i {
    margin-right: 5px;
    transform: rotate(92deg);
    font-size: 17px;
    line-height: 0;
}
.navbar-hotline a:hover,
.navbar-hotline a:focus {
    background: #e0a800;
    border-color: #e0a800;
    color: #000;
}
.row-header-navbar {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
    width: 100%;
}
.navbar-search-wrap .dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 20px;
    box-shadow: unset;
    margin: 0;
}
.navbar-search-wrap .dropdown-toggle::after {
    display: none;
}
.navbar-search-wrap form.form-search {
    margin: 0px;
    position: relative;
}
.navbar-search-wrap form.form-search .form-control {
    position: relative;
    width: 100%;
}
.navbar-search-wrap form.form-search button[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 10;
}

/*---------------------------------------
 Slider
-----------------------------------------*/
.owl-theme .owl-nav [class*="owl-"] {
    /* color: #fff; */
    font-size: 16px;
    margin: 5px;
    padding: 10px;
    width: auto;
    height: auto;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-carousel .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #0047bd;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 2px 2px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.title-section {
    position: relative;
}
.title-section > span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
    position: relative;
    vertical-align: super;
}
/* --------------------------------------
=========================================
   Banner Css
=========================================
-----------------------------------------*/
#section-banner .background-overlay {
    padding: 0px 0;
}
#banner-carousel .owl-item:nth-child(even) .name-banner {
    color: #d03828;
}
#banner-carousel .owl-item:nth-child(even) .description-banner {
    color: #333;
}
#banner-carousel .items-banner-slider {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 37%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    border: solid 0px #e3e2e2;
    border-radius: 0px;
}
#banner-carousel .items-banner-slider img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
#banner-carousel .items-banner-slider .cover-banner {
    padding: 25px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    display: flex;
    align-items: center;
}
#banner-carousel .items-banner-slider .container {
    display: flex;
}
.infor-banner {
    position: relative;
    padding: 0px 0px;
    overflow: hidden;
    max-width: 50%;
    margin: 0;
    text-align: left;
}
.infor-banner .line-banner {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    display: none;
}
#banner-carousel .infor-banner .name-banner {
    font-weight: 500;
    margin: 5px 0;
    word-spacing: 3px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: "Lexend Deca", sans-serif;
    text-align: left;
    line-height: 1.2;
}
.description-banner {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.readmore-banner {
    margin: 0px;
    text-align: left;
    display: none;
}
.readmore-banner a {
    position: relative;
    transition: all 0.45s ease-Out;
    display: inline-block;
    background: #fff;
    padding: 10px 30px;
    border: 0px solid #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #751113;
    border-radius: 30px;
}
.readmore-banner a:hover {
    background: #751113;
    color: #fff;
}
.readmore-banner a > i {
    font-size: 20px;
    margin-left: 10px;
}
#banner-carousel .owl-item.active .list-banners__mains {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .name-banner {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .description-banner {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .readmore-banner {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .line-banner {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
#banner-carousel .owl-nav [class*="owl-"] {
    transition: all 0.3s;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: solid 2px #bab8b9;
    border-radius: 100%;
    padding: 15px;
    top: 45%;
    position: absolute;
}

#banner-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    transform: scale(1.2);
}
#banner-carousel .owl-nav .owl-prev {
    left: 3%;
}
#banner-carousel .owl-nav .owl-next {
    right: 3%;
}
#banner-carousel .owl-nav i::before {
    color: #bab8b9;
    font-size: 22px;
}
#banner-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    right: 0;
    margin-bottom: 10px;
}
/* --------------------------------------
=========================================
    section featured css
=========================================
-----------------------------------------*/
#section-featured .background-overlay {
    padding: 20px 0px;
}
#section-featured .title-section {
    text-align: center;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
#section-featured .title-section > span {
    background: url("../icons/bg-title.png") center bottom no-repeat;
    background-size: contain;
    width: 260px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    height: 40px;
}
#section-featured .container {
    border-radius: 15px;
    position: relative;
    background: #ededed url(../icons/bg-ss1.jpg) top no-repeat;
    background-size: 100% 45px;
    border: 1px solid #ddd;
    padding: 30px;
}
.box-product-featured {
    background: #f8f8f8;
    border-radius: 2px;
    padding: 5px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.box-product-featured:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.img-product-featured {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    max-width: 220px;
    border: solid 0px #0047bd;
    margin: 0 auto;
    margin-bottom: 30px;
}
.img-product-featured > a {
    position: relative;
    height: auto;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    display: block;
}
.img-product-featured > a > img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-product-featured > a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.name-product-featured {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #363636;
    margin: 0;
}

.name-product-featured a {
    color: #363636;
}
.name-product-featured a:hover {
    color: #0047bd;
}

/* --------------------------------------
=========================================
    section product css
=========================================
-----------------------------------------*/
#section-product .background-overlay {
    padding: 20px 0px;
}
#section-product .title-section {
    text-align: center;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
#section-product .title-section > span {
    background: url("../icons/bg-title.png") center bottom no-repeat;
    background-size: contain;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    height: 40px;
}
#section-product .container {
    border-radius: 15px;
    position: relative;
    background: #ededed url(../icons/bg-ss1.jpg) top no-repeat;
    background-size: 100% 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 50px;
}
#product-carousel .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 35px;
    opacity: 1;
    position: absolute;
    top: 45%;
    padding: 10px;
    background: url("../icons/btn-slide.png") no-repeat center;
    margin: 0px;
}
#product-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    color: #333;
    font-size: 0;
}
#product-carousel .owl-nav i::before {
    font-size: 0 !important;
}
button:focus {
    outline: none !important;
}
#product-carousel .owl-nav .owl-prev {
    left: -30px;
}
#product-carousel .owl-nav .owl-next {
    right: -30px;
    transform: rotate(180deg);
}
#product-carousel .owl-nav i::before {
    color: #333;
    font-size: 22px;
}
#product-carousel .img-product-featured {
    border-radius: 0;
}
.box-products {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 15px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    box-shadow: 0 0 8px #d2d2d2;
    border-radius: 7px;
    overflow-y: scroll;
}
.box-products:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.img-products {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    border: solid 0px #0047bd;
    margin: 0 auto;
    margin-bottom: 20px;
}
.img-products > a {
    position: relative;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    display: block;
}
.img-products > a > img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    width: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-products > a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.name-products {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #363636;
    margin-bottom: 0;
}
.name-products a {
    color: #363636;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.name-products a:hover {
    color: #0047bd;
}
.tit-single-products {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #00477d;
    padding: 5px 0;
}
.price-single-products {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #ee5a5a;
    margin-bottom: 15px;
    text-align: center;
}

#thongso_kythuat td,
#thongso_kythuat th {
    border: 0px solid #dee2e6;
    color: #333;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #363636;
}
#thongso_kythuat td {
    font-weight: 400;
}
#thongso_kythuat tbody tr:nth-of-type(2n + 1) {
    background-color: #f8f8f8;
}
.button-navbar-product {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px 30px 0;
}
.button-navbar-product a.btn {
    width: 48%;
}
.button-navbar-product a.btn.contact-buynow {
    background: #0047bd;
}
.button-navbar-product a.btn.download-specifications {
    border: solid 1px #ffc107;
    color: #0047bd;
    background-color: #ffc107;
}
.button-navbar-product a.btn.contact-buynow:hover,
.button-navbar-product a.btn.contact-buynow:focus {
    background: #e0a800;
    border-color: #e0a800;
    color: #000;
}
.button-navbar-product a.btn.download-specifications:hover,
.button-navbar-product a.btn.download-specifications:focus {
    background-color: #0047bd;
    border-color: #0047bd;
    color: #fff;
}
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(49, 111, 236);
}
.information-products {
    width: 35%;
    float: left;
    padding-right: 25px;
}
.superior-features,
.product-video {
    width: 65%;
    float: right;
    text-align: justify;
}
.superior-features p {
    line-height: 28px;
}
.superior-features h4 {
    margin: 0;
}
@media (max-width: 767px) {
    .inner-video-blog .items-videos {
        width: 100% !important;
    }
    .inner-video-blog .items-videos:first-child .img-videos {
        width: 100%;
    }
    .inner-video-blog .img-videos {
        width: 45%;
        float: left;
        margin: 5px 0px;
        padding-right: 10px;
    }
    .information-products,
    .superior-features,
    .product-video {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}
.information-products img,
.superior-features img {
    width: 100%;
    height: auto !important;
}
.tit-information-products {
    padding: 7px 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    color: #000000;
    text-transform: uppercase;
}
.related_products .box-products {
    height: 465px;
}
.tit-related-product {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px;
}
.related_products .title-section {
    margin: 0;
}
.related_products .title-section {
    background: url(../icons/bg-title-2.png) center no-repeat;
    background-size: contain;
    width: 300px;
    display: block;
    text-align: left;
    padding: 15px 20px;
    font-size: 15px;
}
.related_products .title-section img {
    vertical-align: top;
    width: 25px;
}
.sidebar-content .title-section {
    margin: 0;
}
.sidebar-content .title-section {
    background: url(../icons/bg-title-2.png) center no-repeat;
    background-size: contain;
    width: 300px;
    display: block;
    text-align: left;
    padding: 15px 20px;
    font-size: 15px;
}
.sidebar-content .title-section img {
    vertical-align: baseline;
}
.content-related_products .name-products {
    text-align: left;
    text-transform: none;
    padding-left: 10px;
    font-size: 16px;
}
.single-product .background-overlay {
    padding-bottom: 60px;
}
.entry-single-products {
    margin-bottom: 30px;
}
.sku-products {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #0047bd;
    margin-bottom: 5px;
}

.content-page .background-overlay {
    padding: 60px 0px;
}

/*---------------------------------------
    details_product_large
-----------------------------------------*/
#details_product_large .items-gallery_pr {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 80%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    display: flex;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 2px;
}
#details_product_large .items-gallery_pr img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
#details_product_large .owl-nav [class*="owl-"] {
    background: #fff;
    width: 20px;
    height: 40px;
    text-align: center;
    border-radius: 60px;
    opacity: 1;
    border: solid 1px #fff;
    position: absolute;
    top: 40%;
    padding: 0px;
    margin: 0px;
}
#details_product_large .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    background: #185adb;
    color: #fff;
    border: solid 1px transparent;
}
#details_product_large .owl-nav [class*="owl-"]:hover i:before {
    color: #fff;
}
#details_product_large .owl-nav .owl-prev {
    left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-right: 10px;
}
#details_product_large .owl-nav .owl-next {
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 10px;
}
#details_product_large .owl-nav i::before {
    color: #000;
    font-size: 16px;
}
#details_product_thumb {
    margin-top: 15px;
}
#details_product_thumb .items-gallery_pr {
    padding: 1px;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    display: flex;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}
#details_product_thumb .items-gallery_pr img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    /* height: 100%; */
    /* width: 100%; */
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
#details_product_thumb .owl-item.current .items-gallery_pr,
#details_product_thumb .owl-item .items-gallery_pr:hover,
#details_product_thumb .owl-item .items-gallery_pr:focus {
    border: solid 1px #185adb;
}
#details_product_thumb .owl-nav [class*="owl-"] {
    background: #ffffff1a;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    border: solid 1px #9f9a9a;
    position: absolute;
    top: 30%;
    padding: 0px;
    margin: 0px;
}
#details_product_thumb .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    background: #185adb;
    color: #fff;
    border: solid 1px transparent;
}
#details_product_thumb .owl-nav [class*="owl-"]:hover i:before {
    color: #fff;
}
#details_product_thumb .owl-nav .owl-prev {
    left: 5px;
    /* border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-right: 10px; */
}
#details_product_thumb .owl-nav .owl-next {
    right: 5px;
    /* border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 10px; */
}
#details_product_thumb .owl-nav i::before {
    color: #5c5a5a;
    font-size: 16px;
}
/* #details_product_thumb .disabled{display: none} */
/* --------------------------------------
=========================================
    videos css
=========================================
-----------------------------------------*/
#section-blog .background-overlay {
    padding: 20px 0px;
}
#section-blog .title-section {
    position: relative;
    left: -18px;
    width: 100%;
    display: block;
}
#section-blog .title-section > span {
    background: url("../icons/bg-title-2.png") center bottom no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    text-align: left;
    padding: 12px 20px;
}
#section-blog .title-section > span i {
    margin-right: 5px;
}
#section-blog .name-videos {
    text-transform: uppercase;
}

.content-archive-videos .name-videos {
    height: 40px;
    line-height: 20px;
}
.content-archive-videos .colums-videos {
    margin-bottom: 30px;
}
.img-videos > a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 66%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    border-radius: 0;
    display: block;
}
.img-videos > a > img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-videos > a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-videos .play_video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-videos .play_video i {
    font-size: 20px;
    margin-right: 5px;
}
.name-videos {
    margin: 10px 0;
    height: 36px;
    overflow: hidden;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    color: #363636;
}
.name-videos:hover {
    color: #185adb;
}

.row.content-blog {
    margin: 0 -30px;
}
.box-video-blog {
    width: 100%;
    background: #f8f8f8;
    border-radius: 7px;
    box-shadow: 0 0 5px #d2d2d2;
    padding: 15px;
    position: relative;
    height: 100%;
    max-height: 750px;
    overflow: scroll;
}
.inner-video-blog {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.inner-video-blog .items-videos:first-child {
    width: 100%;
    font-size: 15px;
}
.inner-video-blog .items-videos {
    width: 48%;
}
.inner-video-blog .items-videos .name-videos {
    font-size: 13px;
}

.box-news-blog {
    width: 100%;
    background: #f8f8f8;
    border-radius: 7px;
    box-shadow: 0 0 5px #d2d2d2;
    padding: 15px;
    position: relative;
    height: 100%;
}
.inner-news-blog .items-posts {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.inner-news-blog .items-posts:last-child {
    border-bottom: 0px dashed #e5e5e5;
    padding-bottom: 0px;
}
.inner-news-blog .infor-posts {
    width: 60%;
    padding-left: 10px;
}
.inner-news-blog .img-posts {
    width: 40%;
}
.inner-news-blog .infor-posts .name-posts {
    text-transform: uppercase;
    font-size: 15px;
}

.box-posts {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 2px;
}
.img-posts {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.img-posts > a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 66%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    border-radius: 2px;
    display: block;
}
.img-posts > a > img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-posts:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.infor-posts .name-posts {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;
}
.infor-posts .name-posts a {
    color: #363636;
    display: block;
}
.infor-posts .shortdes {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 10px;
}
.infor-posts .shortdes p,
.infor-posts .shortdes span,
.infor-posts .shortdes b {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 15px;
}
.box-location-blog {
    width: 100%;
    background: #f8f8f8;
    border-radius: 7px;
    box-shadow: 0 0 5px #d2d2d2;
    padding: 15px;
    position: relative;
    height: 100%;
}
.items-location {
    display: block;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.items-location .name-location {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.items-location .address-location {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #363636;
    margin-bottom: 0px;
}
.items-location::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #126fbc;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
}

.archive-posts {
    padding-bottom: 60px;
}
.colums-posts {
    margin-bottom: 30px;
}
.infor-posts {
    padding: 15px;
    position: relative;
}
.date-posts {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    top: 0;
    padding: 5px;
    background: rgb(35 124 219 / 86%);
}
.details-posts {
    position: relative;
}
.details-posts a span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #9e001e;
    text-decoration: none;
    padding: 10px 20px;
}
.img-posts .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-posts:hover .ovrly {
    opacity: 1;
}
.img-posts .details-posts {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-posts .details-posts a {
    background: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: solid 1px #fff;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    opacity: 0;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.img-posts:hover .details-posts a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-posts .details-posts a:hover {
    background-color: #fff;
    color: #333;
}
/* --------------------------------------
=========================================
    section project css
=========================================
-----------------------------------------*/
#section-project .background-overlay {
    padding: 20px 0px;
}
#section-project .title-section {
    text-align: center;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
#section-project .title-section > span {
    background: url("../icons/bg-title.png") center bottom no-repeat;
    background-size: contain;
    width: 260px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    height: 40px;
}
#section-project .container {
    border-radius: 15px;
    position: relative;
    background: #ededed url(../icons/bg-ss1.jpg) top no-repeat;
    background-size: 100% 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 50px;
}
#project-carousel .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 35px;
    opacity: 1;
    position: absolute;
    top: 45%;
    padding: 10px;
    background: url(../icons/btn-slide.png) no-repeat center;
    margin: 0px;
}
#project-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    color: #333;
}
#project-carousel .owl-nav .owl-prev {
    left: -35px;
}
#project-carousel .owl-nav .owl-next {
    right: -35px;
    transform: rotate(180deg);
}
#project-carousel .owl-nav i::before {
    color: #333;
    font-size: 0;
}
.items-project {
    padding-bottom: 20px;
}
.box-project {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: 0 0 5px #868686;
    border-radius: 7px;
    padding: 0px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.box-project:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
#project-carousel.owl-carousel .owl-dots {
    margin-top: 0;
}
.img-project {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: solid 0px #0047bd;
    margin: 0 auto;
    margin-bottom: 10px;
}
.img-project > a {
    position: relative;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    display: block;
    border-radius: 7px 7px 0 0;
}
.img-project > a > img {
    border-radius: 7px 7px 0 0;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    width: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-project > a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.name-project {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
    color: #363636;
}
.name-project a {
    color: #363636;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
}
.name-project a:hover {
    color: #0047bd;
}

/* --------------------------------------
=========================================
    footer css
=========================================
-----------------------------------------*/
#section-footer {
    background: #e5e7e8;
}
#section-footer .background-overlay {
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-copyright {
    border-top: solid 1px #494949;
    text-align: center;
    padding: 15px 0px;
}
.footer-copyright .txt-copyright {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #c4c4c4;
    margin-bottom: 0px;
}
.name-company-footer {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    max-width: 360px;
}
.information-footer {
    max-width: 390px;
}
.information-footer p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}
.tit-widget-footer::before {
    content: "";
    background: #ffffff;
    height: 2px;
    width: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.tit-widget-footer {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
}
ul.menu-footer {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.menu-footer li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}
ul.social-footer {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.social-footer li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}
ul.social-footer li a i {
    width: 15px;
    margin-right: 10px;
}

/*---------------------------------------
    Page
-----------------------------------------*/
#banner-featured_page {
    position: relative;
}
#banner-featured_page img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    min-height: 200px;
}
#banner-featured_page .background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.35);
    align-items: center;
    text-align: center;
    padding: 15px 0px;
}
#banner-featured_page .title-featured_page {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 10px;
}
.caption-featured_page {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #ffffff;
    margin: 0;
    text-align: left;
    max-width: 768px;
}
.date-featured_page {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
}
.desc-featured_page {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    max-width: 480px;
    margin: 0 auto;
}

.page-breadcrumb {
    padding: 10px 0px;
    display: block;
}
.list-page-breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.list-page-breadcrumb li {
    display: inline-block;
}
.list-page-breadcrumb li a,
.list-page-breadcrumb li span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #525252;
}
ul.list-page-breadcrumb li span {
    color: #525252;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}
ul.list-page-breadcrumb li span::before {
    left: 0px;
    top: 0;
    content: "/";
    position: absolute;
    z-index: 1;
    color: #111;
}

.page-pagination {
    text-align: center;
}
.page-pagination .pagination {
    display: inline-flex;
}
.list-page-pagination {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.list-page-pagination li {
    display: inline-block;
    margin: 0px 3px;
}
ul.list-page-pagination li a {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
ul.list-page-pagination li.active a,
ul.list-page-pagination li:hover a {
    background: #0047bd;
    border-radius: 2px;
    color: #fff;
}

.content-single .background-overlay {
    padding: 60px 0px;
}
ul.social-share-posts {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    list-style: none;
    display: flex;
    padding: 25px 0px;
    align-items: center;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
}
ul.social-share-posts li {
    margin: 0;
    display: inline-block;
    padding: 0px 1px;
    line-height: 20px;
    width: auto;
    margin-bottom: 0px;
}
ul.social-share-posts li a span {
    display: none;
    color: #fff;
}
ul.social-share-posts li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 0;
    border: solid 0px #acacac;
    padding: 3px;
    font-size: 20px;
    color: #acacac;
}
ul.social-share-posts li a i {
    background: #fff;
    border-radius: 0;
    align-items: center;
    display: flex;
    text-align: center;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border: solid 0px #fff;
    transition: 0.3s;
    justify-content: center;
}
ul.social-share-posts li a i.fab.fa-facebook-square {
    color: #073791;
}
ul.social-share-posts li a i.fab.fa-twitter {
    color: #3e7ef8;
}
ul.social-share-posts li a i.fab.fa-google-plus {
    color: #ee1c25;
}
ul.social-share-posts li a i.fab.fa-youtube {
    color: #c1272c;
}
ul.social-share-posts li a i.fab.fa-instagram {
    color: #003432;
}
.content-single ul.social-share-posts li a i:hover {
    color: #000;
}

.pagination-posts {
    display: block;
    width: 100%;
}
.nav-pagination-posts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-pagination-posts a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #363636;
}
.nav-pagination-posts.nav-pagination-bottom a {
    text-decoration-line: none;
}
.nav-pagination-posts.nav-pagination-bottom a:last-child {
    text-align: right;
}
.nav-pagination-posts a:hover,
.nav-pagination-posts a:focus {
    color: #0056b3;
}

.main-content {
    border-right: solid 1px #e5e5e5;
}
.related-posts {
    display: block;
    position: relative;
    width: 100%;
}
.title-widget-sidebar {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #363636;
}
.related-posts .items-posts {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 4px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
}
.related-posts .items-posts .img-posts {
    width: 70%;
}
.related-posts .items-posts .infor-posts {
    padding: 0px;
    position: relative;
    padding-left: 10px;
    width: 70%;
    order: 2;
}
.related-news {
    padding-left: 20px;
    width: 100%;
}
.related-news a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
/* --------------------------------------
=========================================
    Siderbar css
=========================================
-----------------------------------------*/
.sidebar-archive_products ul.menu-categories {
    margin: 0;
    padding: 0;
    background: #fff;
    margin-bottom: 30px;
    border-top: 1px dashed #e5e5e5;
}
.sidebar-archive_products ul.menu-categories li {
    display: block;
    position: relative;
    overflow: auto;
    padding: 0px;
}
.sidebar-archive_products ul.menu-categories li > a {
    color: #333;
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 0px;
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
.sidebar-archive_products ul.menu-categories li > a:hover {
    color: #0047bd;
    border-left: none;
}
.sidebar-archive_products ul.menu-categories li.active > a,
#CategoryBar li > ul.submenu > li.active > a {
    color: #0047bd;
    background: #fff;
    border-left: solid 3px #ff0000;
    font-weight: 600;
    padding-left: 10px;
}
.sidebar-archive_products ul.menu-categories .arrow {
    position: absolute;
    top: 0px;
    right: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 500;
    line-height: 25px;
    color: #bdbdbd;
    background: transparent;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.sidebar-archive_products ul.menu-categories .arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    right: 15px;
}
.sidebar-archive_products ul.menu-categories ul.sub-menu {
    background: #f5f5f5;
}
.sidebar-archive_products ul.menu-categories ul.sub-menu > li > a {
    color: #333;
    padding-left: 10px;
}
.sidebar-archive_products ul.menu-categories ul.sub-menu > li > a:hover,
.sidebar-archive_products ul.menu-categories ul.sub-menu > li > a:focus {
    color: #0047bd;
}
.sidebar-archive_products
    ul.menu-categories
    > li.menu-item-has-children.open
    > .arrow:before {
    content: "\f106";
}
.sidebar-archive_products ul.menu-categories ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tit-archive_products {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

/* --------------------------------------
=========================================
     css
=========================================
-----------------------------------------*/
.sorting-products {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.sorting-products .txt-sorting-products {
    margin-bottom: 0px;
    margin-right: 10px;
}
.row.content-archive_products {
    margin-right: -10px;
    margin-left: -10px;
}
.row.content-archive_products .colums-products {
    margin-bottom: 20px;
    padding: 0px 10px;
}
.row.content-related_products {
    margin-right: -10px;
    margin-left: -10px;
}
.row.content-related_products .colums-products {
    margin-bottom: 20px;
    padding: 0px 10px;
}

#contact_page .background-overlay {
    padding-bottom: 60px;
}
#form_contact .form-group .form-control {
    margin-bottom: 15px;
    height: 45px;
}
#form_contact .form-group textarea.form-control {
    height: auto;
}
#form_contact .btn[type="button"] {
    width: 100%;
    height: 45px;
    background: #0047bd;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px;
}
#form_contact .btn[type="button"]:hover {
    background: #e0a800;
    border-color: #e0a800;
    color: #000;
}
.tit-contact_page {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #363636;
}
/* --------------------------------------
=========================================
    Responsive css
=========================================
-----------------------------------------*/
@media (max-width: 768px) {
    #section-footer .background-overlay {
        padding: 30px 0;
    }
    footer .tit-followus-social::before {
        height: 1px;
        width: 100%;
    }
    footer .tit-followus-social {
        font-size: 13px;
    }
    #project-carousel .owl-nav [class*="owl-"] {
        top: 30%;
    }
    .navbar-brand {
        margin: 0 auto;
    }
    .navbar-brand img {
        max-height: 60px;
    }
    .navbar-hotline {
    }
    .main-header .navbar {
        background: #0047bd !important;
        height: 60px;
        padding-left: 90px;
        border-top: 3px solid #0047bd;
    }
    .breaking-bar .news-scroll a {
        font-size: 14px !important;
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        background: #fff;
    }
    .navbar-search-wrap > .btn {
        color: #fff !important;
    }
    .navbar-brand {
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 9999;
        padding: 0;
    }
    nav.is-sticky .navbar-brand img {
        max-height: 50px;
    }
    .row-header-navbar {
        padding: 0px 15px;
        height: auto;
    }
    #banner-carousel .owl-nav [class*="owl-"] {
        width: 30px;
        height: 30px;
        border: solid 1px #fff;
    }
    #banner-carousel .owl-nav i::before {
        color: #fff;
        font-size: 18px;
    }
    #section-featured .background-overlay {
        padding: 15px;
    }
    #section-product .background-overlay {
        padding: 15px;
    }
    #section-blog .background-overlay {
        padding: 20px 0px;
    }
    .row.content-blog {
        margin: 0 -15px;
    }
    .row.content-blog > div {
        margin-bottom: 15px;
    }
    #section-project .background-overlay {
        padding: 15px;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
}
@media (max-width: 320px) {
}
@media (min-width: 420px) and (max-width: 768px) {
}
@media (min-width: 768px) and (max-width: 992px) {
    nav.navbar .navbar-nav .nav-link {
        padding: 15px 5px;
        font-size: 12px;
    }
    .navbar-hotline {
        display: none;
    }
    .navbar-brand img {
        max-height: 60px;
    }
    .row-header-navbar {
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1190px) {
    nav.navbar .navbar-nav .nav-link {
        padding: 15px 10px;
    }
    .navbar-hotline {
        display: none;
    }
}
@media (min-width: 1190px) and (max-width: 1368px) {
    nav.navbar .navbar-nav .nav-link {
        padding: 15px 10px;
    }
}
@media (min-width: 1368px) {
    .container {
        max-width: 1250px;
    }
}
@media (min-width: 768px) {
    #showmenu {
        position: relative;
        display: none;
    }
}

#details_product_large a.popup-youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
#details_product_large a.popup-youtube:hover {
    background: rgba(0, 0, 0, 0.2);
}
#details_product_large a.popup-youtube span.play {
    transition: all 0.3s ease;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: #b70505;
    border: 2px solid #b70505;
    animation-name: pulse;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-play-state: paused;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    animation: none;
}
#details_product_large a.popup-youtube span.play::after {
    transition: all 0.3s ease;
    top: -35%;
    left: -35%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    background-clip: padding-box;
    border: 0px solid rgba(255, 255, 255, 0.5);
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-top: 35px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    animation-play-state: paused;
    animation-name: glowing;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    font-weight: 300;
    font-size: 20px;
    animation: none;
    transform: rotate(0deg);
}
#details_product_large a.popup-youtube:hover span.play {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    transform: rotate(235deg);
}
#details_product_large a.popup-youtube:hover span.play::after {
    color: #fff;
}
#thongso_kythuat table {
    width: 100% !important;
}
.content-no_products {
    padding: 30px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    font-size: 22px;
}
.fr-error {
    color: red;
}

#section-banner .background-overlay {
    padding: 0px 0;
    position: relative;
}
.breaking-bar.hidden-xs {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.breaking-bar .news-scroll a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-right: 100px;
    display: inline-block;
}
.news-scroll {
    display: block;
}
@media (min-width: 230px) {
    #addon__society .addon__item {
        position: fixed;
        z-index: 99;
    }
    #addon__society .addon__item.left {
        bottom: 15px;
        left: 15px;
    }
    #addon__society .addon__item.left .addon__icon {
        width: 60px;
        height: 60px;
        background-color: #c5000c;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        margin-top: 1.5rem;
    }
    #addon__society .addon__item.left .addon__icon img {
        /* max-width: 27px;
        max-height: 27px; */
    }
    #addon__society .addon__item.right {
        bottom: 99px;
        right: 24px;
    }
    #addon__society .addon__item.right .addon__icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #0084ff;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 1.5rem;
        padding: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #addon__society .addon__item.right .addon__icon.hot-line {
        background: #6dbb44;
    }
    #addon__society .addon__item.right .addon__icon.hot-line img {
        -webkit-animation: phonering-alo-circle 1s infinite;
        -moz-animation: phonering-alo-circle 1s infinite;
        animation: phonering-alo-circle 1s infinite;
    }
    #addon__society .addon__item.left .addon__icon.hot-line img {
        -webkit-animation: phonering-alo-circle 1s infinite;
        -moz-animation: phonering-alo-circle 1s infinite;
        animation: phonering-alo-circle 1s infinite;
    }
}

@media (min-width: 1200px) {
    #addon__society .addon__item.left {
        bottom: 50px;
        left: 50px;
    }
}

@-webkit-keyframes boxShadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }
    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@-moz-keyframes boxShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }
    75% {
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@keyframes boxShadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }
    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@-webkit-keyframes phonering-alo-circle {
    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);
    }
}

@-moz-keyframes phonering-alo-circle {
    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);
    }
}

@keyframes phonering-alo-circle {
    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);
    }
}

.logo-footer img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.tit-followus-social {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    color: #4b494a;
}
.tit-followus-social span {
    position: relative;
    z-index: 10;
    background: #ebebeb;
    padding: 5px 10px;
}
.tit-followus-social::before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 2px;
    background: #4b494a;
    width: 70%;
    content: "";
    top: 15px;
}
.name-company-footer {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #026ad2;
    max-width: 100%;
}
.information-footer p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px;
}
ul.social-footer {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
ul.social-footer li a {
    color: #0f75c6;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    margin: 0px 5px;
    justify-content: center;
    align-items: center;
}
ul.social-footer li a:hover,
ul.social-footer li a:focus {
    color: #000;
    background: #e0a800;
}
ul.social-footer li a i {
    width: auto;
    margin: 0;
    font-size: 20px;
}
ul.social-footer li a span {
    display: none;
}
.information-footer {
    max-width: 100%;
}
#page-products .owl-carousel .owl-nav [class*="owl-"] {
    background: url(../icons/btn-slide.png) no-repeat center !important;
    padding: 0 !important;
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
}
#page-products .owl-carousel .owl-nav i::before {
    font-size: 0 !important;
}
#page-products .owl-carousel .owl-nav .owl-prev {
    left: -15px !important;
}
#page-products .owl-carousel .owl-nav .owl-next {
    right: -15px !important;
}
#page-products .owl-carousel .owl-nav .owl-next {
    transform: rotate(180deg);
}
#page-products .items-products {
    padding-bottom: 10px;
}
#contact_page {
    min-height: 60vh;
}
.navbar-hotline a.hotlines {
    background: #0047bd url(../icons/phone-right.png) no-repeat center left 10px;
    background-size: 21px;
    padding: 12px 20px 12px 40px;
}
.navbar-hotline a.hotlines:hover {
    color: #fff;
}
#section-product .owl-dots,
#banner-carousel .owl-dots,
#section-project .owl-dots {
    display: none;
}
.navbar-nav li .dropdown-menu {
    background: #126fb7;
    border-radius: 0;
}
.navbar-nav li .dropdown-item {
    color: #fff;
}
.navbar-nav li:hover > a {
    background: #fff;
    color: #126fb7;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #22aaf2;
}

#product-featured-carousel .owl-carousel .owl-nav [class*="owl-"] {
    background: #fff;
    width: 20px;
    height: 40px;
    text-align: center;
    border-radius: 60px;
    opacity: 1;
    border: solid 1px #fff;
    position: absolute;
    top: 35%;
    padding: 0px;
    margin: 0px;
}
#product-featured-carousel .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    background: #185adb;
    color: #fff;
    border: solid 1px transparent;
}
#product-featured-carousel
    .owl-carousel
    .owl-nav
    [class*="owl-"]:hover
    i:before {
    color: #fff;
}
#product-featured-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-right: 10px;
}
#product-featured-carousel .owl-carousel .owl-nav .owl-next {
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 10px;
}
#product-featured-carousel .owl-carousel .owl-nav i::before {
    color: #000;
    font-size: 16px;
}
#product-featured-carousel .owl-carousel {
    margin-bottom: 30px;
}
#product-featured-carousel .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 35px;
    opacity: 1;
    position: absolute;
    top: 45%;
    padding: 10px;
    background: url("../icons/btn-slide.png") no-repeat center;
    margin: 0px;
}
#product-featured-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    color: #333;
    font-size: 0;
}
#product-featured-carousel .owl-nav i::before {
    font-size: 0 !important;
}
button:focus {
    outline: none !important;
}
#product-featured-carousel .owl-nav .owl-prev {
    left: -30px;
}
#product-featured-carousel .owl-nav .owl-next {
    right: -30px;
    transform: rotate(180deg);
}
#product-featured-carousel .owl-nav i::before {
    color: #333;
    font-size: 22px;
}
.entry-content * {
    overflow-wrap: break-word;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
.entry-content p,
.entry-content span {
    font-family: "Roboto" !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
.row.content-featured {
    padding-top: 20px;
}
#details_product_large .items-gallery_pr {
    padding-top: 110%;
}
#details_product_large .owl-carousel .item-video video {
    height: 300px;
}
#details_product_large .owl-nav [class*="owl-"] {
    transition: all 0.3s;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: solid 2px #c2c2c2;
    border-radius: 100%;
    padding: 15px;
    top: 45%;
    position: absolute;
}

#details_product_large .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    transform: scale(1.2);
}
#details_product_large .owl-nav .owl-prev {
    left: 3%;
}
#details_product_large .owl-nav .owl-next {
    right: 3%;
}
#details_product_large .owl-nav i::before {
    color: #bab8b9;
    font-size: 22px;
}
section#section-banner {
    margin-bottom: 20px;
}
#page-products .owl-carousel .owl-nav [class*="owl-"] {
    background: #fff;
    width: 20px;
    height: 40px;
    text-align: center;
    border-radius: 60px;
    opacity: 1;
    border: solid 1px #fff;
    position: absolute;
    top: 35%;
    padding: 0px;
    margin: 0px;
}
#page-products .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    background: #185adb;
    color: #fff;
    border: solid 1px transparent;
}
#page-products .owl-carousel .owl-nav [class*="owl-"]:hover i:before {
    color: #fff;
}
#page-products .owl-carousel .owl-nav .owl-prev {
    left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-right: 10px;
}
#page-products .owl-carousel .owl-nav .owl-next {
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 10px;
}
#page-products .owl-carousel .owl-nav i::before {
    color: #000;
    font-size: 16px;
}
#page-products .owl-carousel {
    margin-bottom: 30px;
}
.heading-categories_carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.name-categories_carousel {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #0047bd;
    margin: 0;
    text-transform: uppercase;
}
.readmore-categories_carousel a {
    color: #333;
}
.readmore-categories_carousel a i {
    color: #0056b3;
    margin-left: 5px;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}
.desc_cate_products {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.hal_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.hal_readmore_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.hal_readmore_flatsome a {
    color: #318a00;
    display: block;
    font-weight: bold;
}
.hal_readmore_flatsome a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid #318a00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
