/*
Theme Name: Minh Dương ADS Theme
Theme URI: https://minhduongads.com/
Author: Minh Dương
Author URI: https://minhduongads.com/
Description: Giao diện được nghiện cứu, chọn lọc phù hợp với từng ngành nghề kinh doanh. Tương thích trên mọi thiết bị hiển thị như: PC, Laptop, mobile, tablet. Áp dụng công nghệ Reponsive Web Design, web mobile được thiết kế phải có khả năng tự động điều chỉnh để hiện thị trên những thiết bị có kích thước màn hình khách nhau.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: html5, css3 , bootstrap 4, jquery, responsive, cslick-carousel, ...

/*--------------------------------------------------------------
>>> 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/css?family=Roboto:400,400i,500,500i,700,700i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@font-face{
	font-family: UTM Avo;
	src:url(./lib/webfonts/UTMAvo.ttf) format('truetype');
	font-weight:500;
	font-style:normal;
}
@font-face{
	font-family: UTM Avo;
	src:url(./lib/webfonts/UTMAvoBold.ttf) format('truetype');
	font-weight:bold;
	font-style:normal;
}
@font-face{
	font-family: Arial;
	src:url(./lib/webfonts/ArialCE.ttf) format('truetype');
}
@font-face{
	font-family: Helvetica;
	src:url(./lib/webfonts/helveticaneue.ttf) format('truetype');
}
html {
    font-size: 62.5%;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
body {
	font-family: UTM Avo;
    font-size: 14px;
	background-color: var(--color-e0e0e2);
	overflow-x:hidden;
}
:root {
  	--color-81090a: #f5811e;
	--color-e0e0e2: #e5e5e5;
	--color-2b2d42: #2B2D42;
}
a {
	color:#007bff;
    transition: all 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
	color: var(--color-81090a);
}

*:focus {
    outline: none;
}
b, strong{
	font-weight:700;
}
img {
    max-width: 100%;
    height: auto
}
.site-boxed {
    max-width: 1140px;
    margin: 0 auto;
}

.site-boxed .container {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
# Custom css
--------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Font size - px */

.fontsize-10 {
    font-size: 10px;
}

