/*
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(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);
@import url(libs/bootstrap.css);

/*==========================================================
    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-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto, Oxygen-Sans", "Ubuntu, Cantarell", "Helvetica Neue", sans-serif;
    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:1200px) {
    .container {
        width: 1170px
    }
}

.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 {
    margin: 0 0 20px 30px;
}

.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;
    z-index: 10;
}

.mid-header {
    padding: 20px 0 0;
}

.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;
    color: hsla(0, 0%, 100%, .8);
    line-height: 40px;
    height: 40px;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #FFF;
    background: rgba(255, 255, 255, 0.02);
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
}

.main-menu .searchform {
    float: right;
}

.main-menu .searchform::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #FFF;
}

.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: hsla(0, 0%, 40%, .85);
    cursor: pointer;
}

.mobile-menu i {
    font-size: 30.4px;
    padding-top: 6px;
}

.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;
    padding-top: 10px;
}

.breadcrumbs {
    margin-bottom: 30px;
}

.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: #e24040;
}

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;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3e50;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    transform: uppercase;
}

.site-header .container {
    padding: 0 15px;
    justify-content: center;
}

.site-header .main-menu {
    display: flex;
    justify-content: center;
}

.site-header {
    font-family: "Arial", sans-serif;
}

.header-top {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

.site-brand {
    text-align: left;
}

.site-brand img {
    max-height: 80px;
}

.slogan {
    color: #c70000;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.main-menu {
    background-color: #d60000;
    position: relative;
    transition: all 0.3s ease;
    z-index: 999;
}

.main-menu.sticky {
    position: fixed;
    width: 100%;
    transform: translateY(0);
    top: 0;
}

.menu-main {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.menu-main ul {
    padding: 0 !important;
}

.menu-main li {
    margin-top: 10px;
    font-style: normal !important;
    padding-right: 10px;
}

.menu-main a {
    display: block;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav>li>a {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.menu-main a:hover {
    color: #FFF;
}

.main-menu .container {
    display: flex;
    justify-self: center;
}

.nav-search {
    padding-top: 16px;
    position: relative;
    color: white;
    font-size: 18px;
    cursor: pointer;
    justify-content: center;
}

.nav-dropdown {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.nav-search:hover .nav-dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 50px;
    position: absolute;
    max-height: 300px;
    z-index: 9999;
    background-color: #FFFFFF;
}

.searchform>div:before {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    color: #e7e7e7;
    background-color: red;
    padding: 4px 10px;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd !important;
}

.search-field {
    border: 2px solid #ddd !important;
    padding: 10px;
}

.searchform {
    background-color: #FFFFFF;
    padding: 15px;
    border: 2px solid #ddd !important;
}

.mr-half {
    padding-right: 15px;
}

a {
    color: #e24040;
}

body {
    color: #111111;
}

body {
    line-height: 1.6;
}

tb {
    height: 21px;
    width: 15.4851%;
}

p span {
    font-weight: 400;
}

.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 20px; */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#content {
    flex: 2;
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #eee;
}

.large-9.left.col {
    flex-basis: 75%;
    max-width: 75%;
}

.large-3.col {
    flex-basis: 25%;
    max-width: 25%;
    padding: 10px;
}

#secondary {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.page-inner {
    padding: 15px 30px;
}

li,
p {
    margin-bottom: 1em;
    font-style: italic;
}

a {
    color: #e24040;
    text-decoration: none;
}

