figure.wp-block-image img.lazyloading {
    min-width: 150px;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 1em;
}
.icon {
    display:inline;
    margin-bottom:6px;
}
.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%;
    }
}
.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;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0
}

th,td {
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em
}

td {
    color: #666
}

:root {
    --primary-color: #dd9933;
}

html {
    background-color: #eff0f3!important;
}

.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1170px
}

.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: 82px
}

#logo img {
    max-height: 77px;
}

#logo {
    transition: all 400ms;
    margin-right: 30px;
}
#logo:hover {
    transform: scale(1.06);
}
#logo img {
    padding: 7px 0;
}
.nav-dark .logo a:hover
{
    opacity:0.9;
}
.header-bottom {
    min-height: 50px
}

.header-top {
    min-height: 40px
}

.transparent .header-main {
    height: 100px
}

.transparent #logo img {
    max-height: 100px
}

.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: 5px 0px;
}

.search-form {
    width: 64%;
}

.header-bg-color,
.header-wrapper {
    background: linear-gradient(311deg, rgba(20, 40, 72, 1) 0, #173259 100%);
}

.header-bottom {
    background-color: #1aa8b2
}

.header-main .nav>li>a {
    line-height: 21px;
    color: #093f49;
}
.header-main .nav>li>a:hover {
    color: #e6d95d;
}
.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: 40px
}

.header-bottom-nav>li>a {
    line-height: 16px
}
.stuck .header-main .nav>li>a {
    color:#fff!important;
}
.stuck .header-main .nav>li>a:hover {
    color: #ececec!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: #fff!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%,#fff 40%,#f1f1f1 100%);
    width: 100%;
    min-height: 30px;
}
.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: #173259;
}
.scroll-to-bullets a:hover{
    background-color:#bf9a43;
}

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: #dd9933;
}

[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
}
[data-text-color="secondary"] {
    color: #e0b548!important;
}
.secondary.is-outline:hover {
    border-color: #e0b548
}

.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: #ececec;
}

.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:#ececec;
}
.header:not(.transparent) .header-bottom-nav.nav>li>a {
    color: #fff;
}

.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: #ececec;
}

.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: #fff;
}

a {
    color: #3d3d3d;
}

a:hover {
    color: #d92a2a;
}
strong,b{
    font-weight:inherit !Important;
    font-family: "SVN-Gotham-Bold", sans-serif;
}
.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
}
@media (max-width: 849px) {
    .smartPopup {
        display: none !important;
    }
    #pietimerholder {
        display: none !important;
    }
}
@media (max-width: 549px) {
    .bottom_support {
        display: none !important;
    }
    .smartPopup {
        display: none !important;
    }
    #pietimerholder {
        display: none !important;
    }
    #smartPopupfade {
        display: none !important;
    }
}
#top-bar {
    font-weight: 900 !important;
}

a.nav-top-link {
    font-weight: 500 !important;
}
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: 1px;
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 13px;
    color: #fff;
}
.nav-spacing-large>li {
    margin: 0 7px;
}
.nav-uppercase>li>a:hover{
    color: rgb(220 195 95);
}
.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;
}
.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;
}
h2.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    font-size:20px;
}

.imgbando img {
    border-radius: 45px !important;
}
.button-hotline {
    background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}

.tab.has-icon.active a {
    background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}
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;
}
#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{
    padding: 40px 0px 10px;

}
@media screen and (min-width: 850px){
    .tongquan_inner .img-inner a img{
        width: 100%;
        max-width: 677px;
        float: right;
    }
}
.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: rgb(0, 0, 0);
}

#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 {
    padding-top: 30px;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg_tongquan.jpg);
    position: relative;
}
.tbltongquan{
    max-width: 1000px;
    margin: 0 auto;
}
.tbltongquan table {
    margin-bottom:0;
}
.tbltongquan table tr td:first-child strong{
    float:right;
    margin-right:12px;
}
.tbltongquan table td{
    color: #222;
    border-bottom: 1px solid #ffffff5e;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0px;
    font-size: 17px;
}
.tbltongquan table td a{
    color: #2162bb;
}
.tbltongquan table tr td:first-child{
    width:25%;
}
#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);
}

/*.tienich .section-bg.bg-loaded {
        background-image: url(../images/xuat-file-web_logo-cac-don-vi-01.png);
}*/
.text-description{
    max-width: 900px;
    font-size: 17px;
    line-height: 1.65;
    padding:0 10px;
}
.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;
}

.bottom-contact {
    display: none
}
.divyoutube{
    padding-top: 30px!important;
    margin-top: 30px!important;
}
@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: 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;
    }
}

