/*
Theme Name: Uni Creation
Theme URI: univn.vn
Author: univn
Author URI: univn.vn
Description: 
Version: 4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: univn

/*--------------------------------------------------------------
>>> 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=Be+Vietnam+Pro:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap');
html{font-size:62.5%;}
body {font-family: 'Be Vietnam Pro', Arial, sans-serif;font-size: 15px;}
a {color: #021caf;transition: all 0.3s ease-in-out;}
a:hover {color: #021caf;}
a:hover, a:active, a:focus, a:visited {text-decoration: none}
img {max-width: 100%;height: auto}
@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("lib/webfonts/iconfonts/icofont.woff2") format("woff2"),
  url("lib/webfonts/iconfonts/icofont.woff") format("woff");
}
html .single .site-content h1 {font-size: 28px !important;}
html .single .site-content h2 {font-size: 24px !important; color: #750718;}
html .single .site-content h3 {font-size: 20px !important;}
html .single .site-content h4 {font-size: 18px !important;}
.site-boxed {
	max-width: 1140px;
	margin: 0 auto;
}
.site-boxed .container {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title, .site-description {font-size: 0;margin: 0}
.site-header .header-content {position: relative; padding: 10px 0;}
/* Header style 1 */
.header-banner #showmenu {
	right: 15px;
}
/* Header style 2 */
.site-header.header-logo .logo {
    text-align: left:
}
.site-header.header-logo .logo img {
	margin: 10px 0;
}
/* 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 a {
	font-size: 14px;
	color: #333;
	display: block;
	text-transform: none;
	white-space: nowrap;
	padding: 8px 20px 8px 8px;
	font-weight: normal;
}
.main-navigation ul.menu > li > a {
	font-size: 15px;
	font-weight: 500;
	padding: 0 32px;
	line-height: 40px;
	height: 40px;
	color: #fff;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\ea99";
    font-family: 'IcoFont';
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after {
	content: "\eaa1";
}
.main-navigation ul.menu > li.li-home > a:before {
    content: '\ef47';
    font-family: "IcoFont";
    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: red !important;
    text-decoration: underline;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
	min-width: 220px;
	left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 99999999999;
    -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: #021caf;
}
.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: 0px;
    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: #021caf;
}
.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: 18px;
}
.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: #fff;
	padding: 0;
	line-height: 80px;
	height: 80px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
	position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #000;
    line-height: 45px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.heading a {
    color: #000;
    line-height: 45px;
    font-weight: 600;
    font-size: 20px;
}
.page-title a.xemtatca,
.heading a.xemtatca {
    float: right;
    color: #797979;
    font-weight: 500;
    font-size: 15px;
}
.heading a:hover {
    color: #021caf;
    /*background: #021caf;*/
}
.page-title, h1.entry-title {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin: 5px 0 15px 0;
}
.page-title-bar {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.page-title-bar .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
}
.breadcrumb {
	padding: 5px 0;
	margin-bottom: 10px;
	background: none;
	color: #333333;
}
#back-top{margin:0;}
#back-top a{display:block;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;-webkit-transition:1s ease-in-out;transition:1s ease-in-out;}
#back-top span{background:#c12428 url('lib/images/top.png') no-repeat center 50%;border-radius:5px;height:40px;width:40px;position:fixed;bottom:120px;right:15px;z-index:9;opacity:.5;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
#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;
    display: block;
    width: 100%;
}
.page_nav * {
	display: inline-block;
	padding: 3px 10px;
	background: #FFF;
	border: 1px solid #021caf;
	margin: 0;
}
.page_nav .current, .page_nav .page-numbers:hover {
	background: #021caf;
	color: #FFF;
}
.screen-reader-text {display: none}
.btn {
	font-size: 14px;
	background: #021caf;
	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: #021caf;
}
.btn-primary:hover {
    color: #fff;
    background-color: #021caf;
    border-color: #021caf;
}
.form-control {
    height: 40px;
    border-radius: 0;
    font-size: 14px;
    outline: none;
}
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 {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #021caf;
	padding: 10px 10px;
	margin: 0;
}
.sidebar .widget ul {
	padding: 0;
}
.sidebar .widget_nav_menu > div, 
.sidebar .content-feature-page, .sidebar .slider-products,
.sidebar .list-post-item, .sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
	border: 1px solid #cccccc;
	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;
}
.sidebar .widget:not(.widget_slider_products) ul {
	margin: 0;
}
.sidebar .widget:not(.widget_slider_products) ul li {
	display: block;
}
/* 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: #021caf;
    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);
}
/* Custom Search */
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 0 !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #000000;
    font-style: normal;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    border-color: transparent #021caf transparent !important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background-color: #021caf !important;
}
@media (min-width: 992.98px) {
    .icon-search > a {
        padding: 0;
        line-height: 37px;
    }
    .icon-search img {
        cursor: pointer;
        color: #333333;
        display: inline-block;
        padding: 5px;
        background: #FFF;
        border-radius: 3px;
    }
    .icon-search .dgwt-wcas-search-wrapp {  
        min-width: initial !important;
    }
    .icon-search .dgwt-wcas-search-form {
        display: none;
        position: absolute;
        z-index: 999;
        right: 0;
        border-radius: 0;
        background: #FFF;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        width: 80%;
        min-width: 340px;
        padding: 5px 10px;
        line-height: 1.4;
    }
    .icon-search .dgwt-wcas-search-form label {
        float: left;
        margin-bottom: 0;
        width: calc( 100% - 70px );
    }
    .icon-search .dgwt-wcas-search-form label input[type=search] {
        border: none;
        width: 100%;
        height: 34px;
        padding: 5px 15px;
        border: 1px solid #ccc;
        border-right: none;
        outline-width: 0;
        font-weight: normal;
        font-size: 13px;
        color: #252525;
    }
    .icon-search .dgwt-wcas-search-form input[type=submit] {
        float: left;
        width: 70px;
        background: #021caf;
        color: #fff;
        text-indent: 0;
        border: none;
        padding: 8px 5px;
        font-size: 13px;
        height: 34px;
    }

    /* Widget Search */
    .dgwt-wcas-search-form label {
        width: calc( 100% - 22px );
        float: left;
        margin-bottom: 0;
    }
    .dgwt-wcas-search-form input[type=search] {
        width: 100%;
        border: none;
        background: none;
        outline-width: 0;
        color: #333333;
        background: #FFF;
        font-weight: normal;
    }
    .dgwt-wcas-search-form input[type=submit] {
        float: right;
        background: url(lib/images/btsearch.png) center center no-repeat;
        text-indent: -9999px;
        border: none;
        width: 22px;
        cursor: pointer;
        height: 22px;
        outline-width: 0;
    }
    .dgwt-wcas-search-form input[type=search]::-webkit-input-placeholder,
    .dgwt-wcas-search-form input[type=search]::-moz-placeholder,
    .dgwt-wcas-search-form input[type=search]:-ms-input-placeholder,
    .dgwt-wcas-search-form input[type=search]:-moz-placeholder {
        color: #333333;font-weight: normal;
    }
    .sidebar .dgwt-wcas-search-form {
        padding: 5px 12px;
        background: #021caf;
        overflow: hidden;
    }
    .main-navigation .site-header input[type=search] {color: #252525}
}
@media (max-width: 992px) {
    /* ICON SEARCH MOBILE */
    div.icon-search {
        display: inline-block;
    }
    div.icon-search {
        outline: 0;
        background: #021caf;
        color: #FFF;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    div.icon-search > a {
        color: #FFF;
    }
    #search {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
        -webkit-transform: translate(0px, -100%);
        -moz-transform: translate(0px, -100%);
        -ms-transform: translate(0px, -100%);
        -o-transform: translate(0px, -100%);
        transform: translate(0px, -100%);
        opacity: 0;
        visibility: hidden;
    }
    #search.open {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px); 
        opacity: 1;
        visibility: visible;
        z-index: 99999999;
    }
    #search .woocommerce-product-search {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -51px;
        width: 60%;
        margin-left: 20%;
        color: #FFF;
        background: transparent;
        border-bottom: 2px solid rgba(255, 255, 255, .5);
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 30px;
        text-align: center;
        outline: none;
        padding: 0 10px;
    }
    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        opacity: 1;
        font-size: 27px;
        color: #fff;
        cursor: pointer;
    }
    .icon-search_custom i {
        color: #999999;
    }
    /* Widget Search */
    .dgwt-wcas-search-wrapp label {
        width: 100%;
        margin-bottom: 0;
    }
    .dgwt-wcas-search-wrapp input[type=search], .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
        height: 29px;
        outline: none;
        border: none;
    }
    .dgwt-wcas-search-wrapp input[type=search] {
        width: 100%;
        background: none;
        color: #333 !important;
        font-weight: normal;
        padding: 0 28px 0 0;
        height: 100%;
        font-size: 16px;
    }
    .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
        position: absolute;
        /* top: 50%; */
        /* transform: translateY(-50%); */
        right: 0;
        z-index: 1;
        /* background: url('lib/images/search_mobile.png') center center no-repeat; */
        text-indent: -9999px;
        width: 40px;
        cursor: pointer;
    }
    .dgwt-wcas-search-wrapp input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #FFF;
    }
    .dgwt-wcas-search-wrapp input[type=search]::-moz-placeholder { /* Firefox 19+ */
        color: #FFF;
    }
    .dgwt-wcas-search-wrapp input[type=search]:-ms-input-placeholder { /* IE 10+ */
        color: #FFF;
    }
    .dgwt-wcas-search-wrapp input[type=search]:-moz-placeholder { /* Firefox 18- */
        color: #FFF;
    }
    .sidebar .dgwt-wcas-search-wrapp {
        padding: 4px 12px;
        background: #021caf;
        overflow: hidden;
    }
    .site-header .dgwt-wcas-search-wrapp {
        position: absolute;
        top: 6px;
        right: 5px;
        z-index: 9;
        width: 200px;
        border-radius: 3px;
        background: #FFF;
        overflow: hidden;
    }
    .site-header .dgwt-wcas-search-input {color: #333333}
    #search .dgwt-wcas-search-wrapp {
        position: absolute;
        top: 50%;
        left: 0;
        width: 80%;
        margin-left: 10%;
        color: rgb(255,255,255);
        background: transparent;
        /* border-bottom: 2px solid rgba(255,255,255,.5); */
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        /* font-size: 30px; */
        text-align: center;
        outline: none;
    }
}
/* 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: 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 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;
}
.widget .list-post-item h3 a {
	color: inherit;
}
/* Widget Support */
.widget_supports .support-style-1 {
	background-color: #FFF;
}
.widget_supports .support-style-1 .supporter {
	padding: 0 10px 10px 10px;
}
.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: #f021caf00;
	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 {
    padding: 0;
    margin-bottom: 0;
}
.widget_supports .support-style-3 ul {
	position: relative;
	padding: 8px 0 0;
    margin-bottom: 0;
}
.widget_supports .support-style-3 ul li {
    list-style: none;
}
.widget_supports .support-style-3 .name {
	font-size: 20px;
	color: #021caf;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget_supports .support-style-3 .phone {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #e70c0c;
}
.widget_supports .related-title {
    padding: 10px 0 10px;
    border-bottom: 1px solid #DDDFE2;
    font-weight: 700;
    color: #2C2C2C;
    font-size: 18px;
    text-transform: none;
}
.widget_supports .support-style-3 .social a img {
	width: 30px;
    margin-right: 10px;
}
.widget_supports .support-style-3 .social a {
	display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
}
.isonline {
    color: darkgrey;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
}
.isonline .label {
    display: inline-block;
    padding: .25em .5em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: bold;
    background-color: rgb(1 177 14);
    color: #fff;
    border-radius: .2rem;
}
.isonline .label-xs {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
/* 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: #f021caf00;
	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 */
html .slick-carousel.slick-dotted.slick-slider {
	padding-bottom: 40px;
    margin-bottom: 0;
}
.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: -35px;
}
.slick-slider .slick-arrow:before {
	font-family: IcoFont !important;
}
.slick-prev:before {
	content: "\ea9d" !important;
}
.slick-next:before {
	content: "\eaa0" !important;
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
	color: #021caf;
	opacity: 1;	
    font-size: 40px;
}
.slick-slider .slick-next:hover:before, .slick-slider .slick-prev:hover:before {
    color: #333333;
}
.slick-slider .slick-dots {
	bottom: 10px;
}
.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: #021caf;
	opacity: 1;
}
@media ( max-width: 575.5px ) {
	.slick-slider .slick-prev {
		left: 5px;
	}
	.slick-slider .slick-next {
		right: 5px;
	}
}
.slick-slider {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.slick-slide {
	padding-left: 15px !important;
	padding-right: 15px !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: #021caf;
}
.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: 10px;margin-top: 5px;}
.widget_social ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    background: #fff;
    box-shadow: 0 3px 5px #616161;
    border-radius: 50%;
    font-size: 20px;
    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 #021caf;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #021caf;
}
.tagcloud a:hover {
	background: #021caf;
	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 15px}