a:hover {
    color: #86b5de;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3e50;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

h2 {
    font-size: 1.8em;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.4em;
    color: #444;
}

h3 span b {
    color: #ff6600;
}

td {
    font-style: italic;
}

td strong {
    color: #666;
}

td span {
    color: #ff0000;
}

figure {
    margin: 20px 0;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
}

figcaption {
    font-size: 0.9em;
    color: #777;
    margin-top: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
}

th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.boxhighlight {
    background-color: #eaf6ff;
    margin-bottom: 30px;
}

table.boxhighlight td {
    vertical-align: middle;
    padding: 10px 15px;
}

table.boxhighlight td strong {
    color: #007bff;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 1em;
}

li {
    margin-bottom: 0.5em;
}

blockquote {
    border-left: 5px solid #007bff;
    padding-left: 15px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.widget-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.is-divider.small {
    height: 3px;
    width: 40px;
    background-color: rgba(0, 0, 0, .1);
    margin: 10px 0 20px 0;
}

.textwidget p {
    margin-bottom: 0.5em;
}

.title-main {
    font-size: 22px;
    color: #008000;
    text-transform: uppercase;
}

.top-main-location {
    text-align: center;
    color: #ff0000;
    font-size: 16px;
}

.textwidget p a {
    display: block;
    padding: 5px 0;
    font-style: italic;
}

.recent-blog-posts-li {
    list-style: none;
    margin-bottom: 10px;
}

.recent-blog-posts {
    display: flex;
    align-items: flex-start;
}

.badge.post-date {
    border: 3px solid #e24040;
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    border-radius: 0 !important;
}

.badge-inner.bg-fill {
    background-color: white;
    color: #e24040;
    border-radius: 0;
    padding: 2px 0;
    font-size: 14px;
}

.post-date-day {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

.post-date-month {
    font-size: 0.7em;
    text-transform: uppercase;
    font-style: italic;
}

.flex-col.flex-grow a {
    color: #e24040;
    font-style: italic;
    display: inline;
    padding: 0;
}

.flex-col.flex-grow a:hover {
    color: #007bff;
}

.post_comments {
    font-size: 0.8em;
    color: #999;
    display: block;
}

.footer-mid {
    background-color: #5b5b5b;
}

.footer-mid p {
    text-align: center;
    color: hsla(0, 0%, 100%, .5);
    font-style: italic;
    padding: 10px 0 15px;
    margin: 0;
}

.footer-mid a {
    font-style: italic;
    color: hsla(0, 0%, 100%, .5);
}

.footer-mid strong {
    color: hsla(0, 0%, 100%, .5);
}

.copyright-footer a {
    color: #000;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: #00bfff;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    position: fixed;
    bottom: -5.5px;
    right: 65px;
    z-index: 999;
}

.hidden {
    display: none;
}

.contact-button:hover {
    background-color: #009acd;
}

.contact-button span {
    margin-right: 8px;
}

.contact-button i {
    font-weight: bold;
    font-size: 18px;
}

.hotline {
    position: fixed;
    bottom: 100px;
    left: 40px;
    z-index: 999;
}


/* Base c?a Icon di?n tho?i */

.phonering-alo-phone {
    position: relative;
    visibility: hidden;
    background-color: transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phonering-alo-phone.phonering-alo-show {
    visibility: visible;
    text-align: center;
    padding-top: 33px;
}

.phonering-alo-phone .number {
    position: absolute;
    top: 50%;
    transform: translate(27%, -3%);
    white-space: nowrap;
    background: #00aff2;
    padding: 5px;
    border-radius: 25px;
    left: 50px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
}

.phonering-alo-phone .number:hover {
    background-color: rgb(2, 3, 129);
}

.phonering-alo-phone .number::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 99px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #00aff2;
}

.phonering-alo-phone .number:hover::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid rgb(2, 3, 129);
}

.phonering-alo-phone .number a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.phonering-alo-phone .number i {
    font-size: 20px;
    margin-right: 5px;
    z-index: 999;
}

.phonering-alo-phone:hover .number {
    opacity: 1;
}

.phonering-alo-ph-circle-fill i {
    font-size: 50px;
}

.phonering-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00aff2;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-ph-circle-fill {
    width: 50px;
    height: 50px;
    top: 23px;
    left: 24px;
    position: absolute;
    background-color: #00aff2;
    /* Ṿng tṛn d? m? */
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-fill-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone i {
    position: absolute;
    font-size: 30px;
    text-align: center;
    justify-content: center;
    color: #FFF;
    padding-left: 7px;
}

.phonering-alo-ph-img-circle a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFFFFF" d="M497.39 361.8l-112-48a24 24 0 0 0-28.24 6.76l-39.2 39.2a37.66 37.66 0 0 1-16.14 8.7L256 372.2a256.09 256.09 0 0 1-133.15-133.15l-15.65-38.6A37.66 37.66 0 0 1 97 186.19l39.2-39.2a24 24 0 0 0 6.76-28.24l-48-112A24 24 0 0 0 76.59 0H24A24 24 0 0 0 0 24a358.55 358.55 0 0 0 358.55 358.55A24 24 0 0 0 384 360h-24a24 24 0 0 0-24-24v-80c0-13.25 10.75-24 24-24h80a24 24 0 0 0 24-24V24a24 24 0 0 0-24-24H384z"/></svg>');
    /* Icon di?n tho?i tr?ng */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.8) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1.2) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.8) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1.2) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.2;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes phonering-alo-pulse {
    0% {
        -webkit-transform: rotate(0) scale(0.9) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1.1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(0.9) skew(1deg);
    }
}

@keyframes phonering-alo-pulse {
    0% {
        transform: rotate(0) scale(0.9) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1.1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(0.9) skew(1deg);
    }
}

@keyframes fade_in_out {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/* Các tru?ng h?p d?c bi?t (ví d?: responsive) - có th? di?u ch?nh thêm */

@media (max-width: 768px) {
    .hotline {
        bottom: 20px;
        left: 20px;
    }
    .phonering-alo-phone .number {
        left: 40px;
        /* Đi?u ch?nh v? trí s? di?n tho?i trên di d?ng */
        font-size: 14px;
        padding: 6px 12px 6px 25px;
    }
    .phonering-alo-phone .number i {
        font-size: 18px;
    }
}

#ft-contact-icons {
    position: fixed;
    bottom: 50%;
    right: 60px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: transform 0.9s ease-in-out;
}

