﻿.no-js img.lazyload {
	display: none;
}

figure.wp-block-image img.lazyloading {
	min-width: 150px;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 10px;
}
blockquote {
    font-size: 1.02em;
    padding: 0 1em 0 1em;border-left: 3px solid #446084;
}
 ul, ol{
        padding-left: 20px;
}
 ul li {
    margin-bottom: 0.4em;
}
.col-inner ul li {
    margin-left: 0;
}
.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
}

.bg {
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.bg-loaded {
	opacity: 1;
}
.itrans-01,.itrans-02,.itrans-03,.itrans-04,.itrans-05{   
	display: block;
    overflow: hidden;
}
.itrans-01 {
    display: block;
    position: relative
}
.itrans-01:after, .itrans-01:before {
    z-index: 1;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s
}

.itrans-01:hover:before {
    background-color: rgba(255,255,255,.5);
    bottom: 50%;
    top: 50%;
    transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s
}

.itrans-01:hover:after {
    background-color: rgba(255,255,255,.5);
    left: 50%;
    right: 50%;
    transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s
}
/*tran 02*/
.itrans-02 {
	position: relative;
}
.itrans-02::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);
}
.itrans-02:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*tran 3*/
.itrans-03 {
	position: relative;
}
.itrans-03::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.itrans-03:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*trans 04*/
.itrans-04:hover img {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/*trans 5*/
.itrans-05 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.itrans-05:hover img {
	opacity: .6;
}
/*.bolder{font-weight:900!important;}*/
.color01{color:#000080}
.color02{color: #12514f;}
.color03 {
    color: #fa680b;
}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.s-gallery{

}
.s-gallery .item a {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 66.67%;
}
.s-gallery .item a img {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
}
:root {
	--primary-color: #dd9933;
}

html {
	background-color: #eff0f3!important;
}

.full-width .ubermenu-nav,
.container,
.row {
	max-width: 1248px
}

.row.row-collapse {
	max-width: 1140px
}

.row.row-small {
	max-width: 1162.5px
}

.row.row-large {
	max-width: 1200px
}
.row-middle {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.row-flex {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.header-main {
	height: 66px
}
.iborder{
    border-radius:6px;
}
.ishaddow{
    box-shadow: 1px 1px 3px 1px #0000004a;
}

#logo {
    width: 200px;
    transition: all 400ms;
    margin-right: 2em;
}
/*#logo:hover {
    transform: scale(1.06);
}*/
#logo img {
    max-height: 66px;
	padding: 1px 0;
    display: block!important;
    transition: 0.5s all;
}
#logo img:hover{
    transform: scale(1.06);
}/*
.header .logo a img {
    content: url("/images/logo-w.png"); 
    max-width: 100%;
    max-height:75px;
    transition: all 0.3s ease-in-out;
}*/

.header .stuck .logo a img {
    content: url("/images/logo.png");
}
.nav-dark .logo a:hover
{
	opacity:0.9;
}
.header-bottom {
	min-height: 50px
}

.header-top {
	min-height: 40px
}

.transparent .header-main {
	height: 90px
}

.transparent #logo img {
	max-height: 85px;
}
/*.stuck #logo img.header-logo{
    display:block!important;
}
.stuck #logo img.header-logo-dark{
    display:none!important;
}*/

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
	padding-top: 136px;
}

.transparent .header-wrapper {
	/*background-color: rgba(255, 255, 255, 0)!important;*/
}

.transparent .top-divider {
	display: none;
}

.header.show-on-scroll,
.stuck .header-main {
	height: 66px!important;
        overflow: hidden;
}

.stuck #logo img {
	max-height: 62px!important;
    padding: 0px 0;
    display: block!important;
}

.search-form {
	width: 64%;
}
.header-bg-color,
.header-wrapper {
    background:linear-gradient(to right, #fffaf5 0%, #ffffff 22%, #fff3e5 100%);
}
.header-bottom {
	background-color: #1aa8b2
}

/*.header-main .nav>li>a {
	line-height: 21px;
	color: #0f340d;
}*/
.header-main .nav > li > a {
    line-height: 18px;
    color: #1e4587;
    text-transform: uppercase;
    font-weight: 600;
}
.header-main .nav>li>a:hover {
	color: #143875;
}
.header-main .has-dropdown svg {
    font-size: 16px;
    margin-left: .2em;
    opacity: .6;
}
.stuck .header-main .nav > li > a {
	color:#b19668;
}
.stuck .header-main .nav>li>a {
	line-height: 46px;
}

.header-bottom-nav>li>a {
	line-height: 16px
}
/*.stuck .header-main .nav>li>a {
	color:#0f340d!important;
}*/
.stuck .header-main .nav>li>a {
	color: #12514f !important;
}
/*.stuck .header-main .nav>li>a:hover {color:#0a2208!important}*/
.stuck .header-main .nav>li>a:hover {color:#314439!important}
.stuck .header-main .nav>li > a:before {
	display: none!important;
}
@media (min-width: 767px) {
    .nav-dark .header-logo {display:block!important;}
    .has-transparent #logo img.header-logo-dark{display:none!important;}
    .has-transparent .stuck #logo img.header-logo{display:none;}
    .has-transparent .stuck #logo img.header-logo-dark{display:block!important;}

}
@media (max-width: 549px) {
	.header-main {
		height: 70px
	}
	#logo img {
		max-height: 70px
	}
}

.main-menu-overlay {
	background-color: #2c2c2c
}

.nav-dropdown {
	border-radius: 15px
}

.nav-dropdown {
	font-size: 100%
}

.header-top {
	background-color: #ffffff!important;
}


/* Color */

.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline>li.active>a,
.nav-outline>li.active>a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
	color: #ffc114;
}


/* Color !important */

[data-text-color="primary"] {
	color: #dd9933!important;
}


/* Background Color */

[data-text-bg="primary"] {
	background-color: #dd9933;
}


/* Background */

.scroll-to-bullets a,
.featured-title,
.label-new.menu-item>a:after,
.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold>li>a:hover,
.nav-dropdown-bold.dark .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type='submit']:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box>li>a:hover,
.nav-box>li.active>a,
.nav-pills>li.active>a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before,

.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type='submit'].primary,
input[type='submit'].primary,
input[type='reset'].button,
input[type='button'].primary,
.badge-inner {
	background-color: #d92a2a;
}
.btn-submit {
    border-color: #fff;    color: #fff;
}
.banner {
    position: relative;
    background-color: #f9f9f9;
    width: 100%;
    min-height: 30px;
    margin: 0 auto;
    
}
.banner .banner-inner{
    max-width:2250px;
    margin: 0 auto;
}
.banner .item{
    margin: 0;
}
.banner .item img {
    max-width: 100%;    width: 100%;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: cover;
    display: inline-block;
}
#banner-1627581943 {
padding-top: 100%;
background-color: rgb(0, 0, 0);
}
#banner-1627581943 .bg.bg-loaded {
background-image: url(/images/banner.jpg);
}
#banner-1627581943 .overlay {
background-color: rgb(56 58 56 / 21%);
}

#text-box-1952288491 {
    width: 99%;
    bottom: 33%;
    max-width: 768px;
}
#text-box-1952288491 .text {
font-size: 100%;
}
#text-box-1952288491 .text-inner h2 {
    font-family: tahoma!important;
    font-weight: bold;
}
#text-box-1952288491 .text-inner p {
    font-family: tahoma!important;
    font-weight: bold;font-size: 15px;
}
#text-box-1952288491 .text-inner p .shl {
        font-size: 17px;
        line-height: 30px;
}
.banner .description {
    width: 30%;
    text-align: justify;
}
.button.is-outline {
    border: 2px solid #495d51;
}
.button.is-outline:hover{
	background-color: #495d51;
}
.button.is-outline i{
       color: #495d51;
}
.button.is-outline:hover i{
       color: #fff;
}
/* Border */

.nav-vertical.nav-tabs > li.active > a,
.scroll-to-bullets a.active,
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
.accordion-title.active,
.featured-table,
.is-outline:hover,
.tagcloud a:hover,
blockquote,
.has-border,
.cart-icon strong:after,
.cart-icon strong,
.blockUI:before,
.processing:before,
.loading-spin,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover {
    border-color: #29666d;
}

.nav-tabs > li.active > a {
    border-top-color: #155638;
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: #155638;
}

/*.scroll-to-bullets{display:none;}*/
.scroll-to-bullets a {
    background-color: #ea9b68;
}
.scroll-to-bullets a:hover {
    background-color: #b15215;
}

/* Fill */

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
	fill: #dd9933;
}


/* Background Color */

[data-icon-label]:after,
.secondary.is-underline:hover,
.secondary.is-outline:hover,
.icon-label,
.button.secondary:not(.is-outline),
.button.alt:not(.is-outline),
.badge-inner.on-sale,
.button.checkout,
.single_add_to_cart_button,
.current .breadcrumb-step {
	background-color: #e0b548;
}

[data-text-bg="secondary"] {
	background-color: #e0b548;
}


/* Color */

.secondary.is-underline,
.secondary.is-link,
.secondary.is-outline,
.stars a.active,
.star-rating:before,
.star-rating span:before,
.color-secondary {
	color: #e0b548
}


/* Color !important */

[data-text-color="secondary"] {
	color: #e0b548!important;
}


/* Border */

.secondary.is-outline:hover {
	border-color: #e0b548
}

body {
    color: #424242;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
#wrapper, #main {
    background: #fdfcfa;
}
a {
    color: #3c4a29;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    margin-top: 10px;
    margin-bottom: 15px;
    color: inherit;
}

h3,.h3{font-size:19px;}
h4,.h4{font-size:17px;}
/* .header:not(.transparent) .header-nav.nav>li>a {
	color: #0f340d;
}*/
.header:not(.transparent) .header-nav.nav>li>a {
	color: #12514f;
}
.header:not(.transparent) .header-nav.nav>li>a:hover,
.header:not(.transparent) .header-nav.nav>li.active>a,
.header:not(.transparent) .header-nav.nav>li.current>a,
.header:not(.transparent) .header-nav.nav>li>a.active,
.header:not(.transparent) .header-nav.nav>li>a.current {
	color: #2f6f0c;
}