.fontsize-11 {
    font-size: 11px;
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-13 {
    font-size: 13px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-15 {
    font-size: 15px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-17 {
    font-size: 17px;
}

.fontsize-18 {
    font-size: 18px;
}

.fontsize-19 {
    font-size: 19px;
}

.fontsize-20 {
    font-size: 20px;
}

.fontsize-21 {
    font-size: 21px;
}

.fontsize-22 {
    font-size: 22px;
}

.fontsize-23 {
    font-size: 23px;
}

.fontsize-24 {
    font-size: 24px;
}

.fontsize-25 {
    font-size: 25px;
}

.fontsize-26 {
    font-size: 26px;
}

.fontsize-27 {
    font-size: 27px;
}

.fontsize-28 {
    font-size: 28px;
}

.fontsize-29 {
    font-size: 29px;
}

.fontsize-30 {
    font-size: 30px;
}

.fontsize-31 {
    font-size: 31px;
}

.fontsize-32 {
    font-size: 32px;
}

.fontsize-33 {
    font-size: 33px;
}

.fontsize-34 {
    font-size: 34px;
}

.fontsize-35 {
    font-size: 35px;
}

.fontsize-36 {
    font-size: 36px;
}

.fontsize-37 {
    font-size: 37px;
}

.fontsize-38 {
    font-size: 38px;
}

.fontsize-39 {
    font-size: 39px;
}

.fontsize-40 {
    font-size: 40px;
}

.fontsize-50 {
    font-size: 50px;
}

.fontsize-60 {
    font-size: 60px;
}

.fontsize-70 {
    font-size: 70px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-website-bold {
    font-weight: bold;
}

.flex-box-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex-box-column {
    flex-direction: column;
}

.border-radius-5 {
    border-radius: 5px;
}

.justify-content-left {
    justify-content: left
}
.text-back{
	color:#000;
}
.color-a36c33 {
	color: #00a1e4;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-title,
.site-description {
    font-size: 0;
    margin: 0
}
.site-header .header-main{
	padding:5px 0;
}
.site-header .header-content {
    position: relative
}
.header-content .logo{
	margin-right:20px;
}

/* Header style 1 */

.header-banner #showmenu {
    right: 15px;
}


/* Header style 2 */

.site-header.header-logo .logo img {
    margin: 10px 0;
}
.title-cty h2 {
    font-size: 25px;
    color: var(--color-81090a);
    text-align: center;
    line-height: 1.4;
}
.title-cty h2 span{
    font-size: 18px;
    color: #000;	
}
.headerInfo {
    font-size: 16px;
    color: #9d9d9d;
    position: relative;
    padding-left: 48px;
    margin-bottom: 10px;
}
.call:before {
    content: "";
    background: url(/wp-content/uploads/2021/08/clock-icon.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
    width: 36px;
    height: 36px;
}
.headerInfo span {
    display: block;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
	font-weight:bold;
}
/* Header style 3 */


/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/

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

.main-navigation ul.menu li {
    position: relative;
    display: block;
}

.main-navigation ul.menu>li {
    float: left;
}

.main-navigation ul.menu>li.icon-search {
	float: right;
}
.gtranslate_wrapper {
    margin-left: 12px;
}
.main-navigation ul.menu li a {
    font-size: 14px;
    color: #333333;
    display: block;
    white-space: nowrap;
    padding: 8px 20px 8px 8px;
    font-weight: normal;
	padding-right:3px;
	display: inline-block;
}

.main-navigation ul.menu>li>a {
    font-size: 13px;
    font-weight: bold;
    padding: 0 8px;
    line-height: 45px;
    height: 45px;
    color: #FFF;
    text-transform: capitalize;
}

.main-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    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 Free;
    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: #000;
}


/* Submenu 1 */

.main-navigation ul ul {
    background-color: #fff;
    min-width: 210px;
    left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    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: var(--color-81090a);
}

.main-navigation ul ul li a {
    border-bottom: 1px solid #f2f2f2;
}

.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 Free;
    font-weight: 900;
    line-height: 22px;
}


/* Submenu 2 */

.main-navigation ul ul ul {
    position: absolute;
    left: 80%;
    top: -2px;
    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-banner .main-navigation,
.site-header.header-logo-style2 .main-navigation {
    background: var(--color-81090a);
}

.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: 25px;
    font-weight: 500;
    color: #191919;
	position: relative;
    margin: 0px 0 20px 0;
}

.page-title-bar {
    margin-bottom: 20px;
}
.title-bar-wrap{
	background:var(--color-81090a);
	padding:5px 0;
}
.page-title-bar .title {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb {
    padding: 10px 0;
    background: none;
    color: #333333;
	margin-bottom:0;
}

#back-top {
    margin: 0
}

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

#back-top span {
    display: inline-block;
    height: 52px;
    width: 52px;
    position: fixed;
    bottom: 73px;
    right: 24px;
    z-index: 9;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: var(--color-81090a) url(lib/images/top.png) no-repeat center 50%;
    opacity: 1;
    -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
}
.wpcf7 .ajax-loader{
	display:block;
}
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 #00a1e4;
    margin: 0;
}

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

.screen-reader-text {
    display: none
}

.btn {
    font-size: 14px;
    background: var(--color-81090a);
    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: var(--color-81090a);
}

.btn-primary:hover {
    color: #fff;
    background-color: #00a1e4;
    border-color: #00a1e4;
}

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

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


/*--------------------------------------------------------------
# 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-bottom: 20px;
    padding-bottom: 20px;
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #ececec;
}

.sidebar .widget-title {
	font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.sidebar .widget-title a{
    color: #282e3f;	
}
.sidebar .widget ul {
    padding: 0;
}

.sidebar .widget_nav_menu>div,
.widget_supports .list-supporter,
.sidebar .content-feature-page,
.sidebar .slider-products,
.sidebar .list-post-item,
.sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    border-top: none;
}

.sidebar .widget_list_posts .list-post-item,
.sidebar .widget_list_view_posts .list-post-item,
.sidebar .widget .content-feature-page,
.sidebar .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    padding: 10px 0px;
}

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

.sidebar .widget:not(.widget_slider_products) ul li {
    display: block;
	padding: 10px 0px;
	margin-bottom: 0px;
}

.sidebar .widget:not(.widget_slider_products) ul li:not(:last-child) {
	border-bottom: 1px dashed #ddd;
}

/* Widget Custom Menu */

.sidebar .widget_nav_menu ul li {
    position: relative;
    padding: 12px 0px;
}

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

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

.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=submit] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(lib/images/btsearch.png) center center no-repeat;
    text-indent: -9999px;
    width: 29px;
    cursor: pointer;
}