#ft-contact-icons-out-m {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    padding: 15px 10px;
    transition: transform 0.9s ease-in-out;
    background-image: linear-gradient(120deg, rgb(246, 211, 101) 0%, rgb(253, 160, 133) 100%);
    border: 1px solid #00afee4a;
    box-shadow: 1px 1px 4px 0px #fb8543;
    border-radius: 10px;
}

#ft-contact-icons.active #ft-contact-icons-out-m {
    transform: translateX(0);
}

#ft-contact-icons:not(.active) #ft-contact-icons-out-m {
    transform: translateX(calc(32% + 10px));
    /* ?n ra ngoài */
}

#ft-contact-icons .item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#company_zalo img {
    background-color: #FFF;
    border-radius: 50%;
}

#stt_hotline {
    background-color: #6db703;
}

#js-hide-all-icon-e {
    background-color: #f58634;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#js-hide-all-icon-e i {
    text-align: center;
}

#ft-contact-icons .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}

#ft-contact-icons .item .icon {
    font-size: 32px;
    text-align: center;
    justify-content: center;
}

.top-down {
    border: 3px solid #000;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    width: 45px;
    height: 45px;
    text-align: center;
    z-index: 1;
}

.top-down i {
    position: absolute;
    font-size: 34px;
    top: 0px;
    right: 9px;
}

.top-down.sticky {
    position: fixed;
    bottom: 24px;
    right: 43px;
}

.top-down:hover {
    color: #FFF;
    background-color: #df3434;
    border: 1px solid transparent;
}


/* product page */

.page-nav {
    display: flex;
    list-style: none;
}

.box-list-view .box .box-text,
.box-vertical .box-text {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.page-nav .page-numbers,
.page-nav a {
    display: block;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    font-style:italic;
     text-transform: uppercase;
    color: #222;
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
}

.page-nav .current {
    background-color: #df3434;
    color: #FFF;
    text-align: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0;
    border: 3px solid transparent;
}

.page-nav {
    justify-content: center;
}

.page-nav a:hover {
    background-color: #df3434;
}

.tab-content {
    max-width: 1400px;
    margin: auto;
    display: none;
}

.tab-content.tab-active {
    display: block;
}

.is-large {
    font-size: 1.15em;
}

.box {
    display: flex;
    padding: 0 15px 30px;
}

.box-image img {
    width: 100%;
    max-width: 287px;
    height: auto;
    /* max-height:168px; */
}

.is-xsmall {
    font-size: .7em;
}

.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline>li.active>a,
.nav-outline>li.active>a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
    color: #df3434;
}

.timeline {
    position: relative;
}

.timeline .badge-inner {
    position: absolute;
    transform: translateY(-124px);
    left: 6px;
    background-color: #FFFFFF;
    color: #df3434;
    border: 1px solid #df3434;
    width: 45px;
    height: 45px;
    text-align: center;
}

.col-inner:hover .badge-inner {
    background-color: #df3434;
    color: #FFF;
}

.col-inner .from_the_blog_excerpt {
    color: #000;
}

.col-inner .from_the_blog_excerpt:hover {
    color: #0176ac;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}

#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0;
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}

#comments .comment-respond {
    background-color: rgba(0, 0, 0, .05);
    margin-top: 15px;
    padding: 15px 25px 0;
}

#comments .comment-respond .comment-reply-title {
    font-size: 1.2em;
}

textarea {
    min-height: 120px;
    padding-top: .7em;
}

textarea {
    overflow: auto;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}

label {
    color: #222;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
    display: block;
}


a, button, input {
    touch-action: manipulation;
}
    .comment-form>div, .comment-form>p {
        padding: 0 15px;
        width: 100%;
    }
label,
legend {
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: .4em;
}

button,
input,
select,
textarea {
    font: inherit;
}

.form-submit .submit {
    background-color: #df3434;
}

form p {
    margin-bottom: .5em;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    text-rendering: optimizeLegibility;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}

.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0, 0, 0, .05);
    color: #fff;
}
.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
}
.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.kk-star-ratings .kksr-stars {
    position: relative;
}
.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
}

.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    padding-right: 0px;

}
.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default;
}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all;
}
.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex ;
}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(images/assets/selected.svg);
}
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(images/assets/active.svg);
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url(images/assets/inactive.svg);
}