.header-nav.nav-line-bottom>li>a:before,
.header-nav.nav-line-grow>li>a:before,
.header-nav.nav-line>li>a:before,
.header-nav.nav-box>li>a:hover,
.header-nav.nav-box>li.active>a,
.header-nav.nav-pills>li>a:hover,
.header-nav.nav-pills>li.active>a {
	color: #FFF!important;
	background-color: #2f6f0c;
}
.header-nav.nav-line-bottom>li>a:before
{
	height:1px;
	background-color:#dbebd6;
}
.header:not(.transparent) .header-bottom-nav.nav>li>a {
	color: #ffffff;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover,
.header:not(.transparent) .header-bottom-nav.nav>li.active>a,
.header:not(.transparent) .header-bottom-nav.nav>li.current>a,
.header:not(.transparent) .header-bottom-nav.nav>li>a.active,
.header:not(.transparent) .header-bottom-nav.nav>li>a.current {
	color: #ffffff;
}

.header-bottom-nav.nav-line-bottom>li>a:before,
.header-bottom-nav.nav-line-grow>li>a:before,
.header-bottom-nav.nav-line>li>a:before,
.header-bottom-nav.nav-box>li>a:hover,
.header-bottom-nav.nav-box>li.active>a,
.header-bottom-nav.nav-pills>li>a:hover,
.header-bottom-nav.nav-pills>li.active>a {
	color: #FFF!important;
	background-color: #ffffff;
}
.header-nav .menu-item-phone a{
    padding: 9px 8px;
    border-radius: 4px;
    line-height: 22px!important;    font-size: 17px;
}
.header-nav .menu-item-phone a i{    font-size: 15px;
    margin-right: 4px;}
.header-nav .menu-item-phone a:hover{
    opacity:0.8;
       color: #fff!important;
}
.header-nav.nav-line-bottom>li.menu-item-phone>a:before
 {
	display:none;
}

a:hover {
	color: #244172;
}
strong{font-weight:bold;}
.tagcloud a:hover {
	border-color: #ff5622;
	background-color: #ff5622;
}

.products.has-equal-box-heights .box-image {
	padding-top: 100%;
}

.absolute-footer,
html {
	background-color: #012327
}


/* Custom CSS Tablet */

@media (max-width: 849px) {
	.smartPopup {
		display: none !important;
	}
	#pietimerholder {
		display: none !important;
	}
}


/* Custom CSS Mobile */

@media (max-width: 549px) {
	.bottom_support {
		display: none !important;
	}
	.mfp-bg.mfp-ready,
	#newsletter-signup-link {
		display: none !important;
	}
	.smartPopup {
		display: none !important;
	}
	#pietimerholder {
		display: none !important;
	}
	#smartPopupfade {
		display: none !important;
	}
}

.label-new.menu-item>a:after {
	content: "New";
}

.label-hot.menu-item>a:after {
	content: "Hot";
}

.label-sale.menu-item>a:after {
	content: "Sale";
}

.label-popular.menu-item>a:after {
	content: "Popular";
}

#top-bar {
	font-weight: 900 !important;
}

.header-main,
body {
	overflow-x: hidden !important;
}

.title-wrapper p.product-title a,
.box-excerpt.is-small {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2 !important;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
}

.product-small .box-image img {}

.spcss .product-small {
	border: solid 1px #d7102c;
	padding: 5% !important;
	border-radius: 5% !important;
}
.col-text{
	max-width:980px;
	margin: 10px auto!important;
    padding: 0 10px;
}
.col-inner img{margin: 0 auto;    display: block;}
.spcss .box-shadow,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2,
.box-shadow-2-hover:hover {
	background-color: #d7102c !important;
}

.price-wrapper .price {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1 !important;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
}

h5.post-title.is-large {
	font-weight: 900 !important;
}

.product-title.product_title.entry-title {
	font-weight: 900 !important;
}

#shop-sidebar {
	border: solid 0.01px !important;
	padding: 10% !important;
}

.widget_product_categories>ul>li {
	border-bottom: dashed 1px !important;
}

.searchform .button {
	background-color: #1E73BE !important;
}

.post-item .box-text.text-left {
	vertical-align: top !important;
}

.dark .section-title-normal span,
.dark .section-title-normal {
	border: none !important;
}

.titlevip {
	padding-top: 1%;
}

#top-bar {
	font-weight: 900 !important;
	border-bottom: solid 1px #eee;
}

.header-bottom {
	border: none;
	margin-bottom: 0;
	background-size: 100% 100%;
}
.nav-uppercase>li>a {
    letter-spacing: 0.1px;
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 15px;
    color: rgb(12 56 119);
    font-weight: 600;
}
.nav-spacing-large>li {
    margin: 0 11px;
}
/*.nav-uppercase>li>a:hover{
	color: rgb(220 195 95);
}*/
.mfp-content{
	/*background-color:#073c2f!important;*/
	background: linear-gradient(to bottom, #f9f9f9 0%, #fafafa 22%, #eeeeeb 100%);
}
.header-contact-wrapper ul#header-contact li a span {
	color: rgb(0 0 0) !important;
	transition: all .2s;
}

.imgdichvumoibat img {
	border-top-left-radius: 11px !important;
	border-top-right-radius: 11px !important;
}

.dmdv {
	background: url(wp-content/uploads/2020/07/dich-vu-bg-2.jpg) no-repeat center !important;
	background-size: cover !important;
}

.bodmdv .text-center.dark {
	border: solid white 1px;
	border-radius: 5% !important;
	background: rgba(255, 255, 255, .2);
}

.widget.flatsome_recent_posts {
	background: #042244 !important;
	color: white !important;
	border-radius: 5% !important;
	padding: 5% !important;
}

.recent-blog-posts a {
	color: white !important;
}

.is-divider.small {
	display: none !important;
}

.widget ul {
	margin-top: 10px !important;
}

p.from_the_blog_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
}
p.from_the_blog_excerpt:hover
{

}
h2.post-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	font-size:20px;
}

.bannertran {
	background-image: url(wp-content/uploads/2020/09/vien1.png);
	width: 110% !important;
	background-color: #ff000008 !important;
	background-size: contain!important;
	background-repeat: no-repeat
}


/*
h1,h2,h3,h4,h5,h6
{
	font-family: 'Dancing Script', cursive !important;
}
*/

.theapus4col {
	background: url(images/service-bottom.html) no-repeat;
	height: 32px;
	background-size: 100%;
}

.imgbando img {
	border-radius: 45px !important;
}


/*luon song*/

.button-hotline {
	background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}
.tab.has-icon a{
    background-color: #ccdcea;
    color: #544f4f;
    position: relative;
    display: block;
    padding: 8px 20px 6px;
    margin-right: 2px;
    line-height: 14px;
    border: 1px solid transparent;
    border-radius: 23px;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: 'Signika';
}
.tab.has-icon.active a {
	  background-color: #12514fe8;
	  color: #fff;
}

/*
.mfp-bg.mfp-ready, #newsletter-signup-link
{
	display:none !important;
}
*/

section-nhamau{
    background-image: url(/images/img/bg11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}


body>div.bottom_support>div>div.advisory_online>a.button.primary {
	background-color: #073d79;
}

body>div.bottom_support>div>div.advisory_online>a.button.primary>span {
	text-transform: capitalize;
}

/*#popupdautrang {
	background-image: url(wp-content/uploads/2020/10/popup-form-dang-ky.png) !important;
	background-size: cover;
}*/

section.tongquan .section-bg {
    background-image: url(/images/img/bg11.jpg);
    background-position: center bottom;
    padding-top: 40px !important;
    background-position: center bottom;
    padding-top: 40px !important;
    background: linear-gradient(to bottom, #f6fdff 0%, #f6fff9 22%, #ffffff 100%);
}

section.tongquan .section-bg  .section-bg-overlay {
	background-color: rgba(255, 255, 255, 0.133);
}


.coltongquan {
	border-right: solid 1px #e0e0e0;
}
.tongquan_inner{
   /* background-image: url(/images/tongquan/tong-quan-bg.jpg);*/
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 40px 0px 10px;
    background-position: left;
/*	background: linear-gradient(to bottom,#fefefe 0%,#fff 40%,#efefef 100%);*/
}/*

.tongquan_text{
	background: linear-gradient(to bottom,#173114 0%,#355a22 40%,#143113 100%);
}*/



.tongquan_inner .img-inner{    float: right;
    padding: 0 3%;}
@media screen and (min-width: 850px)
{
    .tongquan_inner .img-inner img {
        width: 100%;
        float: right;
        max-width: 600px;
    }
 /*   .intro {
        padding: 20px!important;padding-bottom: 280px !important;
    }*/
}
.wpcf7-form-control.wpcf7-submit {
	background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}

.olym {
	padding-top: 3%;
}

.donviquanlyUHM {
	padding-top: 20% !important;
}

.bottom_support {
	display: none;
}
.thinscroll::-webkit-scrollbar {
    width: 8px;
}
.thinscroll::-webkit-scrollbar-button {
    width: 8px;
    height:5px;
}
.thinscroll::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:10px;
}
.thinscroll::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
    border-radius:10px;
}
.thinscroll::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}  
#image_1608651907 {
	width: 100%;
}

@media (min-width:550px) {
	#image_1608651907 {
		width: 100%;
	}
}

#image_553113715 {
	width: 100%;
}

#image_392841447 {
	width: 100%;
}

#image_571231844 {
	width: 100%;
}

#image_1558237344 {
	width: 50%;
}

@media (min-width:550px) {
	#image_1558237344 {
		width: 100%;
	}
}

#image_1250398081 {
	width: 85%;
}




#image_235197016 {
	width: 20%;
}

#image_1750593519 {
	
}

#gap-1543265841 {
	padding-top: 10px;
}

#gap-327740133 {
	padding-top: 30px;
}

#gap-1678453482 {
	padding-top: 1px;
}

#gap-1795564492 {
	padding-top: 30px;
}

#image_807829720 {
	width: 100%;
}

#image_699187942 {
	width: 30%;
}

section.bg04 {
    background-size: cover;
    background-attachment: scroll;
    background-image: url(/theme/images/bg/bg04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}


.tbltongquan{
	max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
}
.tbltongquan table {margin-bottom:0;}
.tbltongquan table tr td:first-child strong{float:right;margin-right:12px;text-align:right}
.tbltongquan table td{
	color: #333;
    border-bottom: 1px solid #ededed;
    border-top: 0;
    border-left: 0;
    border-right: 0;padding: .4em .5em;
    padding: 0.55em 0.5em;
    font-size: 15.5px;
}

.tbltongquan table td strong, .tbltongquan table td b{font-weight:500; Arial;}
.tbltongquan table td u{
    text-decoration: unset!important;
}
.tbltongquan table td u strong {
    font-weight: 900;
    font-size: 110%;
}
.tbltongquan table tr:last-child td{ border-bottom: 0;}
.tbltongquan table td a{
    color: #0f84d3;
}
.tbltongquan table tr td:first-child{width:25%;}
.tbltongquan > p{
    padding: 12px;
    font-size: 15.5px;
    line-height: 24px;
}

@media (max-width:768px) {
    .tbltongquan table td{
        margin-right: 0;
        padding: 0.4em 0.2em;
    }
}
.banner-fixed{
    background: #fefefe;background-image: url(/theme/images/bg/scroll.jpg);background-attachment: fixed;background-position: center;padding-top: 30%;background-repeat: no-repeat;background-size: cover;
}
/*.imgtongquan{display:none;}*/
#image_1487994253 {
	width: 100%;
}

