﻿
    
.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: 1em;
}
blockquote {
    font-size: 1.1em;
}
 ul, ol{
        padding-left: 20px;
}
.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: #e59a08;}
.font18{font-size:18px;}
:root {
	--primary-color: #dd9933;
}

html {
	background-color: #eff0f3!important;
}

.full-width .ubermenu-nav,
.container,
.row {
	max-width: 1270px
}

.row.row-collapse {
	max-width: 1140px
}

.row.row-small {
	max-width: 1162.5px
}

.row.row-large {
	max-width: 1200px
}
.row-middle {
    max-width: 1340px;
}
.header-main {
	height: 72px
}

#logo img {
	max-height: 66px
}

#logo {
    width: 220px;
    transition: all 400ms;
    margin-right: 4em;
}
/*#logo:hover {
    transform: scale(1.06);
}*/
#logo img {
	padding: 0;
}
.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: 78px
}
/*.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
}

.stuck #logo img {
	max-height: 62px!important;
    padding: 0px 0;
}

.search-form {
	width: 64%;
}

.header-bg-color,
.header-wrapper {
    background:linear-gradient(to right, #762f0b 0%, #7e330a 40%, #762f0b 100%);
}

.header-bottom {
	background-color: #1aa8b2
}

/*.header-main .nav>li>a {
	line-height: 21px;
	color: #0f340d;
}*/
.header-main .nav>li>a {
	line-height: 21px;
	color: #e9d292;
}
.header-main .nav>li>a:hover {
	color: #0f340d;
}
.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: 38px;
}

.header-bottom-nav>li>a {
	line-height: 16px
}
/*.stuck .header-main .nav>li>a {
	color:#0f340d!important;
}*/
.stuck .header-main .nav>li>a {
	color:#e9d292!important;
}
/*.stuck .header-main .nav>li>a:hover {color:#0a2208!important}*/
.stuck .header-main .nav>li>a:hover {color:#b19668!important}
.stuck .header-main .nav>li > a:before {
	display: none!important;
}
@media (max-width: 549px) {
	.header-main {
		height: 70px
	}
	#logo img {
		max-height: 70px
	}
}

.main-menu-overlay {
	background-color: #42b54c
}

.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: #f1f1f1;
    background: linear-gradient(to right,#f1f1f1 0%,#ffffff 40%,#f1f1f1 100%);
    width: 100%;
    min-height: 30px;
    max-width: 1920px;
    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 #e6c118;
}
.button.is-outline:hover{
	background-color: #e6c118;
}
.button.is-outline i{
       color: #e6c118;
}
.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: #c1ac2a
}

.nav-tabs>li.active>a {
	border-top-color: #dd9933
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
	border-left-color: #dd9933
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
	border-left-color: #dd9933
}
.scroll-to-bullets a
{
	background-color: #346e97;
}
.scroll-to-bullets a:hover{
	background-color:#bf9a43;
}

/* 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,
.woocommerce-page .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 {
	font-size: 16.5px;
    color: #424242;
    font-family:Roboto, Arial;
}

@media screen and (max-width: 549px) {
	body {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
	color: #0a0a0a;
}

./*header:not(.transparent) .header-nav.nav>li>a {
	color: #0f340d;
}*/
.header:not(.transparent) .header-nav.nav>li>a {
	color: #fff;
}
.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: #d4bd7d;
}

.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: #dd9933;
}
.header-nav.nav-line-bottom>li>a:before
{
	height:1.5px;
	background-color:#b19668;
}
.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: #d92a2a;
}
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;
}

a.nav-top-link {
	font-weight: 600 !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;
}
.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: 1.5px;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 14.5px;
	color: rgb(223 201 112);
}
.nav-spacing-large>li {
    margin: 0 12px;
}
.nav-uppercase>li>a:hover{
	color: rgb(220 195 95);
}
.mfp-content{
	background: linear-gradient(to bottom, #07567b 0%, #0671a2 14%, #055b84 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.active a {
	background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}

a.nav-top-link {
	font-family: Roboto, Arial !important;
}


/*
.mfp-bg.mfp-ready, #newsletter-signup-link
{
	display:none !important;
}
*/

h1,
h3,
h4,
h5,
h6 {
	font-family: tahoma!important;
}



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;
}

#wpcf7-f10672-o2>form>div.wpcf7-response-output {
	color: white !important;
}

#wpcf7-f10672-o2>form>p:nth-child(5)>input {
	background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}

#wpcf7-f10672-o2>form>p:nth-child(3)>label>span>input::placeholder {
	color: white !important;
}

#wpcf7-f10672-o2>form>p:nth-child(4)>label>span>input::placeholder {
	color: white !important;
}