.sidebar .search-form {
    border-radius: 0;
    height: auto;
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #ddd;
	position:relative;
}
.sidebar .search-form input[type=search]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
.sidebar .search-form input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

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

.sidebar .search-form input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}
.site-header .search-form {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 9;
    width: 200px;
    border-radius: 3px;
    background: #FFF;
    overflow: hidden;
}

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

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

.widget .list-post-item .post:after {
    clear: both;
}

.widget .list-post-item .alignleft {
    width: 75px;
    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 a{
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	color:inherit;
}
#list_posts-2.widget .list-post-item h3 a{
    font-weight: 500;
}
.widget .list-post-item h3 span{
	font-size: 14px;
    font-weight: 500;
}

/* Widget Support */

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

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

.widget_supports .support-style-1 .supporter {
    padding: 10px 0px;
}

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

.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 Posts */

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


/* Slick Slider */

html .slick-carousel.slick-dotted.slick-slider {
    padding-bottom: 40px;
}

.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 Free !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: #00a1e4;
    opacity: 1;
}

.slick-slider .slick-dots {
    bottom: 10px;
}

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

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

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

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

.slick-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.slick-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* 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: #00a1e4;
}

.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: #fff;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
}

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

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

.widget_social .icon_google a {
    background: #dd4b39
}

.widget_social .icon_youtube a {
    background: #cd201f
}

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

.widget_social .icon_pinterest a {
    background: #bd081c
}

.widget_social .icon_instagram a {
    background: #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 #00a1e4;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #00a1e4;
}

.tagcloud a:hover {
    background: #00a1e4;
    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: 0px;
}

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


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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.inner-heading{
    padding: 70px 0;	
}
.inner-heading h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
    font-weight: bold;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.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 .entry-title {
	margin-top: 30px;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 60px;
}
.single .entry-title:before {
    content: "";
    background: url(/wp-content/uploads/2021/08/headong-line.png) no-repeat;
    height: 27px;
    width: 140px;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.single article.post .entry-content {
    line-height: 25px;
    margin-bottom: 20px;
	text-align: justify;
}

.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: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.socials-share .fb_iframe_widget {
    position: relative;
    top: 2px;
}

.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-weight: 500;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
	padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}
