/*
Theme Name: minhduongads
Theme URI: minhduongads.com
Author: Minh Dương
Author URI: minhduongads.com
Description: 
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thanhcongdev
Tags: 

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face{
	font-family: GOTHAMVNU;
	src:url(./lib/fonts/GOTHAMVNU-BOLD-WEBFONT.TTF) format('truetype');
}
html {
    font-size: 62.5%;
}
body {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color: #000;
	overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:700;
}
a {
    color: #333;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #bc7026;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

.site-boxed {
    max-width: 1140px;
    margin: 0 auto;
}

.site-boxed .container {
    padding-left: 0;
    padding-right: 0;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2, .c40, .c100, .c137 {
    clear: both;
}
.c20{
	height:20px;
}
.c30 {
    height: 30px;
}
.c40{
	height:40px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-title,
.site-description {
    font-size: 0;
    margin: 0
}

.site-header .header-content {
    position: relative;
	padding:10px 0;
}


/* Header style 1 */

.header-content .logo {
    text-align: center;
}

.header-content .logo a img {
    width: 200px;
}


/* Header style 2 */

.site-header.header-logo .logo img {
    margin: 10px 0;
}
.sitelogo .logo-image {
    height: 115px;
	display: flex;
	align-items: center;
}
.sitelogo .logo-image img{
/*     height: 100%; */
}
.navl, .navr, .header-l, .header-r, .navbar .main-navigation .menu-main-menu-left-container, .navbar .main-navigation .menu-main-menu-left-en-container, .navbar .main-navigation .menu-main-menu-right-container, .navbar .main-navigation .menu-main-menu-right-en-container {
    margin: 0px;
    padding: 0px;
}
.header-r > div{
	display:flex;
	align-items:center;
	width:100%;
}
.header-r > div+div{
	padding-top:10px;
}
.icon-search-top {
    width: 44px;
    height: 44px;
    border: solid 2px #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #525252;
    font-size: 18px;
    float: left;
}
.btn-hotline-mobile {
    width: 39px;
    height: 39px;
    border: solid 1px #d22021;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 39px;
    background: url(./lib/images/icon-hotline-top.png) no-repeat center;
    margin-right: 10px;
}
.icon-email-top {
    width: 44px;
    height: 44px;
    border: solid 1px #d20600;
    background: #d20600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #FFF;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.hotline-top {
    display: block;
    float: left;
    padding: 1px 15px;
    padding-top: 3px;
    border-radius: 20px;
    border: solid 1px #d20600;
    margin-right: 15px;
    margin-top: 9px;
    padding-left: 40px;
    margin-left: 10px;
    color: #d20600;
    font-family: Roboto-B, Tahoma, Geneva, sans-serif;
    background: url(./lib/images/hotline-bg.png) no-repeat 10px;
}
.download-header {
    color: #000066;
}
.download-header div:first-child{
    background: url(./lib/images/email.png) no-repeat;
    height: 30px;
    width: 33px;
    background-position: center center;
    margin-right: 8px;
}
.download-header.hotline{
	margin-left:0;
} 

.download-header.hotline div:first-child{
    background: url(./lib/images/phone.png) no-repeat;
    height: 30px;
    width: 33px;
    background-position: center center;
    margin-right: 8px;
}
.download-header.hotline span:last-child{
    color: #fe0000;
    font-size: 17px;	
}
.download-header span{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: GOTHAMVNU;
}

.spacelogo {
    width: 220px;
}
/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/

.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation ul.menu li {
	position: relative;
    display: block;
}
.main-navigation ul.menu>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	display:block;
	font-family: GOTHAMVNU;
}

.main-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    margin-left: 5px;
}

.main-navigation ul.menu>li.menu-item-has-children:hover>a:after {
    content: "\f106";
}

.main-navigation ul.menu>li.li-home>a:before {
    content: "\f015";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    margin-right: 5px;
}

.main-navigation ul.menu>li>a:hover,
.main-navigation ul.menu>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu>li>a:hover,
.site-header.logo-left .main-navigation ul.menu>li.current-menu-item>a {
    color: #fff !important;
	background:#da251d;
}


/* Submenu 1 */

.main-navigation ul ul {
    background-color: #eee;
    min-width: 220px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.main-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-navigation ul.menu ul>li>a:hover,
.main-navigation ul.menu ul>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu ul>li>a:hover,
.site-header.logo-left .main-navigation ul.menu ul>li.current-menu-item>a {
    color: #337ab7;
}

.main-navigation ul ul li a {
    border-bottom: 1px solid #fff;
	font-size: 15px;
	font-weight: 700;
    color: #333333;
    display: block;
    padding: 8px 20px 8px 8px;
}

.main-navigation ul ul li:last-child a {
    border-bottom: none;
}

.main-navigation ul ul li.menu-item-has-children>a:before {
    content: "\f0da";
    float: right;
    margin-right: -14px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 22px;
}


/* Submenu 2 */

.main-navigation ul ul ul {
    position: absolute;
    left: 80%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.main-navigation ul ul ul li {
    width: 100%;
    opacity: 1;
}

.main-navigation ul ul li:hover>ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}

.site-header.header-logo .main-navigation {
    background: none;
}

.site-header.header-logo .main-navigation ul.menu {
    float: right;
}

.site-header.header-logo .main-navigation ul.menu>li {
    margin-right: 30px;
}

.site-header.header-logo .main-navigation ul.menu>li:last-child {
    margin-right: 0;
}

.site-header.header-logo .main-navigation ul.menu>li>a {
    color: #333333;
    padding: 0;
    line-height: 80px;
    height: 80px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.page-title {
    font-size: 24px;
    font-weight: 700;
    color: #da251d;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h1.entry-title {
	font-size: 22px;
    font-weight: 700;
    color: #da251d;
    margin-bottom: 15px;
    text-transform: uppercase;
	font-family: GOTHAMVNU;
}
.page-title-bar {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}

.page-title-bar .title {
	color:#cf0927;
    font-size: 24px;
    margin-bottom: 15px;
	text-transform:uppercase;
}
.wtb-breadcrumb{
	margin:15px 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.breadcrumb span, .breadcrumb span a {
    color: #cf0927;
}

#back-top {
    margin: 0
}

#back-top a {
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

#back-top span {
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20%;
    right: 30px;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #337ab7 url(lib/images/top.png) no-repeat center 50%;
    opacity: .5;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

#back-top span:hover {
    opacity: 1
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.wpcf7 label {
    font-weight: 600;
    display: block
}

.wpcf7 div.wpcf7-validation-errors {
    margin: 2em 0 1em
}

.wpcf7 span.wpcf7-not-valid-tip {
    margin: 5px 0
}

.page_nav {
    text-align: center;
    margin-bottom: 20px;
}

.page_nav * {
    display: inline-block;
    padding: 3px 10px;
    background: #FFF;
    border: 1px solid #337ab7;
    margin: 0;
}

.page_nav .current,
.page_nav .page-numbers:hover {
    background: #337ab7;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.btn {
    font-size: 14px;
    background: #337ab7;
    color: #FFF;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #FFF;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    border-color: #337ab7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.form-control {
    height: 34px;
    font-size: 14px;
}

textarea.form-control {
    height: 160px;
}


/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #807d7d;
    border-radius: 8px;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
    clear: both;
    display: table;
    content: " "
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}


/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.sidebar .widget {
    margin: 0 0 20px 0;
}

.sidebar .widget-title {
    background: #da251d;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: GOTHAMVNU;
}

.sidebar .widget ul {
    padding: 0;
}

.sidebar .widget:not(.widget_slider_products) ul {
    margin: 0;
}

.sidebar .widget:not(.widget_slider_products, .widget_product_categories) ul li {
    display: block;
	padding: 15px 0px;
	border-bottom: 1px dashed #ddd;
}


/* Widget Custom Menu */

.sidebar .widget_nav_menu ul li {
    position: relative;
    padding: 8px 10px;
}

.sidebar .widget_nav_menu ul.menu>li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget_nav_menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #333333;
}