@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
    }
}
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 50px;
    left: 25px;
    z-index: 99;
}
.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: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    -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(../images/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: 20px;
    height: 40px;
    line-height: 38px;
    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: 13.5px;
}
.float-icon-hotline ul li .fa-zalo {
    background: #019cd9  url(../images/zalo-icon.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-fb {
    background:#146141 url(../images/fb-chat.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-price {
    background:#e4b70f  url(../images/price.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-phone{
    background: #ed1c24 url(../images/phone.png) center center no-repeat;
}
.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: 176px;
    padding-left: 32px;
    padding-right: 12px;
    opacity: 1;
}
.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: #173259;
    font-family: "SVN-Gotham-Bold", sans-serif;
    line-height:38px;
    padding-bottom: 20px;
}
h2.title span {
    color: #173259;
    font-size: 25px;
    font-weight: bold;
}
h2.has-underline:after{
    content: "";
    background: url(../images/underline.png);
    display: inline-block;
    margin: 0 auto;
    display: block;
    width: 250px;
    height: 11px;
    background-repeat: no-repeat;
}
.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( 90deg ,#cc0214 0,#f12f2f 50%,#cc0214 100%);
}
.main-btn:hover {
    color: #fff;
    background-position: right center;
}
.stext{
    text-transform: uppercase;
    font-weight: 600;

    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 {
    overflow: hidden;
    position: relative;
    background: #f0efef;
}
.intro-youtube {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    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-promo{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    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-promo .intro-inner{
    font-size:16.5px;
}
.intro {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    margin-top: -56px;
    border: unset;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.intro .intro-inner{
    font-size:16.5px;
}
.intro .intro-inner h1{
    color: #c60000;
    font-size:1.8em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2264bf,#24aaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro .intro-inner p.slogan{
    color: #df2c2d;
    font-weight: 500;
    margin-top: 0;
    font-size: 19px;
    line-height: 26px;
    text-transform: capitalize;
}
.intro .intro-inner a{
    color: #477aa7;
}

.intro-promo .box-promo{
    width: 100%;
    padding: 10px 10px;
    max-width: 970px;
    margin: 10px  auto;
    border-radius: 7px;
    background: #fff;

}
.intro  .intro-logo{
    margin: 0 auto;
}

.box-promo ul.has-icon {
    list-style: none;
    padding-left: 15px;
}
.box-promo ul.has-icon li:before{
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    position: absolute;
    width: 16px;
    background-image: url(../images/gift.svg);
    margin: 3px 10px 0 0;

}
.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;
    font-family: "SVN-Gotham-Bold", sans-serif;
}
.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-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background: #fbfbfb;
}
.section-form{
    background-image: url(../images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top;
    background-attachment: fixed;
    position:relative;
}
.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,.5);
    width: 100%;
}
#footer{
    background: url(../images/bg_footer.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#footer .bg{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.5);
    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%;

    padding-top: 20px;
}
.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: 10px;
    color: #fff;
    position: relative;
}
.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-hotline{
    color:#fff;
}
.footer-hotline a{
    color: #fff;
    background: linear-gradient(90deg,#2c56a6,#44b5be,#5fab78,#d0802e,#db4636);
    padding: 0px 4px;
    font-weight: bold;
    font-size: 23px;
    padding: 4px 16px;
    border-radius: 23px;
    font-family: "SVN-Gotham-Bold", sans-serif;
}
.footer-hotline a:hover{
    box-shadow: 3px -3px 1px 0px orange;
}
.footer-title {
    position: relative;
    padding-bottom: 10px;
    font-style:italic;
    margin-bottom: 1.2rem;
    color: #fff;

}
.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;
}

@media (max-width: 768px) {
    .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;
    }
}
.boxanhthucte a{
    width:50%;
    float:left;
}
.subscribe-area {
    padding: 20px 20px 20px;
    -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;
    max-width: 425px;
    opacity: 0.95;
    background: #67676769;
    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: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff;
}
.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-image: linear-gradient(#ebd428, #e4b70f);
}
.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 20px;
        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: 10px;
    color: #fff;
}

.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: 15.5px;
    color: #255ead;
    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: #fffbf;
}
.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(../images/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: #fff;
    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;
}
/*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;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 12px;
    width:100%;
    overflow:auto;
    padding: 0!important;
    font-size:15px;
}
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;
}
/*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(../images/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(../images/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(../images/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(../images/icon-call-w.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    transform: scale(.9);
}
.goidien .icon-phone{
    background: url(../images/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 7px 14px!important;
    }
}
@-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;
}
/*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, #fbfbfb 0%, #fff 40%, #f3f2f2 100%);
    }
    .transparent #logo img {
        max-height: 74px;
    }
    .intro{
        margin-top: 12px;
        box-shadow: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;
    }
}