/*.hentry .post-inner {
    border-bottom: 1px solid #ccc;
}*/
.byline, .updated:not(.published) {display: none}
.single .byline, .group-blog .byline {display: inline}
.page-links {clear: both;margin: 0 0 30px}
.single article.post .entry-content {
	line-height: 25px;
	margin-bottom: 20px;
}
.single .entry-content table {
    width: 100%;
    display: inline-block;
    overflow: auto;
}
.single .entry-content table tbody {
    width: auto;
    display: block;
}
.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    min-width: 50px;
}
.entry-meta {
	font-size: 13px;
	margin-bottom: 10px;
}
.entry-meta span {
	color: #747474;
	display: inline-block;
	margin-right: 20px;
}
.entry-meta span.entry-view {
	display: none;
}
.entry-meta span i {
	color: #747474;
}
.socials-share {
    padding: 0 0 20px;
    border-bottom: 1px solid #ebebeb;
}
.socials-share .fb_iframe_widget {
    position: relative;
}
.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: bold;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.related-posts ul {
	padding-left: 0;
    list-style-position: inside;
}
.related-posts ul li {
	margin-bottom: 5px;
}
.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: #021caf;}

/*--------------------------------------------------------------
## 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: #021caf;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:#021caf;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:#021caf;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) {
	.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;
	}
	.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: 15px;
    overflow: hidden;
}
.home .site-main,
.page-template-page-fullwidth .site-main {
	width: 100%;
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}*/
.box_dichvuchinh .row {
    margin-left: -5px;
    margin-right: -5px;
}
.box_dichvuchinh .row .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.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 solid #ddd;
    padding-bottom: 20px;
}
.sh-blog-shortcode .element.item-new .entry-description {
	color: #747474;
    padding: 0 10px;
}
.sh-blog-shortcode .element.item-new .btn {
	border-radius: 20px;
}
.sh-blog-shortcode .element.item-new .view-detail {
	color: #021caf;
}
.sh-blog-shortcode .element.item-new .view-detail i {
	display: none;
}
.sh-blog-shortcode.style-4 .post-inner,
.sh-blog-shortcode .element.item-new .post-inner {
	padding: 2px;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 #b5b5b5;
}
.sh-blog-shortcode.style-4 .element .entry-thumb a img,
.sh-blog-shortcode .element.item-new .entry-thumb a img {
    border-radius: 10px 10px 0 0;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-content {
	margin: 0;
}
.sh-blog-shortcode .element .entry-thumb a {
	overflow: hidden;
	display: block;
}
.sh-blog-shortcode .element .entry-thumb a img {width: 100%;object-fit: cover;min-height:130px;/*max-height: 165px;*/ 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;
	font-style: italic;
	margin-bottom: 0;
}
.sh-blog-shortcode .element .entry-meta i {
	margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
    padding: 0 10px;
}
.sh-blog-shortcode .element .entry-title a {
    color: #333;
}
.sh-blog-shortcode .element:hover .entry-title a {
    color: #021caf;
}
.sh-blog-shortcode .element .entry-description {
	text-align: justify;
	line-height: 1.4;
    font-size: 15px;
}
/* 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 {
	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: #021caf;
}
.sh-blog-shortcode.style-1 .element .entry-description p {
	margin-bottom: 5px;
}
/* Blog Shortcode 2 */
/* Blog Shortcode 3 */
.sh-blog-shortcode.style-3 .post-inner {
    position: relative;
    padding-bottom: 170px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sh-blog-shortcode.style-3 .post-inner .entry-thumb { 
    border-radius: 5px;
    overflow: hidden;
    height: 220px;
}
.sh-blog-shortcode.style-3 .post-inner .entry-thumb a,
.sh-blog-shortcode.style-3 .post-inner .entry-thumb a img {
    height: 100%;
    object-position: center;
    object-fit: cover
}
.sh-blog-shortcode.style-3 .post-inner .entry-content {
    position: absolute;
    height: 222px;
    bottom: 0;
    left: 10px;
    right: 0;
    padding: 25px 25px 0;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sh-blog-shortcode.style-3 .element .entry-title {
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 1.5;
    margin-top: 0;
}
.sh-blog-shortcode.style-3 .element .entry-title a {
    color: #333;
}
.sh-blog-shortcode.style-3 .post-inner .entry-description {
    margin-bottom: 15px;
    color: #999999;
    font-size: 15px;
}
.sh-blog-shortcode.style-3 .element .view-more {
    color: #FFF;
    background: #021caf;
    display: inline-block;
    width: 108px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: all 0.27s ease-out;
    -moz-transition: all 0.27s ease-out;
    -o-transition: all 0.27s ease-out;
    transition: all 0.27s ease-out;
    box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
}
.sh-blog-shortcode.style-3 .post-inner:hover .entry-content {
    height: 270px;
}
.sh-blog-shortcode.style-3 .post-inner:hover .view-more {
    opacity: 1;
}
/* Blog Shortcode 4 */
.sh-blog-shortcode.style-4 .post-inner {
    background: #fff;
    overflow: hidden;
}
.sh-blog-shortcode.style-4 .post-inner .entry-content {
    padding: 10px;
}
/* Blog Shortcode 5 */
.sh-blog-shortcode.style-5 .entry-thumb {
	float: left;
	width: 170px;
	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 {
	background: #FFF;
    margin-bottom: 10px;
}
.sh-blog-shortcode.style-6 .entry-thumb a img {
    width: 100%;
    height: 100%;
}
.sh-blog-shortcode.style-6 .entry-content a.view-more {
    display: none;
}
.sh-blog-shortcode.style-6 .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
	color: #021caf;
}
.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: 160px;
	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: #021caf;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
/* Blog Shortcode 8 */
.sh-blog-shortcode.style-8 .element {
	margin-bottom: 20px;
}
.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%;
	}
}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    #home-register {
        padding-bottom: 0;
        margin-bottom: -80px;
        position: relative;
        z-index: 1;
    }
}
.register-phone {
    padding: 20px 30px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 108deg, rgb(237 28 36) 0%, rgb(232 65 72) 100%);
    background-image: -webkit-linear-gradient( 108deg, rgb(237 28 36) 0%, rgb(232 65 72) 100%);
    background-image: -ms-linear-gradient( 108deg, rgb(237 28 36) 0%, rgb(232 65 72) 100%);
    opacity: .9;
    color: #FFF;
}
@media (min-width: 1200px) {
    .register-phone{
        padding: 20px 50px;
    }
}
@media (min-width: 992px) {
    .register-phone .form-group {
        margin-bottom: 0;
    }
}
.register-phone__title {
    font-size: 30px;
    font-weight: bold;
}
.register-phone h3 {
    font-weight: normal;
}
.register-phone .form-control {
    background: none;
    border: none;
    outline: none;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #FFF;
    font-size: 18px;
    height: 50px;
    color: #FFF;
}
.register-phone .btn {
    font-size: 20px;
    font-weight: bold;
    background-color: #FFF;
    color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    padding: 0 10px;
    border-radius: 4px;
}
.register-phone .btn&:hover {
    color: #FFF;
    background-color: #e91e63;
}
.register-phone span.wpcf7-not-valid-tip {
    color: #FFF;
}
.register-phone div.wpcf7-validation-errors {
    margin-top: 0;
}
.register-phone .form-control::-webkit-input-placeholder {
    color: #FFF;
}
.register-phone .form-control::-moz-placeholder {
    color: #FFF;
}
.register-phone .form-control::-ms-placeholder {
    color: #FFF;
}
.register-phone .form-control::placeholder {
    color: #FFF;
}