.sidebar .widget_nav_menu ul li a:before {
    content: '';
/*     display: inline-block; */
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    margin-right: 5px;
}

.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
    background: #FFF;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}

.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children .sub-menu {
    right: 100%;
    left: initial;
    -moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.sidebar .widget_nav_menu .menu-item-has-children:hover>.sub-menu,
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children:hover .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* Widget Search */

.search-form label {
    width: 100%;
    margin-bottom: 0;
}

.search-form input[type=search],
.search-form input[type=submit] {
    height: 29px;
    outline: none;
    border: none;
}

.search-form input[type=search] {
    width: 100%;
    background: none;
    color: #FFF;
    font-weight: normal;
    padding: 4px 39px 4px 10px;
}

.search-form input[type=search]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.search-form input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.search-form input[type=search]:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.search-form input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.sidebar .search-form {
    padding: 4px 12px;
    background: #ccc;
    overflow: hidden;
}
.sidebar .search-form input[type=search]{
	width:100%;
}
.sidebar .search-form input[type=submit]{
	color:transparent;
	margin-left:5px;
}
.icon-search-top.fa:hover .search{
	display:block;
}
.site-header .search {
	display:none;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -2px;
}
.search-form {
    z-index: 9;
    width: 220px;
    height: 32px;
    display: flex;
    align-items: center;
	position:relative;
}
.search-form:after {
    content:'';
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
}

.site-header input[type=search] {
    color: #333333
}


/* Widget Recent Posts */

.sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc
}

.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.sidebar .widget_recent_entries .post-date {
    display: block;
}


/* Widget Recent Posts */

.widget .list-post-item li {
	margin-bottom: 0;
}

.widget .list-post-item li:last-child {
    margin-bottom: 0;
}

.widget .list-post-item .post:after {
    clear: both;
}
.widget .list-post-item .img img{
    height:70px;
	object-fit:cover;
}
.widget .list-post-item .alignleft {
    width: 100px;
    margin-right: 10px;
}

.widget .list-post-item .alignright {
    width: 100px;
    margin-left: 10px;
}

.widget .list-post-item .aligncenter {
    text-align: center;
}

.widget .list-post-item h3 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.widget .list-post-item h3 a {
    color: inherit;
}


/* Widget Support */

@media (min-width: 1200px) {
    .widget_supports .list-supporter {
		height: 200px;
		background-image: url(lib/images/bg-support.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
    }
}

.widget_supports .support-style-1 {
    background-color: #FFF;
}

.widget_supports .support-style-1 .supporter {
    padding-top: 205px;
}

.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #333;
}

.widget_supports .support-style-1 li:first-child {
    border-top: none;
}

.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}

.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}

.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}

.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}

.widget_supports .support-style-2 .name {
    font-weight: 600;
}

.widget_supports .support-style-2 .phone {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
}

.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}

.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}

.widget_supports .support-style-2 .email a {
    color: #333333;
}

.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}

.widget_supports .support-style-3 ul li {}

.widget_supports .support-style-3 .name {
    font-size: 12px;
    color: #333333;
}

.widget_supports .support-style-3 .phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #e70c0c;
}

.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}

.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}


/* Widget Slider Products */

.sidebar .content-feature-page,
.sidebar .slider-products {
    padding: 10px 10px 0 10px;
}

html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
    margin: 0;
}

.item-product-slide {
    overflow: hidden;
    margin-bottom: 15px;
}

.item-product-slide:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.item-product-slide .alignleft,
.item-product-slide .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #FFF;
}

.item-product-slide .alignleft {
    margin-right: 15px;
}

.item-product-slide .alignright {
    margin-left: 15px;
}

.item-product-slide .alignleft>div,
.item-product-slide .alignright>div {
    width: 100%;
}

.slick-slide.item-product-slide img {
    width: auto;
    display: inline-block;
    max-height: 100px;
    max-width: 100px;
}

.item-product-slide .alignnone img {
    margin: 0 auto 10px;
}

.item-product-slide h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.item-product-slide h3 a {
    color: #333333;
}

.item-product-slide .price {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}

.item-product-slide .price ins,
.item-product-slide .price del {
    display: block;
    text-decoration: none;
}

.item-product-slide .price ins {
    margin-right: 0;
}

.item-product-slide .price del {
    text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}


/* Widget Slider Posts */

.sidebar .widget_listpost_widget ul {
    padding: 20px 10px;
    background: #fafafa;
}


/* Slick Slider */


.slick-slider .slick-slide,
.slick-slider .slick-slide a {
    outline: none;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 1;
}

.slick-slider .slick-next {
    right: -15px;
}

.slick-slider .slick-prev {
    left: -15px;
}