.related-posts .image img{
	height:80px;
	object-fit:cover;
}
.related-posts .title a {
	line-height: 1.5;
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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


/*--------------------------------------------------------------
## 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: #00a1e4;
    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: #00a1e4;
    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: #00a1e4;
    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
}


/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .content-sidebar .site-main {
        float: left;
    }
    .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;
    }
}
.home .site-content {
    padding-top: 0;
}

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


/*--------------------------------------------------------------
## Blog single post
--------------------------------------------------------------*/
.blog-single article{
    background: #fbfbfb;
    padding: 20px 20px 40px;
    margin-bottom: 30px;
    border: 1px solid #ececec;	
}
.blog-single article .postimg {
    position: relative;
}
.blog-single article .postimg img{
	width:100%;
	object-fit:cover;
}
.blog-single article .postimg .date{
    font-size: 24px;
    font-family: 'UTM Avo';
    position: absolute;
    right: 22px;
    bottom: -20px;
    background: #f5811e;
    padding: 6px 13px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    z-index: 1000;
}
.blog-single article .postimg .date span {
    display: block;
    font-size: 16px;
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
body.archive .list-categories__item img{
	height:180px!important;
	object-fit:cover;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
body.archive .list-categories__item h4 a.post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.content-top{
	background:#e0e0e2;
}
.blog-archive article .entry-content{
    background: #f1f1f1;
    padding: 10px;
    margin-top: -5px;	
	text-align:center;
}
.blog-archive .sh-blog-shortcode article .entry-title a{
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

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

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

.sh-blog-shortcode .element.item-new .entry-description {
    color: #747474;
}

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

.sh-blog-shortcode .element.item-new .view-detail {
    font-size: 14px;
    color: var(--color-81090a);
    border: 2px solid var(--color-81090a);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 0 0 2em #fff inset;
}
.sh-blog-shortcode .element.item-new .view-detail:hover {
    background: #81090A;
    color: #fff;
    box-shadow: 0 0 0 0px #81090A inset;
}
.sh-blog-shortcode .element.item-new .view-detail i {
	padding-left: 10px;
}

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

.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
	position:relative;
}

.sh-blog-shortcode .element .entry-thumb a img {
	margin: 10px auto;
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sh-blog-shortcode .element:hover .entry-thumb a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}
.sh-blog-shortcode .element:hover .entry-thumb a .overlay {
    opacity: .7;
    transform: rotateY(0deg) scale(1.1);
}
.sh-blog-shortcode .element:hover .entry-content a{
	color:var(--color-81090a);
}
.sh-blog-shortcode .element .entry-thumb a .overlay {
    background-color: #f5811e;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}
.sh-blog-shortcode .element .entry-meta {
    color: #888;
    font-style: italic;
    margin-bottom: 5px;
}

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

.sh-blog-shortcode .element .entry-title {
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.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: 30%;
    margin-right: 15px;
}

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

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

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

.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: 0px;
    background: #FFF;
    border: 0px solid #cdcdcd;
}

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

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

.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: #00a1e4;
    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%;
    }
	.home-project .sh-blog-shortcode .element,
	.home-news .col-md-4 .sh-blog-shortcode .element {
		-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
}


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

.navbar {
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #FFF;
    z-index: 999999;
    background: #00a1e4;
    padding: 0 15px;
    position: relative;
}

.navbar-brand {
    color: #FFF !important;
    height: 46px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    /*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
}

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

#mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
    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;
    max-width: 84%;
    position: relative;
    height: 100%;
}

.mobilenav__inner .menu-top-menu-container {
    height: calc( 100% - 128px);
    overflow: auto;
}

.mobilenav__inner .menu_close {
    position: absolute;
    top: 0;
    right: -20%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    cursor: pointer;
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.mobilenav__inner .menu_close i {
    font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #fff;
    border-left: 1px solid #ddd;
    color: #282828;
    transform: translateY(-50%);
}

.toplg {
    padding: 10px 20px;
    text-align: center;
}

.toplg img {
    max-width: 150px;
    margin: 0 auto;
}

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

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

#mobilenav .mobilenav__inner>div:not(.toplg) {
    height: calc( 100% - 128px);
}

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

#mobilenav ul.mobile-menu > li.current-menu-item > a {
	color: #fff;
	background: var(--color-81090a);
}

#mobilenav li a {
    color: #282828;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
	text-transform: uppercase;
    border-bottom: solid 1px #f1f1f1;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

#mobilenav ul.mobile-menu>li>a {
    background: #fff;
}

#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome\ 5 Free";
    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: var(--color-81090a);
}
#mobilenav ul ul.sub-menu li 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 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
}

#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-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: 4px;
    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: var(--color-81090a);
}


/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/

.site-footer, .site-footer a {
    color: #FFF;
	text-align:justify;
}
.site-footer a:hover {
	color:#007bff;
}
.footer-widgets {
    padding: 30px 0 30px 0;
    background: #010101;
    color: #fff;
}
.footer-widgets .footer-widgets-area:nth-child(2){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;	
}
.footer-widgets h4.widget-title {
    font-weight: 600;
    font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 20px;
    text-transform: uppercase;
	position: relative;
}

.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
.footer-widgets ul.menu {
	 column-count: 2;
	-moz-column-count: 2;
    -webkit-column-count: 2;	
}
.footer-widgets ul ul {
    display: none;
}

.footer-widgets .widget_nav_menu ul li {
    position: relative;
}
.footer-widgets .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

.site-info {
    padding: 10px 0;
    background: var(--color-81090a);
}

.site-info p {
	font-size: 13px;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/

.home .site-content > .container {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

/** Header **/

.header-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-content-right .widget {
	margin-bottom: 0;
}

.header-content-right .widget:nth-child(1) {
	-ms-flex: 0 0 calc(80% - 70px);
    flex: 0 0 calc(80% - 70px);
    max-width: calc(80% - 70px);
}

.header-content-right .widget:nth-child(2) {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.header-content-right .widget:nth-child(3) {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	-ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

.header-content-right ul {
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-content-right ul li {
	list-style-type: none;
	padding-left: 50px;
    position: relative;
	font-size: 16px;
}

.header-content-right ul li:nth-child(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.header-content-right ul li:before {
	content: "";
	background-image: url('lib/images/icon-header-3.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 40px;
    left: -5px;
    top: 8px;
    position: absolute;
}

.header-content-right h2 {
	color: #00a1e4;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 0px;
}

.header-content-right p {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}

/** Footer **/

.border-footer {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.footer-widgets .footer-widgets-area:nth-child(1) ul li::before {
    content: "\f3c5";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px;
}

.footer-widgets .footer-widgets-area:nth-child(1) ul li:nth-child(3)::before {
    content: "\f3cd";
}

.footer-widgets .footer-widgets-area:nth-child(1) ul li:nth-child(4)::before {
    content: "\f0e0";
}

.footer-widgets .footer-widgets-area:nth-child(1) ul li:nth-child(5)::before {
    content: "\f0ac";
}

.footer-widgets .footer-widgets-area:nth-child(3) ul li::before {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px;
}

.footer-widgets .footer-widgets-area ul li {
    line-height: 20px;
    list-style-type: none;
	padding-bottom: 15px;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.footer-widgets .footer-widgets-area ul.menu li:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    opacity: 1;
	margin-right: 6px;
}
.footer-widgets .footer-widgets-area ul.menu li:hover{
	color: #007bff;
	padding-left:10px;
}
.footer-widgets .footer-widgets-area .form-group {
	position: relative;
	margin-bottom: 0;
}

.footer-widgets .footer-widgets-area input[type="text"],
.footer-widgets .footer-widgets-area textarea {
	width: 100%;
    padding: 8px 10px;
	border-radius: 5px;
    border: 1px solid #00a1e4;
}

.footer-widgets .footer-widgets-area input[type="tel"] {
	width: 100%;
    padding: 8px 35px 8px 10px;
	border-radius: 5px;
    border: 1px solid #00a1e4;
}

.footer-widgets .footer-widgets-area input[type="submit"] {
	color: #00a1e4;
	height: 37px;
    width: 37px;
    position: absolute;
    top: 1px;
    right: 0;
    border: 0px;
    background: transparent;
}

.tc1:before {
    content: "\f1d8";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.tc1 {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

/** Home **/

.home-title {
	padding-bottom: 10px;
}

.home-title span{
	color: #8B2A32;
    font-weight: bold;
}
.home-news-top{
	background: var(--color-e0e0e2);
}
.home-lawyer{
    background: var(--color-81090a);
}
.home-news-top .col-left{
	padding:5px 5px 5px 15px;
}
.home-news-top .col-right{
	padding-top:5px;
}
.home-news-top .item-news .box-news .post-title{
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.27;
    padding: 20px;
	margin-bottom:0;
    z-index: 1;
}
.home-news-top .item-news .box-news .post-title a{
	color:#ffffff;
}
.home-news-top .slick-prev{
    left: 27.0049px;
}
.home-news-top .slick-next{
    right: 27.0049px;	
}
.home-news-top .slick-arrow{
    width: 45px;
    height: 45px;
    background: var(--color-81090a);
    border-radius: 5px;
}
.home-news-top .slick-arrow:before{
	color:#ffffff;
	font-size:25px;
}
.post-title{
	color:#333;
}
.post-title:hover{
	color:var(--color-81090a);
}
.home-about{
    padding: 40px 0;
    background: #fff;
	font-size:15px;
}

.home-about .read-more{
    padding: 8px 15px;
    background: var(--color-81090a);
    color: #fff;	
}

.home-lawyer{	
    color: #fff;
    padding: 50px 0 20px 0;
}
.home-lawyer .avata{
	height:240px;
}
.home-lawyer .avata img{
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
}
.home-lawyer .info{
    color: #000;
    padding: 15px 5px;
    background: #fff;
}
.home-news {
	padding: 35px 0px;
}
.home-news .title-cat{
    background: var(--color-81090a);
}
.home-news-bottom, .home-feedback, .home-news{
    background: var(--color-e0e0e2);
}
.home-news img{
	width:100%;
}
.home-news .title-cat{
	padding: 6px 0 6px 10px;	
}
.home-news .news-r .title-cat{
	margin-bottom:0;
}
.home-news .news-r .col-right{
    border-left: 1px solid rgb(231, 231, 231);
    border-right: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
	background:#fff;
    padding: 15px;
    margin-bottom: 20px;	
}
.home-news .title-cat a{
    color: #fff;
	font-size:18px;
    font-weight: bold;
    text-transform: uppercase;	
}
.home-news .post-item .box-text{
    padding-top: 18px;
}
.home-news .post-title{
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(39, 48, 57, .85);
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-news .post-title:hover, .home-news .excerpt:hover, .home-news-top .post-title:hover{
    color: #f5811e;	
}
.home-news .col-right .row{
	margin-bottom:15px;
}
.home-partner{
	padding: 50px 0px;
	background: var(--color-81090a);
}
.home-lawyer .slick-slider .slick-arrow, .home-partner .slick-slider .slick-arrow{
	top:36%;
}
.home-partner .wrap-partner img {
    width: 100%;
    height: 90px;
    padding: 10px 15px;
    border-radius: 6px;
    background: #fff;
    object-fit: contain;
    border: 1px solid #ddd;
}
.home-feedback{
	padding:50px 0 20px 0;
}
.home-feedback .img-avatar {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}
.home-feedback .img-avatar img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: -5px 4px 10px 0px rgb(0 0 0 / 20%);
}
.home-feedback .description{
    margin-top: 70px;
    padding: 20px;
    border: 3px solid #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #81090A;	
    color: #fff;
}
.home-question{
	padding-top: 30px;
}
.home-question h2:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translatex(-50%);
	width:100px;
	height:2px;
	background:#ffffff;
}
/** Single Product **/

.product_images .item-for.slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product_images .slider-nav.slick-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.product_images .slick-slider {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.product_images .slider-for {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.product_images .slider-for img {
	width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px;
}

.slider-nav .slick-list .slick-slide img {
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s;
}

.slider-nav .slick-list .slick-slide.slick-current img,
.slider-nav .slick-list .slick-slide:hover img {
    border: 1px solid rgb(52 142 202);
    opacity: 1;
}

.policy_new .img-why {
	width: 100px;
}

.description-product ul {
	padding: 0;
	margin: 0;
}

.description-product ul li {
	line-height: 20px;
	list-style-type: none;
	padding-bottom: 10px;
}

.description-product ul li:before {
	content: "\f058";
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px;
	color: #00a1e4;
    font-size: 13px;
}

.guithongtin {
	font-size: 20px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.hotline-single {
	font-size: 18px;
	padding: 20px 0px 0px 0px;
}

.product_meta .posted_inb {
    width: 100%;
    float: left;
    overflow: hidden;
}

.social-share .share-title {
    float: left;
	font-weight: 600;
    padding-right: 20px;
}

.social-share .actions {
    float: left;
}

.social-share .actions li {
    padding: 0px 5px;
}

.social-share .actions li i {
    font-size: 16px;
}

.daucach:last-child {
    display: none;
}

.nav-pills .nav-item {
    margin-bottom: -1px;
}

.section_3 #pills-tab {
	margin-left: -10px;
	margin-right: -10px;
}

.section_3 .nav-pills .nav-item {
	width: 20%;
	padding: 10px;
}

.section_3 .nav-pills .nav-item .nav-link {
	width: 100%;
    height: 220px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 8%);
}

.nav-pills .nav-item .nav-link {
	font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    border-radius: 0;
    color: #212529;
    background-color: #fff;
}

.nav-pills .nav-item .nav-link.active {
	color: #fff;
	background: #00a1e4;
	border: 1px solid #00a1e4;
}
.section_3 .nav-pills .nav-item .nav-link.active {
	background: #0097e0;
	border: 1px solid #0097e0;
}
.section_3 .nav-pills .nav-item .nav-link.active {
	position: relative;
}
.section_3 .nav-pills .nav-item .nav-link.active:after {
	content: "";
    display: inline-block;
    border: 20px solid transparent;
    border-bottom-color: #0097e0;
    -webkit-transition: .45s;
    transition: .45s;
    position: absolute;
    bottom: -20px;
}

.related {
    padding: 30px 0px;
}

.related h4 {
    position: relative;
    padding-bottom: 15px;
}

.related h4::after {
    content: '';
    width: 100px;
    height: 2px;
    border-top: 3px solid #00a1e4;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50px);
}

.related .list-products li.product {
    margin-bottom: 0px;
}

.related .list-products li.product .wrap-product {
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-products {
    padding: 0;
}

.list-products li .wrap-product {
	text-align: center;
    position: relative;
    padding: 10px;
	overflow: hidden;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-products li .image-product {
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.list-products li .woocommerce-loop-product__title {
    font-size: 14px;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 25px;
    overflow: hidden;
}

.more-product {
    font-size: 14px;
    color: #fff;
    background: #00a1e4;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.more-product:hover {
	color: #fff;
}

#pills-tabContent {
	font-size: 15px;
    padding: 25px 20px;
    border: 1px solid #ddd;
}

.booking-group {
	display: flex;
    justify-content: center;
    margin-top: 25px;
}

.booking-group a {
	font-size: 16px;
	font-weight: bold;
	background: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

.section_3 #pills-tabContent {
	color: #fff;
    padding: 30px 30px;
	border-radius: 15px;
	background-color: #0097e0;
	border-color: #0097e0;
}


.prince {
    margin-bottom: 20px;
}

.prince ins {
    color: #c5161d;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding-right: 5px;
}

.prince del {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}

.list-products li .wrap-product .price {
    display: block !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    color: #ff0000 !important;
    font-weight: bold;
}

.list-products li .wrap-product .price>* {
    margin: 0 5px;
}

.list-products li .wrap-product .price ins {
    text-decoration: none;
}

.list-products li .wrap-product .price del {
    font-weight: normal;
    color: #666666;
}

.policy_new {
	overflow: hidden;
	border: 1px solid #fff;
}

.policy_new li {
	width: 100%;
    float: left;
    padding: 10px;
    background: #00a1e4;
    border-bottom: 1px solid #fff;
}

.policy_new li:last-child {
	border-bottom: 0;
}

.img-policy {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.text-why {
	color: #fff;
    float: left;
    width: calc(100% - 60px);
}

/** Category Product **/

.archive-description {
	padding: 20px;
    border: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.sh-product-shortcode .row.list-products {
	margin-left: -10px;
	margin-right: -10px;
}

.list-products li.product {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.sh-product-shortcode .row.list-products li.product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.sh-product-shortcode .row.list-products li.product:hover .wrap-product {
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 0.3);
}

.sh-product-shortcode .row.list-products li.product .wrap-product .image-product img {
    width: 100%;
	height: 180px;
	object-fit: contain;
    transition: all 400ms ease-in-out 0s;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sh-product-shortcode .row.list-products li.product:hover .wrap-product .image-product img {
    opacity: 0.9;
    transform: scale(1.05);
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sh-product-shortcode.column-3 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
	.sh-product-shortcode.column-3 .row.list-products:not(.list) li.product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.sh-product-shortcode.column-4 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
	.sh-product-shortcode.column-4 .row.list-products:not(.list) li.product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/

/** Search **/

.icon-search .fa {
    cursor: pointer;
    color: #fff;
    padding: 8px 8px;
    background: transparent;
}

.icon-search .search-form {
    display: none;
    position: absolute;
    z-index: 1;
    top: 55px;
    right: 0px;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 300px;
    padding: 5px 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;
}

.search-form input[type=search] {
    width: 100%;
    background: none;
    color: #282828;
    font-weight: normal;
    padding: 0px 30px 0px 0px;
}

.search-form input[type=submit] {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: var(--color-81090a) url(lib/images/btsearch.png) center center no-repeat;
    width: 45px;
    height: 100%;
    cursor: pointer;
}

.main-navigation ul.menu>li.icon-search>a {
	padding: 0 10px;
}

/* Extra large devices (large desktops) */

body.page-template-page-dichvubaotri .site-content > .container {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.section_1 {
	padding-bottom: 30px;
}

.section_2 {
	padding: 30px 0px;
}

.steps-heading {
	width: 100%;
    background: #00a1e4;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.steps-heading .box-circle {
	height: 60px;
	color: #fff;
	font-weight: bold;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warp-steps .steps-content {
	padding: 30px 30px 50px;
}

.section_2 .warp-steps {
	border-radius: 15px;
	margin: 10px 0px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}

.section_3 {
	padding: 30px 0px;
}

.section_4 {
	padding: 15px 0px 30px;
}

.iner-customer {
	height: 550px;
	padding: 40px 30px;
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
}

.customer-avatar {
	width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
}

.iner-customer .product_images .slider-for img {
	width: auto;
}

.section_2 .slick-slider .slick-dots {
	bottom: -35px;
}

.wrap-customer {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.customer-info_rating {
    font-size: 20px;
    color: #f99600;
}

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

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


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

@media (max-width: 991.98px) {
    #site-navigation,
    .sidebar .widget_nav_menu ul ul {
        display: none;
    }
    .site-boxed .site-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
	.home-news .col-right .row .col-text{
		padding-left:5px;
	}
	.home-news-top .item-news .box-news{
		height:470px;
	}
	.home-news-top .item-news .box-news img {
		object-fit: cover;
		width: 100%;
	}
	.header-content .logo img {
		max-width: 210px;
	}
}
@media (max-width: 767.98px) {
    .site-info,
    .site-info * {
        text-align: center;
    }
	.header-content .logo img {
		width: 90px;
	}
	.header-content .col-xl-9.col-lg-10 {
		display: none;
	}
	/** Home **/
	.home-why .fontsize-35 {
		font-size: 25px;
	}
	.list-why .item-why {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.wrap-why {
		text-align: center;
	    margin-bottom: 10px;
	}
	.wrap-why .flex-box-center {
		flex-direction: column;
	}
	.img-why img {
		height: 110px;
	}
	.fontsize-30 {
		font-size: 20px;
	}
	.fontsize-20 {
		font-size: 15px;
	}
	.fontsize-18 {
		font-size: 14px;
	}
	.wrap-advisory.w-75 {
		width: 100% !important;
	}
	.policy_intuitive .policy_new li {
		width: 50%;
		float: left;
	}
	.sh-blog-shortcode.style-1 .element .entry-thumb {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.icon-search .fa {
		color: #00a1e4;
	}
	.more-home-news {
		position: relative;
    	margin-top: 20px;
	}
	.home-project .entry-content {
		position: relative;
		bottom: 0;
	}
	.wrap-card .card-1__desc {
		height: auto;
	}
	.home-news .post-title {
		margin-top: 10px;
	}
	.home-news-top .item-news .box-news{
		height:320px;
	}
	.footer-widgets .footer-widgets-area:nth-child(2) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; 
	}
	.title-cty h2 {
		font-size: 20px;
	}
	.title-cty h2 span{
		font-size:14px;
	}
	.header-content .logo{
		margin-right:10px;
	}
	.sidebar .widget-title {
		font-size: 19px;
	}
	.home-news-top .col-left{
		padding-left:5px;
	}
}


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

@media (max-width: 575.98px) {
	.home-lawyer .avata {
		height: 320px;
	}	
	.header-content .logo img {
		width: 55px;
	}
	.related-posts .image img {
    	height: auto;
	}
	.title-cty {
    padding-right: 35px;
}
}
@media (max-width: 425px) {
	.title-cty h2{
		font-size:14px;
	}
	.title-cty h2 span{
		font-size:10px;
	}
}