#image_1436205385 {
	width: 100%;
}

#image_623323898 {
	width: 100%;
}

#image_1935969802 {
	width: 100%;
}

#image_1855229504 {
	width: 100%;
}

#image_1179510095 {
	width: 100%;
}

#image_111358422 {
	width: 100%;
}



.tang20 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 30px 0px 0px;
    background-position: center;
    position: relative;
}

.tang20 > .row {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 40px 0px 10px;
    background-position: left;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.texttt {
    font-size: 16px;
}

.texttt p {
    margin-bottom: 8px;
}

.box-image a {
    position: relative;
}

.box-image a p {
    text-align: left;
    color: #ffffff;
    font-size: 17.5px;
    position: absolute;
    bottom: 0;
    padding: 0 8px;
    margin: 0;
    overflow: hidden;
    font-weight: 500;
    width: 100%;
}

.box-image a p:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#343434));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #343434 100%);
    background-image: linear-gradient( -180deg, rgba(255,255,255,0) 0%, #343434 100%);
    z-index: 0;
}

.box-image a p span {
    z-index: 2;
    position: relative;
    width: 100%;
}

@media (max-width:768px) {
.box-image a p {
    font-size: 15.5px;
}
}
figure figcaption{
	text-align: center;
    font-style: italic;
    padding: 4px;
}
.text-description{
    max-width: 900px;
    font-size: 17px;
    line-height: 1.65;
	padding:0 10px;    margin: 10px auto;
}
.text-description img{
    margin: 10px auto;
    display: block;
}
.text-description p:last-child{margin-bottom:0;}
.text-description ul li{
	margin-bottom: 0.4em;
}
#gap-1144711752 {
	padding-top: 1px;
}

#image_137202702 {
	width: 30%;
}

#image_1939601125 {
	
}

.bottom-contact {
	display: none
}
.divyoutube{
	padding-top: 30px!important;margin-top: 30px!important;
}
@media screen and (max-width: 820px) {
	.divyoutube{
	padding-top: 0px!important;margin-top: 0px!important;
	}
	.tongquan_inner:before,
	.tang20 > .row:before{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgb(225 225 225 / 17%);
    width: 100%;
}
    #banner-fixed{display:none;}
}
@media (max-width: 767px) {
	.text-description{
		font-size: 16.5px;
		line-height: 1.7;
	}
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: #f7bf4f;
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea;
	}
	.bottom-contact ul li {
		width: 33%;
		float: left;
		list-style: none;
		text-align: center;
		font-size: 12.5px;
		margin-bottom:0;
	}
	.bottom-contact ul li span {
		color: black
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
}

.bottom_support {
	height: 45px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #042244;
	color: #fff;
	line-height: 45px;
	z-index: 9999
}

.bottom_support a {
	color: #fff;
	line-height: 45px;
	font-size: 18px
}

.wrap_bottom {
	max-width: 1380px;
	margin: 0 auto
}

.bottom_support .hotline_bottom {
	background: #042244;
	width: 40%;
	float: left;
	font-size: 16px;
	margin-left: 5%;
	position: relative
}

.bottom_support .hotline_bottom .ico {
	width: 16%;
	position: absolute;
	bottom: 0
}

.bottom_support .hotline_bottom .txt {
	margin-left: 16%
}

.bottom_support .hotline_bottom .ico img {
	max-width: 100%
}

.bottom_support .hotline_bottom strong {
	font-weight: bold;
	font-size: 19px
}

.bottom_support .hotline_bottom span {
	font-size: 13px
}

.bottom_support .guide_payment {
	background: linear-gradient(-60deg, #052b56 90%, #042244 50%) no-repeat;
	width: 25%;
	float: left;
	position: relative
}

.bottom_support .guide_payment .ico {
	width: 20%;
	position: absolute;
	bottom: -25%;
	left: 15%
}

.bottom_support .guide_payment .ico img {
	max-width: 100%
}

.bottom_support .guide_payment .txt {
	margin-left: 35%
}

.bottom_support .advisory_online {
	background: linear-gradient(-60deg, #073d79 90%, #052b56 50%) no-repeat;
	width: 30%;
	float: left;
	position: relative
}

.bottom_support .advisory_online .ico {
	width: 20%;
	position: absolute;
	bottom: -10%;
	left: 15%
}

.bottom_support .advisory_online .ico img {
	max-width: 100%;
	float: left;
	margin-top: -20px
}

.bottom_support .advisory_online .txt {
	margin-left: 35%
}

@media screen and (max-width: 1200px) {
	.bottom_support .hotline_bottom {
		width: 45%
	}
	.bottom_support .hotline_bottom .ico {
		width: 12%
	}
	.bottom_support .hotline_bottom .txt {
		margin-left: 12%
	}
	.bottom_support .guide_payment {
		width: 25%
	}
	.bottom_support .guide_payment .ico {
		bottom: -15%
	}
	.bottom_support .advisory_online {
		width: 25%
	}
	.bottom_support .advisory_online .ico {
		bottom: 0
	}
	#logo {
		margin-right: 3em;
	}
}

@media screen and (max-width: 1000px) {
	.bottom_support {
		height: 40px;
		line-height: 40px
	}
	.bottom_support a {
		font-size: 17px;
		line-height: 40px
	}
	.bottom_support .hotline_bottom {
		margin-left: 2%;
		width: 48%
	}
	.bottom_support .guide_payment .ico {
		bottom: 0;
		left: 7%
	}
	.bottom_support .guide_payment .txt {
		margin-left: 27%
	}
	.bottom_support .advisory_online .ico {
		bottom: 10%;
		left: 10%
	}
	.bottom_support .advisory_online .txt {
		margin-left: 30%
	}
	#logo {
		margin-right: 1em;
	}
    .transparent .header-main,.header-main {
        height: 64px;    overflow: hidden;
    }
    #logo img {
        max-height: 64px;
    }
}

@media screen and (max-width: 820px) {
	.bottom_support {
		height: 30px;
		line-height: 30px
	}
	.bottom_support a {
		font-size: 15px;
		line-height: 30px
	}
	.bottom_support .hotline_bottom {
		font-size: 15px
	}
	.bottom_support .hotline_bottom strong {
		font-size: 18px
	}
	.bottom_support .hotline_bottom span {
		font-size: 12px
	}
}

@media screen and (max-width: 720px) {
	.bottom_support a,
	.bottom_support .hotline_bottom {
		font-size: 13px
	}
	.bottom_support .hotline_bottom strong {
		font-size: 15px
	}
}

@media screen and (max-width: 620px) {
	.bottom_support {
		height: 25px;
		line-height: 25px
	}
	.bottom_support a {
		font-size: 11px;
		line-height: 25px
	}
	.bottom_support .hotline_bottom {
		margin-left: 0;
		width: 50%;
		font-size: 11px
	}
	.bottom_support .hotline_bottom strong {
		font-size: 15px
	}
	.bottom_support .hotline_bottom span {
		font-size: 11px
	}
}

@media screen and (max-width: 560px) {
	.bottom_support {
		height: 20px;
		line-height: 20px
	}
	.bottom_support img {
		display: none
	}
	.bottom_support a {
		font-size: 10px;
		line-height: 20px
	}
	.bottom_support .hotline_bottom,
	.bottom_support .hotline_bottom span {
		font-size: 10px
	}
	.bottom_support .hotline_bottom strong {
		font-size: 13px
	}
	.bottom_support .hotline_bottom .txt {
		margin-left: 1%
	}
	.bottom_support .guide_payment .txt,
	.bottom_support .advisory_online .txt {
		margin-left: 15%
	}
}

@media screen and (max-width: 440px) {
	.bottom_support .hotline_bottom {
		width: 55%
	}
	.bottom_support .guide_payment {
		width: 27%
	}
	.bottom_support .advisory_online {
		width: 18%
	}
}

@media screen and (max-width: 400px) {
	.bottom_support a,
	.bottom_support .hotline_bottom,
	.bottom_support .hotline_bottom span {
		font-size: 9px
	}
	.bottom_support .hotline_bottom strong {
		font-size: 12px
	}
}

@media screen and (max-width: 340px) {
	.bottom_support a,
	.bottom_support .hotline_bottom,
	.bottom_support .hotline_bottom span {
		font-size: 8px
	}
}
/*hotline2*/
.align-middle{
    -webkit-transform:translate(-50%,-50%) !important;
    left:50%;
    position:absolute !important;
    top:50%;
    transform:translate(-50%,-50%) !important
}
#support-center{
    background:#ddd;
    border-top:1px solid #cfcfcf;
    bottom:0;
    height:57px;
    position:fixed;
    right:0;
    width:100%;
    z-index:7
}
#support-center .sup-action{
    color:#333;
    display:block;
    float:left;
    font-size:13px;
    line-height:1;
    padding:7px 2px;
    text-align:center;
    width:25%;
    z-index:7
}
#support-center svg{
    height:25px;
    width:25px
}
#support-center path{
    fill:#1e88e5
}
#support-center span{
    display:block;
    margin-top:4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
#support-center .open-form path+path{
    fill:#333
}
#support-center .zalo path:nth-child(2){
    fill:#fff
}
#support-center .zalo path:nth-child(3){
    fill:#1e88e5
}
   
#support-center{
       
    background: transparent;
    border: 0 none;
    bottom: 21px;
    box-shadow: none;
    height: auto;
    left: 8px;
    width: 52px;
}
#support-center .sup-action{
    -webkit-transition:all .2s ease-in-out;
    background-color:rgba(0,0,0,.2);
    border-radius:50%;
    box-shadow:0 0 5px 2px rgba(255,255,255,.5);
    height: 52px;
    line-height: 52px;
    padding:0;
    transition:all .2s ease-in-out;
    width:100%
}
#support-center .sup-action:hover{
    background-color:rgba(0,0,0,.3)
}
#support-center .sup-action+.sup-action{
    margin-top:10px
}
#support-center .call,#support-center .open-form,#support-center span{
    display:none
}
#support-center svg{
height: 30px;
width: 30px;
}
#support-center .d360{
    display:none
}
/*#support-center .fanpage{
    
    display:block
}*/
@media(max-width:768px) {
    .d-hotline{bottom:10px;left: 68px;
        padding: 5px 10px;
    }
    #support-center {
        bottom: 10px;
        left: 6px;
    }
}