.slick-slider .slick-arrow:before {
    font-family: Font Awesome\ 5 Pro !important;
    font-weight: bold;
}
.slick-prev:before {
    content: "\f053" !important;
}
.slick-next:before {
    content: "\f054" !important;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    color: #000;
    opacity: 1;
}

.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #d8d8d8;
}

.slick-slider .slick-dots li {
    margin: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #da251d;
    opacity: 1;
}

@media ( max-width: 575.5px) {
    .slick-slider .slick-prev {
        left: 5px;
    }
    .slick-slider .slick-next {
        right: 5px;
    }
}


/* Widget Featured Page */

.widget_featuredpage .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.widget_featuredpage .entry-title a {
    color: #337ab7;
}

.widget_featuredpage .alignleft,
.widget_featuredpage .alignright {
    width: 30%;
}

.widget_featuredpage .alignleft {
    margin-right: 10px;
}

.widget_featuredpage .alignright {
    margin-left: 10px;
}

.widget_featuredpage .aligncenter {
    margin-bottom: 10px;
}

.widget_featuredpage p {
    font-size: 13px;
    text-align: justify;
}


/* Widget Information */

.widget_information li {
    padding: 3px 0 3px 22px;
    position: relative;
}

.widget_information i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    text-align: center;
}

.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_information li.label-company i {
    display: none;
}


/* Widget Social */

.widget_social ul {
    margin: 0;
    padding: 0;
}

.widget_social ul li {
    display: inline-block;
    margin-right: 5px;
}

.widget_social ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #333;
    background: #fff;
    box-shadow: 0 3px 5px #616161;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.widget_social .icon_facebook a {
    color: #3b5999
}

.widget_social .icon_twitter a {
    color: #55acee
}

.widget_social .icon_google a {
    color: #dd4b39
}

.widget_social .icon_youtube a {
    color: #cd201f
}

.widget_social .icon_linkedin a {
    color: #0077B5
}

.widget_social .icon_pinterest a {
    color: #bd081c
}

.widget_social .icon_instagram a {
    color: #e4405f
}

.widget_social ul li a:hover {
    transform: translateY(-5px)
}


/* Widget Tag Cloud */

.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #337ab7;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #337ab7;
}

.tagcloud a:hover {
    background: #337ab7;
    color: #FFF;
}


/* Count Per Day */

.sidebar .cpd {
    padding: 5px 10px;
}

.sidebar .cpd li {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

.sidebar .cpd li:last-child {
    border-bottom: none;
}


/* Slider */

.wtb-slider {
    margin-bottom: 20px;
}

html .theme-default .nivo-controlNav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.single article.post .entry-content {
    line-height: 25px;
    margin-bottom: 20px;
}

.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
}

.entry-meta {
    font-size: 13px;
    margin-bottom: 10px;
}

.entry-meta span {
    color: #747474;
    display: inline-block;
    margin-right: 10px;
}

.entry-meta span i {
    color: #747474;
}

.socials-share {
    padding: 15px 0 15px 0;
    margin-bottom: 20px;
	display:flex;
	align-items:center;
}

.socials-share .fb_iframe_widget {
    height:20px;
}

.post-next-prev {
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
}

.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}

.post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}

.related-posts {
    margin-bottom: 30px;
}

.related-posts .related-title {
	font-size: 20px;
    font-weight: normal;
    color: #404040;
    border-bottom: solid 2px #ebebeb;
    padding-bottom: 5px;
    height: 15px;
	margin-bottom:20px;
}
.related-posts .related-title span{
	padding-bottom: 5px;
	background: #FFF;
	padding-right: 10px;
}
.related-posts ul {
    padding-left: 0;
    list-style-position: inside;
}

.related-posts ul li {
    margin-left: 30px;
    list-style: square;
    padding: 5px 0px;
    color: #790101;
}

.related-posts ul li a {
    color: #333333;
}

.sidebar .widget_nav_menu ul li a:hover,
.post-next-prev-content a:hover,
.related-posts ul li a:hover,
.item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover,
.new-list article .more-link {
    color: #337ab7;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-list .comment-content a {
    word-wrap: break-word
}

.comment-form label {
    display: block
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    padding: 5px 10px
}

.comment-form input,
.comment-form textarea {
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7)
}

.comment-form input[type="submit"] {
    background: #337ab7;
    color: #FFF;
    padding: 5px 10px
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0
}

.comment-content {
    padding: 10px 20px 45px;
    margin: 25px 0 0;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important
}

.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: 0.8em
}

.comment-author {
    padding: 10px 5px 0
}

.comment-list li .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%
}

.comment-list p,
.ping-list p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    word-wrap: break-word
}

.comment-list li .fn,
.comment-list li .cfn {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0
}

.comment-list li .says {
    display: none
}


/* Extra Comments */

#formcmmaxweb {
    margin-bottom: 20px
}

#formcmmaxweb textarea.form-control {
    height: auto;
}

span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 15px 0;
    display: block
}

.comment-author.vcard {
    width: 25px
}

.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center
}

.commentlist {
    margin-top: 10px
}

.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px
}

.commentlist .children {
    margin-top: 10px
}

.commentBody em {
    color: red
}

.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden
}

.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px
}

.noidungcomment {
    font-size: 14px;
    line-height: 22px
}

.cancel-comment-reply a {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    text-decoration: none;
    color: #a9883f
}

.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px
}

.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: .3;
    font-size: 12px
}

.commentBody:hover .comment-meta.commentmetadata .ngaythang {
    opacity: 1
}

.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
    list-style: none;
    padding: 0;
}

ol.commentlist_mw li {
    margin-bottom: 10px
}

ol.commentlist_mw>ul.children {
    margin: 10px 0 15px 35px;
    background: #f8f8f8;
    padding: 10px;
    position: relative;
    border: 1px solid #dfdfdf;
}

ol.commentlist_mw>ul.children:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 13px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #dfdfdf;
    border-left: 11px solid rgba(238, 238, 238, 0);
    border-right: 11px solid rgba(238, 238, 238, 0);
}

ol.commentlist_mw>ul.children:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

div.error {
    color: red;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 10px 0 0
}

.tools_comment a {
    color: #337ab7;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px
}

.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tools_comment a:last-child:after {
    display: none
}

.tools_comment a:last-child {
    padding: 0;
    margin: 0
}

