/*
Theme Name: Anothemes
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/*@import url(libs/font-awesome/css/fontawesome.css);*/
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');


/*==========================================================
    2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    font-size: 14px;
    color: #757575;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
/*    margin-bottom: 1em;*/
}
img{
    border:none;
    max-width:100%; 
    height: auto;
}
a{
    color:#373737;
}
a:hover{
    color: #e31e1e;
    text-decoration:none;
}
a:focus{
    text-decoration: none;
    color: inherit;
    outline: none;
}
a, 
button, 
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #e31e1e;
    outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border-color: #FCD998;
}
iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.hidden {
    display: none !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1396px) {
    .slider-home .container {
        width: 1396px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
    margin-bottom: 20px;
}
.single .entry-content ul,
.comment-content ul {
    list-style: none;
}
.single .entry-content ul,
.container-content ol,
.container-content ul,
.tab-content ol,
.tab-content ul {
    margin: 0 0 20px 18px;
    line-height: 30px;
}
.container-content ol li,
.container-content ul li,
.tab-content ol li,
.tab-content ul li {
    font-size: 16px;
    font-style: italic;
}
.single .entry-content ul li:before,
.comment-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}
.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}
.screen-reader-text {
    display: none
}
.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}
.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}
.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}
.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.bypostauthor {
    display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
	margin: auto;
}
.searchform{
	display: inline-block;
}
.searchform > div{
	position: relative;
	width: 250px;
}
.searchform > div:before{
	position: absolute;
	top: 5px;
	right: 8px;
	content:"\f002";
	font-family: FontAwesome;
	font-size: 14px;
	color: #e7e7e7;
}
.searchform label{
	display: none;
}
.searchform #s{
	width: 100%;
	background: none;
	height: 33px;
	padding: 5px 45px 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #e7e7e7;
	font-style: italic;
}
.searchform #searchsubmit{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	background: none;
	border: none;
	font-size: 0;
}
.star-rating {
	font-family: FontAwesome;
	font-size: 13px;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 74px;
	letter-spacing: 3px;
}
.star-rating:before {
	color: #b5b5b5;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
	color: #ffe931;
}
.thumbnail {
	border-radius: 0;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	position: relative;
    width: 100%;
	z-index: 10;
}
.mid-header {
	padding: 20px 0 0;
}
.site-brand a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.right-header {
	text-align: right;
}
.main-menu {
	background: #212121;
}
.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.main-menu ul li a {
	display: block;
	padding: 0 20px;
	color: #FFF;
	line-height: 40px;
	height: 40px;
}
.main-menu ul li a:hover,
.main-menu .current-menu-item a {
	color: #e31e1e;
	background: rgba(255, 255, 255, 0.02);
}
.menu-main {
	display: inline-block;
	vertical-align: middle;
}
.main-menu .searchform {
	float: right;
	margin-top: 3px;
}
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	background: #212121;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
}
.main-menu li:hover > .sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.mobile-menu {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	cursor: pointer;
}
.main-menu .arrow {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #000;
	display: none;
}

/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
	min-height: 300px;
}
.breadcrumbs {
	margin: 40px 0;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs li:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	content:"\f101";
	font-family: FontAwesome;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.left-content .site-content {
	float: right;
}
.site-content {
	line-height: 24px;
}
.site-main .widget {
	margin-bottom: 15px;
}
.site-main .widget > ul {
	padding-left: 13px;
}
.site-main .widget-title {
	font-size: 16px;
}
.widget_nav_menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_nav_menu .menu li {
	padding: 7px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.widget_nav_menu .menu li:last-child {
	border-bottom: none;
}
.widget .searchform {
	display: block;
}
.widget .searchform > div {
	width: auto;
}
.widget .searchform #s {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-main .widget_blog_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_blog_widget ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.widget_blog_widget ul li:first-child {
	padding-top: 0;
}
.widget_blog_widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_blog_widget .thumb {
	display: block;
	width: 70px;
	margin-right: 20px;
	float: left;
}
.widget_blog_widget li h4 {
	display: block;
	display: -webkit-box;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	max-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0 5px;
}
.widget_blog_widget li h4 a {
	color: #333;
}
.widget_blog_widget li h4 a:hover {
	color: #3c8545;
}
.widget_blog_widget li span {
	font-size: 12px;
	color: #999999;
}
article.post {
	margin-bottom: 30px;
}
.post-title {
	border-bottom-style: dashed;
}
.post-thumb {
	margin-bottom: 10px;
	border-radius: 0;
}
.post-thumb a {
	display: block;
}
.post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.post-thumb a:hover img {
	opacity: 0.8;
}
.post-meta > * {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 5px;
}
.post-meta > *:last-child {
	margin-right: 0;
}
.post-meta > * i {
	margin-right: 5px;
	font-size: 12px;
}
.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.site-404 h1 {
    margin-bottom: 50px;
}
.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}
.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/