.ripple-container {
    height: 100px;
    width: 100px;
}
.ripple {
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #fff;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.svg-icon {
    height: 22px;
    vertical-align: middle;
    width: 22px;
}

  
.d-hotline{
    background:linear-gradient(135deg,#efd769 10%,#eb6a24 100%);
    border:3px solid #fff;
    border-radius:40px;
    bottom:20px;
    box-shadow:0 0 15px 2px rgba(255,255,255,.75);
    display:block;
    left:72px;
    padding:8px 15px;
    position:fixed;
    width:auto;
    z-index:5
}
.d-hotline .icon{
    float:left;
    padding:0;
    position:relative
}
.d-hotline svg{
    margin-right:5px;
    position:relative
}
.d-hotline svg path{
    fill:#e11615;
}
.d-hotline .text{
    color: #e11615;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
@-webkit-keyframes ripple{
    0%{
        -webkit-transform:scale(0);
        opacity:1;
        transform:scale(0);
        visibility:visible
    }
    100%{
        -webkit-transform:scale(1);
        opacity:0;
        transform:scale(1);
        visibility:hidden
    }
}
@keyframes ripple{
    0%{
        -webkit-transform:scale(0);
        opacity:1;
        transform:scale(0);
        visibility:visible
    }
    100%{
        -webkit-transform:scale(1);
        opacity:0;
        transform:scale(1);
        visibility:hidden
    }
}

/*hotline*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    padding: 5px;
}
.ani.infinite {
    animation-iteration-count: infinite;
}
.ani {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.tada {
    animation-name: tada;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-icon-hotline ul li .fa-phone {
   background: #ed1c24 url(/theme/img/icon-call-w.svg) center center no-repeat;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 22px;
    height: 44px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #1660ad;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    text-align: center;
    padding-left: 20px;
    font-size: 15.5px;
}
.float-icon-hotline ul li .fa-zalo {
    background: #019cd9  url(/img/zalo-icon.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-fb {
    background:#146141 url(/img/fb-chat.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-price {
   background:#e4b70f  url(/img/price.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-phone{
	    background: #ed1c24 url(/img/phone.png) center center no-repeat;
}
/*.float-icon-hotline ul li .fa-phone:before {
    content: "\f095";
    font-family: fontawesome;
    font-size: 140%;
    padding-top: 2px;
    display: inline-block;
}*/
.float-icon-hotline ul li a.fhl span {
    background-color: #ed1c24;
}
.float-icon-hotline ul li a.fzl span {
    background-color: #019cd9 ;
}
.float-icon-hotline ul li a.ffb span {
    background-color:#0088ff;
}
.float-icon-hotline ul li a.ffp span {
    background-color:#146141;    background-image: linear-gradient(#ebd428, #e4b70f);
}
@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
    
}
.float-icon-hotline ul li:hover span {
    width: 159px;
    padding-left: 32px;
    padding-right: 12px;
    opacity: 1;
}
.back-to-top{border-radius:100%;}
@media (min-width: 767px) {
    .float-icon-hotline ul li span {
        width: 159px!important;
        padding-left: 32px!important;
        padding-right: 12px!important;
        opacity: 1!important;
    }
}
/*end hotline*/
.dark .button,
.dark input[type='submit'],
.dark input[type='reset'],
.dark input[type='button'] {
	background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
background-color: #fff !important;
    border: 1px solid #bbbbbb40;
	height: 45px ;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

input:hover,
textarea:hover,
select:hover {
	box-shadow: none !important;
}

input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
	box-shadow: none !important;
	opacity: 1 !important;
	outline: 0;
	color: #333;
	background-color: #fff;
}
.form-container form.form-send  input
{
    background-color: #FFF!important;
    color: #101010 !important;
    height: 45px !important;
    border-radius: 40px;    margin-bottom: 0;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea
{
	 background-color: #FFF!important;
    color: #101010 !important;
    height: 45px !important;
     margin-bottom: 0;
}
h2.heading span.title {
    color: #133412;
    font-family: 'Montserrat', sans-serif;
    line-height: 51px;
    background: -webkit-linear-gradient(#174f4d, #12514f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: 0.8px;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: "Signika", sans-serif;
}
.fontstyle {
    color: #678504;
    font-weight: 500;
    margin-top: 0;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
}
h2.has-underline:after,
.slogan.has-underline:after{
    content: "";
    background: url(/theme/img/line/underline.png);
    margin: 0 auto;
    display: block;
    width: 190px;
    height: 24px;
    background-repeat: no-repeat;
    margin-top: 10px;
    background-size: 100%;
}
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
	line-height: 48px;
    border-radius: 25px;
    border: 0;
    color: #fff!important;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-size: 200%;
    background: linear-gradient(135deg, #c06f4e  10%, #d58d7c 100%);
}
  .main-btn:hover {
    color: #fff;
    background-position: right center; }
  .stext
  {
	    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial;
    background: -webkit-linear-gradient(#ec2b31, #d60f1c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  ._1line
{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
._2line{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
._3line{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
._4line{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

/*intro*/

.intro-youtube {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
/*	margin-top: -64px;*/
	z-index: 1;
	padding: 0;
	border-radius: 10px;
	/*border: 1px solid rgba(127,127,127,.16);*/
	background-size: contain !important;
	background-position: 50% 50%;
	margin-bottom: 35px;
/*	border: 4px solid #f5f5f5;*/
    border-radius: 6px;
}
.intro-youtube iframe{
    border-radius: 10px;
    box-shadow: 10px 10px 1px -3px rgb(249 206 28 / 56%);
}
.intro-promo {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    z-index: 1;
    padding: 0;
    border-radius: 2px;
    border: 1px solid rgba(127,127,127,.16);
    background-size: contain !important;
    background-position: 50% 50%;
    margin-bottom: 35px;
    margin-top: 40px;
    background-image: none;
    background: linear-gradient(172deg, #fce480 10%, #f4da6e 100%);
}
.intro-promo .intro-inner{font-size:16.5px;}
.intro {
	position: relative;
	/* max-width: 1000px; */
	margin: 0 auto;
	z-index: 1;
	margin-top: 10px;
	border: unset;
	border-radius: 3px;
	padding: 10px;
	/*    background: #fff;
    border: 1px solid #f5f5f5;padding-bottom: 280px !important;*/
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
        
}
.intro .abslogo{
    width: 300px;
    height: 280px;
    margin: 0 auto;
    background: white;
    border-radius: 50%;
    /* border-top-right-radius: 50%; */
    padding: 22px 13px 0px;
}
.intro .abstitle{
    margin-top: -178px;
}
.intro .intro-inner{
    font-size:16.5px;
    /* max-width: 900px; */
    margin: 0 auto;
    font-weight: 500;
}
.intro .intro-inner h1 {
    color: #c60000;
    font-size: 2.5em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#1e5755, #113d3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

.intro .intro-inner p.slogan {
    color: #be5c18;
    font-weight: 500;
    margin-top: 13px;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.intro .intro-inner a{color: #477aa7;}

.intro-promo .box-promo{
    padding: 10px 12px;
    margin: 1%;
    border-radius: 5px;
    background: #fff;
}
.intro-promo .box-promo h2.title{
    text-align: center;
    color: #db4e3f;
    margin-bottom: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 25px;
}
.intro-promo .box-promo .text
{
    font-family:'Montserrat', sans-serif;font-weight: 500;max-width: 620px;margin: 0 auto;
}
.intro  .intro-logo{
	margin: 0 auto;
}
ul.has-icon {    list-style: none;
     padding-left: 0;    position: relative;}
ul.has-icon li{
    position: relative;
    margin-left: 0;
    padding-left: 24px!important;
}
ul.has-icon li:before{
background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    background-image: url(/img/dot.png);
    margin: 5px  10px 0 0;
}
 ul.has-icon.icon-gift li:before{
    background-image: url(/img/gift.svg);
}
  ul.has-icon.icon-check li:before{
    background-image: url(/img/check02.png);
}
.icon-gift:before{display:none;}

.fsnk{
      font-family: "Signika", sans-serif;    font-weight: 300;
}
.fsnk b, .fsnk  strong ,fsnk  th{
      font-weight:600;
}
.section-container {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-form .section-top h2{
   /*     color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #f5f1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 1.5em;
    font-weight: 600;
}
.section-form .section-top .form-description{
    text-align: center;
    max-width: 811px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.65;
    color: #404040;
}
.section-top.center {
    text-align: center;
}
.title {
   position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.4;
    color: #423f40;
}
.input-list {display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.input-group {margin-top: 20px; }
.input {padding: 5px 10px; border: 1px solid #ededed; border-radius: 6px; width: 100%; }
.btn-submit {margin: 0px auto; }
.form-vertical .input-group {width: 100%; text-align: center; }
.form-horizontal .input-group {width: 24%; margin-bottom: 10px; margin-top: 10px; }
.form label.error, .form span.label{color:red;}
section.intro .intro-inner .slogo {width:290px;float:left;margin-right:15px;}
@media (max-width: 992px) {
	.form-horizontal .input-group {width: 47%; }
}
@media (max-width: 576px) {
	.form-horizontal .input-group {width: 100%; }
	section.intro .intro-inner .slogo{display:none;}
	#post-entry .col{
	    padding: 0 10px 30px;
    }
}
.fnsk{
    font-family:Signika;
 }
section.video
{
	/*background-image: url(/theme/img/bg_song.jpg);*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
	background: #fbfbfb;
}
.section-form {
    background-image: url(/images/img/bg_f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 1px 0;   
}

.section-form .inner{
    background-color: #fcf2e8;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    color: #c14624;
    border-radius: 5px;
    margin:20px 0;
    /* background-image: url(/images/img/bg_11.jpg); */
    z-index: 9;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center top; */
}
.section-form .container{
	padding: 58px  0;   
    z-index: 1;
    position: relative;
}
.section-form.with-hotline .container
{
    padding: 30px  15px 15px;   
}
.section-form .bg{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: rgb(32 102 178 / 0%);
	width: 100%;
}
.section-form .hotline{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.section-form .hotline a{color: unset;}
.section-form-2{
    background-image: url(/images/img/bg_f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 1px 0;
}
.section-form-2 .inner{
    background-image: unset;
    padding: 10px 20px;
    background-color: #fff9f2;
    margin-top: -108px;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}



.section-form-2 .colum1,.section-form-2 .colum2 {
    font-size: 29px;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: 2px;
    color: #fff;
    padding: 15px 18px 15px 18px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,.7);
    text-align: center;
    text-shadow: 0 2px 6px rgba(0,0,0,.7);
    font-weight: 700
}

.section-form-2 .colum1 {
    background-image: linear-gradient(135deg,#9a4d45 0%,#ea9b68 70%)
}

.section-form-2 .colum2 {
    background-image: linear-gradient(135deg, #164746 0%, #256d6a 70%);
}

.section-form-2 .colum1 p,.section-form-2 .colum2 p {
    margin-bottom: 0
}
.section-form-2 .section-top .form-description {
    color: #333;
}
.section-form-2 .section-top .form-description .sub2{
    color: #ff2600;
    font-size: 20px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}
.section-form-2 .section-top h2{font-size: 25px;font-weight: 600;color: #c14624;}
.section-form-2 .highlight{
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #226163;
    max-width: 612px;
    margin: 25px auto;
}
.section-form-2 .container {
    padding: 25px 0;
}
@media only screen and (max-width:768px) {
    .section-form-2 .highlight{
        font-size: 30px;
        line-height: 37px;
    }
    .section-form-2 .highlight span{display:none;    }
    .section-form-2 .section-top h2{font-size: 23px;}
    .section-form-2 .colum1, .section-form-2 .colum2 {
        font-size: 21px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 1px;padding: 12px 5px 12px 5px;
    }.section-form-2 .inner {
        padding: 10px 0px;
        margin-top: 20px;
    }
}
@media only screen and (max-width:550px) {
    .section-form-2 .highlight{
        font-size: 33px;
        line-height: 43px;
    }
    .section-form-2 .colum1, .section-form-2 .colum2 {
        font-size: 21px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 1px;padding: 12px 5px 12px 5px;
    }.section-form-2 .inner {
        padding: 10px 0px;
        margin-top: 20px;
    }
}
.boxtext>p, .boxtext>h2, .boxtext>h3, .boxtext>h4, .boxtext>h5, .boxtext>h6, .boxtext>ul, .boxtext>ol, .boxtext>blockquote, .boxtext > div.notebox,
.boxtext > .notebox-red,
.boxtext > .notebox-red2{
    max-width: 900px;
    margin: 0 auto 12px;
}
.boxtext>div>p>img,
.boxtext>div>img{
    margin-top:25px!important;
}
.content-description{
    font-size:16.5px;
    line-height:1.6;
    max-width:1360px;
    padding:0;
    margin:0 auto;
}
.content-description img.ckupload{
    border-radius:3px;
}
@media(min-width:992px){
    .content-description{
        
        text-align:justify;
    }
}
.content-description>p, .content-description>h2, .content-description>h3, .content-description>h4, .content-description>h5, .content-description>h6, .content-description>ul, .content-description>ol, .content-description>blockquote,
.content-description > div.notebox,
.content-description div[data-oembed-url]{
    max-width: 1020px;
    margin: 0 auto 17px;
}
.content-description > .notebox,
.content-description > .notebox-red,
.content-description > .notebox-red2{
    max-width: 900px;
    margin: 0 auto 12px;
}
.content-description>div>p>img,
.content-description>div>img{
    margin-top:25px!important;
    margin-bottom: 20px;
}
.flex-middle{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.chinhsach{
    background-color: #ffeee5;
    background-image: url(/images/img/bg_f.jpg);
}
#vitri {
	padding-top: 50px;
	padding-bottom: 30px;
    background-color: #052743;
    color: #fff;
}
@media only screen and (max-width:1350px) {
    #vitri {clip-path: inset(0% 0% round 0px)!important;}
}
#vitri .section-bg-overlay {
	background-color: rgba(255, 255, 255, 0.9);
}
#vitri  .sub-img {
        -webkit-animation: boonboon 2s cubic-bezier(.5,0,.5,1) infinite;
        animation: boonboon 2s cubic-bezier(.5,0,.5,1) infinite;
        left: 30%;
        position: absolute;
        top: 36%;
        width: 21%;
        z-index: 1;
    }
    #vitri .img-mx-auto {
        display: block;
        height: auto;
        margin: 0 auto;
    }
.svitri .section-content .row {
    margin-bottom: 25px
}
    .svitri .section-content .row .col {
    padding:0;
}
    
.svitri .section-content .row .col-inner h3{
    font-weight:bold;
}
.svitri .section-content .row .col-inner ul li{
    margin-bottom:3px;
        
}
/*tienich*/

/*#tienich {color:#fafafa;}*/
#tienich .section-bg{
    background-size: cover;
    /*    background-attachment: scroll;
    background-image: url(/theme/images/bg/bg04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px!important;
    padding-bottom: 0px!important;*/
    background: #fdfff5;
}

#tienich .section-content .row {
    margin-bottom: 0px
}


#tienich .section-content .row .col .col-text {
    padding: 0;
}

#tienich .section-content .row .col-inner h3 {
    font-weight: bold;
}

#tienich .section-content .row .col-inner ul li {
    margin-bottom: 3px;
}
 ul.commodities li {
    width:33.33%;
}
@media (max-width:768px) {
	
     ul.commodities li{width:50%;}
    #tienich .section-content .col {
        padding-bottom: 15px;
    }
}

.thietke .section-content .row {
        margin-bottom: 25px
    }
     .thietke .section-content .row .col {
        padding:0;
    }
     .thietke .section-content .row .col .col-text {
        padding:15px ;
    }
    .thietke .section-content .row:nth-child(2n) {
       background: #f5f5f5;
    }
    .thietke .section-content .row .col-inner h3{
        font-weight: bold;
        color: #186b47;
        font-size: 1.05em;
        background: linear-gradient(to right, #be9945, #e0b936, #d1c631, #be9945, #dfc94e, #c2b836, #be9945);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .thietke .section-content .row .col-inner ul li{
        margin-bottom:3px;
        font-family: Quicksand;
    font-weight: bold;
    }
    .blockthietke:nth-child(2n) {
        background:#fbfbfb;
    }
    .blockthietke {
        padding:20px 0;
        margin:20px 0;
    }
    .blockthietke  ul {
       list-style: none;
    }
    .blockthietke  ul li{
        margin-left:0px
    }
    .blockthietke img{
        border: 2px solid #d92a2ac2;
    }
     .blockthietke .blockthietketitle {
        font-size: 120%;
    }
       .nhamau  .row .col {
        padding: 0 10px 20px!important;margin-bottom:30px;
    }.nhamau .col .image-cover {
    box-shadow: 6px 6px 0px 0px #dedede!important;
}.nhamau .phankhu_text {
    border-radius: 41px;
    overflow: hidden;
    min-height: 52px;
    padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 10px!important;
    padding-left: 40px!important;
    margin-top: -23px!important;
    margin-right: 30px!important;
    margin-left: 30px!important;
    z-index: 10;
    position: relative;
    color: #ffffff!important;
    margin-bottom: 3.093%;
}
    .nhamau .row .col-inner h3 {    margin-bottom: 0!important;    text-align: center;font-size: 21px;
    }
    .nhamau-h3{
        margin: 15px auto;
    text-align: center;
    background: linear-gradient(to right, #f5bf44, #e0b936, #d1c631, #be9945, #dfc94e, #c2b836, #be9945);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 25px;
    }


#thietke{
    padding-top: 30px;
}
#thietke h3.title{
    text-align: center;
    margin-top: 15px;
}
#thietke .item h3{
    color: #379513;
    margin-top:10px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #thietke .section-content .row {
        margin-bottom: 0px!important;
    }
}
/*chudautu*/
#chudautu {
    background-size: cover;
    background-attachment: scroll;
    background-image: url(/theme/images/bg/bg04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
#chudautu {
	padding-top: 30px;
	padding-bottom: 30px;
}
#chudautu  .cdt-box{
        background: #f7ed9d;
    padding: 8px 5px;
    border-radius: 3px;
    box-shadow: 12px 12px 1px -6px #c29e6e;min-height: 350px;
}
#chudautu .project-more .item h4{
    color:#006699; margin-top:5px;font-weight: 500;
}
/*danhgia*/
.facts
{
    padding: 40px 0 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    position: relative;
    background: #feffe2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.facts .content-description{
    margin: 0 auto; max-width:1300px;
}

/*feature*/

.bg-gradient{
    background: linear-gradient(#ffffff, #d1cec4);
    background-size: 156.45vw 99.03vw, 156.45vw 99.03vw, 156.45vw 99.03vw, 226.86vw 145.44vw, 226.86vw 145.44vw, 226.86vw 145.44vw, 171.96vw 110.31vw, 171.96vw 110.31vw, 171.96vw 110.31vw, 130.29vw 83.58vw, 130.29vw 83.58vw, 130.29vw 83.58vw, 198vw 126.9vw, 198vw 126.9vw, 198vw 126.9vw, 300vw 192vw, 300vw 192vw, 300vw 192vw;
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(160, 51, 255, .02) 0%, rgb(182 105 249 / 0%) 40%), radial-gradient(50% 50% at 50% 50%, rgb(170 95 235 / 3%) 0%, rgba(160, 51, 255, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(160, 51, 255, .044) 0%, rgba(160, 51, 255, 0) 80%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .02) 0%, rgb(89 152 233 / 0%) 50%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .03) 0%, rgba(24, 119, 242, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .04) 0%, rgba(24, 119, 242, 0) 80%), radial-gradient(50% 50% at 50% 50%, rgba(255, 108, 92, .02) 0%, rgba(255, 108, 92, 0) 40%), radial-gradient(50% 50% at 50% 50%, rgba(255, 108, 92, .03) 0%, rgba(255, 108, 92, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(255, 108, 92, .04) 0%, rgba(255, 108, 92, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(245, 206, 51, .02) 0%, rgba(245, 206, 51, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(245, 206, 51, .03) 0%, rgba(245, 206, 51, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(245, 206, 51, .04) 0%, rgba(245, 206, 51, 0) 80%), radial-gradient(50% 50% at 50% 50%, rgba(37, 211, 102, .02) 0%, rgba(37, 211, 102, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(37, 211, 102, .03) 0%, rgba(37, 211, 102, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(37, 211, 102, .064) 0%, rgba(37, 211, 102, 0) 80%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .024) 0%, rgba(24, 119, 242, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .03) 0%, rgba(24, 119, 242, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .04) 0%, rgba(24, 119, 242, 0) 80%);
    background-position: 37.97vw calc(((300vw - 100vh) / 2 - 85.77vw)* -1), 37.97vw calc(((300vw - 100vh) / 2 - 85.77vw)* -1), 37.97vw calc(((300vw - 100vh) / 2 - 85.77vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 154.56vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 154.56vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 154.56vw)* -1), 13.34vw calc(((300vw - 100vh) / 2 - 53.88vw)* -1), 13.34vw calc(((300vw - 100vh) / 2 - 53.88vw)* -1), 13.34vw calc(((300vw - 100vh) / 2 - 53.88vw)* -1), 10.64vw calc(((300vw - 100vh) / 2 - 17.19vw)* -1), 10.64vw calc(((300vw - 100vh) / 2 - 17.19vw)* -1), 10.64vw calc(((300vw - 100vh) / 2 - 17.19vw)* -1), -49vw calc(((300vw - 100vh) / 2 - 41.1vw)* -1), -49vw calc(((300vw - 100vh) / 2 - 41.1vw)* -1), -49vw calc(((300vw - 100vh) / 2 - 41.1vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 78vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 78vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 78vw)* -1);
}

.readmore{
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    color: #3f312b;
}

@media screen and (min-width: 720px) {
  .announcement-bar.only-mobile {
    display: none;
  }
}
.announcement-bar p {
  margin: 0;
}
.announcement-bar a {
  color: currentColor;
}
@media screen and (min-width: 720px) {
  .announcement-bar {
    font-size: 0.9375rem;
  }
}

/*.announcement-bar-text {
  display: none;
}
@media screen and (min-width: 720px) {
  .announcement-bar-text {
    display: block;
  }
}*/

@media screen and (min-width: 720px) {
  .announcement-bar-text-mobile {
    display: none;
  }
}
.announcement-bar-link {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.announcement-bar-text{
    color: #266c8d;
    font-weight: 500;
    font-size: 15px;
    max-width: 900px;
    margin: 0 auto;
}
.announcement-bar-text marquee{display:block;}
.announcement-bar-text a,
.announcement-bar-text-mobile a {
  position: relative;
  z-index: 1;
}
/*footer*/
#footer
{
    color: #133412;
    position: relative;
    background-color: #f4f7f8 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background: linear-gradient(170deg, #12514f, #145d5a, #0d3d3b);
    background-image: url(/images/img/mid-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#footer .section-bg {
    background-size: cover;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0px !important;
    background: #fffcfba6;
}
#footer > .container{
    padding-top: 70px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}
#footer .row .footer-info,
#footer .row  .footer-contact
{
    padding-left:15px;
    padding-left:15px;
}
#footer .row .footer-info {
    padding-right: 40px;
    border-right: 1px solid #bbc8cb;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-weight: 500;
}

#footer .row .footer-contact 
{
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-left: 80px;
}
#footer a {transition: .25s all ease;color: #133412;letter-spacing: 0.3px;}
#footer a:hover {color: #749604;}
#footer .row .footer-info h3.title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #133412;
    text-transform: uppercase;
    margin-top: 0;
}
#footer .row .footer-info .item{
    border-bottom: 1px solid #bbc8cb;
    padding: 13px 0;
    margin-right: 80px;
    font-weight: 500;
    margin-bottom: 0;
}
#footer .row .footer-info .item:last-child{
    border-bottom:0;
    padding-bottom: 0;
}

#footer .row .footer-info .item span.label{
    font-size: 14.5px;
    color: #133412;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#footer .footer-contact h3.title{
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #133412;
    text-transform: uppercase;
    margin-top: 0;
}
#footer .footer-contact .message{
    color: #133412;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

#footer .footer-contact form{
    margin-bottom: 20px;
}
#footer .footer-contact form input,
#footer .footer-contact form textarea{
    padding: 0 25px;
    width: 100%;
    color: #2E2E2E;
    background: #fff !important;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#footer .footer-contact form textarea {
    height: 112px;padding: 15px;
}
#footer .footer-contact form input::placeholder,
#footer .footer-contact form textarea::placeholder{
	color: #777 !important;
}
#footer .footer-contact form button{
    position: absolute;
    bottom: -18px;
    right: 39px;
}

#footer .footer-more {
    margin-top:30px;
    border-top: 1px solid #dadada;padding: 20px 0;
}
#footer .footer-more a{color:#749604}