.noidungcomment p {
    margin: 0 0 5px
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}
.container > .row.justify-content-between{
	margin:0;
}
/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .sidebar-content .site-main,
    .content-sidebar .site-main {
        float: right;
        width: 74.5%;
    }
    .sidebar-content .sidebar,
    .content-sidebar .sidebar {
        float: left;
        width: 23.5%;
    }
    .content-sidebar .site-main {
        float: left;
        margin-bottom: 25px;
    }
    .content-sidebar .sidebar {
        float: right;
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left;
        width: 75.5%;
    }
    .sidebar-content-sidebar .site-main,
    .sidebar-sidebar-content .site-main,
    .content-sidebar-sidebar .site-main {
        float: right;
        width: 67.5496689%;
    }
    .sidebar-content-sidebar .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary,
    .content-sidebar-sidebar .sidebar-primary {
        float: left;
        width: 31.1258278%;
    }
    .sidebar-content-sidebar .sidebar-secondary,
    .sidebar-sidebar-content .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .sidebar-sidebar-content .sidebar {
        float: left;
    }
    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-primary {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .content-sidebar-sidebar .site-main {
        float: left;
    }
}

/* .site-content {
    padding-top: 25px;
} */

.home .site-content {
    padding-top: 0;
}

.page-template-page-fullwidth .site-main {
    width: 100%;
}


/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/

.sh-blog-shortcode.style-3 .element.item-new .entry-content{
    margin-top: 10px;
}

.sh-blog-shortcode.style-1 .element.item-new {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-1 .element.item-new .post-inner {
	margin-bottom: 20px;
    padding-bottom: 20px;
}

.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px dashed #ccc;
}

.sh-blog-shortcode .element.item-new .entry-description {
    margin-top: 10px;
    line-height: 20px;
    color: #6d6d6d;
}

.sh-blog-shortcode .element.item-new .btn {
    border-radius: 20px;
}

.sh-blog-shortcode .element.item-new .view-detail {
    color: #337ab7;
}

.sh-blog-shortcode .element.item-new .view-detail i {
    display: none;
}



/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/

.home-news .entry-content {
    margin: 0;
	padding:0px 21px 25px 21px;
}

.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
    display: block;
}

.sh-blog-shortcode .element .entry-thumb a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.sh-blog-shortcode .element .entry-thumb a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.sh-blog-shortcode .element .entry-meta {
    color: #888;
    margin-bottom: 5px;
}

.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}

.sh-blog-shortcode .element .entry-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #414042;
}

.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
}


/* Blog Shortcode 1 */

.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}

.sh-blog-shortcode.style-1 .element .entry-title a {
    color: #333333;
}

.sh-blog-shortcode.style-1 .element .entry-title a:hover {
    color: #bc7026;
}

.sh-blog-shortcode.style-1 .element .entry-description p {
    margin-bottom: 5px;
}


/* Blog Shortcode 2 */


/* Blog Shortcode 3 */


/* Blog Shortcode 4 */


/* Blog Shortcode 5 */

.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-5 .element .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-5 .element .entry-description {
    font-size: 13px;
}


/* Blog Shortcode 6 */

.sh-blog-shortcode.style-6 .entry-thumb {
    padding: 3px;
    background: #FFF;
    border: 1px solid #cdcdcd;
}

.sh-blog-shortcode.style-6 .entry-title a {
    color: #333333;
}

.sh-blog-shortcode.style-6 .entry-title a:hover {
    color: #337ab7;
}

.sh-blog-shortcode.style-6 .first-element-layout,
.sh-blog-shortcode.style-6 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}


/* Blog Shortcode 7 */

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}


/* Blog Shortcode 8 */

.sh-blog-shortcode.style-8 .element {
    margin-bottom: 30px;
}

.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}

.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgb(0, 0, 0, .5);
    padding: 10px 10px;
}

.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
    color: #FFF;
    max-height: 40px;
    overflow: hidden;
}

.sh-blog-shortcode.style-8 .element .entry-title a:hover {
    text-decoration: underline;
}

@media (max-width: 414px) {
    .sh-blog-shortcode .element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*--------------------------------------------------------------
## Danh mục
--------------------------------------------------------------*/
.blog-archive .post-inner .entry-title a, .related .emtry-tile{
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}
.blog-archive .sh-blog-shortcode .element .entry-content{
	padding:0;
}
.blog-archive .sh-blog-shortcode > .row{
	margin-left:-20px;
	margin-right:-20px;
}
.blog-archive .sh-blog-shortcode article{
	padding-left:20px;
	padding-right:20px;	
}
.blog-single .gallery-project {
	margin-bottom:20px;
}

.blog-single .gallery-project .slider-for{
	border:2px solid #eee;
}
.blog-single .gallery-project .slider-nav{
    background-color: rgb(238, 238, 238);
    border: 2px solid #eee;
    padding: 15px 70px;
}
.blog-single .gallery-project .slider-nav .slick-slide{
	width: 140px!important;
    height: 86px;
    border: 2px solid #eee;
}
.blog-single .gallery-project .slick-arrow{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;
}
.blog-single .gallery-project .slick-track{
	display:flex;
	justify-content:center;
}
.blog-single .gallery-project .slick-slider .slick-next {
    right: 15px;
}
.blog-single .gallery-project .slick-slider .slick-prev {
    left: 15px;
}
.blog-single .related .slick-arrow{
	width: 51px;
	height: 51px;
	background: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: 99;
	text-align: center;
	line-height: 51px;
	box-shadow: 0px 0px 5px #ccc;
	display: flex;
    align-items: center;
    justify-content: center;
}

.blog-library .sh-blog-shortcode .element .entry-content {
    padding: 15px 10px 25px 10px;
    background: #f1f2f2;
}

/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/

.navbar {
    margin-bottom: 0;
    z-index: 99;
    padding: 0 15px;
    position: relative;
	width: 100%;
	background:#2980b9;
}

.navbar .main-navigation {
    width: 100%;
}

.navbar-brand {
    color: #FFF !important;
    height: 46px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
}

.navbar-brand img {
    max-height: 30px;
}

#mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
	max-width:300px;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-110%, 0px);
    -moz-transform: translate(-110%, 0px);
    -ms-transform: translate(-110%, 0px);
    -o-transform: translate(-110%, 0px);
    transform: translate(-110%, 0px);
}