.site-footer, 
.site-footer a {
	color: #222;
}
.footer-widgets1 {
	padding: 40px 0 20px;
    box-shadow: 0px -5px 8px 0 rgba(0,0,0,0.08);
}
.footer-widgets2 {
	padding: 40px 0 20px;
	border-top: 1px solid #f1f1f1;
}
.footer-widgets {
	background: #fff;
}
.footer-widgets .widget {
	margin-bottom: 20px;
}
.footer-widgets h4.widget-title {
	font-weight: 600;
	font-size: 14px;
	color: #021caf;
}
.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
.footer-widgets ul ul {
	display: none;
}
.footer-widgets .widget_nav_menu ul li {
	position: relative;
	padding: 3px 0 3px;
}
/* .footer-widgets .widget_nav_menu ul li a:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f0da";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
} */
.footer-widgets .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
.site-info {
    padding: 10px 0;
	border-top: 1px solid #f1f1f1;
	background: #fff;
    color: #000;
}
.site-info p {
	margin-bottom: 0;
}
.phone-mobile {display: none;}
.giuseart-nav {
    position: fixed;
    left: 10px
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
.giuseart-nav ul li {list-style: none!important;}
.giuseart-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(lib/images/zalo.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav li .buttoncall {
    background: transparent;
}.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(lib/images/arrowhead-up.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul>li a i {
    display: block;
    margin: auto;
}.giuseart-nav ul li .buttoncall .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.giuseart-nav ul li .buttoncall .phone_animation i {
    display: inline-block;
    margin-top: 12px;
}.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
   background: url(lib/images/messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul li .buttoncall .phone_animation i {
    display: inline-block;
    margin-top: 12px; height: 50px; width: 50px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
   background: url(lib/images/chat.gif) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
  background: url(lib/images/button-call.gif) no-repeat;
    background-size: contain;
 width: 50px !important; height: 50px !important;
}

.giuseart-nav ul li .buttoncall .btn_phone_txt {
    position: relative;
}
@media only screen and (max-width: 600px){
.giuseart-nav li .chat_animation{display:block !important;}
 
.giuseart-nav li .buttoncall .phone_animation {box-shadow: none;
-webkit-border-radius: 100%;
border-radius: 100%;
display:flex;
line-height: 100px;
bottom: 20px;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
text-align: center;
z-index: 9999999;
align-items: center;
justify-content: center;
}
.giuseart-nav ul>li a{padding:0; margin:0 auto}
.giuseart-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.giuseart-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}
.phone-mobile{display:block !important}}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.site-header.header-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.logged-in .site-header.header-logo {
    top: 32px;
}
.box_slide_search {
    position: relative;
}
.box_slide_search .search {
    z-index: 1;
}
.wtb-slider:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media (min-width: 992.98px) {
    .filter_search {
        margin: 0 auto;
    }
}
.box_slide_search .search .search-form {
    display: block;
    width: 100%;
    border: 1px solid #f5b02c;
}
.box_slide_search .search .search-form label {
    display: block;
    margin-bottom: 0;
}
.box_slide_search .search input[type=search] {
    height: 40px;
    width: calc(100% - 40px);
    border: none;
    float: left;
    background: none;
    outline-width: 0;
    color: #333;
    background: #fff;
    font-weight: normal;
    padding-left: 10px;
}

.box_slide_search .filter-form__submit {
    text-align: left;
}
.box_slide_search .search input[type=submit] {
    background: url(lib/images/btsearch.png) center center no-repeat,rgb(244 170 13);
    text-indent: -9999px;
    border: none;
    width: 40px;
    cursor: pointer;
    height: 40px;
    outline-width: 0;
    border-radius: 0;
}
.box_slide_search .search input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}
.box_slide_search .search input[type=search]::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}
.box_slide_search .search input[type=search]:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}
.box_slide_search .search input[type=search]:-moz-placeholder { /* Firefox 18- */
    color: #333;
}
.page-template .site-content { 
    padding-top: 0;
}
.page-template .site-content > .container {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.filter-form .box_row .form-control {
    border: 0px;
    border-right: 1px solid #f5b02c;
}
@media (min-width: 768.98px) {
    .single .filter-form .box_row,
    .page-template .filter-form .box_row,
    .tax-dulich_danhmuc .filter-form .box_row,
    .tax-tiengnhat_danhmuc .filter-form .box_row,
    .tax-vieclamtn_danhmuc .filter-form .box_row,
    .tax-vieclam_danhmuc .filter-form .box_row,
    .tax-danhmuc_duhoc .filter-form .box_row,
    .tax-danhmuc_congtytuvan .filter-form .box_row {
        display: flex;
        justify-content: center;
        border: 1px solid #f5b02c;
    }
    .col_item_6 {
        width: calc((100% - 20px)/2);
    }
    .col_item_4 {
        width: calc((100% - 40px)/4);
    }
    .col_item_3 { 
        width: calc((100% - 40px)/3);
    }
    .col_item_2 { 
        width: calc((100% - 40px)/2);
    }
}
#dichvuchinh {
    margin: auto;
    z-index: 9;
    text-align: center;
    background: #fff;
}