.footer-logo {width: 250px; height: auto; margin-right: 15px; }
.footer-logo a {display: block; overflow: hidden; }
.footer-logo a img {width: 100%; height: 100%; object-fit: contain; object-position: left; }
.footer-bottom {
    text-align: left;
    padding: 4px 0px;
    color: #2b2b2b;
    font-size: 13px;
    position: relative;
}
.footer-bottom a{
    color: #2b2b2b!important;
}
.footer-bottom  .container{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-bottom p {margin: 0px; }
.footer-bottom .inner{
    display: flex;
    justify-content: center;
}
.footer-bottom .siteby{
    opacity: 0.8;
}
.footer-bottom .siteby img{width:48px;margin-bottom: 3px;}

#footer  .footer-hotline a{
    font-size: 21px;
    margin-bottom: 18px;
}
#footer .footer-hotline{color:#fff;}
#footer .footer-hotline a{
    color: #ffffff;
    background: #ed1c24;
    font-weight: bold;
    font-size: 26px;
    padding: 6px 10px;
    border-radius: 40px;
    box-shadow: 3px 3px 1px 0px #051d16;
    border: 2px solid #fff;
    background: linear-gradient(135deg,#e5cb55 10%,#eb6a24 100%);
}
#footer .footer-hotline a:hover{ box-shadow: 4px 4px 1px 0px #051d16;}
#footer p{margin-bottom: 10px;    font-size: 16.5px;}