#mobilenav.opened {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.mobilenav__inner {
    background: #fff;
    position: relative;
    height: 100%;
	padding-top: 20px;
	    overflow: auto;
}
.mobilenav__inner .lang{
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}
.mobilenav__inner .search{
    margin:0 10px 10px 10px;
}
.mobilenav__inner .search .search-form{
    width:100%;
	height:40px;
}
.mobilenav__inner .menu_close i {
    font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #1e1e1e;
    border-left: 1px solid #000000;
    color: #fff;
    transform: translateY(-50%);
}

#mobilenav h3 {
    color: #f2f2f2;
    font-size: 28px;
}

#mobilenav .mobile-menu {
    margin: 0;
    padding: 0;
}

#mobilenav li {
    display: block;
    position: relative;
}

#mobilenav li a {
    color: #000;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    border-top: solid 1px #ddd;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    line-height: 25px;
    color: #000;
    background: rgba(255, 255, 255, 0.085);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#mobilenav .arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    left: 43%;
}

#mobilenav ul ul.sub-menu {
    background: #da251d;
}

#mobilenav ul ul.sub-menu a{
    color:#fff;
}

#mobilenav ul>li.menu-item-has-children.open>.arrow:before {
    content: "\f106";
}

#mobilenav ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

#showmenu {
    width: 39px;
    height: 30px;
    background: url(./lib/images/icon-menu.png) no-repeat center;
    background-size: 90%;
	cursor:pointer;
}

#hamburger .hamburger {
    margin-left: 10px
}

.hamburger {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
}

.site-header:not(.header-banner) .hamburger-inner,
.site-header:not(.header-banner) .hamburger-inner::after,
.site-header:not(.header-banner) .hamburger-inner::before {
    background-color: #337ab7
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.title-cat{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ececec;
}
.title-cat a{
    color: #da251d;
    position: relative;	
	font-family: GOTHAMVNU;
}
.title-cat a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 2px;
    background: #da251d;
}
.title-home {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #790101;
    text-align: center;
	font-family: GOTHAMVNU;
	font-weight: bold;
}
.title-home.blue {
    color: #da251d;
	text-align:left;
}
.slide-home .slick-dots{
	bottom:25px;
}
.slide-home .slick-slider .slick-prev {
    left: 15px;
}
.slide-home .slick-slider .slick-next {
    right: 15px;
}
.home .site-main {
    width: 100%;
    float: none;
}
.home .sidebar {
    display: none;
    float: none;
}
.swiper .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,14px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,14px));
    border-radius: 50%;
    border: 1px solid #fff;	
}

.home-about{
	padding:40px 0;
}
.home-about .home-video .play-now {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center !important;
}
.play-now .fa-play {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #da251d;
    color: #ffffff;
    z-index: 1;
    font-size: 20px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
	height: 70px;
	width: 70px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(244 68 56 / 35%);
    -moz-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -ms-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -o-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    box-shadow: 0 0 0 0 rgb(244 68 56 / 35%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
}
.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
}
@-webkit-keyframes ripple{70%{box-shadow:0 0 0 70px rgba(244,68,56,.0);}
	100%{box-shadow:0 0 0 0 rgba(244,68,56,.0);}
}
@keyframes ripple{70%{box-shadow:0 0 0 70px rgba(244,68,56,.0);}
	100%{box-shadow:0 0 0 0 rgba(244,68,56,.0);}
}
.home-about .home-video .b-arrow{
    width: 85px;
    height: 45px;
    background: #da251d;
    padding-top: 10px;
    padding-left: 12px;	
}
.home-about .home-video .b-arrow div {
    width: 28px;
    height: 28px;
    background: #a60500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #FFF;
	cursor: pointer;
}

.home-about .home-video .b-arrow + .title {
    width: calc(100% - 85px);
    padding: 0px 15px;
    font-weight:700;
}
.home-service{
    min-height: 200px;
    padding: 30px 0px;	
}
.home-service .b-info-service-home {
    position: relative;
    padding: 20px;
    text-align: center;
    background: #d20600;
}
.service-name-home {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #cf0927;
}
.service-name-home a {
    color: #fff;
	font-weight:700;
}
.arrow-service-home {
    background-image: url(/wp-content/uploads/2022/01/corner-service-home-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    width: 100%;
    position: absolute;
    top: -44px;
    left: 0px;
}
.arrow-service-home .icon {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%,0);
}