#dichvuchinh .box_home_danhmucchinh .item {
    padding: 0 10px;
}
#dichvuchinh .box_home_danhmucchinh .item a {
    display: block;
    line-height: 0;
}
#dichvuchinh .box_home_danhmucchinh .item a img {
    margin: auto;
    width: auto;
    height: auto;
    max-height: 60px;
    display: none;
}
#dichvuchinh .box_home_danhmucchinh .item a h2 {
    margin: 0;
    color: #333;
    font-size: 15px;
    height: 40px;
    line-height: 40px; 
}
#dichvuchinh .box_home_danhmucchinh:hover .item a h2 {
    text-decoration: underline;
}
.list_tag_wp {
    margin-top: 10px;
}
.list_tag_wp, .list_tag_wp span a {
    color: #fff;
}
.list_tag_wp span a:hover {
    text-decoration: underline;
}
.news-wrap .nav {
    margin: 20px 0;
}

.news-wrap .nav .nav-item a {
    position: relative;
    display: inline-block;
    color: #333;
    border-radius: 20px;
    padding: 7px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #dddddd;
}
.news-wrap .nav .nav-item a:hover,
.news-wrap .nav .nav-item a.active {
    color: #fff;
    background: #021caf;
}
.related-posts .widget_recent_entries ul li {
    font-size: 13px !important;
    color: #2C2C2C;
    line-height: 18px;
    font-weight: 500;
}
.single .related-posts .related-title {
    padding: 10px 0 10px;
    border-bottom: 1px solid #DDDFE2;
    font-weight: 700;
    color: #2C2C2C;
    font-size: 18px;
    text-transform: none;
}
.single .related-posts ul {
    list-style: none;
    padding: 0 0 15px;
}
.single .related-posts ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDFE2;
}
.single .related-posts ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single .related-posts ul li a.img-post {
    max-width: 120px;
    max-height: 80px;
    min-width: 120px;
    display: table-cell;
    vertical-align: middle;
}
.single .related-posts ul li .content {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.single .related-posts ul li .content .title,
.widget .list-post-item h3 {
    font-size: 13px !important;
    color: #2C2C2C;
    line-height: 18px;
    font-weight: 500;
}
.single .site-content .content-sidebar-wrap .site-main article {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 0;
}
.single .site-content .content-sidebar-wrap .site-main .related-posts {
    background: #fff;
    padding: 0;
}
.shortcode__pagenavi {
    clear: both;
    width: 100%;
    margin-bottom: 30px;
}
.title_search {
	position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
}
.site-branding {
    display: none;
}
.box_dichvuchinh .row .col-md-2 {
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    max-width: 112px;
}
.list-categories .tintuc .tintuc-title .page-title {
    border-bottom: 1px solid #ccc;
    line-height: 45px;
    font-size: 20px;
}
.list-categories .tintuc .tintuc-title .page-title a {
    color: #333;
}
.list-categories .tintuc .sh-blog-shortcode.style-6,
.list-categories .tintuc .sh-blog-shortcode.style-8 {
    overflow: hidden;
}
.list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc .heading-title .entry-title {
    font-weight: 600;
    font-size: 16px;
}
.list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc {
    width: 49%;
    margin-bottom: 10px;
    float: right;
}
.list-categories .tintuc .sh-blog-shortcode.style-8 .element {
    width: 25%;
    margin-bottom: 10px;
    float: right;
    padding: 0 3px;
}
.list-categories .tintuc .sh-blog-shortcode.style-8 .element .entry-thumb {
    width: 100%;
    height: 176px;
    overflow: hidden;
}
.list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc .entry-thumb {
    width: 170px;
    float: left;
    margin: 0 15px 0 0;
}
.list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1),
.list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc:nth-child(1) {
    width: 49%;
    float: left;
}
.list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1) {
    padding: 0;
}
.list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc:nth-child(1) .entry-thumb {
    width: 100%;
    margin: 0 0 10px;
    float: none;
}
.list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1) .entry-thumb {
    height: 362px;
}