#wpcf7-f10672-o2>form>p:nth-child(5)>label>span>input::placeholder {
	color: white !important;
}

.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%);
}*/
@media screen and (min-width: 850px)
{
	/*.tongquan_inner {
		height: 500px;    overflow: hidden;
	}
	.tbltongquan{
		overflow: auto;
		height: 480px;
	}*/
    .tongquan_inner .img-inner img {
        width: 100%;
        float: right;
        max-width: 385px;
    }
    .intro {
        padding: 20px!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%;
}

#section_vitri {
	padding-top: 50px;
	padding-bottom: 30px;
/*    background-color: #f7fcfe;*/
}

#section_vitri .section-bg-overlay {
	background-color: rgba(255, 255, 255, 0.9);
}


#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.tongquan,
section.thucte{
background-size: cover;
    background-attachment: scroll;
    background-image: url(../img/bg/bg04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px!important;
    padding-bottom: 20px!important;
}

section.tongquan  .section-bg-overlay {
	background-color: rgba(255, 255, 255, 0.2);
}
.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;
}
.qna{
    background: #f5f9f9;
}
.qna  .section-content{max-width:860px;margin:0 auto;}
.tbltongquan{
	max-width: max-content;
    margin: 0 auto;
}
.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: 16px;
}
.tbltongquan table td strong, .tbltongquan table td b{font-weight:500; font-family:Roboto, Arial;}
.tbltongquan table tr:last-child td{ border-bottom: 0;}
.tbltongquan table td a{
    color: #bb781d;
}
.tbltongquan table tr td:first-child{width:25%;}
/*.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%;
}

.tienich {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(198, 198, 198, 0.1);
}

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 {
	
}

.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;
}

.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: rgba(225,225,225,.7);
    width: 100%;
}
}
@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;
	font-family: 'Roboto Condensed',Arial, sans-serif;
	color: #fff;
	line-height: 45px;
	z-index: 9999
}

.bottom_support a {
	font-family: 'Roboto Condensed', Arial , sans-serif;
	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: max-content) {
	.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;
	}
}

@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:4px 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: 30px;
}
@-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;
    /*background:#e4b70f;*/
}
.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: 162px;
    padding-left: 32px;
    padding-right: 12px;
    opacity: 1;
}
@media (min-width: 767px) {
    .float-icon-hotline ul li span {
        width: 162px!important;
        padding-left: 32px!important;
        padding-right: 12px!important;
        opacity: 1!important;
    }
}
.back-to-top{border-radius:100%;}
/*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;
	color: white ;
	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.title{    color: #133412;
    font-size: 1.5em;
    font-family: tahoma, arial!important;line-height:38px;
    background: linear-gradient(to right,#cb9e40,#e9db95,#c79a39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/*h2.title span:last-child {   
	color: #d28858;
    font-size: 20px;
    font-weight: 300;
}*/
h2.has-underline:after,
.slogan.has-underline:after{
    content: "";
    background: url(../img/underline.png);
    display: inline-block;
    margin: 0 auto;
    display: block;
    width: 280px;
    height: 28px;
    background-repeat: no-repeat;
    margin-top: 15px;
    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,#efd769 10%,#eb6a24 100%);
}
  .main-btn:hover {
    color: #fff;
    background-position: right center; }
  .stext
  {
	    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto, 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;
}
/*gioithieu*/
.gioithieu {
    overflow: hidden;
    position: relative;
   /* background: url(/img/bg/bg_position.jpg) no-repeat center center/cover;*/
    /*   background: #f8f8f8;*/
}
/*intro*/
.intro-youtube {
	position: relative;
	max-width: max-content;
	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: 15px 14px 1px -5px rgb(249 155 28 / 56%);
}
.intro-promo
{
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    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;
    margin-top: 40px;
    background-image: none;
    background: #fdfaf3;
    border: 10px solid #dea338;
    border-radius: 0px;
}
.intro-promo .intro-inner{font-size:16.5px;}
.intro {
	position: relative;
	max-width: max-content;
	margin: 0 auto;
	z-index: 1;
    margin-top: -105px;
    border: unset;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.intro .intro-inner{font-size:16.5px;
    max-width: 880px;
    margin: 0 auto;
}
.intro .intro-inner h1{
	color: #c60000;font-size:1.8em;text-transform: uppercase;
	background:linear-gradient(to right,#cb9e40,#e9db95,#c79a39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro .intro-inner p.slogan{
    color: #ddc474;
    font-weight: 500;
    margin-top: 0;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
}
.intro .intro-inner a{color: #477aa7;}

.intro-promo .box-promo{
    width: 95%;
    padding: 10px 5px;
    max-width: 970px;
    margin: 10px auto;
    border-radius: 7px;
}
/*.intro-promo .box-promo strong,
.intro-promo .box-promo b,
.fw500 strong, .fw500 b{
    font-weight:500;
}*/
.intro  .intro-logo{
	margin: 0 auto;
}

ul.has-icon {    list-style: none;
    padding-left: 28px;    position: relative;}
ul.has-icon li{
    position: relative;
    margin-left: 0;
}
ul.has-icon li:before{
background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 16px;
    left: -22px;
    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;}
.section-container {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-top.center {
    text-align: center;
}
.title {
   position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    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;
}
}

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/bg06.jpg); background-repeat: no-repeat; 
    background-size: cover; background-position:center;     background-attachment: fixed;*/
    position:relative;
        background: linear-gradient(132deg,rgb(120 48 11) 0%,rgb(124 50 10) 20%,rgb(118 48 11) 100%);
}
.section-form .container{
	padding: 58px  0;   
    z-index: 1;
    position: relative;
}
.section-form .bg{
	    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.1);
    width: 100%;
}
/*footer*/
#footer
{
	background-color: #0f0e0e !important;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center bottom;
    background-image: url(../images/banner.jpg);
	position: relative;
}
#footer .bg{
	content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
}
.forte-inner, .footer-top:before {background: #094950; }

.footer-contact {}
.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-info {width: 100%; font-family: Roboto, Arial;}
.footer-bottom {
    text-align: left;
    padding: 4px 0px;
    color: #bbbbbb;
    font-size: 13px;
    position: relative;
}
.footer-bottom p {margin: 0px; }
.footer-bottom a {transition: .25s all ease;  color: #bbbbbb;}
.footer-bottom a:hover {color: #d3b57d; transition: .25s all ease;    margin-bottom: 10px; }
.footer-top {padding-top: 45px; padding-bottom: 10px;     padding-bottom: 35px;color: #fff; position: relative; }
.footer-top:before {content: ''; width: 100%;    height: 2.5px;
    background: #1d4427;position: absolute; top: -10px; left: 0px; opacity: 0.8; }
.footer-top a {color: #fff; transition: .25s all ease; color: rgb(244 206 52);
    font-weight: normal;}
.footer-top a:hover {color: #f7f7f7; transition: .25s all ease;}
.footer-top .footer-hotline, .footer-top .footer-hotline a{
    font-size: 21px;
    margin-bottom: 18px;
}
.footer-hotline{color:#fff;}
.footer-hotline a{
    color: #ffffff;
    background: rgb(206 168 15);
    padding: 0px 4px;
    font-weight: bold;
    font-size: 26px;
    padding: 4px 7px;
    border-radius: 1px;       box-shadow: 3px 3px 1px 0px #c29e6e;
}
.footer-hotline a:hover{ box-shadow: 4px 4px 1px 0px #c29e6e;}
.footer-top p{margin-bottom: 10px;    font-size: 16.5px;}
.footer-title { position: relative; padding-bottom: 10px; font-style:italic;    margin-bottom: 1.2rem; color: #fff;font-family: Roboto, Arial;}
.footer-title:before {content: ''; width: 130px; height: 1px; position: absolute; bottom: 5px; left: 0px; background: #fafafa; }
.footer-name {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
	    font-size: 19px;
   /* background: -webkit-linear-gradient(#e4dc34, #ce9920);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;font-size: 19px;*/
}
.footer-social-info a {display: inline-block; padding: 10px; padding-top: 0px; padding-left: 0px; margin-right: 10px; font-size: 1.2em; }

/*end footer*/
.boxanhthucte a{width:50%;float:left;}
.subscribe-area {
 padding: 20px 20px 30px;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    border-radius: 10px;
    border: 2px solid #ffffff4f;
    max-width: 466px;
    margin: 0 10px;
    opacity: 0.95;
    background: #ffffff4f;
    margin: 0 auto;
    display: block;
}
.subscribe-area .section-description {
    color: #545454;
    max-width: 900px;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #ffffff;
}
.subscribe-form button {
top: 0;
    right: 0;
    border-radius: 40px;
    height: 46px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    transition: all .3s;
    -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: #dfb311;
    border-color: #dfb311;
    width: 100%;          background: linear-gradient(180deg, rgba(199, 193, 22, 1), rgba(199, 152, 22, 1));
    color: rgb(58, 58, 58)!important;
}.subscribe-form input {
    padding: 0 25px;
    border-radius: 31px;
    width: 100%;
    color: #2E2E2E;
    background: #fff!important;
    height: 43px !important;
}
  @media (max-width: 767px) {
    .subscribe-area {
         padding: 10px 20px 50px;
    margin: 0!important; } }



.subscribe-content .subscribe-title {
  font-size: 35px;
  font-weight: 700; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-content .subscribe-title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .subscribe-content .subscribe-title {
      font-size: 24px; } }
  .subscribe-content .subscribe-title span {
    font-weight: 400; }
.subscribe-content .section-title h3{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;  
	color: #ffffff;
}

.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 #e6c118!important;
}
.slick-prev:before, .slick-next:before
{
	color:#e6c118!important;
}
@media (max-width: 768px) {
	 .subscribe-content {
        margin-top: 25px;
    }
    .subscribe-content .section-title h3{
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .subscribe-content .section-description{
           margin-bottom: 30px;
    }
	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%;
}
 .thietke .section-content .row {
    margin-bottom: 0px!important;
}
}
.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(114deg,#f8d10e 10%,#ba6646 100%);
}
.box-01 .box-content{
    padding: 20px 10px;
    margin: 0px auto;
    border-radius: 0;
    background: #fff;
}
.box-02{
    background: #fff;
    padding: 10px;
}
.box-02 .box-inner{
       padding: 10px;
    background: linear-gradient(248deg,#2ab574 10%,#283891 100%);
}
.box-02 .box-content{
    padding: 20px 10px;
    margin: 0px auto;
    border-radius: 0;
    background: #fff;
}
/*tt*/
.news-wrapper .news-content {
    position: relative;
    width: 100%;margin-bottom: 17px;
}
.news-wrapper .news-title{font-size:17px;}
.news-wrapper .news-title ._4line{font-size:15.6px;line-height:20px; }
.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-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*endtt*/
.dt-item img{max-width:220px;margin:0 auto;width: 100%;padding: 0 5px;margin-bottom: 12px;}
ul.detail-commodities{
    opacity: 0.92;
    margin-top: 10px;
    margin-bottom: 12px;
    width:100%;
    overflow:auto;
    font-size:15px;
    padding-left: 0;
}
ul.detail-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:#1f3a5f;
    font-weight: 500;

    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.tienich ul.detail-commodities li {
    width:33.33%;
}
/*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;
	}
    .tienich .detail-commodities li{width:50%;}
     .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;
	}
}
@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;}
.btn-download{
    color: #0071bb;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #0071bb;
}
/*accordion*/
ul#accordion{
        list-style:none;
    }
#accordion li.item {
    position: relative;
    background: #f9f9f9;
    box-shadow: 2px 0 6px rgb(0 0 0 / 10%);
    border-radius: 5px;
    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;
    font-size:17px;
}
#accordion li.item .content p {
    margin-bottom: 10px;
}
#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 0px 0;
    padding: .7em 0.5em .7em 10px;
    font-size: 16px;
    font-weight: 600;
    color: #434343;
    position:relative;    text-align: left;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
    position:absolute;
left: 25px;
    top: 12px;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
    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;
    width: 20px;
    height: 20px;
    color: #adadad;
    font-size: 20px;
    font-weight: bold;
}
            
@media (max-width: 768px) 
{
    #accordion li.item >div:after, .ui-accordion .ui-accordion-header:after,
    .ui-icon-triangle-1-s, .ui-icon-triangle-1-e
    {
        display: none;
    }
    .ui-accordion .ui-accordion-header {
    
        margin: 8px 0 0px 0;
        padding: .5em 0.4em .3em 10px;
        font-size:15px;
    }
    #accordion li.item .content {
        display: block;
        text-align: left;
        padding: 5px 12px 10px;
        font-size: 16px;
        line-height: 22px;
    }
}
/*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, rgb(15 14 14) 0%, rgb(15 13 13) 40%, rgb(15 14 14) 100%);
    }
    .transparent #logo img {
        max-height: 62px;
    }
    .intro{    margin-top: 12px;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-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: 1.5em;
	}
	.intro  .intro-logo{
		max-width:190px;
	}
	.footer-contact {
		display: block;
	}

	.footer-logo {
		width: 24%;
		height: auto;
		margin-right: 1%;
		margin-bottom: 70px;
		float: left;
	}

	.footer-info {
		width: 100%;    padding: 10px 0!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: 15px;
}
.section-form .form-container
{	padding: 10px;
}
.tienich .section-content .col {
    padding-bottom: 15px;
}
.float-icon-hotline {
   bottom: 5px;
    left: 4px;
}

}
@media (max-width: 576px) {
      .footer-logo {
        width: 180px;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
        float: unset;
	}
}