.swiper-slide .plus, .swiper-slide .name {
    display: none;
}
.project-hot-active .plus {
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 26px;
    height: 26px;
    z-index: 3;
    animation-name: projectplusdown;
    animation-duration: 1s;
    font-size: 32px;
    text-align: center;
    color: #FFF;
}
.project-hot-active .name {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(/wp-content/uploads/2022/01/bg-name-project-slide.png);
    padding: 15px;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    animation-name: projectnameup;
    animation-duration: 1s;
    text-align: center;
}
.home-product .category-product+.category-product{
	margin-top:30px;
}
.home-service .post-inner:hover .group .group-content{
	height:100%;
}
.home-service .post-inner:hover .group button{
	display:block;
}
.home-service .post-inner:hover .group h3{
	font-size:22px;
	padding: 35px 0px 15px 0px;
}
.home-service .post-inner:hover .entry-thumb .group h3:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 80px;
    height: 7px;
    background: #fff;
}
.home-service .post-inner:hover .entry-thumb .group .group-content{
    background-color: rgba(0, 0, 0, 0.65);	
}
.home-service .entry-thumb .group{
    color: white;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.home-service .entry-thumb .group .group-content{
	position: relative;
    width: 100%;
    height: 56px;
    display: table;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 22px 0px 22px;
    transition: all .5s;
    background-color: rgba(254, 0, 0, 0.65);
}
.home-service .entry-thumb .group .group-content:after{
	content: '';
    display: block;
    height: 8px;
    width: 14px;
    background-image: url(./lib/images/up-1.png);
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    right: 14px;
    top: 24px;
    z-index: 2;
}
.home-service .entry-thumb .group h3{
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	padding: 18px 0px 15px 0px;
	position:relative;
}
.home-service .entry-thumb .group button{
    line-height: 35px;
    padding: 0px 10px 0px 10px;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: transparent;
	display:none;
}
.home-service .entry-thumb .group button:after{
	content: '';
	width: 7px;
	height: 11px;
	background-image: url(./lib/images/next.png);
	display: inline-block;
	margin-left: 5px;
}
.home-service .entry-content{
	margin-bottom: 22px;
    text-align: justify;
    height: 68px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
    color: #3d3d3d;
    font-size: 15px;
}
.home-service .entry-thumb .entry-content strong{
    font-weight: 400;	
}
.home-project .sub-list-project .product-item{
	position:relative;	
	border-radius: 5px;
    overflow: hidden;
}
.home-project .sub-list-project .nav-tabs{
    border-bottom: 0 solid #eee;
    margin: 20px 0 30px;
    position: relative;
    width: 100%;
    justify-content: center;	
}
.home-project .sub-list-project .nav-tabs li a{
    display: inline-block;
    padding: 8px 15px;
    color: #414042;
    border: 1px solid #d2d2d2;
    text-transform: uppercase;
    margin: 0px 5px 0px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.home-project .sub-list-project .nav-tabs li a:hover,
.home-project .sub-list-project .nav-tabs li a.active{
	border: solid 1px #cf0927;
    color: #cf0927;
}
.project-home-right, .project-home-left {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.project-home-left {
    background: url(/wp-content/uploads/2022/01/project-home-left.png) no-repeat;
    left: -70px;
}
.project-home-right {
    background: url(/wp-content/uploads/2022/01/project-home-right.png) no-repeat;
    right: -70px;
}
.home-project .post-inner .entry-thumb:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    transition: all 0.5s;
    pointer-events: none;
    z-index: 1;
    background-image: url(./lib/images/border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;	
}
.home-project .post-inner:hover .entry-thumb:before{
	opacity:1;
}
.home-project .post-inner .entry-thumb .read-more{
	position: absolute;
	top: 50%;
	left: 50%;
	/* opacity: 0; */
	transform: translate(-50%,-50%);
	transition: all 0.5s;
	z-index: 2;
	color: #fff;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #fff;
}
.home-project .post-inner .entry-thumb .read-more:after{
	content: '';
	width: 7px;
	height: 11px;
	background-image: url(./lib/images/next.png);
	display: inline-block;
	margin-left: 5px;
}
.home-project .post-inner .entry-content{
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 26px;
    overflow: hidden;	
}
.home-project .post-inner .entry-content .entry-title a{
	font-size: 16px;	
	font-family: "GOTHAMVNU";
}
.project-deploed{
	padding: 43px 0px 38px 0px;
    background-image: url(/wp-content/uploads/2022/03/project-deploed-and-shareholder-relation-block.jpg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
}
.project-deploed .project-content{
    width: 50%;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.project-deploed .project-image a{
	position:relative;
	padding-top:61.1%;
}
.project-deploed .project-image img{
	right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.project-deploed .entry-title a{
    font-family: "GOTHAMVNU";
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff;	
	text-transform:uppercase;
}
.project-deploed-block .project-deploed-block-content-group {
    display: flex;
    align-items: center;
}
.project-deploed-block .project-deploed-block-content-group ._title {
    width: 50%;
    text-align: center;
    background: white;
    display: flex;
    align-items: center;
    height: 52px;
}
.project-deploed-block .project-deploed-block-content-group ._title h3 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    font-family: "GOTHAMVNU";
    color: #333333;
    text-transform: uppercase;
    line-height: normal;
}
.project-deploed-block .project-deploed-block-content-group #project-deploed-nav-control {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #fe0000;
    color: white;
    justify-content: space-between;
}
#project-deploed-nav-control-content, .project-deploed-block .b-arrow {
    display: flex;
}
.project-deploed-block .b-arrow .slick-arrow {
    position: static;
    transform: unset;
	cursor: pointer;
	width: 60px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	background-color: #fe0000;
	text-indent: -99999px;
}
.project-deploed-block .b-arrow .slick-prev {
	background-image: url(./lib/images/back-2.png);
}
.project-deploed-block .b-arrow .slick-next {
	background-image: url(./lib/images/next-2.png);
	background-color: #a50000;
}
.project-deploed-block .project-deploed-nav-control-text a{
    font-family: "GOTHAMVNU";
    font-size: 16px;
    padding: 0px 40px 0px 40px;
    color: #fff;
    text-transform: uppercase;	
}
.home-news, .home-project{
	padding: 25px 0px 45px 0px;
	background-color: #eeeeee;
}
.home-project .slick-slider .slick-arrow{
    width: 50px;
    height: 50px;
    background: white;
}
.home-project .slick-slider .slick-prev{
	left:-50px;
}
.home-project .slick-slider .slick-next{
	right:-50px;
}
.heading{
	text-align:center;
	text-transform:uppercase;
    font-size: 24px;
	margin-bottom:30px;
}
.heading::after {
    content: '';
    width: 14px;
    height: 8px;
    background-image: url(./lib/images/dow.png);
    margin: auto;
    display: block;
    margin-top: 5px;
}
.home-news .post-inner{
    position: relative;
    background-color: white;	
	padding-top: 15px;
}
.home-news .post-inner .entry-title{
	color: #333333;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 16px;
}
.home-news .post-inner .entry-description{
    color: #3d3d3d;
    font-size: 15px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 28px;
}
.home-news .view-all {
    text-align: center;
    margin-top: 20px;
}
.home-news .view-all a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #b7b7b7;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
    font-size: 13px;
    width: 127px;
    margin: auto;
}
.home-news .view-all a::after {
    content: '';
    width: 7px;
    height: 11px;
    background-image: url(./lib/images/next-1.png);
    display: inline-block;
}

.home-news .post-inner .entry-thumb{
	position:relative;
}
.home-news .post-inner .entry-thumb:before{
    content: '';
    width: 50%;
    display: block;
    height: 4px;
    background-color: #fe0000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.home-news .post-inner .entry-thumb:after{
    content: '';
    width: 50%;
    display: block;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.home-news .post-inner .view-more{
	text-transform: uppercase;
	color: #fe0000;
	text-decoration: none;
}
.home-news .post-inner .view-more:before{
    content: '';
    width: 7px;
    height: 11px;
    background-image: url(./lib/images/next-3.png);
    display: inline-block;
    margin-right: 5px;	
}
.home-newspaper {
	padding: 40px 0;
/*     background: url(https://thietkeroyal.vn/wp-content/themes/royal/images/background-contact.jpg) no-repeat center center; */
	background: #fff;
    background-size: cover;
}
.heading.title-maga {
    z-index: 9999;
	color: #da251d;
	font-family: GOTHAMVNU;
	font-weight: bold;
}
.heading.title-maga::before {
    position: absolute;
	height: 1px;
	width: 33%;
	background: #a50000;
	top: 52%;
    content: '';
    display: block;
}
.heading.title-maga::after {
    position: absolute;
	height: 1px;
	width: 33%;
	background: #a50000;
	top: 52%;
    content: '';
    display: block;
    right: 0px;
    margin: 0px;
}
.home-newspaper .post-inner .entry-thumb:before {
	display: none;
}
.home-newspaper .post-inner .entry-thumb {
    text-align: center;
}
.home-newspaper .post-inner .entry-thumb img {
    height: 120px;
	width: auto;
}
.home-newspaper .post-inner .entry-title {
	height: auto;
	text-align: center;
}
.home-newspaper .post-inner .entry-description {
	margin-bottom: 0px;
}
.home-doitac {
    padding: 20px;
	background-color: #eeeeee;
}
.home-doitac .slick-slide {
	display:flex;
	justify-content:center;
	padding-left:10px;
	padding-right:10px;
}

.home-doitac .slick-slide img{
    height:90px;
	border:1px solid #ccc;
	border-radius:5px;
	object-fit: contain;
}
@keyframes projectnameup {
    from {bottom: -50px;}
    to {bottom: 0px;}
}
@keyframes projectplusdown {
    from {top: -40px;}
    to {top:40%;}
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .3)
    }
    100% {
        box-shadow: 0 0 0 10px transparent
    }
}
.FixedWidget__fixed_widget {
    z-index: 9;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: block;     /* undo display:none          */
	height: 0;          /* height:0 is also invisible */
	overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
	height: auto;       /* let the content decide it  */
	overflow-y: visible;
} /* bootstrap hack end */```
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
	background-color:#da251d;
	color:#fff;
}
.site-footer .footer-bottom{
	background: #da251d;
    padding: 30px 0;
    color: #fff;
}
.site-footer .footer-left{
    display: flex;
    align-items: center;	
}
.site-footer .footer-left img {
    width: 180px;
}
.site-footer .footer-left .address{
    margin-left:22px;	
}
.site-footer .footer-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction:column;
}
.site-footer .footer-right .social {
    margin-bottom: 20px;
}
.site-footer .footer-right .social ul {
    display: flex;
    justify-content: flex-end;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.site-footer .footer-right .social ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    margin-left: 12px;
}
.site-footer .footer-right .social ul li a{
	display: block;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.site-footer .footer-right .copyright {
    text-align: right;
    width: 100%;
    color: white;
    text-transform: uppercase;
}

.home-store{
	margin:40px 0;
}
.home-store .block_title{
	color: #252525;
	text-transform:uppercase;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	/*height: 72px; */
    margin-bottom: 30px;
}
.home-store .wrapper-select-add {
    position: relative;
}
.home-store .wrapper-select-add select {
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #eee;
    font-size: 15px;
    background: url(./lib/images/select-add.png) no-repeat 100% center;
    -webkit-appearance: none;
    background-color: #fff;
    line-height: 1.467;
    cursor: pointer;
    font-weight: 600;
    font-weight: normal;
	outline:none;
}
.list_regions {
    margin-top: 20px;
    max-height: 240px;
    overflow-y: auto;
	display:none;
}
.list_regions.active {
	display: block;
}
.list_regions .item {
	margin: 0 0 17px;
	line-height: 25px;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
	transition: .4s;
	color:#000;
}
.list_regions .item.active {
    color: #9f111b;
}
.list_regions .item:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0px;
    background: url(./lib/images/map.svg);
    background-size: 100% 100%;
}
.home-store .page_content_right iframe{
    width: 100%;
    border: none;
    height: 400px;	
}

/*--------------------------------------------------------------
## Page đối tác
--------------------------------------------------------------*/
.form-contact{
    background: #f1f2f2;
    padding: 20px;	
}
.form-contact .title-form-contact {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    font-style: italic;
	margin-bottom:15px;
}
.form-contact input {
	padding: 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	height: 46px;
	margin-bottom: 20px;
}
.form-contact textarea{
	height: 112px;
    border-radius: 10px;
}
.form-contact .btn-submit{
	background: #cf0927;
    padding: 8px 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: none;
    height: 46px;
}

.block_tags {
    background: #f1f1f1;
    border-left: 5px solid #bc7026;
    padding: 10px 0 10px 15px;
    margin-bottom: 20px;
}

.block_tags p {
    margin-bottom: 0;
}

.related-du-an .du-an-lien-quan {
    margin-bottom: 20px;
}

.widget_search_most .list-post-item li a img,
.related-du-an .du-an-lien-quan a img,
.widget_list_projects .list-post-item li a img {
    margin-bottom: 5px;
}

.widget_search_most .list-post-item li h3 a,
.related-du-an .du-an-lien-quan a .emtry-tile,
.widget_list_projects .list-post-item li h3 a {
    font-size: 15px;
    font-weight: bold;
}

.related-du-an .du-an-lien-quan a:hover .emtry-tile {
    color: #bc7026;
}


/** Mega Menu **/

#site-navigation ul#primary-menu li.menu-parent.menu-item-has-children>ul.sub-menu {
    width: 1276px;
    display: flex;
    left: calc(50% - (635px/2));
    padding: 35px 20px 20px;
    justify-content: space-between;
}

#site-navigation ul#primary-menu li.menu-parent>ul.sub-menu>li {
    /* width: 25%; */
    float: left;
}

#site-navigation ul#primary-menu li.menu-parent li.menu-item-has-children>ul.sub-menu,
#site-navigation ul#primary-menu li.menu-parent>ul.sub-menu {
    width: 100%;
}

#site-navigation ul#primary-menu li.menu-parent>ul.sub-menu {
    width: 100%;
}

#site-navigation ul#primary-menu li.menu-parent>ul ul {
    margin: 0px;
    position: initial;
}

.main-navigation ul#primary-menu li.menu-parent:hover>ul.sub-menu li ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-navigation li.menu-parent ul ul {
    box-shadow: 0px 0px 0px 0px;
}

.main-navigation li.menu-parent ul ul li a {
    border: 0px;
}

.main-navigation li.menu-parent ul ul {
    border-top: 0px;
}

.main-navigation li.menu-parent ul ul ul {
    top: 0px;
}

.main-navigation li.menu-parent ul ul {
    transform: initial;
}

.main-navigation ul.menu li.menu-parent>ul.sub-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border-bottom: 0px;
    margin-bottom: 10px;
}

.main-navigation ul li.menu-parent ul li.menu-item-has-children>a:before {
    display: none;
}

.main-navigation ul.menu li.menu-parent>ul.sub-menu>li>a::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fae104;
    bottom: 0px;
    position: absolute;
    left: 8px;
}

.about-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.xemthem {
    background: #f9a501;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    text-align: center;
}

.icon-search .fa {
    cursor: pointer;
    background: transparent;
}

.icon-search .search-form {
    display: none;
	position: absolute;
    z-index: 1;
    top: 42px;
    right: 0px;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    width: 300px;
	height:40px;
    padding: 0px 10px;
    line-height: 1.4;
}

.search-form label {
    width: 100%;
    margin-bottom: 0;
}

.screen-reader-text {
    display: none;
}

.site-header input[type=search] {
    color: #333333;
}
.menu .search-form input[type=search] {
    border: none;
}
.search-form input[type=search] {
    height: 40px;
    width: 100%;
    background: none;
    color: #333333;
    font-weight: normal;
    padding: 0px 10px;
    border: 1px solid #000;
}
.search-form input[type=search]::placeholder { 
	color: #333333;
	opacity: 1; 
}

.search-form input[type=search]:-ms-input-placeholder { 
	color: #333333;
}

.search-form input[type=search]::-ms-input-placeholder { 
	color: #333333;
}
.search-form input[type=submit] {
    z-index: 1;
    background: #C71D22 url(lib/images/btsearch.png) center center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    border-left: none;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar .widget.widget_search_most {
	width: 100%;
    float: left;
}

.sidebar .widget.widget_search_most .list-post-item {
	width: 100%;
    float: left;
	margin-left: -5px;
    margin-right: -5px;
}

.sidebar .widget.widget_search_most .list-post-item li {
	width: calc(50% - 10px);
	margin-left: 5px;
    margin-right: 5px;
	float: left;
}
section.home-newspaper .style-9 .hentry {
    margin: auto;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
.container {
	max-width: 1200px!important;
}
.home-newspaper .slick-slide img {
	display: inline-block;
}
section.slide-home {
    max-width: 1358px;
    text-align: center;
	margin: 0 auto;
}
/* Extra large devices (large desktops) */


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1200px) {
    .project .sub-list-project .col-lg-15.col-md-4.col-6 {
        padding-top: 10px;
    }
    #site-navigation ul#primary-menu li.menu-parent.menu-item-has-children>ul.sub-menu {
        width: 930px;
    }
	.heading.title-maga::before, .heading.title-maga::after {
		width: 25%
	}
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 992px) {
	.navl, .navr, .header-l, .header-r, .navbar .main-navigation .menu-main-menu-left-container, .navbar .main-navigation .menu-main-menu-right-container {
		width: calc(50% - 55px);
	}
	.header-r {
		flex-wrap: unset!important;
	}
	.header-r > div+div{
		padding-top:0;
	}
    #site-navigation,
    .sidebar .widget_nav_menu ul ul {
        display: none;
    }
    .site-boxed .site-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .project .sub-list-project .col-lg-15.col-md-4.col-6 {
        padding-top: 10px;
    }
    .navbar {
        background: #fae104;
    }
	.home-project .sub-list-project #projecthome{
		margin:0;
	}
	.sidebar-content .sidebar, .content-sidebar .sidebar{
		width: 100%;
	}
	.archive.category .content-sidebar-wrap{
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (max-width: 767px){
	.heading.title-maga::before, .heading.title-maga::after {
		display: none
	}
	.header-r{
		width:calc(100% - 200px);
	}	
	.project-deploed .project-content, 
	.project-deploed-block .project-deploed-block-content-group ._title,
	.project-deploed-block .project-deploed-block-content-group #project-deploed-nav-control{
		width:100%;
	}
	.project-deploed-block .project-deploed-block-content-group{
		flex-direction:column;
	}
	.project-deploed .col-md-4 img {
    margin-top: 15px;
}
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767px),(max-width: 836px) {
    .site-info,
    .site-info * {
        text-align: center;
    }
    .navbar {
        background: #f9e004;
    }
    section.ahome-subcontent .sublist-title .slick-carousel {
        width: 90%;
        margin: auto;
        left: auto;
    }
    section.ahome-subcontent .noidung-subcontent {
        padding: 0px;
    }
    section.ahome-subcontent .sublist-title .slick-carousel span {
        font-size: 18px;
    }
    section.ahome-subcontent .sublist-title h2 {
        text-align: center;
    }
    section.ahome-subcontent .sublist-title h2 img {
        width: 100%;
        margin: auto;
        padding: 0px 60px;
    }
    section.ahome-subcontent .sublist-title h2 {
        display: block !important;
    }
    #site-navigation ul#primary-menu li.menu-parent.menu-item-has-children>ul.sub-menu {
        display: none;
        padding: 0px;
    }
    .project .sub-list-project .col-lg-15.col-md-4.col-6 {
        padding-top: 10px;
    }
    .project .sub-list-project .col-lg-15.col-md-4.col-6:last-child {
        display: none;
    }
    section.project .title-project h3 {
        font-size: 25px;
    }
    section.project .sub-list-project {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sidebar .widget.widget_media_image {
        text-align: center;
    }
	.about-title {
		margin-top: 20px;
	}
	section.project {
		margin-bottom: 0px;
	}
	section.ahome-subcontent,
	section.ahome-service,
	section.ahome-baogia {
		margin-bottom: 20px;
	}
	.metaslider .theme-default .nivoSlider img {
		height: 250px !important;
    	object-fit: cover;
	}
	.widget_search_most .list-post-item li a img,
	.related-du-an .du-an-lien-quan a img,
	.widget_list_projects .list-post-item li a img {
		width: 100%;
	}
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 576px) {
    .project .sub-list-project .col-lg-15.col-md-4.col-6 {
        padding-top: 10px;
    }
	.site-footer .footer-left {display:block}
	.archive .term-description table, .single main .article .entry-content table {
	display: block;
    overflow-x: auto;
    white-space: nowrap;
	}
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}