.list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1) .entry-thumb a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 362px;
}
.banner_top_single .widget_media_image img {
    width: 100%;
}
.home .sh-blog-shortcode.style-6 .element .entry-title,
.sh-blog-shortcode.style-4 .element .entry-title {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 10px;
    height: 55px;
    overflow: hidden;
}
.sh-blog-shortcode.style-4 .element.item-new .post-inner .entry-meta,
.home .sh-blog-shortcode.style-6 .element .entry-meta {
    padding: 0 10px;
}
.sh-blog-shortcode.style-4 .entry-thumb {
    background: #FFF;
    margin-bottom: 10px;
    height: 167px;
    overflow: hidden;
}
.sh-blog-shortcode.style-4 .element .entry-thumb a {
    overflow: hidden;
    display: block;
    height: 167px;
}
.sh-blog-shortcode.style-4 .entry-thumb a img {
    width: 100%;
    height: 100%;
    max-height: 167px;
    object-fit: cover;
}
#at-share-dock, .addthis-smartlayers-desktop .slideInLeft { display: none !important; }

.list-categories .tintuc .sh-blog-shortcode.style-1 .post-inner {
    background: #f7f7f7;
}
.list-categories .tintuc .sh-blog-shortcode.style-1 .post-inner .entry-thumb a {
    width: 220px;
    height: 180px;
    float: left;
    margin-right: 20px;
}
.list-categories .tintuc .sh-blog-shortcode.style-1 .post-inner .entry-thumb a img {
    object-fit: cover;
    width: 100%;
    height: 100%; 
    max-height: 180px;
    overflow: hidden;
}
.list-categories .tintuc .sh-blog-shortcode.style-1 .post-inner .entry-content .entry-title {
    margin-top: 10px;
} 
.widget_codewidget .code-widget .tab-content .sh-blog-shortcode .element {
    padding: 0 !important;
}
.widget_codewidget .code-widget .tab-content .sh-blog-shortcode .post-inner {
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 10px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.widget_codewidget .code-widget .tab-content .sh-blog-shortcode .post-inner a img {
    border-radius: 0 !important;
}
.widget_codewidget .code-widget .tab-content .sh-blog-shortcode .post-inner .entry-title {
    font-size: 14px !important;
}
#text-10 {
    background: #ececec;
    padding: 10px;
    border-radius: 10px;
}
#text-10 .form-control {
    border-radius: 5px;
}
#text-10 .btn-primary {
    width: 100%;
    display: block;
    height: 40px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 5px;
}
#text-10 .ajax-loader {
    display: none;
}
.group_facebook {
	text-align: left;
	margin-top: 20px;
}
.group_facebook .linkgroup {
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 5px;
	padding: 5px;
}
.group_facebook .linkgroup h3 {
	font-weight: 600;
	color: #333;
	margin: 10px 0;
}
.group_facebook .linkgroup p {
	color: #333;
	text-align: left;
}
.group_facebook .linkgroup span {
	display: inline-block;
	border: 1px solid #021caf;
	padding: 5px 15px;
	color: #021caf;
	border-radius: 20px;
}
.group_facebook .linkgroup span:hover {
	color: #1780c2;
	border-color: #1780c2;
}
body.archive .site-content .site-main .archive-description {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.devvn_readmore_danhmuc {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 60px;
    line-height: 40px;
}
.devvn_readmore_danhmuc:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff021caf', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_danhmuc a {
    color: #fff;
    display: inline-block;
    background: #021caf;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 20px;
}
.devvn_readmore_danhmuc a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.devvn_readmore_danhmuc_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.devvn_readmore_danhmuc_less:before {
    display: none;
}
body.page .site-main > article > .entry-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
/* .single-product .tab-panels div#tab-description.panel:not(.active) {
    height: 0 !important;
} */
.devvn_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 60px;
    line-height: 40px;
}
.devvn_readmore_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff021caf', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_flatsome a {
    color: #021caf;
    display: block;
    font-size: 20px;
}
.devvn_readmore_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #021caf;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.devvn_readmore_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #021caf;
}
.devvn_readmore_flatsome_less:before {
    display: none;
}
.embed-responsive-16by9::before {
    padding-top: 0px !important;
}
.consult-btn {
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}
.consult-btn:before {
    width: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 30px;
    background-color: #e02427;
    transition-property: width;
    transition-duration: .2s;
    will-change: width;
    pointer-events: auto;
    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25)!important;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;
}
.text-white {
    color: #fff !important;
    padding:  10px 20px;
}
.consult-btn i {
    font-size: 26px;
    position: relative;
}
.consult-btn span {
    transition-property: max-width,padding;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: .2s;
    position: relative;
    padding-left: 6px;
}
.box_tu_van {
    background: #ffd111;
    padding: 40px 50px;
    margin-bottom: 20px;
}
.box_tu_van .content_tuvan {
    margin-bottom: 20px; 
}
.box_tu_van .content_tuvan h4 {
    color: #4d2314;
    font-size: 18px;
    font-weight: bolder;
}
.box_tu_van .content_tuvan h3 {
    font-size: 18px !important;
    font-weight: bolder;
    margin-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}
