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



/*--------------------------------------------------------------

>>> 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=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #fff }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p {line-height: 1.6;}

a { color: #333; -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; }
a:hover { color: #9c8468; }
a:hover, a:active, a:focus, a:visited { text-decoration: none; }


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

.top-header{height: 38px;background-color: #9c8468;}
.top-header .search_bar{justify-content: flex-end;align-items: center;}

.site-boxed { max-width: 1170px; margin: 0 auto; }
.site-boxed .container { padding-left: 0; padding-right: 0; }
.site-content > .container {
	max-width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

.site-content > .container .content-sidebar-wrap{margin-left: 0;margin-right: 0;}
.site-content > .container .site-main {padding-left: 0;padding-right: 0;}

.header-main.fixed {position: fixed;width: 100%;top: 0;z-index: 99;animation: stuckMoveDown .6s;}

@keyframes stuckMoveDown {
	0%{
		transform:translateY(-100%)
	}

	100%{
		transform:translateY(0)
	}
}


/*--------------------------------------------------------------

# Grid System

--------------------------------------------------------------*/

@media (min-width: 992px) {

	.content-sidebar-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

	.sidebar-left-right .content-sidebar-wrap, .sidebar-left-left .content-sidebar-wrap, .sidebar-right-right .content-sidebar-wrap { margin-left: -10px; margin-right: -10px; }

	.content-sidebar-wrap .site-main, .content-sidebar-wrap .sidebar { padding-left: 15px; padding-right: 15px; }

	.sidebar-left-right .content-sidebar-wrap .site-main, .sidebar-left-left .content-sidebar-wrap .site-main, .sidebar-right-right .content-sidebar-wrap .site-main, .sidebar-left-right .content-sidebar-wrap .sidebar, .sidebar-left-left .content-sidebar-wrap .sidebar, .sidebar-right-right .content-sidebar-wrap .sidebar { padding-left: 10px; padding-right: 10px; }

	.category .content-sidebar-wrap .site-main, .tax-product_cat .content-sidebar-wrap .site-main, .post-type-archive-product .content-sidebar-wrap .site-main, .category .content-sidebar-wrap .sidebar, .tax-product_cat .content-sidebar-wrap .sidebar, .post-type-archive-product .content-sidebar-wrap .sidebar { margin-bottom: 30px; }

	.no-sidebar .content-sidebar-wrap .site-main { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

	.page-template-page-fullwidth .content-sidebar-wrap .site-main,

	.content-sidebar-wrap .site-main.full-width { -ms-flex: 0 0 100% !important; -webkit-box-flex: 0 !important; flex: 0 0 100% !important; max-width: 100% !important; float: none;}

  	.content-sidebar .site-main, .content-sidebar-sidebar .site-main { float: left; }

  	.sidebar-left .content-sidebar-wrap .site-main, .sidebar-right .content-sidebar-wrap .site-main, .page-template-page-left-sidebar .content-sidebar-wrap .site-main, .page-template-page-right-sidebar .content-sidebar-wrap .site-main { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

	.sidebar-left-right .content-sidebar-wrap .site-main, .sidebar-left-left .content-sidebar-wrap .site-main, .sidebar-right-right .content-sidebar-wrap .site-main { -ms-flex: 0 0 60%; -webkit-box-flex: 0; flex: 0 0 60%; max-width: 60%; }

	.sidebar-right .content-sidebar-wrap .site-main, .sidebar-right-right .content-sidebar-wrap .site-main, .page-template-page-right-sidebar .content-sidebar-wrap .site-main { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

	.sidebar-left .content-sidebar-wrap .site-main, .sidebar-left-right .content-sidebar-wrap .site-main, .page-template-page-left-sidebar .content-sidebar-wrap .site-main { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

	.sidebar-left-left .content-sidebar-wrap .site-main { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

	.sidebar-left .content-sidebar-wrap .sidebar-primary, .sidebar-right .content-sidebar-wrap .sidebar-primary, .page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary, .page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

	.sidebar-left-right .content-sidebar-wrap .sidebar-primary, .sidebar-left-left .content-sidebar-wrap .sidebar-primary, .sidebar-right-right .content-sidebar-wrap .sidebar-primary { -ms-flex: 0 0 20%; -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }

	.sidebar-left .content-sidebar-wrap .sidebar-primary, .sidebar-left-right .content-sidebar-wrap .sidebar-primary, .sidebar-left-left .content-sidebar-wrap .sidebar-primary, .page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

	.sidebar-right .content-sidebar-wrap .sidebar-primary, .sidebar-right-right .content-sidebar-wrap .sidebar-primary, .page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

	.sidebar-left-right .content-sidebar-wrap .sidebar-secondary, .sidebar-left-left .content-sidebar-wrap .sidebar-secondary, .sidebar-right-right .content-sidebar-wrap .sidebar-secondary { -ms-flex: 0 0 20%; -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }

	.sidebar-left-left .content-sidebar-wrap .sidebar-secondary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

	.sidebar-left-right .content-sidebar-wrap .sidebar-secondary, .sidebar-right-right .content-sidebar-wrap .sidebar-secondary { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

	.home .content-sidebar-wrap .site-main,
	.page-template .content-sidebar-wrap .site-main,
	.error404 .content-sidebar-wrap .site-main,
	.search .content-sidebar-wrap .site-main,
	.page-template-default .content-sidebar-wrap .site-main,
	.single-du-an .content-sidebar-wrap .site-main{-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}

}



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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title, .site-description { font-size: 0; margin: 0; }


.site-header.header-banner #showmenu { right: 15px; }
.site-header.header-logo .logo{margin-top: 20px;position: absolute;background-color: black;width: 100px;z-index: 9;}
.site-header .header-content { position: relative; height: 90px;}

.header-main{background-color: #f1ebdf;height: 90px;}


/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul { padding: 0; margin: 0; }
.main-navigation ul.menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.main-navigation ul.menu li { position: relative; display: block; }
.main-navigation ul.menu li a { font-size: 15px; color: #333333; display: block; white-space: nowrap; padding: 8px 20px 8px 8px; font-weight: normal; }
.main-navigation ul.menu > li { float: left; }
.main-navigation ul.menu > li > a { font-size: 15px; padding: 0 20px;font-weight: bold; color: #FFF;}
.main-navigation ul.menu > li.menu-item-has-children > a { position: relative;}
.main-navigation ul.menu > li.menu-item-has-children > a:after { content: ''; border: 2px solid rgba(0, 0, 0, 0.3); border-bottom: none; border-right: none; -webkit-box-sizing: content-box; box-sizing: content-box; display: block; width: 6px; height: 6px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); right: 6px; left: auto; -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after {top: 4px;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.main-navigation ul.menu > li.has-megamenu { position: static; }
.main-navigation ul.menu > li.has-megamenu ul.sub-menu { display: flex; flex-wrap: wrap; padding: 10px; }
.main-navigation ul.menu > li.has-megamenu ul.sub-menu li { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.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 ul { background-color: #fff; border-top: 2px solid #9c8468; min-width: 210px; left: 0; position: absolute; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3); z-index: 99999; opacity: 0; visibility: hidden; -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); -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.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 { float: right; margin-right: -14px; line-height: 22px; content: "\f105"; font-family: Font Awesome\ 5 Pro; }
.main-navigation ul ul li ul { position: absolute; left: 80%; top: -2px; opacity: 0; visibility: hidden; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.main-navigation ul ul li ul li { width: 100%; opacity: 1; }
.main-navigation ul ul li:hover > ul { left: 100%; opacity: 1; visibility: visible; }
.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, .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: #9c8468 !important; border-bottom: solid 3px #9c8468;}



.site-header.header-banner .main-navigation, .site-header.header-logo-style2 .main-navigation { background: #9c8468; }



.site-header.header-logo .main-navigation {display: inline-block;margin-left: auto;}

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

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

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



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/
.heading {display: block;color: #eacf80;font-weight: bold;padding-top: 24px;text-transform: uppercase;font-size: 32px; padding-bottom: 30px;}
.title-icon:before,
.left-title-icon:before{content: '';background-image: url('lib/images/title_img.png');background-size: 100% 100%;width: 30px;height: 30px;position: relative;margin-right: 20px;display: inline-block;}
.title-icon:after{content: '';background-image: url('lib/images/title_img.png');background-size: 100% 100%;width: 30px;height: 30px;position: relative;margin-left: 20px;display: inline-block;}


.page-title,
.related-posts .related-title{color: #eacf80;font-weight: bold;padding-top: 24px;text-transform: uppercase;font-size: 32px;padding-bottom: 30px; position: relative;}
h1.entry-title {color: #eacf80;font-weight: bold;margin-top: 20px;text-transform: uppercase;font-size: 30px;}


.page-title-bar { padding: 20px 0 10px 0; margin-bottom: 20px; }

.page-title-bar .title { font-size: 1.5rem; line-height: 1.4; margin-top: 0; }



.wtb-breadcrumb {background: #ececec; margin-bottom: 15px; display: none;}

.wtb-breadcrumb .rank-math-breadcrumb { padding: 10px 0; background: none; color: #333333; }

.wtb-breadcrumb .rank-math-breadcrumb p { margin-bottom: 0px; }



#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: #9c8468 url(lib/images/top.png) no-repeat center 50%; border-radius: 5px; height: 40px; width: 40px; position: fixed; bottom: 38%; right: 30px; 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: 500; display: block; }



.wpcf7 div.wpcf7-validation-errors { margin: 32px 0 16px; }



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



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: none; }



div.wpcf7-response-output { padding: 12px 20px; }



.page_nav {margin-bottom: 20px;}
.page_nav * {display: inline-block;background-color: #f1ebdd;border-color: #f1ebdd;border-radius: 3px;margin: 0 5px;width: 30px;height: 30px;line-height: 30px;text-align: center;color: #333;}
.page_nav .current, .page_nav .page-numbers:hover {color: #FFF;background-color: #958665;border-color: #958665}



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



.wpcf7 .form-group { margin-bottom: 15px; }

.wpcf7 .form-control { height: 34px; font-size: 14px; border-radius: 0; }

.wpcf7 .btn { min-width: 110px; border-radius: 0; border-color: #9c8468; background-color: #9c8468; color: #fff; }

.wpcf7 .btn:hover { background-color: #9c8468; border-color: #9c8468; }

.wpcf7 textarea.form-control { height: 160px; border-radius: 0; }



/*--------------------------------------------------------------

## 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 20px; }

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

.sidebar .widget .widget-title {color: #eacf80;font-weight: bold;padding-top: 24px;text-transform: uppercase;font-size: 32px;padding-bottom: 30px;position: relative;margin-bottom: .5rem;}

.sidebar .widget ul { padding: 0; margin: 0; list-style: none; }

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



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



/* Widget Custom Menu */

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

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

.sidebar .widget_nav_menu ul li.current-menu-item > a { color: #333; }

.sidebar .widget_nav_menu ul li.menu-item-has-children ul { display: none; padding: 0 0 0 0; }

.sidebar .widget_nav_menu ul li.menu-item-has-children ul li { padding: 15px 0 0 16px !important; }

.sidebar .widget_nav_menu ul li.menu-item-has-children .arrow { position: absolute; top: 0; right: 0; width: 39.8px; height: 39.8px; cursor: pointer; text-align: center; line-height: 25px; color: #333333; background: rgba(255, 255, 255, 0.085); -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }

.sidebar .widget_nav_menu ul li.menu-item-has-children .arrow:before { content: '\f067'; font-family: 'Font Awesome 5 Pro'; position: absolute; top: 8px; left: 15px; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }

.sidebar .widget_nav_menu ul li.open > .arrow:before { content: '\f068'; }

.sidebar .widget_nav_menu ul li:hover > a { color: #9c8468; }



.site-footer .widget_nav_menu ul li { border-bottom: 0 !important; }

.site-footer .widget_nav_menu ul > li.menu-item-has-children > a { padding: 3px 0; color: #FFF; }

.site-footer .widget_nav_menu ul > li.menu-item-has-children .arrow { width: 34px; height: 34px; background: transparent; }

.site-footer .widget_nav_menu ul > li.menu-item-has-children .arrow:before { color: #FFF; top: 5px; left: initial; right: 1px; }



/* Widget Search */

.search-form { position: relative; }

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

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

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

.search-form input[type=search]::-webkit-input-placeholder, .search-form input[type=search]::-moz-placeholder, .search-form input[type=search]:-ms-input-placeholder, .search-form input[type=search]:-moz-placeholder { color: #FFF; }

.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 { padding: 4px 12px; background: #176fc8; overflow: hidden; }

.site-header .search-form { top: -1px; right: 10px; z-index: 9; width: 160px; border-radius: 3px; background: transparent; overflow: hidden;border-bottom: 2px solid #fff; }

.site-header .search-form input[type=search] { color: #fff; }

.not-found .search-form { display: flex;display: -webkit-box;display: -ms-flexbox;}

.not-found .search-form label {-webkit-box-flex: 1 !important;-ms-flex: auto !important;flex: auto !important; margin-right: 8px; float: left;}

.not-found .search-form input[type=search] { color: #fff; height: 40px; padding: 4px 10px; border: 1px solid #d1d5da; border-radius: 3px; outline: none; box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075); }

.not-found .search-form input[type=search]::-webkit-input-placeholder, .not-found .search-form input[type=search]::-moz-placeholder, .not-found .search-form input[type=search]:-ms-input-placeholder, .not-found .search-form input[type=search]:-moz-placeholder { color: #333333; }

.not-found .search-form input[type=submit] { font-size: 15px; height: 40px; position: static; background: none; text-indent: 0; width: auto; cursor: pointer; padding: 6px 12px; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%); border: 1px solid rgba(27, 31, 35, 0.2); border-radius: .25em; }



/* 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 ul li .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 */

@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 .list-supporter .email { padding: 5px 10px; font-weight: 600; line-height: 20px; }

.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: bold; }

.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: #333333; 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 .skype { position: absolute; right: 7px; bottom: 10px; z-index: 1; }

.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 .name { font-size: 0.75rem; color: #333333; }

.widget_supports .support-style-3 .phone { line-height: 24px; }

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

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



/* Widget Slider Products */

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



.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 > div, .item-product-slide .alignright > div { width: 100%; }

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

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

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

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

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

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

.item-product-slide .price .text_price, .item-product-slide .price .badge { display: none; }

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

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



/* Widget Slider Posts */

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



/* Slick Slider */

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next { position: absolute; top: 40%; margin: 0; display: inline-block; width: 30px; height: 30px; text-align: center; -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15); background: #FFF !important; }

.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover { background: #9c8468 !important; color: #FFF !important; }

.owl-theme .owl-nav .owl-prev { left: -15px; }

.owl-theme .owl-nav .owl-next { right: -15px; }



html .slick-slider.slick-carousel { margin-left: -15px; margin-right: -15px; }

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

html .slick-slider .slick-slide { padding-left: 15px; padding-right: 15px; }

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

html .slick-slider .slick-arrow { z-index: 1; }

html .slick-slider .slick-arrow:before { font-family: 'Font Awesome 5 Pro'; color: #9c8468; opacity: 1; }

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

html .slick-slider .slick-arrow.slick-next:before { content: "\f054" !important; }

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

html .slick-slider .slick-arrow.slick-prev:before { content: "\f053" !important; }

@media (max-width: 576px) { html .slick-slider .slick-prev { left: 5px; }

  html .slick-slider .slick-next { right: 5px; } }

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

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

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

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



/* 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: #9c8468; }

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

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

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

.widget_featuredpage p { font-size: 0.8125rem; text-align: justify; }



/* Widget Information */

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

.widget_information li i { font-size: 0.75rem; 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 li { display: inline-block; margin-right: 5px; }

.widget_social ul li:last-child { margin-right: 0; }

.widget_social ul li a { font-size: 1rem; display: inline-block; height: 30px; width: 30px; line-height: 30px; color: #333; background: #fff; box-shadow: 0 3px 5px #616161; border-radius: 50%; text-align: center; -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; }

.widget_social ul li a:hover { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px); }

.widget_social ul li.icon_facebook a { color: #3b5999; }

.widget_social ul li.icon_twitter a { color: #55acee; }

.widget_social ul li.icon_youtube a { color: #cd201f; }

.widget_social ul li.icon_linkedin a { color: #0077B5; }

.widget_social ul li.icon_pinterest a { color: #bd081c; }

.widget_social ul li.icon_instagram a { color: #e4405f; }



/* Widget Tag Cloud */

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

.tagcloud a:hover { background: #9c8468; color: #FFF; }



/* Slider */
.wtb-slider .carousel-control-next,
.wtb-slider .carousel-control-prev{width: 10%}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky { display: block; }



.hentry { margin: 0 0 30px; }



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



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



.page-links { clear: both; margin: 0 0 30px; }



.single .hentry { margin-bottom: 30px; }

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

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



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

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

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



.socials-share { padding: 14px 0 14px 0; margin-bottom: 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }

.socials-share .share_unit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.socials-share a { margin-right: 8px; display: inline-block !important; width: 30px !important; height: 30px !important; line-height: 30px !important; text-align: center; text-align: center; background: #9c8468; color: #fff; border-radius: 5px; }

.socials-share a.zalo-share-button { padding: 5px; }



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

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

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

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



/*--------------------------------------------------------------

# 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: 24px; max-width: 100%; }

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

.wp-caption .wp-caption-text { margin: 12.92px 0; text-align: center; }



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery { margin-bottom: 24px; }



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



/*--------------------------------------------------------------

## Account

--------------------------------------------------------------*/

.FormAccount .is-relative { position: relative; }

.FormAccount .is-absolute { position: absolute; top: 8px; right: 10px; }

.FormAccount .form-control { border-radius: 0; }

.FormAccount .btn { border-radius: 0; }

.FormAccount .form-text { margin-bottom: 10px; }

.FormAccount .submit_button { background: #9c8468; color: #FFF; }

.FormAccount .btn-warning { color: #fff; }

.FormAccount .error { margin-top: 10px; }

.FormAccount .ui-datepicker { z-index: 9999 !important; background: #FFF; padding: 15px; border: 1px solid #dedede; }

.FormAccount .ui-datepicker .ui-datepicker-header { text-align: center; }

.FormAccount .ui-datepicker .ui-datepicker-header a { margin: 0 4px 2px; cursor: pointer; }

.FormAccount .ui-datepicker .ui-datepicker-title { text-align: center; }

.FormAccount .ui-datepicker .ui-datepicker-title select { margin: 2px 4px; }

.FormAccount .ui-datepicker .ui-datepicker-calendar thead th { padding: 5px; }



/*--------------------------------------------------------------

## Category

--------------------------------------------------------------*/



/*--------------------------------------------------------------

## Shortcode 

--------------------------------------------------------------*/

/* Shortcode Blog */
.blog-shortcode .post-item .post-info{position: relative;width: 100%;padding-top: 83%;overflow: hidden;}
.blog-shortcode .post-item .responsive-image{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-position: center;}
.blog-shortcode .post-item .news_text_overlay {left: 0;bottom: 0;height: auto;width: 100%;position: absolute;background: rgba(0,0,0,0.6);padding: 20px;overflow: hidden;}
.blog-shortcode .post-item .post-info__meta {font-weight: bold;color: #eacf80;margin-bottom: 15px;}
.blog-shortcode .post-item .post-info__title {font-size: 16px;color: #fff;font-weight: bold;line-height: 1.5em;height: 3em; text-transform: uppercase;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 0;}
.blog-shortcode .post-item .post-info__title::after{animation: shine 2s linear infinite;animation-fill-mode: forwards;content: '';position: absolute;top: -110%;left: -210%;width: 200%;height: 200%;opacity: 0;transform: rotate(30deg);background: rgba(255, 255, 255, 0.13);background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );}
@keyframes shine{
	50% {
	  opacity: 1;
	  top: -30%;
	  left: -30%;
	  transition-property: left, top, opacity;
	  transition-duration: 0.7s, 0.7s, 0.15s;
	  transition-timing-function: linear;
	}
	100% {
	  opacity: 0;
	  top: -30%;
	  left: 0%;
	  transition-property: left, top, opacity;
	}
}


.blog-shortcode.style-1 .post-info__thumb { float: left; width: 25%; margin-right: 15px; }

.blog-shortcode.style-1 .post-info__title { margin: 0 0 5px 0; }

.blog-shortcode.style-1 .post-info__title a { color: #333333; }

.blog-shortcode.style-1 .post-info__title a:hover { color: #9c8468; }

.blog-shortcode.style-1 .post-info__description p { margin-bottom: 5px; }

.blog-shortcode.style-5 .post-info { margin-bottom: 0; }

.blog-shortcode.style-5 .post-info__thumb { float: left; width: 110px; margin-right: 15px; }

.blog-shortcode.style-5 .post-info__title { margin-top: 0; }

.blog-shortcode.style-5 .post-info__description { font-size: 13px; }

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

.blog-shortcode.style-6 .post-info__title { color: #333333; }

.blog-shortcode.style-6 .post-info__title:hover { color: #9c8468; }

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

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

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

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

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

.blog-shortcode.style-6 .second-element-layout .post-info__title { margin-top: 0; }

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

.blog-shortcode.style-7 .first-element-layout .element .post-info__title { margin: 0 0 5px 0; }

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

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

.blog-shortcode.style-7 .second-element-layout .element .post-info__title { margin: 0; }

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

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

.blog-shortcode.style-8 .element .post-info__content { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 9; background-color: rgba(0, 0, 0, 0.5); padding: 10px 10px; }

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

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





/* Shortcode Blog Slide */

.blog-slider__item .entry-thumb { position: relative; margin-bottom: 10px; overflow: hidden; }

.blog-slider__item .entry-thumb img { display: inline-block; width: 100%; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.blog-slider__item:hover .entry-thumb img { transform: scale(1.1); -webkit-transform: scale(1.1); }

.blog-slider__item .entry-title { font-size: 15px; margin-bottom: 8px; }

.blog-slider__item .entry-title a { color: #333333; }

.blog-slider__item .entry-title a:hover { color: #9c8468; }

.blog-slider__item .entry-meta { margin-bottom: 5px; }

.blog-slider__item .blog-slider__item__hover { color: #ffffff; background-color: rgba(0, 0, 0, 0.45); position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column; text-align: center; font-size: 20px; visibility: hidden; opacity: 0; z-index: 1; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.blog-slider__item:hover .blog-slider__item__hover { visibility: visible; opacity: 1; }



/*--------------------------------------------------------------

## 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: #9c8468; padding: 0 15px; position: relative; }



.navbar-brand { color: #FFF !important; height: 46px; padding: 12px 0; font-size: 1rem; 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; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -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 h3 { color: #9c8468; font-size: 1.25rem; margin-bottom: 0; }

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

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

#mobilenav ul{margin: 0; padding: 0;}

#mobilenav ul li { display: block; position: relative; overflow: auto; }

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

#mobilenav ul.mobile-menu > li:last-child > a { border-bottom: solid 1px #dfe3e8; }

#mobilenav ul.mobile-menu > li.open { background: #f7fcff; }

#mobilenav ul.mobile-menu > li.open > a { color: #9c8468; }

#mobilenav ul.mobile-menu > li.current_page_item > a { color: #9c8468; }

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

#mobilenav ul ul.sub-menu li a { padding-left: 0; }

#mobilenav ul > li.menu-item-has-children.open > .arrow:before { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }

#mobilenav .arrow { position: absolute; top: 0; right: 0; width: 42px; height: 42px; cursor: pointer; text-align: center; line-height: 25px; color: #333333; background: rgba(255, 255, 255, 0.085); -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }

#mobilenav .arrow:before { content: ''; border: 2px solid rgba(0, 0, 0, 0.3); border-bottom: none; border-right: none; -webkit-box-sizing: content-box; box-sizing: content-box; display: block; width: 8px; height: 8px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); right: 23px; left: auto; -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }

#mobilenav .mobilenav__inner { background: #f3f3f3; max-width: 84%; position: relative; height: 100%; }

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

#mobilenav .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 .mobilenav__inner .toplg { padding: 18px 15px; height: 60px; text-align: center; }

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



.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); -moz-transition: opacity 0.2s ease-in-out 0s; -o-transition: opacity 0.2s ease-in-out 0s; -webkit-transition: opacity 0.2s ease-in-out 0s; transition: opacity 0.2s ease-in-out 0s; }



#showmenu { height: 24px; position: absolute; top: 50%; right: 0; z-index: 5; transform: translateY(-50%);}
.header-content-mobile{position: absolute;top: 50%; right: 45px; z-index: 5; transform: translateY(-50%);color: #c1ae86;display: flex;}
.header-content-mobile .search-form{border-bottom: 2px solid #c1ae86;}
.header-content-mobile .search-form input[type="search"]{color: #c1ae86}
.header-content-mobile .search-form input[type="submit"]{background-image: url(lib/images/btsearch1.png)}
.header-content-mobile .iconcart svg{fill: #c1ae86;}

.hamburger { display: inline-block; width: 30px; height: 24px; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: linear; transition-timing-function: linear; }



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

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

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

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



.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before { width: 30px; height: 2px; 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; }

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



.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(0.55, 0.055, 0.675, 0.19); transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner:before { -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner:after { top: -20px; -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.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(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.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 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner:after { top: 0; opacity: 0; -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }



/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer { color: #FFF; }
.site-footer a { color: #FFF; }

.footer-widgets { padding: 86px 0 20px 0; background-image: url(lib/images/image-section/footer_bg.jpg);background-size: cover; background-repeat: no-repeat;}
.footer-widgets .wrap{position: relative;padding-top: 80px;padding-bottom: 83px;padding-left: 10px;padding-right: 10px;border-left: solid 1px white;border-right: solid 1px white;border-bottom: solid 1px white;margin-bottom: 20px;}
.footer-widgets .footer_logo {width: 100px;height: 100px;position: absolute;top: -50px;left: 50%;transform: translateX(-50%);}
.footer-widgets .footer_logo img {width: 100%;}

.footer-widgets h4.widget-title {font-size: 20px;font-weight: 700;padding-top: 15px;text-transform: uppercase;color: #eacf80;font-family: 'Playfair Display', serif;position: relative;}

.footer-widgets h4.widget-title:after{content: '';width: 25%;height: 2px;background-color: #eacf80;margin-top: 25px;margin-bottom: 32px;display: block;}

.footer-widgets .wpcf7 input.wpcf7-text{height: 42px;background: #FFFFFF;box-sizing: border-box;border: solid 2px #FFFFFF;padding-left: 5px;margin-bottom: 14px;width: 100%;}
.footer-widgets .wpcf7 input.wpcf7-submit{background: #9a8568;width: 100%;height: 48px;margin-top: 15px;color: white;border: none;font-size: 15px;}

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

.footer-widgets .widget_nav_menu ul li a:before { position: absolute; left: 0; top: 3px; content: "\f105"; font-family: Font Awesome\ 5 Pro; }

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


/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.post-template-default a{color: #fff;}
.post-template-default a:hover{color: #9c8468}

.tax-danh_muc_du_an .sidebar .widget_list_duan,
.category .sidebar .widget_list_products{display: none;}

.du-an-shortcode .type-du-an{height: auto;min-height: 400px;position: relative;clear: both;}
.du-an-shortcode .duan-info .project-image{position: absolute;left: 0;top: 0;width: 50%;z-index: 11;padding-top: 41%;overflow: hidden;}
.du-an-shortcode .duan-info .project_content{position: absolute;width: calc(100% - 50px);left: 30px;top: 30px;background-color: #f1ebdf;z-index: 10;min-height: 370px;padding-left: 50%;padding-top: 30px;padding-right: 30px;padding-bottom: 30px;}
.du-an-shortcode .duan-info .project_content h3{color: #cfab57;line-height: 1.2;height: 2.4em;font-weight: bold;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding-top: 0px;font-size: 22px;}
.du-an-shortcode .duan-info .project_content .project_des{color: black;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;margin-top: 20px;margin-bottom: 20px;}
.du-an-shortcode .duan-info .project_content a.button,
div.button a {background: #9a8568;width: 162px;height: 48px;color: #FFFFFF;font-size: 14px;line-height: 48px;font-weight: 700;display: inline-block;text-align: center;}


.du-an-template-default .banner-duan{width: 100%;height: 60vh;;position: relative;display: block;}
.du-an-template-default .banner-duan .banner-duan-background{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: top center;}
.du-an-template-default .banner-duan .banner-duan-container{height: 100%;width: 100%;}
.du-an-template-default .banner-duan .banner-duan-content{max-width: 100%;-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transform: translateY(30px);}
.du-an-template-default .banner-duan .banner-duan-content .banner-duan-title{font-size: 72px;font-weight: 600;}


.sidebar .widget_list_duan .duan-info{position: relative;width: 100%;padding-top: 83%;overflow: hidden;margin-bottom: 30px;}
.sidebar .widget_list_duan .duan-info .responsive-image {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-size: cover;background-position: center;}
.sidebar .widget_list_duan .duan-info .news_text_overlay{left: 0;bottom: 0;height: auto;width: 100%;position: absolute;background: rgba(0,0,0,0.6);padding: 20px;overflow: hidden;}
.sidebar .widget_list_duan .duan-info .post-info__title{font-size: 16px;font-weight: bold; color: #fff;line-height: 1.5em;height: 3em; text-transform: uppercase;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 0;}
.sidebar .widget_list_duan .duan-info .post-info__title::after {animation: shine 2s linear infinite;animation-fill-mode: forwards;content: '';position: absolute;top: -110%;left: -210%;width: 200%;height: 200%;opacity: 0;transform: rotate(30deg);background: rgba(255, 255, 255, 0.13);background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );}


.special_border_left {position: absolute;width: calc(50% - 65px);left: 0;top: 0;height: 1px;background-color: white;}
.special_border_right {position: absolute;width: calc(50% - 65px);right: 0;top: 0;height: 1px;background-color: white;}


.tab {width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;justify-content: flex-end;}
.tab button {background-color: inherit;border: none;outline: none;cursor: pointer;padding: 14px 16px;transition: 0.3s;color: white;font-size: 16px;font-family: 'Playfair Display';text-transform: uppercase;margin-bottom: 10px;font-weight: bold;}
.tab button.active {border-bottom: solid 2px #eacf80;}

.section_title h2, .section_title h3 {display: block;color: #eacf80;font-weight: bold;padding-top: 24px;text-transform: uppercase;font-size: 32px;}

.video_item_inner {display: grid;min-height: 200px;position: relative;overflow: hidden;}
.video_item_inner .play-video svg {width: 60px;height: 60px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);fill: #cc3300;}

.section-home{padding: 30px 0;}

.section-bg{background-size: 100%;background-image: url('lib/images/image-section/bg2.jpg');}

section.home-duan,
section.home-product-tab,
.news-wrap,
.related-posts,
.page-template-page-noithat .section-bg,
.du-an-template-default .info-duan,
.du-an-template-default .hinhanhduan{background-image: url('lib/images/image-section/bg.jpg');background-size: 100%;}

section.home-doitac,
section.hosonangluc,
.du-an-template-default .chudautu,
.du-an-template-default .sanxuatthicong{background-image: url(lib/images/image-section/bg1.jpg);background-size: 100%;background-position: center}

section.home-intro-tab{background-color: #3c3c3c;}
section.home-intro-tabcontent{background-image: url(lib/images/image-section/sub_bg.jpg);background-size: 100%;color: #fff;}

section.home-product-tab .home-product-tabcontent .item-product,
.sidebar .widget_list_products .lists-products .item-product{display: block;position: relative;background: #f1ebdf;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-thumb,
.sidebar .widget_list_products .lists-products .item-product .item-product-thumb{background-size: cover;overflow: hidden;width: 100%;padding-top: 70%;position: relative;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-thumb img,
.sidebar .widget_list_products .lists-products .item-product .item-product-thumb img{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-size: cover;background-position: center;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-thumb:hover img,
.sidebar .widget_list_products .lists-products .item-product .item-product-thumb:hover img;{-webkit-transform: scale(1.1);transform: scale(1.1);}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content,
.sidebar .widget_list_products .lists-products .item-product .item-product-content{padding-left: 15px;padding-right: 15px;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content h3,
.sidebar .widget_list_products .lists-products .item-product .item-product-content h3{font-family: initial;font-size: 18px;font-weight: 500;margin-top: 25px;color: #1a1a1a;line-height: 1.2;height: 2.4em;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content h3:hover a,
.sidebar .widget_list_products .lists-products .item-product .item-product-content h3:hover a{color: #a5a5a5;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content .price-box,
.sidebar .widget_list_products .lists-products .item-product .item-product-content .price-box{height: 58.5px;margin-bottom: 20px;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content .price-box ins,
section.home-product-tab .home-product-tabcontent .item-product .item-product-content .price-box .woocommerce-Price-amount,
.sidebar .widget_list_products .lists-products .item-product .item-product-content .price-box ins,
.sidebar .widget_list_products .lists-products .item-product .item-product-content .price-box .woocommerce-Price-amount{font-size: 24px;font-weight: bold;color: #d4a763;display: block;text-decoration-line: unset;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content .price-box del,
section.home-product-tab .home-product-tabcontent .item-product .item-product-content .price-box del .woocommerce-Price-amount,
.sidebar .widget_list_products .lists-products .item-product .item-product-content .price-box del,
.sidebar .widget_list_products .lists-products .item-product .item-product-content .price-box del .woocommerce-Price-amount{color: #a5a5a5;font-size: 15px;display: block;}
section.home-product-tab .home-product-tabcontent .item-product .item-product-content .add-to-cart-box,
.sidebar .widget_list_products .lists-products .item-product .item-product-content .add-to-cart-box{padding-bottom: 20px;background: #f1ebdf;}

section.home-duan .home-project-box, 
.related-posts .home-project-box{position: relative;width: 100%;padding-top: 83%;overflow: hidden;margin-bottom: 30px;cursor: pointer;}
section.home-duan .home-project-box .image-box,
.related-posts .home-project-box .image-box{border: solid 1px #eacf80;position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-position: center;}
section.home-duan .home-project-box .overlay,
.related-posts .home-project-box .overlay{position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: 0;transition: .5s ease;background-color: rgba(0,0,0,0.4);}
section.home-duan .home-project-box .text-overlay,
.related-posts .home-project-box .text-overlay{color: white;font-size: 20px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;width: 80%;}
section.home-duan .home-project-box:hover .overlay,
.related-posts .home-project-box:hover .overlay{opacity: 1;}



/*Page Contact*/
.page-template-page-contact .content-sidebar-wrap{background-repeat: no-repeat;background-position: center center;background-image: url('lib/images/image-section/bg.jpg');background-size: cover;}
.contacts {padding-bottom: 30px;}
.contacts .contact_box {position: relative;background-position: 50px 50px;height: auto;clear: both;min-height: 600px;margin-bottom: 30px;}
.contacts .contact_box img {position: absolute;left: 0;top: 0;width: 50%;z-index: 11;}
.contacts .contact_box .contact_content {position: absolute;width: calc(100% - 180px);color: #333;left: 180px;top: 50px;background-color: #f1ebdf;z-index: 10;min-height: 570px;padding-left: calc(50% - 150px);padding-top: 30px;padding-right: 30px;padding-bottom: 30px;}
.page-template-page-contact .contacts .contact_box .contact_content .contact_title {color: #cfab57;margin-bottom: 25px;font-weight: bold;}
.page-template-page-contact .contacts .contact_box .contact_content .wpcf7-form input.wpcf7-text{width: 100%;height: 42px;background: #FFFFFF;border: solid 2px #FFFFFF;padding-left: 5px;margin-bottom: 14px;}
.page-template-page-contact .contacts .contact_box .contact_content .wpcf7-form label,
.page-template-page-contact .contacts .contact_box .contact_content .wpcf7-form .wpcf7-list-item-label{color: #333;}
.page-template-page-contact .contacts .contact_box .contact_content .wpcf7-form .radio-contact{display: block;}
.page-template-page-contact .contacts .contact_box .contact_content .wpcf7-form .wpcf7-submit{background: #9a8568;width: 162px;height: 48px;color: #fff;border: unset;margin-top: 25px;}


.page-template-page-sanphamxuatkhau section.spxk,
.page-template-page-sanphamxuatkhau section.pricetable{background-image: url(lib/images/image-section/bg.jpg);background-size: 100%;}
.page-template-page-sanphamxuatkhau section.abouttourcompany,
.page-template-page-sanphamxuatkhau section.QA{background-image: url(lib/images/image-section/bg1.jpg);background-size: 100%;}
.page-template-page-sanphamxuatkhau section.spxk .home_project_box {position: relative;width: 100%;padding-top: 83%;overflow: hidden;cursor: pointer;}
.page-template-page-sanphamxuatkhau section.spxk .home_project_box .image-box {border: solid 1px #eacf80;position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-position: center;}
.page-template-page-sanphamxuatkhau section.spxk .home_project_box .overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: 0;transition: .5s ease;background-color: rgba(0,0,0,0.4);}
.page-template-page-sanphamxuatkhau section.spxk .home_project_box .text_overlay {color: white;font-size: 20px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;width: 80%;}
.page-template-page-sanphamxuatkhau section.spxk .home_project_box:hover .overlay {opacity: 1;}
.page-template-page-sanphamxuatkhau section.abouttourcompany .wrap:nth-child(odd) .row [class*='col'].col-left{-ms-flex-order: 2;order: 2;}
.page-template-page-sanphamxuatkhau section.abouttourcompany .wrap h3{padding-top: 24px;text-transform: uppercase;font-size: 32px;}


.page-template-pages .about-feature-box {background-color: #f1ebdf;padding: 20px;margin-bottom: 20px;}
.page-template-pages .about-feature-box .feature-title {margin-bottom: 20px;width: 100%;}
.page-template-pages .about-feature-box .feature-title img {width: 65px;height: 65px;}
.page-template-pages .about-feature-box .feature-title h3 {display: -webkit-box;margin-left: 20px;color: black;line-height: 32px;height: 65px;font-weight: bold;text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;width: calc(100% - 85px);font-size: 22px;padding-top: 0px;}
.page-template-pages .about-feature-box .feature-content p {color: #333;}
.page-template-pages .about-feature-box .about-feature-box-button {background: #9a8568;width: 162px;height: 48px;}
.page-template-pages .about-feature-box .about-feature-box-button a {color: #FFFFFF;display: inline-block;width: 100%;font-size: 14px;line-height: 48px;font-weight: 700;text-align: center;}


.page-template-page-noithat .product-feature {height: calc(100% - 25px);display: block;position: relative;background: #f1ebdf;margin-bottom: 25px;}
.page-template-page-noithat .product-feature .product-feature-image {width: 100%;height: 100%;background-size: cover;background-position: center;position: relative;}
.page-template-page-noithat .product-feature .product-feature-image .dark-overlay {position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0,0,0,0.4);}
.page-template-page-noithat .product-feature .product-feature-title {position: absolute;left: 50%;top: 50%;width: 90%;padding: 10px;transform: translateX(-50%) translateY(-50%);text-align: center;border: solid 1px #eacf80;font-size: 18px;color: #eacf80;text-transform: uppercase;font-family: 'Playfair Display', serif;}
.page-template-page-noithat .row.product-list{margin-right: -5px; margin-left: -5px;}
.page-template-page-noithat .row.product-list [class*='col']{padding-left: 5px;padding-right: 5px;}
.page-template-page-noithat .item-product {display: block;position: relative;background: #f1ebdf;margin-bottom: 25px;}
.page-template-page-noithat .item-product .item-thumb {width: 100%;background-size: cover;overflow: hidden;width: 100%;padding-top: 65%;position: relative;}
.page-template-page-noithat .item-product .item-thumb .item-product-thumb {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-size: cover;background-position: center;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.page-template-page-noithat .item-product .item-thumb:hover .item-product-thumb {-webkit-transform: scale(1.2);transform: scale(1.2);}
.page-template-page-noithat .item-product .item-product-content{padding-left: 15px;padding-right: 15px;}
.page-template-page-noithat .item-product .item-product-content h3{margin-top: 25px;font-size: 16px;font-weight: 600;color: #1a1a1a;line-height: 1.4;height: 3em;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.page-template-page-noithat .item-product .price-box{height: 58.5px;margin-bottom: 20px;}
.page-template-page-noithat .item-product .price-box .woocommerce-Price-amount{font-size: 24px;font-weight: bold;color: #d4a763;display: block;}
.page-template-page-noithat .item-product .price-box ins{text-decoration: unset;}
.page-template-page-noithat .item-product .price-box del{color: #333;}
.page-template-page-noithat .item-product .price-box del .woocommerce-Price-amount{font-size: 16px;font-weight: normal;color: #333;}
.page-template-page-noithat .item-product .add-to-cart-box{padding-bottom: 20px;}


.du-an-template-default .tabcontent .galley-image-item{position: relative;width: 100%;height: 200px;overflow: hidden;margin-bottom: 30px;background-size: cover;}
.du-an-template-default .tabcontent .galley-image-item::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.du-an-template-default .tabcontent .galley-image-item:hover::before {-webkit-animation: shine2 .75s;animation: shine2 .75s;}
.du-an-template-default .buy-box{background-image: url('lib/images/bg_buy.jpg');background-size: cover;background-position: center;padding-bottom: 30px;}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}
@keyframes shine2 {
	100% {
		left: 125%;
	}
}

.sidebar .widget_list_products .lists-products .item-product{margin-bottom: 20px;}

.btn-xemthem{text-align: center;}
.btn-xemthem a{padding: 10px;width: 200px;display: block;margin: 10px auto 20px;text-align: center;border: solid 1px #eacf80;font-size: 18px;color: #eacf80;text-transform: uppercase;font-family: 'Playfair Display', serif;}

/*--------------------------------------------------------------

## Responsive 

--------------------------------------------------------------*/

/* Extra large devices (large desktops) */



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

@media (max-width: 1200px) {



}



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

@media (max-width: 992px) {

	#site-navigation, .sidebar .widget_nav_menu ul ul {display: none;}

	.site-boxed .site-content {padding-left: 15px;padding-right: 15px;}

	.row{margin-right: -10px; margin-left: -10px;}
	.row [class*='col'] { padding-left: 10px;padding-right: 10px; }
	.single .hentry {margin-bottom: 20px;}

	.heading{font-size: 26px;}
	.left-title-icon::before,
	.title-icon::after{width: 25px;height: 25px;}

	section.home-duan .home-project-box,
	.related-posts .home-project-box{margin-bottom: 20px;}

	.page-template-page-sanphamxuatkhau section.abouttourcompany .wrap{padding-left: 1.5rem !important;padding-right: 1.5rem !important;}

}



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

@media (max-width: 767px),(max-width: 836px) {

	.site-info, .site-info * {

		text-align: center;

	}

}



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

@media (max-width: 576px) {
	.header-main,
	.site-header .header-content{height: 70px;}
	.site-header.header-logo .logo{width: 75px;}

	.top-header{display: none;}

	.section_title h2, .section_title h3{font-size: 26px;}

	.row{margin-right: -5px; margin-left: -5px;}
	.row [class*='col'] { padding-left: 5px;padding-right: 5px; }

	.sidebar .widget_list_duan .duan-info{margin-bottom: 15px;}

	.heading,
	.page-title, .related-posts .related-title,
	.sidebar .widget .widget-title{font-size: 20px;}
	.title-icon::before,
	.left-title-icon::before,
	.title-icon::after{width: 22px;height: 22px;}

	.buy-box .heading{font-size: 16px;}

	section.home-product-tab .home-product-tabcontent .item-product .item-product-content h3,
	.sidebar .widget_list_products .lists-products .item-product .item-product-content h3{margin-top: 10px;}

	section.home-duan .home-project-box,
	.related-posts .home-project-box,
	.home-product-tabcontent .row [class*='col'],
	.hentry,
	.page-template-page-noithat .item-product{margin-bottom: 10px !important;}

	.tab{justify-content: flex-start;overflow-x: scroll;}
	.tab button{padding: 10px;font-size: 14px;flex-grow: 0;flex-shrink: 0;flex-basis: auto;}

	.blog-shortcode .post-item .news_text_overlay{padding: 10px;}
	.blog-shortcode .post-item .post-info__meta{display: none;}
	.blog-shortcode .post-item .post-info__title{font-size: 14px;}

	.contacts .contact_box img {position:relative;width: 100%;}
	.contacts .contact_box .contact_content{position: relative;width: 100%;left: 0;top: 0;min-height: auto;padding: 10px;}
	.page-template-page-contact .contacts .contact_box .contact_content .contact_title{font-size: 20px;margin-top: 15px;}

	.page-template-page-sanphamxuatkhau section.abouttourcompany .wrap{padding-left: 0 !important;padding-right: 0 !important;}
	.page-template-page-sanphamxuatkhau section.abouttourcompany .wrap:nth-child(odd) .row [class*='col'].col-left{-ms-flex-order: 0;order: 0;}
	.page-template-page-sanphamxuatkhau section.abouttourcompany .wrap h3{font-size: 18px; margin-bottom: 10px;}

	.item-product .item-product-content h3{margin-top: 10px;font-size: 14px;}
	.item-product .item-product-content .price-box ins,
	.item-product .item-product-content .price-box .woocommerce-Price-amount{font-size: 20px !important;}
	.item-product .item-product-content .price-box del,
	.item-product .item-product-content .price-box del .woocommerce-Price-amount{font-size: 15px !important;}
	.page-template-page-noithat .product-feature{height: calc(100% - 10px);}

	.du-an-shortcode .type-du-an{min-height: auto;}
	.du-an-shortcode .duan-info .project-image{position: relative;width: 100%;padding-top: 83%;background-size: cover;background-position: center;}
	.du-an-shortcode .duan-info .project_content{position: relative;width: 100%;left: 0;top: 0;padding-left: 10px;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;min-height: auto;}
	.du-an-shortcode .duan-info .project_content h3{font-size: 18px;-webkit-line-clamp: 3;height: 3.8em;}
	.du-an-shortcode .duan-info .project_content .project_des{display: none;}
	.du-an-shortcode .duan-info .project_content a.button{width: 100%;}

	.du-an-template-default .banner-duan .banner-duan-content .banner-duan-title{font-size: 30px;}

}



@media (max-width: 414px) {



}



@media (max-width: 375px) {



}



@media (max-width: 360px) {



}





