figure.wp-block-image img.lazyloading {
    min-width: 150px;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 1em;
}
.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 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.itrans-01:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 50%;
    top: 50%;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.itrans-01:hover:after {
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    right: 50%;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.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, 0.3) 100%
        );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
        );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.itrans-02:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.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, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.itrans-03:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.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;
    }
}
.itrans-04:hover img {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}
@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
.itrans-05 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.itrans-05:hover img {
    opacity: 0.6;
}
.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: 79px;
}
#logo {
    width: 235px;
    transition: all 400ms;
}
#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: 0px 0;
}
.search-form {
    width: 64%;
}
.header-bg-color,
.header-wrapper {
    background: #fff;
}
.header-bottom {
    background-color: #1aa8b2;
}
.header-main .nav > li > a:hover {
    color: #e6d95d;
}
.header-main .has-dropdown svg {
    font-size: 16px;
    margin-left: 0.2em;
    opacity: 0.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: #2154a4 !important;
}
.stuck .header-main .nav > li > a:hover {
    color: #e2c755 !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;
}
[data-text-color="primary"] {
    color: #dd9933 !important;
}
[data-text-bg="primary"] {
    background-color: #dd9933;
}
.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;
}
.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;
}
.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: #e1ebff;
}
.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;
}
.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;
}
body {
    font-size: 16.5px;
}
@media screen and (max-width: 549px) {
    body {
        font-size: 16px;
    }
}
body {
    color: #424242;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #0a0a0a;
}
.header:not(.transparent) .header-nav.nav > li > a {
    color: #2154a4;
}
.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: #eb4e63;
}
.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: #eb4e63;
}
.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;
}
a {
    color: #3d3d3d;
}
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;
}
@media (max-width: 849px) {
    .smartPopup {
        display: none !important;
    }
    #pietimerholder {
        display: none !important;
    }
}
@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;
    }
}
#top-bar {
    font-weight: 900 !important;
}
a.nav-top-link {
    font-weight: 700 !important;
}
.header-main,
body {
    overflow-x: hiden !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: 0px;
    font-weight: bolder;
    color: rgb(223 201 112);
}
.nav-spacing-large > li {
    margin: 0 8px;
}
.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 0.2s;
}
.imgdichvumoibat img {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
}
.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;
}mgbando 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);
}
.coltongquan {
    border-right: solid 1px #e0e0e0;
}
.tongquan_inner {
    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, #232461 0%, #2d4060 40%, #2d4060 100%);
}
.tongquan_text {
    background: #205954;
}
@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;
}
#image_235197016 {
    width: 20%;
}
#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;
}
section.tongquan .section-bg-overlay {
    background-color: rgba(255, 255, 255, 0.2);
}
.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: #ffffff;
    border-bottom: 1px solid #cacaca;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0.4em 0.5em;
}
.tbltongquan table td strong,
.tbltongquan table td b {
    font-weight: 500;

}
.tbltongquan table tr:last-child td {
    border-bottom: 0;
}
.tbltongquan table td a {
    color: #ffffff;
}
.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);
}
.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 screen and (max-width: 820px) {
    .divyoutube {
        padding-top: 0px !important;
        margin-top: 0px !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;
    color: #fff;
    line-height: 45px;
    z-index: 9999;
}
.bottom_support a {
    color: #fff;
    line-height: 45px;
    font-size: 18px;
}
.wrap_bottom {
    max-width: 1380px;
    margin: 0 auto;
}
.bottom_support .hotline_bottom {
    background: #042244;
    width: 40%;
    float: left;
    font-size: 16px;
    margin-left: 5%;
    position: relative;
}
.bottom_support .hotline_bottom .ico {
    width: 16%;
    position: absolute;
    bottom: 0;
}
.bottom_support .hotline_bottom .txt {
    margin-left: 16%;
}
.bottom_support .hotline_bottom .ico img {
    max-width: 100%;
}
.bottom_support .hotline_bottom strong {
    font-weight: bold;
    font-size: 19px;
}
.bottom_support .hotline_bottom span {
    font-size: 13px;
}
.bottom_support .guide_payment {
    background: linear-gradient(-60deg, #052b56 90%, #042244 50%) no-repeat;
    width: 25%;
    float: left;
    position: relative;
}
.bottom_support .guide_payment .ico {
    width: 20%;
    position: absolute;
    bottom: -25%;
    left: 15%;
}
.bottom_support .guide_payment .ico img {
    max-width: 100%;
}
.bottom_support .guide_payment .txt {
    margin-left: 35%;
}
.bottom_support .advisory_online {
    background: linear-gradient(-60deg, #073d79 90%, #052b56 50%) no-repeat;
    width: 30%;
    float: left;
    position: relative;
}
.bottom_support .advisory_online .ico {
    width: 20%;
    position: absolute;
    bottom: -10%;
    left: 15%;
}
.bottom_support .advisory_online .ico img {
    max-width: 100%;
    float: left;
    margin-top: -20px;
}
.bottom_support .advisory_online .txt {
    margin-left: 35%;
}
@media screen and (max-width: 1200px) {
    .bottom_support .hotline_bottom {
        width: 45%;
    }
    .bottom_support .hotline_bottom .ico {
        width: 12%;
    }
    .bottom_support .hotline_bottom .txt {
        margin-left: 12%;
    }
    .bottom_support .guide_payment {
        width: 25%;
    }
    .bottom_support .guide_payment .ico {
        bottom: -15%;
    }
    .bottom_support .advisory_online {
        width: 25%;
    }
    .bottom_support .advisory_online .ico {
        bottom: 0;
    }
    #logo {
        margin-right: 3em;
    }
}
@media screen and (max-width: 1000px) {
    .bottom_support {
        height: 40px;
        line-height: 40px;
    }
    .bottom_support a {
        font-size: 17px;
        line-height: 40px;
    }
    .bottom_support .hotline_bottom {
        margin-left: 2%;
        width: 48%;
    }
    .bottom_support .guide_payment .ico {
        bottom: 0;
        left: 7%;
    }
    .bottom_support .guide_payment .txt {
        margin-left: 27%;
    }
    .bottom_support .advisory_online .ico {
        bottom: 10%;
        left: 10%;
    }
    .bottom_support .advisory_online .txt {
        margin-left: 30%;
    }
    #logo {
        margin-right: 1em;
    }
}
@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: 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: 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 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(../img/zalo-icon.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-fb {
    background: #146141 url(../img/fb-chat.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-price {
    background: #e4b70f url(../img/price.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-phone {
    background: #ed1c24 url(../img/phone.png) center center no-repeat;
}
.float-icon-hotline ul li 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(0.9, 0.9, 0.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%;
}
.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: #13736f;
    font-size: 1.7em;

    line-height: 38px;
    background: -webkit-linear-gradient(#2264bf, #1c55a4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.title span {
    color: #f3d47c;
    font-size: 21px;
    font-weight: 300;
}
h2.has-underline:after,
.intro h1:after {
    content: "";
    background: url(../img/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, 0.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, 0.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: 1000px;
    margin: 0 auto;
    z-index: 1;
    margin-top: -42px;
    border: unset;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px -1px 0px 0px #dedede;
    margin-bottom: 20px;
}
.intro .intro-inner h1 {
    color: #c60000;
    font-size: 1.8em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2264bf, #1c55a4);
    -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-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(../img/gift.svg);
    margin: 3px 10px 0 0;
}
.section-container {
    position: relative;
}
.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-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background: #fbfbfb;
}
.section-form {
    background-image: url(../img/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: linear-gradient(150deg, #185FAA 0%, #0C2F55 50.1420795917511%);
    opacity: .95;
    width: 100%;
}
#footer {
    background-color: #0d5853 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url(../img/banner_bg.jpg);
    position: relative;
}
.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-bottom {
    text-align: left;
    padding: 4px 0px;
    color: #bbbbbb;
    font-size: 13px;
    position: relative;
}
.footer-bottom p {
    margin: 0px;
}
.footer-bottom a {
    transition: 0.25s all ease;
    color: #bbbbbb;
}
.footer-bottom a:hover {
    color: #d3b57d;
    transition: 0.25s all ease;
    margin-bottom: 10px;
}
.footer-top {
    padding-top: 45px;
    padding-bottom: 10px;
    padding-bottom: 35px;
    color: #fff;
    position: relative;
}
.footer-top a {
    color: #fff;
    transition: 0.25s all ease;
    color: rgb(244 206 52);
    font-weight: normal;
}
.footer-top a:hover {
    color: #f7f7f7;
    transition: 0.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: #1c55a4;
    padding: 0px 4px;
    font-weight: bold;
    font-size: 26px;
    padding: 4px 7px;
    border-radius: 1px;
    box-shadow: 2px -2px 1px 0px #4f5354;
}
.footer-hotline a:hover {
    box-shadow: 3px -3px 1px 0px #4f5354;
}
.footer-top p {
    margin-bottom: 10px;
    font-size: 16.5px;
}
.footer-name {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    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;
    }
    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 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 0.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 15px;
    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 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
}
@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;
    }
    .colmdnopad {
        padding-left: 0;
        padding-right: 0;
    }
    #text-box-1952288491 {
        width: 70%;
        bottom: 33%;
    }
    .thietke .section-content .row {
        margin-bottom: 0px !important;
    }
}
.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;
}
.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;
}
.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: 33.33%;
    padding-right: 10px;
    margin-left: 0;
    text-align: left;
    color: #83b01d;
    font-weight: 500;
}
@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 {
        margin: 0;
    }
    .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%;
    }
}
@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%,
            #ffffff 40%,
            #f3f2f2 100%
            );
    }
    .transparent #logo img {
        max-height: 74px;
    }
    .intro {
        margin-top: 12px;
        box-shadow: unset;
        padding: 0;
    }
    .intro .intro-inner h1 {
        font-size: 1.6em;
    }
    .intro .intro-inner .slogo {
        max-width: 80px;
    }
    .intro-youtube {
        border: 0;
    }
    .btn-download {
        padding: 10px 15px;
        font-size: 14.5px;
    }
    .form-horizontal .input-group {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