.box_tu_van .content_tuvan ul {
    padding: 0;
    list-style: none;

}
.box_tu_van .content_tuvan ul li i {
    color: #4d2314;
}
.box_tu_van .action_tuvan {
    display: block;
}
.box_tu_van .action_tuvan .btn-dangkytuvan {
    background: #4d2314;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 25px;
    float: left;
    margin-right: 50px;
}
.box_tu_van .action_tuvan .alo-zalo {
    background: #0090da;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 25px;
    display: inline-block;
}
.box_tu_van .action_tuvan .alo-zalo a {
    color: #fff;
    font-size: 14px; 
}   
.box_tu_van .action_tuvan .modal-header {
    text-align: center;
}
.box_tu_van .action_tuvan .modal-title {
    text-transform: uppercase;
    font-weight: 600;
}
.submit-acc {
    text-align: center;
}
.submit-acc .submit {
    background: #4d2314;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 25px;
    color: #fff;
}
.submit-acc .wpcf7-spinner {
    display: none;
}
.embed-responsive iframe {
    position: relative;
    min-height: 410px;
}
.cta {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 90px;
    z-index: 9999
}

.ctaitem {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.ctabg {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 15px;
    position: absolute;
    box-shadow: 0 0 0 0 #021caf;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: zigzag 2.3s infinite ease-in-out;
    animation: zigzag 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.ctaimg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: zigzag 2s infinite ease-in-out;
    animation: zigzag 2s infinite ease-in-out
}

.ctaimg a {
    display: block
}

.ctacontent {
    color: #fff;
    padding: 10px 15px;
    border-radius: 99px;
    position: absolute;
    z-index: 0;
    top: 22px;
    transition-duration: 2s;
    display: none;
    margin-left: -120px;
    font-size: 100%;
    width: 180px;
    transition-duration: 2s
}

.ctaitem:hover .ctacontent {
    display: block
}

.ctamobile {
    position: fixed!important;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999!important
}
.small-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}
.mobileicon {
    float: left;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 99999!important;
    border-right: 1px solid #fff
}