.entry-content {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.next-prev-nav .flex-col {
    padding: .7em 0;
}

.text-left {
    text-align: left;
}

.flex-grow {
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    flex: 1;
}

.flex-col {
    max-height: 100%;
}

.bb {
    border-bottom: 1px solid #ececec;
}

.bt {
    border-top: 1px solid #ececec;
}

.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.next-prev-nav i {
    font-size: 2em;
    margin: 0 10px !important;
    top: -1px;
    vertical-align: middle;
}

.links>li>a:before,
i[class*=" icon-"],
i[class^=icon-] {
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
}

.next-prev-nav .flex-col {
    padding: 20px 0;
}

.text-right {
    text-align: right;
}

.page-template-default {
    font-size: 100%;
}


.top-down i {
    position: absolute;
    font-size: 34px;
    top: 0px;
    right: 9px;
}
.top-down.sticky {
    position: fixed;
    bottom: 24px;
    right: 43px;
}
.top-down:hover {
    color: #FFF;
    background-color: #df3434;
    border: 1px solid transparent;
}

/* product page */
.page-nav {
    display: flex;
    list-style: none;
}
.box-list-view .box .box-text,
.box-vertical .box-text {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.page-nav .page-numbers,
.page-nav a {
    display: block;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    font-style: ;
     text-transform: uppercase;
    color: #222;
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
}
.page-nav .current {
    background-color: #df3434;
    color: #FFF;
    text-align: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0;
    border: 3px solid transparent;
}
.page-nav {
    justify-content: center;
}
.page-nav a:hover {
    background-color: #df3434;
}
.tab-content {
    max-width: 1400px;
    margin: auto;
    display: none;
}
.tab-content.tab-active {
    display: block;
}
.is-large {
    font-size: 1.15em;
}
.box {
    display: flex;
    padding: 0 15px 30px;
}
.box-image img {
    width: 100%;
    max-width: 287px;
    height: auto;
    /* max-height:168px; */
}
.is-xsmall {
    font-size: .7em;
}
.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline>li.active>a,
.nav-outline>li.active>a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
    color: #df3434;
}
.timeline {
    position: relative;
}
.timeline .badge-inner {
    position: absolute;
    transform: translateY(-124px);
    left: 6px;
    background-color: #FFFFFF;
    color: #df3434;
    border: 1px solid #df3434;
    width: 45px;
    height: 45px;
    text-align: center;
}
.col-inner:hover .badge-inner {
    background-color: #df3434;
    color: #FFF;
}
.col-inner .from_the_blog_excerpt {
    color: #000;
}
.col-inner .from_the_blog_excerpt:hover {
    color: #0176ac;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}
#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0;
}
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
#comments .comment-respond {
    background-color: rgba(0, 0, 0, .05);
    margin-top: 15px;
    padding: 15px 25px 0;
}
#comments .comment-respond .comment-reply-title {
    font-size: 1.2em;
}
textarea {
    min-height: 120px;
    padding-top: .7em;
}
textarea {
    overflow: auto;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}
label {
    color: #222;
}
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
    flex: 1 !important;
}
label,
legend {
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: .4em;
}
button,
input,
select,
textarea {
    font: inherit;
}
.form-submit .submit {
    background-color: #df3434;
}
form p {
    margin-bottom: .5em;
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    text-rendering: optimizeLegibility;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}
.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0, 0, 0, .05);
    color: #fff;
}
.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
}
.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-content {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}
.next-prev-nav .flex-col {
    padding: .7em 0;
}
.text-left {
    text-align: left;
}
.flex-grow {
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    flex: 1;
}
.flex-col {
    max-height: 100%;
}
.bb {
    border-bottom: 1px solid #ececec;
}
.bt {
    border-top: 1px solid #ececec;
}
.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.next-prev-nav i {
    font-size: 2em;
    margin: 0 10px !important;
    top: -1px;
    vertical-align: middle;
}
.links>li>a:before,
i[class*=" icon-"],
i[class^=icon-] {
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
}
.next-prev-nav .flex-col {
    padding: 20px 0;
}
.text-right {
    text-align: right;
}
.page-template-default {
    font-size: 100%;
}
.flex-row {
    align-items: center;
    display: flex
;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.align-top {
    align-items: flex-start !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    vertical-align: top !important;
}
.circle, .circle img {
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-author-image img {
    opacity: 1;
    transition: opacity 1s;
}
.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    
}
.align-top {
    align-items: flex-start !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    vertical-align: top !important;
}
.blog-author-image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.blog-author-image img {
    border-style: none;
}
.entry-author {
    padding: 2em 0;
}
.pt-half {
    padding-top: 15px;
}
.is-uppercase, .uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: .05em;
    line-height: 1.05;
    text-transform: uppercase;
}
.mr {
    margin-right: 30px;
}
.flex-col {
    max-height: 100%;
}
.text-left {
    text-align: left;
}
.flex-col {
    max-height: 100%;
}
.flex-row {
        font-weight: 400;
    font-style: italic;
    font-size: 16px;
}