ul.footer-socials {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
ul.footer-socials li{margin-bottom:0;}
ul.footer-socials a {
    width: 36px;
    height: 36px;
    background: linear-gradient(112deg, rgb(210 137 118), rgb(194 113 81));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    fill: #fff;
    transition: 0.3s all;
    opacity:0.9;
}
ul.footer-socials a svg {
    width: 16px
}
ul.footer-socials a:hover {
    opacity:1;
}
@media (max-width: 767px) {
   #footer .row .footer-info,
   #footer .row .footer-contact
   {max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  padding-left: 15px;
        padding-right: 15px;}

   .footer-contact {
		display: block;
	}

	.footer-logo {
		width: 24%;
		height: auto;
		margin-right: 1%;
		margin-bottom: 70px;
		float: left;
	}
     #footer > .container > .row {
         flex-direction: column-reverse;
     }
    #footer .row .footer-info .item{
            margin-right: 0px;
    }
}
@media only screen and (max-width:1490px) {
    .box-extend-animation {
     clip-path: inset(0%)!important;
    }
}
/*end footer*/
.boxanhthucte a{
    border: 5px solid gainsboro;
    margin: 0.5%;
}
.slick01.slick-initialized {
    visibility: visible;
    opacity: 1
}

.slick-prev,.slick-next {
 font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    z-index: 2;
    border: 1px solid #d92a2a;
    border-radius: 50%;
    background: hsla(0,0%,100%,.75);
    width: 50px;
    height: 50px;
    color: #d92a2a;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
        color: #d92a2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 50px
}

[dir='rtl'] .slick-prev {
    right: 50pxv;
    left: auto
}

.slick-prev:before {
    content: '❬'
}

[dir='rtl'] .slick-prev:before {
    content: '❬'
}

.slick-next {
    right: 50px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 50px
}

.slick-next:before {
    content: '❭'
}

[dir='rtl'] .slick-next:before {
    content: '❭'
}