.mobileicon img {
    width: 30px
}

.mobileicon p {
    margin-bottom: 0
}

.mobileicon a {
    color: #fff
}

.mobileicon img {
    justify-content: center;
    -webkit-animation: zigzag 2s infinite ease-in-out;
    animation: zigzag 2s infinite ease-in-out
}

@-webkit-keyframes zigzag {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes zigzag {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
.post-author {
    margin: 0;
    overflow: hidden;
    padding: 38px 0 37px 0;
    border-top: 1px solid var(--pcborder-cl)
}
.author-img {
    float: left;
    margin-right: 20px;
    overflow: hidden
}
.post-author .author-img img {
    margin: 0;
    width: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}
.post-author .author-content {
    margin-left: 120px
}
.author-content h5 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    color: #313131;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.author-content p {
    margin-bottom: 16px;
}
.author-content .author-social {
    font-size: 16px;
    color: #313131;
    margin-right: 20px;
}
.author-content .author-social:hover {
    color: #021caf;
}

.author-content .author-social i {
    vertical-align: top;
}
table tr td {
    border: 1px solid #ccc;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */

/* 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;
	}
	.header-content {
		padding: 15px 0;
	}
    .title_search {
    	font-size: 20px;
    }
    #dichvuchinh {
        bottom: 0;
    }
    .col_item {
        display: inline-block;
        width: 100%;
    }
    .col_item_button .filter-form__submit {
        text-align: center !important;
    }
    .col_item_button input {
        width: 50% !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.site-info, .site-info * {
		text-align: center;
	}
    .site-info {
        padding: 20px 0;
    }
    .sh-blog-shortcode.style-3 .post-inner .entry-content {
        padding-top: 15px;
    }
    .sh-blog-shortcode.style-3 .element .entry-title {
        margin-top: 0;
    }
    .sh-blog-shortcode.style-3 .post-inner .entry-description {
        height: 77px;
        overflow: hidden;
    }
    .sh-blog-shortcode.style-4 .post-inner a img {
    	width: 100%;
    	background-size: contain;
    }
    .box_slide_search .search .search-form {
        width: 100%;
    }
    .sh-blog-shortcode .element .entry-thumb a img {
        max-height: 255px;
    }
    .page .site .site-content .container .content-sidebar-wrap .site-main .type-page .col-12 {
        padding: 0 !important;
    }
    .list-categories .tintuc .sh-blog-shortcode.style-8 .element {
        width: 100%;
        padding: 0;
    }
    .list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1) .entry-thumb {
        height: auto;
    }
    .list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1) .entry-thumb a img {
        min-height: auto;
    }
    .list-categories .tintuc .sh-blog-shortcode.style-8 .element:nth-child(1), .list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc:nth-child(1) {
        width: 100%;
    }
    .list-categories .tintuc .tintuc-title .page-title a.xemtatca {
        display: none;
    }
    .group_facebook {
    	text-align: center;
    }
    .group_facebook .linkgroup {
    	padding-bottom: 15px;
    }
    .footer-widgets {
    	padding: 20px 0 0;
    }
    .seovietmenu__toggle {
        position: absolute;
        z-index: 999;
    }
    .logo {
        text-align: center;
        margin: 0 0 20px;
    }
    .logo a img {
        width: 68%;
    }
    .filter-form .box_row .form-control {
        border: 1px solid #f5b02c;
    }
    #dichvuchinh {
        background: #f1f1f1;
    }
    .box-form-search {
        margin-bottom: 0px !important;  
    }
    .box-form-search .container {
        padding-left: 0px !important; 
        padding-right: 0px !important; 
    }
    .box_tu_van {
        padding: 30px 20px;
    }
    .box_tu_van .action_tuvan .btn-dangkytuvan {
        margin-right: 10px;
    }
    .box_tu_van .action_tuvan .btn-dangkytuvan,
    .box_tu_van .action_tuvan .alo-zalo {
        padding: 8px 15px;
    }
    .embed-responsive iframe {
        position: relative;
        min-height: 315px;
    }
     .post-author .author-content {
        margin: 0
    }

    .author-img {
        margin-right: 20px
    }

    .author-img img {
        width: 80px;
        height: auto;
        margin: 0
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc:nth-child(1),
    .list-categories .tintuc .sh-blog-shortcode.style-6 .box_tintuc {
        width: 100%;
        float: none;
    }
    .archive .sh-blog-shortcode.style-4 .entry-thumb {
        background: #FFF;
        margin-bottom: 10px;
        height: 250px;
        overflow: hidden;
    }
    .archive .sh-blog-shortcode.style-4 .element .entry-thumb a {
        overflow: hidden;
        display: block;
        height: 250px;
    }
    .archive .sh-blog-shortcode.style-4 .entry-thumb a img {
        width: 100%;
        height: 100%;
        max-height: 250px;
        object-fit: cover;
    }
}