/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
	padding: 30px 0 0;
	margin-top: 50px;
	background: #333333;
	color: #f7f7f7;
}
.site-bottom a {
	color: #f7f7f7;
}
.site-bottom .widget {
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 30px;
}
.site-bottom .widget-title {
	border-color: rgba(255, 255, 255, 0.1);
	color: #f7f7f7;
	font-size: 16px;
}
.site-bottom .widget_nav_menu .menu li {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.site-bottom .widget_nav_menu .menu li a:hover {
	color: #e31e1e;
}
.site-footer {
	background: #212121;
	padding: 5px 0;
}
.site-footer .socials {
	text-align: right;
}
.copyright {
	line-height: 30px;
	font-size: 13px;
}
/*css-loidk*/
.ct-sld {
    position: absolute;
    right: 98px;
    bottom: 40px;
    max-width: 570px;
    padding: 40px;
    background-color: rgb(0 0 0 / 60%);
}
.item-sld {
    position: relative;
}
.ct-sld h3{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.ct-sld p{
   font-size: 16px;
   font-weight: 400;
   line-height: 30px;
   color: #fff;
   font-family: 'Roboto', sans-serif; 
}
.owl-dots button{
    width: 16px !important;
    height: 16px !important;
    background-color: #ddd !important;
    border-radius: 50% !important;
    margin-right: 10px;

}
.owl-dots button:last-child{
    margin-right: 0;
}
.owl-dots{
    text-align: right;
}
button.owl-dot.active{
    background-color: #f7941d !important;
}
.owl-nav button{
    /* width: 30px;
    height: 55px; */
    position: absolute;
    top: 42%;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.owl-nav button span{
    display: none;
}
.owl-nav .owl-prev{
    /* background-image: url(./images/assets/left.png) !important; */
    left: -75px;
}

.owl-nav i {
    font-size: 65px;
}

.owl-nav i:hover {
    color: #bbbbbb !important;
}

.owl-nav .owl-next{
    /* background-image: url(./images/assets/right.png) !important; */
    right: -75px;
}
.list-slider .owl-dots{
    margin-top: 10px;
}
.slider-home{
    margin-top: 30px;
}
h2.title-section {
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    color: #333;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    margin-bottom: 15px;
}
p.des-sec {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    color: #999999;
    font-style: italic;
    font-family: 'Roboto', sans-serif; 
}
.item-prd h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.item-prd h3 a{
    font-family: 'Roboto', sans-serif; 
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    display: block;
    font-weight: 500;
}
.item-prd p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.lst-ct-pr {
    text-align: center;
}
.img-thumb {
    text-align: center;
    border: 1px solid #dddddd;
    height: 370px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .img-thumb img{
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.img-thumb img {
    width: 100%;
    height: auto;
}

.list-prd {
    margin-top: 50px;
}
.prd-home{
    padding-top: 75px;
    padding-bottom: 100px;
}
.list-prd .owl-dots{
    position: absolute;
    top: -30px;
    right: 0;
}
.img-left {
    height: 320px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.ct-right ul li{
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #cccccc;
    border-style: dashed;
}
.ct-right ul li:first-child{
    padding-top: 0;
}
.ct-right ul li:last-child{
    border-bottom: unset;
}
.content-gt .row{
    display: flex;
    align-items: center;
}
.mt-50{
    margin-top: 50px;
}
section.grp-tm {
    padding-top: 100px;
    background-color: #f3f3f3;
    padding-bottom: 100px;
}
.btn-link img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-irv {
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 25px;
}
.ct-item-rv h3{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ct-item-rv span{
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 13px 0 20px;
}
.ct-item-rv p{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
section.review {
    padding: 100px 0;
}
.ct-igp h3{
    margin-bottom: 40px;
}
.ct-igp h3 a{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #333;
}
.ct-igp p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;

}
.btn-gp{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background-color: #f7941d;
    padding: 19px;
    max-width: 170px;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-top: 34px;
}
.item-gp .row{
    display: flex;
    align-items: center;
}
section.grp-gp {
    background-color: #f3f3f3;
    padding: 100px 0;
}
.lst-gp{
    margin-top: 50px;
}
.grp-gp .owl-dots{
    position: absolute;
    top: -28px;
    left: 45%;
}
.btn-gp i{
    margin-right: 5px;
}
.ct-nh-right h3 a{
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ct-nh-right h3{
    margin-bottom: 25px;
}
.ct-nh-right p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.thumb-big{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 370px;
    height: 208px;
    margin-bottom: 30px;
}
.list-new-home {
    display: flex;
    margin-top: 50px;
}
.item-nh-left {
    width: 370px;
    float: left;
}
.lst-nh-right{
    width: calc(100% - 370px);
    float: left;
    padding-left: 30px;
    display: grid;
    column-gap: 30px;
    row-gap: 17px;
    grid-template-columns: 50% 50%;
}
.item-nh-right{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
}
.ct-item-nh h4 a{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ct-item-nh span{
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: 500;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
.item-rh{
    display: flex;
}
.img-bgr {
    width: 120px;
    float: left;
}
.ct-item-nh{
    width: calc(100% - 120px);
    float: left;
}
.ct-item-nh h4{
    margin-top: 10px;
}
section.new-home {
    padding: 100px 0;
}
.item-project h4 a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}
.item-project ul li{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-weight: 400;
}
.ct-item-project{
    padding: 11px 0 30px;
}
.ct-item-project h4{
    margin-bottom: 5px;
}
.ct-item-project img{
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.breadcrumbs li a{
    color: #000;
}
.breadcrumbs li a, .breadcrumbs li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.breadcrumbs li{
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000;
    position: relative;
}
.breadcrumbs li:after{
    content: "/" !important;
}
.bread{
    position: relative;
}
.bread:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #dddddd;
    bottom: 3px;
/*    left: 179px;*/
}
.breadcrumbs li:last-child{
    padding-right: 10px;
    position: relative;
    left: -4px;
    background-color: #fff;
}
.page-project{
    padding-bottom: 80px;
}
/*.list-project{
    border-bottom: 1px solid #dddddd;
}*/

.item-project h4 a:hover{
    color: #ff4f01;
}
.top-sg-left .post-thumb{
    width: 770px;
    height: 510px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-sg-left {
    float: left;
}
.top-sg-right{
    width: calc(100% - 770px);
    float: left;
    padding-left: 32px;
}
.top-sg-prj {
    display: flex;
}
.top-sg-right h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin-bottom: 33px;
}
.lst-ct-note ul li{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin-bottom: 15px;
}
.lst-ct-note ul li img{
   margin-right: 6px;
   position: relative;
   top: 3px;
}
.des{
    margin-top: 30px;
    margin-bottom: 21px;
}
.des p{
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.list-img-lst .owl-nav .owl-prev{
    background-image: url(./images/assets/left-pr.png) !important;
}
.list-img-lst .owl-nav .owl-next{
    background-image: url(./images/assets/right-pr.png) !important;
}
.list-img-lst button{
    width: 13px;
    height: 23px;
}
.list-img-lst .owl-nav .owl-prev {
    left: -20px;
}
.list-img-lst .owl-nav .owl-next{
    right: -20px;
}
.grp-title {
    background-color: #f7941d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    position: relative;
}
.grp-title img{
    position: absolute;
    left: 0;
}
.sg-detail-prj {
    width: 870px;
    float: left;
}
.detail-prj{
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.detail-prj h2{
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.detail-prj h3{
    font-weight: 500;
    margin-bottom: 15px;
    font: 24px;
    line-height: 1.2;
}
.detail-prj p{
    margin-bottom: 18px;
}
.other-prj{
    width: calc(100% - 870px);
    float: left;
    padding-left: 30px;
}
.it-pro {
    display: flex;
    margin-top: 54px;
}
.img-item-other {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item-other h4 a{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 500;
}
.item-other h4{
    margin: 15px 0 10px;
}
.item-other ul li{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4;
}
.item-other ul li img{
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.item-other{
    margin-bottom: 26px;
}
.lst-other-prj {
    margin-top: 30px;
}
.share ul{
    display: flex;
}
.share ul li{
    margin-right: 10px;
}
.share{
    padding: 50px 0 30px;
    border-bottom: 1px solid #cccccc;
    border-style: dotted;
}
.list-tag ul li{
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #999;  
    display: inline-block; 
}
.list-tag ul li a{
    color: #999;
}
.list-tag ul li:last-child span{
    display: none;
}
.tag{
    padding-top: 23px;
}
.tag h3{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #333;
/*    margin-bottom: 5px;*/
}
.site-main .single-project {
    padding-bottom: 80px;
}
.news-page .item-nh-left{
    width: unset;
    float: unset;
    display: flex;
}
.news-page .thumb-big{
    width: 470px;
    height: 265px;
    float: left;
    margin-bottom: 0;
}
.news-page .ct-nh-right h3 a{
    font-size: 30px;
    line-height: 1.2;
}
.news-page .ct-nh-right{
    width: calc(100% - 470px);
    float: left;
    padding-left: 32px;
}
.new-left {
    width: 870px;
    float: left;
}
.new-right{
    width: calc(100% - 870px);
    float: left;
    padding-left: 30px;
}
.list-new-page{
    display: flex;
}
.news-page .ct-nh-right p{
    font-size: 18px;
    line-height: 30px;
}
.top-new {
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
    border-style: dotted;
}
.news-page .lst-nh-right{
    width: unset;
    float: unset;
    padding-left: unset;
    display: block;

}
.news-page .ct-item-nh h4 a{
    font-size: 24px;
    line-height: 30px;
}
p.des-new{
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}
.news-page .item-nh-right{
    width: 270px;
    height: 150px;
}
.news-page .img-bgr{
    width: 270px;
}
.news-page .ct-item-nh{
    padding-left: 30px;
    width: calc(100% - 270px);
}
.news-page .lst-nh-right .item-rh:first-child{
    display: none;
}
.news-page .item-rh{
    padding: 30px 0;
    border-bottom: 1px solid #d3d3d3;
    border-style: dotted;
}
.news-page .ct-item-nh h4{
    margin-top: 0px;
    margin-bottom: 30px;
}
.page-nav a, .page-nav span{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666666;
    padding: 11px 16.07px;
    display: inline-block;
    border: 1px solid #dddddd;
}
.page-nav{
    display: flex;
    float: right;
}
.page-nav a:nth-child(2n+1),
span.page-numbers.current{
    border-left: unset;
    border-right: unset;
}
.page-nav a:first-child{
    border-left: 1px solid #dddddd;
}
.page-nav a:last-child{
    border-right: 1px solid #dddddd;
}
.news-page .lst-nh-right .item-rh:last-child{
    border-bottom: unset;
}
.news-page .lst-nh-right{
    border-bottom: 1px solid #dddddd;
}
.page-nav a,
.page-nav span{
    border-top: unset;
}
.news-page {
    padding-bottom: 80px;
}
a.prev.page-numbers {
    border-bottom-left-radius: 5px;
}
a.next.page-numbers {
    border-bottom-right-radius: 5px;
}
span.page-numbers.current {
    color: #fff;
    background-color: #ff4f01;
    border: unset;
}
.thumbnail-sgn{
    width: 870px;
    height: 490px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.post-info h1{
    font-size: 36px;
    line-height: 1.2;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.post-info h2{
    font-size: 30px;
    line-height: 1.2;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 12px !important;
}
.entry-content p{
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.img-new-rlt {
    width: 270px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.item-related h4{
    margin-top: 20px;
}
.item-related h4 a{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.list-related {
    margin-top: 30px;
}
.list-related .owl-nav .owl-prev{
    background-image: url(./images/assets/left-rlt.png) !important;
    width: 16px;
    height: 29px;
    left: -25px;
}
.list-related .owl-nav .owl-next{
   background-image: url(./images/assets/right-rlt.png) !important;
   width: 16px;
   height: 29px;
   right: -25px;
}
.list-related .owl-nav button{
    top: 27%;
}
.related-articles {
    margin-top: 30px;
}
.sg-new {
    padding-bottom: 80px;
}
.thumbnail-sg-prd{
    width: 470px;
    height: 470px;
    border: 1px solid #dddddd;
    position: relative;
    float: left;
}
.content-top-prd{
    width: calc(100% - 470px);
    padding-left: 30px;
}
.thumbnail-sg-prd img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top-product {
    display: flex;
}
.ct-sg-product{
    display: flex;
    padding-bottom: 90px;
}
.tabs {
    margin-top: 60px;
}
.content-top-prd h1{
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 25px;
}
.price p{
    font-size: 24px;
    line-height: 30px;
    color: #ff4f01;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
span.sale-price {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: line-through;
}
.price{
    margin-bottom: 30px;
}
.img-tell {
    width: 42px;
    height: 40px;
    background-color: #fc4b1b;
    text-align: right;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tell a {
    background-color: #f7941d;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #f7bc1d;
}
.tell a:hover{
    color: #fff;
}
.tell {
    display: flex;
    margin-right: 10px;
}
.scl-contact li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.contact-sg-pro {
    display: flex;
}
.content-top-prd .lst-ct-note ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 13px;
}
.content-top-prd .lst-ct-note ul li span{
    font-weight: 500;
}
.content-top-prd .lst-ct-note{
    padding: 23px 0 0;
}
.list-img-prd{
    margin-top: 23px;
}
.content-top-prd .list-img-prd img{
    width: auto !important;
}
.content-top-prd .list-img-prd .owl-nav i{
    font-size: 30px;
    font-weight: 900;
}
.content-top-prd .item-img-pr {
    border: 1px solid #dddddd;
    width: 100px;
    height: 100px;
    position: relative;
}
.content-top-prd .item-img-pr img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.content-top-prd .list-img-prd .owl-nav .owl-prev {
    background-image: url(./images/assets/left-pr.png) !important;
    left: -27px;
    top: 33%;
}
.content-top-prd .list-img-prd .owl-nav .owl-next {
    background-image: url(./images/assets/right-pr.png) !important;
    right: -28px;
    top: 33%;
}
.content-top-prd .owl-nav.disabled{
    display: block !important;
}
.content-top-prd .owl-nav button{
    top: 23%;
}
.tab {
    display:none;
}
.tab.active {
    display:block;
}
.tab-links li{
    display: inline-block;
}
ul.tab-links {
    background-color: #555555;
    display: flex;
}
.tab-links li a{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 5px 21px;
    display: block;
}
.tab-links li {
    display: inline-block;
    border-right: 1px solid #dddddd;
}
.tab-links li.active {
    background-color: #f7941d;
}
.tab-content h3{
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.tab-content p,
.tab-content ul{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.tab{
    margin-top: 40px;
}
.tab-content p:last-child{
    margin-bottom: 0;
}
.tab-content h4{
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-product .related-articles .item-related img{
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-product .related-articles .img-new-rlt {
    width: 270px;
    height: 270px;
    border: 1px solid #dddddd;
    position: relative;
}
.single-product .item-related h4 a{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    display: block;
}
.single-product .item-related ul li{
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px;
}
.single-product .item-related h4{
/*    margin-bottom: 3px;*/
    margin-bottom: 10px;
}
.single-product .new-right{
    margin-top: 55px;
}
.content-product{
    display: flex;
}
.prd-left{
    width: 870px;
    float: left;
}
.prd-right{
    width: calc(100% - 870px);
    float: left;
    padding-left: 30px;
    margin-top: 55px;
}
.img-thumb-prd {
    width: 270px;
    height: 270px;
    border: 1px solid #dddddd;
    position: relative;
}
.img-thumb-prd img{
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ct-item-product h3{
    margin-bottom: 11px;
    height: 50px;
}
.page-template-product .ct-item-product h3{
    height: auto;
}
.tax-product_category .ct-item-product h3{
    height: auto;
}
.ct-item-product h3 a{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}
.ct-item-product {
    margin-top: 14px;
    margin-bottom: 38px;
}
.ct-item-product ul li{
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-weight: 400;
    margin-bottom: 5px;
}
.grp-search label{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
}
.grp-search {
    display: grid;
}
.grp-search:hover select{
    cursor: pointer;
}
.grp-search:hover select option{
    color: #000;
}
.grp-search select{
    width: 170px;
    font-family: 'Roboto', sans-serif;
    height: 40px;
    border-radius: unset;
    border: 1px solid #aaaaaa;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
    background-color: #fff;
}
.grp-search select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-image: url(./images/assets/area_2.png);
  background-repeat: no-repeat;
  background-position-x: 91%;
  background-position-y: center;
}
.grp-search select:hover,
.btn-search:hover{
    cursor: pointer;
}
.lst-grp-search {
    display: flex;
    align-items: end;
}
.lst-grp-search .grp-search{
    margin-right: 30px;
}
.btn-search{
    width: 70px;
    height: 40px;
    border: unset;
    background-color: #666;
    color: #666;
    background-image: url(./images/assets/search-icon-2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.btn-search:hover{
    background-color: #f7941d;
}
.btn-frm{
    height: 40px;
}
.search-product {
    margin-bottom: 30px;
}
.page-template-search-results .list-all-product{
    padding: 80px 0;
}
:focus-visible{
    outline: unset;
}
.hidden-pc{
    display: none;
}
.btn-frm .btn-search{
    font-size: 0;
    line-height: 0;
}
.display-mb{
    display: none;
}
/*.item-menu.item4,
.item-menu.item5,
.item-menu.item6{
    display: none;
}*/
.item-menu.item1,
.item-menu.item6,
.item-menu.item3{
    display: none;
}
/*note css*/
.list-img-lst .owl-nav .owl-prev{
    background-image: unset !important;
}
.list-img-lst .owl-nav .owl-next{
    background-image: unset !important;
}
/**/
.list-img-lst .owl-nav i {
    font-size: 30px;
}
.item-img-pr{
    height: 115px;
    object-fit: cover;
}
.single-project .lst-ct-note ul li{
    font-weight: 500;
}
.single-project .menu-item-45{
    background: #f7941d;
}
aside#custom_html-5 {
    margin-top: -19px;
}
.single-post .breadcrumbs{
    margin: 40px 0 28px;
}
.list-related i{
    display: none !important;
}
.item-related:hover h4 a{
    color: #f7941d;
}
.item-related:hover .img-new-rlt{
    border-color: #bbbbbb;
}
.single-solution .menu-item-46{
    background: #f7941d;
}
textarea{
    resize: unset !important;
}
.facebook-comment.fadeIn.wow {
    margin-left: -8px;
    margin-right: -8px;
}
/*.page-template-product .page-navigation{
    border-top: 1px solid #dddddd;
}*/
.list-all-product .row .col-md-4:nth-child(10){
    clear: both;
}
.content-product .text-center{
    text-align: center;
}
.page-template-product .list-all-product .row .col-md-4:nth-child(7){
    clear: both;
}
.term-14 .row .col-md-4:nth-child(4){
    clear: both;
}
.item-product:hover{
    cursor: pointer;
}
.item-product:hover h3 a{
    color: #f7941d;
}
/*.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i{
    color: #f7941d !important;
}*/
.list-tag ul li a:hover{
    color: #f7941d;
}
.single-post .menu-item-50{
    background: #f7941d;
}
.top-product .post-thumb{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.breadcrumbs-page{
    overflow: hidden;
}
.list-img-prd{
    width: 320px;
}
.content-top-prd .item-img-pr:hover{
    border-color: #bbb;
}
.tax-project_tag .item-nh-left:nth-child(n+2),
.tag .item-nh-left:nth-child(n+2),
.tax-solution_tag .item-nh-left:nth-child(n+2){
    display: none;
}
.item-rh.item-rh-0.fadeIn.wow{
    display: none !important;
}
.lst-language img{
    width: 30px;
}
.lst-language a{
    color: #fff;
    padding: 0px !important
}
.lst-language{
    width: 108px;
}
.language {
    position: relative;
    height: 100%;
}
.lst-language {
    position: absolute;
    top: 43px;
    right: 0;
    background-color: #333;
    padding: 10px;
    display: none;
}
.item-lan span{
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.language:hover {
    cursor: pointer;
}
.language:hover .lst-language{
    display: block;
}
.menu-fixed{
    position: fixed;
    width: 100%;
    z-index: 10;
}
.main-fixed{
    padding-top: 45px;
}
.site-contact-header{
    display: none;
}
img.call-mb {
    border-radius: 3px;
}
.fb_iframe_widget_fluid_desktop iframe{
    min-width: 100% !important;
}
.archive.tag{
    padding-top: 0;
}