.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.slick-list {
    margin-left: -30px;
    z-index: 1
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.matbang_slick {
    padding: 100px 0;
    overflow: hidden;
}

    .matbang_slick .slick-list {
        /*  padding: 0;*/
        overflow: unset
    }

.slick-slide {
    outline: 0;
    z-index: 1;
    position: relative;
}

.matbang_slick .slick-list .slick-slide {
    -webkit-transition: all .3s;
    -o-transition: .3s all;
    position: relative;
    transition: all .3s;
    padding: 0 40px;
}

    .matbang_slick .slick-list .slick-slide img {
        border: 1px solid #efefef;
    }

.matbang_slick .slick-current {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}
.thucte_slick_01 a p {
	    font-size: 18.5px;
    color: #2b5857;
    font-weight: bold;
    margin: 12px auto;
}
.slick-prev, .slick-next{
	border: 2px solid #495d51!important;
}
.slick-prev:before, .slick-next:before
{
	color:#495d51!important;
}
@media (max-width: 768px) {
	section.intro{
		padding: 0px;
        border-radius: 5px;
	    margin-top: 0px;
        margin-bottom: 5px;
	}
    section.intro .box-promo {
        padding: 6px 5px;
        margin: 0 auto;
        border-radius: 9px;
    }
	.section-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }.section-container .form-horizontal .input-group {
    margin-bottom: 2px;
    margin-top: 2px;
}
 .slick-slide {
    margin-left: 10px
}
 .colmdnopad{padding-left:0;padding-right:0;}

 #text-box-1952288491 {
    width: 70%;
    bottom: 33%;
}
}
.form-send .loader{
    background: rgba(127,127,127,0.3);
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: 9;
}
.form-send .loader img{
position: absolute;
top: 56%;
left: 48%;
}
.form-alert p.success{
    padding: 0 10px;
    color: #89d239;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;    background: unset;
}
.form-alert p.error{
    padding: 0 10px;
    color: #f54141;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;    background: unset;
}
.btn-animate {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.title-dt{
	text-align: center;
    font-size: 15px;
    color: #ed1c24;
 font-weight: 500;
    margin-top: 0px;
}
.title-dt span{
	 color: #706f6f;
    font-weight: normal;
}
/*video*/
.block-video {
    /*background-image: url(/images/Slide-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background-color: #ececec;
}
.block-video .vides{margin-top:40px;}
.video .slick-list{margin:0;}
.video.slick-slider .slick-slide{
    padding:0;
}
.video .slick-prev, .video .slick-next{background-color: #ffffffbf;}
.video .slick-prev {
    left: 0px;
}
.video .slick-next {
    right: 0px;
}
.video figure{position: relative;margin: 0;box-shadow: 5px 5px 0px 0px #bfc4c5;}
.video figure figcaption{
    position: absolute;
    bottom: 8px;
}
.video figure figcaption hr {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    opacity: .5;
}
.video-col {
    background: #fff;
   
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    margin-bottom: -7px;
	width: 32.33%;
    margin: 0.5%;
    float: left;
}
.video-col figure .video-img {
    display: block;
    width: 100%;
    position:relative;
    background: #000;
	 box-shadow: 0px 1px 9px rgb(222, 213, 213);
}
.video-col figure .video-img img {
    width: 100%;
    opacity: 0.85;
    transition: all 0.3s;
}
 .video-col figure .video-img .ico-play {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background-image: url(/theme/img/ico-play.png);
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px!important;
    transition: all 0.3s;
}
 .video-col figure .video-img:hover img{
         opacity: 0.7;

 }
  .video-col figure .video-img:hover .ico-play
  {
      opacity: 1;
       width: 76px;
        height: 76px;
        margin: -38px 0 0 -38px!important;
  }
.video-col figure figcaption .video-name {
	text-align: left;
    color: #ffffff;
    font-size: 16.5px;
    position: relative;
    padding: 0 8px;
    margin: 0;
    overflow: hidden;
    font-weight: 500;
}
.video .slick-prev, .video .slick-next
{
    top:38%;
    opacity: 0.7;
}
.video .slick-prev:hover, .video .slick-next:hover
{
    opacity: 1;
}
/*box*/
.box-01{
    background: #fff;
    padding: 10px;
}
.box-01 .box-inner{
    padding: 10px;
    background: linear-gradient(172deg, #fce480 10%, #f4da6e 100%);
}
.box-01 .box-content{
    padding: 20px 10px;
    margin: 0px auto;
    border-radius: 0;
    background: #fff;
    max-width: 720px;
}
.box-02{
    background: #fff;
}
.box-02 .box-inner{
    padding: 10px;
    background: linear-gradient(134deg,#557160  0%, #769e85 26%, #557160  );
}
.box-02 .box-content{
    padding: 20px 15px;
    margin: 0px auto;
    border-radius: 0;
    background: #fff;
}
/*tt*/
section.section-news .section-bg{
    background-size: cover;
    background-attachment: scroll;
   /* background-image: url(/images/img/bg08.jpg);
    background-position: center bottom;*/
    background-repeat: no-repeat;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.news-wrapper .news-content {
    position: relative;
    width: 100%;margin-bottom: 12px;
    position: relative;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.news-wrapper .news-title{
    font-size: 17px;
    min-height: 90px;
    overflow: hidden;
}
.news-wrapper .news-title h4{
    line-height: 29px;
    font-size: 19px;
    margin-bottom: 12px;
    font-family: cursive;
    font-family: "Signika", sans-serif;
    font-weight: 500;
}
.news-wrapper .news-title .meta{
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 0.5px;
}
.news-wrapper .news-title ._4line{font-size:15.6px;line-height:24px; }
.news-wrapper .news-content a.news-feature {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 66.67%;
}
.news-wrapper .news-content a.news-feature img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.news-list{
    margin-left:-10px;
    margin-right:-10px;
}
.news-list .news-item{
    width:33.33%;
    float:left;
    margin-bottom:20px;
    padding-left: 10px;
    padding-right: 10px;
}
/*endtt*/
.section-video{
    height: 576px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -280px;
    margin-bottom: 70px;
    border-radius: 15px;
    border-style: solid;
    position: relative;
    overflow: hidden;
    max-width: 1024px;
    padding: 10px;
    border: 1px solid #1a493429;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}

.section-video .video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 100%;
    overflow: hidden;
    display: flex
;
}

.section-video .video .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/theme/img/videomask.png) repeat center;
}
.section-video .video video {
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width:850px) {
    .section-video {
    height: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -180px;
    margin-bottom: 40px;
    border-radius: 10px;
}
    /*.intro {
        padding-bottom: 170px !important;
    }*/
}
.dt-item img{max-width:220px;margin:0 auto;width: 100%;padding: 0 5px;margin-bottom: 12px;}
ul.commodities,
ol.commodities{
    opacity: 0.92;
    margin-top: 10px;
    margin-bottom: 12px;
    width:100%;
    overflow:auto;
    font-size:15px;
    padding-left: 0;
}
ul.commodities li,
ol.commodities li{
	line-height:20px;
	margin-bottom:6px;
    display:block;
    padding:4px 0;
    float:left;
    width:50%;
    padding-right:10px;
	margin-left: 0;
	text-align: left;    color:#223e60;
    font-weight: 600;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
ol.commodities li::before,
ul.commodities li::before 
{
     color:#223e60;
}
.image-height{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 66.67%;
}
.image-height img{
    cursor: pointer;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
}

.block-tabs {
    margin: 20px 0;
    font-family: 'Signika';
}
    .block-tabs ul {
        margin-bottom: 15px;justify-content: center!important;
    }
.block-tabs .tab-content img {
    max-width:100%;
    margin:0 auto;
}
.nav-tabs>li { position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {position: relative;
    position: relative;
    display: block;
    padding: 8px 20px 6px;
    margin-right: 2px;
    line-height: 14px;
    border: 1px solid transparent;
    border-radius: 23px;
    font-size: 16px;
    margin-bottom: 4px;
    color: rgb(46 46 46);
    font-weight:bold;
}
.nav-tabs > li > a.active {
    background-color: #c47e64;
    color: #fff;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    cursor: default;
    color: #fff;
    background-color: #0d6efd;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
/*chat*/
.baogia {
    left: 5px;
    position: fixed;
    bottom: 5px;
    animation: goRight;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    background: linear-gradient(90deg,#cc0214 0,#f12f2f 50%,#cc0214 100%);
    padding: 2px 15px;
    border-radius: 40px;
}
.baogia .icon {
    background-image: url(/theme/img/icon-baogia-w.svg);
    width: 35px;
    height: 35px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    -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;
    position: relative;
    top: 3px;
}
.baogia span {
	font-size: 15.5px;
	line-height: 1.6;
	font-weight: 700;
	color: #fff;	
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    margin-top: 7px;
}
.baogia:hover span {
	color: #ffc70b;
	background-size: 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.baogia:hover .icon {
	background-image: url(/theme/img/icon-baogia-y.svg);
	width: 35px;
	height: 35px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: scale(.9);
}
.baogia,.goidien{z-index: 2;}
    
.goidien {
    position: fixed;
    bottom: 66px;
    left: 8px;
    padding: 6px 10px 6px 4px;
    color: #fff;
    transition: all ease .4s;
   /* background: #ffe873;*/
	    background: linear-gradient(90deg,#f1e440 0,#f1ed48 50%,#dcd03d 100%);
    border-radius: 40px;
}

.goidien .icon-phone {
	background-image: url(/theme/img/icon-call.svg);
	width: 40px;
	height: 40px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
	display: inline-block;
	vertical-align: bottom;		
	-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;
}
.goidien:hover .icon-phone {
	background: url(/theme/img/icon-call-w.svg) center center no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
	transform: scale(.9);
}
.goidien .icon-phone{background: url(/theme/img/icon-call.svg) center center no-repeat;    background-size: 22px;    width: 30px;    height: 30px;}

.goidien .text {
	font-size: 24px;
	line-height: 1.6;
	-webkit-background-clip: text;
	-webkit-animation: color-change 1s infinite;
	-moz-animation: color-change 1s infinite;
	-o-animation: color-change 1s infinite;
	-ms-animation: color-change 1s infinite;
	animation: color-change 1s infinite;
	text-decoration: none;
	color: #dfa97a;
}
.goidien .icon-phone:before{display:none;}
@-webkit-keyframes color-change {
	0% { color: #71966c; }
	50% { color: #295424 ; }
	100% { color: #71966c; }
}
@-moz-keyframes color-change {
	0% { color: #71966c; }
	50% { color: #295424 ; }
	100% { color: #71966c; }
}
@-ms-keyframes color-change {
	0% { color: #71966c; }
	50% { color: #295424 ; }
	100% { color: #71966c; }
}
@-o-keyframes color-change {
	0% { color: #71966c; }
	50% { color: #295424 ; }
	100% { color: #71966c; }
}
@keyframes color-change {
	0% { color: #71966c; }
	50% { color: #295424 ; }
	100% { color: #71966c; }
}
@media (max-width:768px) {
	 .baogia{    padding: 0px 10px;}
    .baogia span {
        font-size: 14.5px;
    }
    .baogia .icon {
        width: 28px;
        height: 28px;
    }
    .goidien{padding: 4px 4px;bottom: 50px;}
    .goidien .text {
        font-size: 20px;
    }
	.video-col {
		/*width: 48%;*/
		margin: 0;
	}
	.video-col:first-child{display:none;}
	.fancybox-slide {
		padding: 12px 0!important;
	}
	.section-form .container{
		    padding: 10px 0;
	}
	.col-sm{
		padding: 0 5px 14px!important;
	}
     .fix table {
        min-width: 700px;
        margin-bottom: 0;
    }
}
@-webkit-keyframes boonboon{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    15%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    30%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    45%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    60%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes boonboon{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    15%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    30%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    45%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    60%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
 
@media screen and (max-width: 500px)
{
	.video-col {
		width: 100%;
		margin: 0%;
	}
	.col-sm.small-6{
		padding: 0 2px 4px!important;
	}
    ul.detail-commodities li{width:100%;}
}
@media screen and (min-width: 550px)
{
	.col, .gallery-item, .columns {
		position: relative;
		margin: 0;
		padding: 0 10px 20px;
		width: 100%;
	}
	
}
.saban{background-color: rgb(232 233 233);padding-top: 20px;}
.saban iframe{height:570px;}
 iframe {
    volume: silent;
}
.btn-download{
    color: #0071bb;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #0071bb;
}

/*accordion*/
qna{
    background: #f5f9f9;
}
.qna  .section-content{max-width:940px;margin:0 auto;}
.qna  .section-title-container{
    margin:20px 5px 30px;
}
/*accordion*/
ul#accordion{
        list-style:none;
    }
#accordion li.item {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
}
               
#accordion li.item >div.ui-accordion-content-active:after {
    height: 80%;
}
#accordion li.item .content{
    display: block;
    text-align: left;
    padding: 5px 10px 10px 20px;
    font-size: 16px;
    font-weight: 500;
}
#accordion li.item .content p {
    margin-bottom: 10px;
    margin-top: 0;
}
#accordion li.item .content ul {
    padding-left:10px;
    margin: 0;margin-bottom:10px;
}  
.ui-widget-content {
     
}
.ui-state-active,.ui-state-default {
    padding: 10px;
    margin-top: 5px;
    border:unset;
}
.ui-widget-content {
    box-shadow:unset;
    border:unset;
}
.ui-state-active,.ui-state-hover {
    border:unset;
    color:unset;
}
.ui-state-default:hover, .ui-state-default:focus,.ui-state-default:active {
    outline:0!important;
}
.ui-icon, .ui-widget-content .ui-icon {
    float: left;    opacity: 0.8;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 8px 0 5px 0;
    padding: 1.1em 0.5em 1.2em 25px;
    font-size: 16px;
    font-weight: 600;
    color: #23436a;
    position: relative;
    text-align: left;
    background: #ffffff;
    box-shadow: 2px 0 4px rgb(0 0 0 / 10%);
    border-radius: 18px;
    font-size: 17px;
}
.ui-accordion .ui-accordion-header.ui-state-active {
        background: #def7c3; color: #23436a;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
    position:absolute;
    right: 20px;
    top: 10px;
}
.ui-icon-triangle-1-s::before, .ui-icon-triangle-1-e::before {
    content: "–";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    color: #233143cc;
    font-size: 25px;
    font-weight: bold;
}
.ui-icon-triangle-1-e::before{
     content: "+";
}
            
@media (max-width: 768px) 
{
    ul#accordion{
        padding-left:0;
        margin:0 10px;
    }
  /*  #accordion li.item >div:after, .ui-accordion .ui-accordion-header:after,
    .ui-icon-triangle-1-s, .ui-icon-triangle-1-e
    {
        display: none;
    }*/
      .ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
        position: absolute;
        right: 8px;
        top: 10px;
    }
    .ui-accordion .ui-accordion-header {
    
        margin: 8px 0 0px 0;
        padding: 1.1em 2em 1.1em 1em;
        font-size:15px;
    }
    #accordion li.item .content {
    display: block;
        text-align: left;
        padding: 20px 12px 10px;
        font-size: 15px;
        line-height: 26px;
    }
}

/*fixmobie*/
@media (max-width: 767px) {
    .hide-xs{display:none;}
    .header::before{display:none;}
      .header.has-transparent{position:relative;}
   /* 
    .transparent .header-main {
        height: 64px;
           background: linear-gradient(to right, #054b37 0%, #05503a 19%, #054b37 100%);
             background: #f7ece2;
    }*/
    .transparent #logo img {
        max-height: 56px;
    }
    .intro{box-shadow:unset;padding:8px}
    .intro div[data-oembed-url],
    .intro p > img, .intro > img
    { width:calc(100% + 16px);margin-left:-8px;margin-right:-8px;    max-width: unset;}
    .intro .intro-inner h1 {
        font-size: 1.6em;
    }
    .intro .intro-inner .slogo{
            max-width: 80px;
    }
    .intro .abslogo {
        width: 240px;
        height: 240px;
       
    }.intro .abstitle {
        margin-top: -140px;
    }
    .intro-youtube{border:0;}
    .saban iframe{display:none;}
    .btn-download {
        padding: 10px 15px;
        font-size: 14.5px;
    }
    .form-horizontal .input-group {
        margin-bottom: 5px;
        margin-top: 5px;
    }
     .col, .gallery-item, .columns {
        padding: 0 10px 20px;
    }
	.intro .intro-inner h1 {
		font-size: 2.1em;
	}
	.intro  .intro-logo{
		max-width:130px;
        margin-top: 0px!important;
	}
	

	section.intro{
		    padding: 0px;
    border-radius: 5px;
	    margin-top: 0px;
    margin-bottom: 5px;
	}section.intro .box-promo {
        padding: 6px 5px;
        margin: 0 auto;
        border-radius: 9px;
    }

    .section-form .section-top
    {	padding: 10px;
    }
    .section-form .form-container
    {	padding: 10px;
    }
  
    .float-icon-hotline {
        bottom: 5px;
        left: 8px;
    }
    .box-01{padding:0;}
    .news-list .news-item{width:50%;}
    .news-list .news-item:nth-child(5),
    .news-list .news-item:nth-child(6){display:none;}
    .tbltongquan{margin-top:20px;}
    .news-wrapper .news-title h4{
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 12px;
    }
}
@media (max-width: 576px) {
      .footer-logo {
        width: 180px;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
        float: unset;
	}
    .news-list .news-item{width:100%;}
    .news-list .news-item:nth-child(4){display:none;}
}

/*widget 02*/
/*widget*/
.icon_contact_show {
    position: fixed;
    right: 12px;
    top: 50%;
    z-index: 111;
    transform: translateY(-50%);
    text-align: left
}

.icon_contact_show img {
    width: auto;
    height: auto;
    right: 0;
    top: 0;
    transform: translate(-50%,50%)
}

.icon_contact_show .icon_show .btn-hover {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    box-shadow: 2px 4px 7px rgb(0 0 0 / 15%);
    background: linear-gradient(119deg, rgb(224 238 236 / 80%), rgb(235 202 180 / 75%));
}

.icon_show {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    transition-property: width;
    transition-duration: 1s;
    cursor: pointer;
    height: 48px
}

/*.icon_contact_show .icon_show:hover span.btn-hover {
    background: transparent
}*/

/*.icon_contact_show .icon_show a {
    background: linear-gradient(180deg,rgb(246 246 246 / 90%) 0%,rgb(237 237 237 / 90%) 100%);
    box-shadow: 2px 4px 7px rgba(0,0,0,.15);
    border-radius: 15px;
}*/

.icon_contact_show .call_span {
    font-weight: 500;
    font-size: 16px;
    color: #e47133;
    opacity: 0;
    visibility: hidden;
    /* float: right; */
    transition: 1s;
    text-align: center;
    width: 139px;
    padding-right: 52px;
}
.icon_contact_show .icon_show a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-left: 12px
}
.icon_contact_show .icon_show a:hover{
        background: linear-gradient(180deg, rgb(246 246 246 / 90%) 0%, rgb(237 237 237 / 90%) 100%);
    box-shadow: 2px 4px 7px rgba(0, 0, 0, .15);
    border-radius: 15px;
}
.icon_contact_show .icon_show > a:hover > .call_span {
    opacity: 1;
    float: right;
    visibility: visible;
    width: 160px;
}

.icon_contact_show span.btn-hover {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.icon_contact_show .icon-btn-phone {
    width: 24px;
    height: 24px;
    background-repeat:no-repeat;
    background: url(/theme/img/wd/telephone-call.png);

    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.icon_contact_show .icon-btn-booking {
    width: 24px;
    height: 24px;
    background-repeat:no-repeat;
    background: url(/theme/img/wd/file.png)
}
.icon_contact_show .icon-btn-mes {
    width: 24px;
    height: 24px;
    background-repeat:no-repeat;
    background: url(/theme/img/wd/chat.png)
}
@-webkit-keyframes phone-vr-circle-fill {
  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(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@media screen and (max-width: 768px) {
    .icon_contact_show{
        top: unset;
        bottom: 0px;
        opacity: 0.9;
    }
}
/*end widget 02*/

/*contact 3*/
.callms {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 220px
}

.callms a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 10px 18px;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 20px;
    background-image: linear-gradient(#146360, #12514f);
}

.callms svg {
    width: 18px;
    height: auto;
    margin-right: 10px;
    float: left
}

.callms svg path,.contms svg polygon,.contms svg rect {
    fill: #d9d9d9;
}

.callms svg circle {
    stroke: #102224;
    stroke-width: 1
}

.callms span {
    display: block
}

.zaloms {
    position: fixed;
    bottom: 65px;
    left: 20px;
    z-index: 9999
}

.zaloms svg {
    width: 64px;
    height: auto
}

.fadeBig {
    animation-name: fadeBig;
    -webkit-animation-name: fadeBig;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes fadeBig {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeBig {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.popupms,input[type="submit"] {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}
@media screen and (max-width: 1024px) {
    .zaloms, .callms{
        right: 0;
        left: unset;
    }
}
/*cont*/
/*my-text-typing*/
.add-plus {
    font-size: 15px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    padding: 15px 10px;
    display: -webkit-flex;
    align-items: center;
    height: 45px;
    background: #f3d8a1;
    color: #79542f;
    border: 2px solid #79542f;
    border-bottom: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    margin: 0
}
@media screen and (max-width: 1024px) {
    .add-plus{display:none;}
}
.add-plus a {
    color: #79542f
}

#test-my-custom-button .my-text-typing {
    border-right: .15em solid #835e38!important
}

.my-text-typing {
    animation: tp-typing 4s steps(20) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-right: .15em solid #fff
}

@keyframes tp-typing {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }

    55%,65%,75% {
        opacity: 1
    }

    60%,70% {
        opacity: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 0
    }
}
@media screen and (max-width: 768px) {
    .footer-bottom {padding-bottom: 40px;}
}
/*end my-text-typing*/
.add-plus {
    font-size: 15px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    padding: 15px 10px;
    display: -webkit-flex;
    align-items: center;
    height: 45px;
    background: #f3d8a1;
    color: #79542f;
    border: 2px solid #79542f;
    border-bottom: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    margin: 0
}
@media screen and (max-width: 1024px) {
    .add-plus{display:none;}
}
.add-plus a {
    color: #79542f
}

#test-my-custom-button .my-text-typing {
    border-right: .15em solid #835e38!important
}

.my-text-typing {
    animation: tp-typing 4s steps(20) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-right: .15em solid #fff
}

@keyframes tp-typing {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }

    55%,65%,75% {
        opacity: 1
    }

    60%,70% {
        opacity: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 0
    }
}
@media screen and (max-width: 768px) {
    .footer-bottom {padding-bottom: 40px;}
}
/*end my-text-typing*/

.video-wrapper {
  width: 100%;
  max-width: 400px;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 935px; 
}

.video-crop {
  position: absolute;
  top: -85px; 
  left: 0;
  width: 100%;
  height: 720px; 
}

.video-crop iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {

    .video-wrapper {
 
        height: 710px;
    }
}
.title03{
    text-align:center;
    margin-top:35px;
    font-weight: 600;
    font-size: 34px;
    line-height:1.5;
    font-family: "Signika", sans-serif;
    color: #12514f;
}
.title03 span{
    font-weight: 400;   color:#e5a420 ;   font-size: 88%;
}
.desc03{
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-family: 'Signika';
    text-align: center;
    font-size: 20px;
    color: #577958;
}
.iborder{
    border-radius:6px;
}
.ishaddow{
    box-shadow: 1px 1px 3px 1px #0000004a;
}
.lsttiendo .item a{
    padding: 5px;
    display: block;
}
.sick_tt_1{
    max-height:1000px;overflow:hidden;
}
.sick_tt_1 .item{cursor:pointer;}
.sick_tt_1 .item img{
    transition: all 0.3s;
}
.sick_tt_1 .item img:hover{
    transform: scale(1.04);
}
@media screen and (max-width: 768px) {
    .title03{
        text-align:center;margin-top:35px;font-weight: 600;  font-size: 30px;
        font-family: "Signika", sans-serif;
    }
}