/* Loading Screen */

@-webkit-keyframes "circleloader" {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.load-effect {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1033;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    transform: translateX(-100%);
}
.load-effect div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}
.load-effect div span {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    color: #e51234;
    line-height: 150px;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
}
.load-effect div span:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0;
    border-radius: 100px;
    border: 5px solid #e51234;
    box-shadow: 0 0 0px #e51234, inset 0 0 0px #e51234;
    animation: circleloader 3s infinite;
}
.load-effect div span:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0;
    border-radius: 100px;
    border: 5px solid #e51234;
    box-shadow: 0 0 0px #e51234, inset 0 0 0px #e51234;
    animation: circleloader 3s infinite 1.5s;
}
.load-effect.is-active {
    transform: translateX(0);
}
.load-effect.is-active.de-active {
    opacity: 0;
    transition: all 0.3s linear;
}
.load-effect.is-active.de-active.loaded {
    display: none;
}
.color_white {
    color: white;
}
/* Menu */

#section-menu {
    /*background-color: #eee;*/
}
#section-menu .menuRow {
    width: 100%;
    height: auto;
}
#section-menu .menuRow ul.menuMainFirst {
    padding: 0px;
    margin: 0px;
    float: right;
    font-size: 0px;
}
#section-menu .menuRow ul.menuMainFirst li {
    list-style: none;
    display: inline-block;
    padding: 0px 22px;
    border-left: 1px solid #eee;
    font-size: 0px;
}
#section-menu .menuRow ul.menuMainFirst li:last-child {
    border-right: 0px solid #eee;
    padding-right: 0px;
}
#section-menu .menuRow ul.menuMainFirst li a {
    line-height: 50px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    outline: none;
}
#section-menu .menuRow ul.menuMainFirst li a.icon {
    width: 50px;
    height: 50px;
    background-color: #E84030;
    color: white;
    padding: 8px;
    font-size: 14px;
}
#section-menu .menuRow ul.menuMainFirst li a:hover {
    outline: none;
    text-decoration: none;
}
#section-menu .menuRow .menuSubImage .logoName {
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}
#section-menu .menuRow .menuSubSearch {
    height: auto;
    float: left;
    margin-right: 15px;
}
#section-menu .menuRow .menuSubSearch input#input_menuSubSearch {
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
    color: black;
    padding: 0px 5px;
    outline: none;
}
#section-menu .menuRow .menuSubSelect {
    border: 1px solid #eee;
    padding: 5px;
    transition: all 0.3s;
    float: left;
    width: 260px;
}
#section-menu .menuRow .menuSubSelect:hover {
    border: 1px solid black;
}
#section-menu .menuRow .menuSubSelect [class^="select"] {
    width: 250px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    outline: none;
}
#section-menu .menuRow .menuSubSelect .selectDisplay .value {
    float: left;
    width: 220px;
}
#section-menu .menuRow .menuSubSelect .selectDisplay .icon {
    float: left;
    width: 20px;
    height: 28px;
    text-align: center;
    border-left: 1px solid #eee;
    padding-left: 10px;
}
#section-menu .menuRow .menuSubSelect .selectDisplay .icon .fa {
    font-size: 14px;
}
#section-menu .menuRow .menuSubSelect .selectOverlay {
    position: absolute;
    opacity: 0;
    height: 40px;
    width: 260px;
    margin-top: -34px;
    margin-left: -5px;
}
#section-menu .menuRow .menuSubSelect .selectOverlay select {
    width: 100%;
    height: 40px;
    border: 0px;
    cursor: pointer;
}
#section-menu .menuRow .menuSubBtn {
    float: left;
    width: 125px;
    margin-left: 15px;
}
#section-menu .menuRow .menuSubBtn button {
    width: 100%;
}
#section-menu .menuSubRight {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
#section-menu .menuSubRight .subTop {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
#section-menu .menuSubRight .subTop .sectionIcon {
    float: right;
    margin-right: 15px;
}
#section-menu .menuSubRight .subTop .sectionIcon a {
    display: inline-block;
    padding: 0px 3px;
    outline: none;
    font-size: 0px;
}
#section-menu .menuSubRight .subTop .sectionText {
    float: right;
    line-height: 30px;
}
#section-menu .menuSubRight .subTop .sectionText a {
    display: inline-block;
    padding: 0px 3px;
    font-size: 16px;
    outline: none;
    color: #333;
}
#section-menu .menuSubRight .subTop .sectionText a:hover {
    text-decoration: none;
}
#section-menu .menuSubRight .subTop .sectionText a:active {
    color: black;
}
#section-menu .menuSubRight .subTop .sectionText a.devide {
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
}
#section-menu .menuSubRight .subBottom {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
#section-menu .menuSubRight .subBottom .subLeft {
    float: left;
}
#section-menu .menuSubRight .subBottom .subLeft input {
    float: left;
    height: 45px;
    border: 4px solid #d6d6d6;
    outline: none;
    width: 100%;
    border-radius: 40px;
    transition: all 0.3s;
    padding-left: 15px;
    padding-right: 60px;
}
#section-menu .menuSubRight .subBottom .subLeft button {
    outline: none;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    position: absolute;
    margin-left: -60px;
    transition: all 0.3s;
    opacity: 0.5;
}
#section-menu .menuSubRight .subBottom .subLeft button:hover {
    opacity: 1;
}
#section-menu .menuSubRight .subBottom .subLeft button img {
    margin: 9.5px 0px;
    padding-right: 22.5px;
    padding-left: 12.5px;
}
#section-menu .menuSubRight .subBottom .subRight {
    float: left;
    width: 300px;
}
#section-menu .menuSubRight .subBottom .subRight .sectionIcon {
    float: right;
    background-color: #eee;
    border-radius: 50%;
    padding: 8px 11px;
    margin-right: 15px;
    outline: none;
}
#section-menu .menuSubRight .subBottom .subRight .sectionIcon * {
    outline: none;
}
#section-menu .menuSubRight .subBottom .subRight .sectionText {
    float: right;
    background-color: #eee;
    border-radius: 40px;
    padding: 10px 15px;
}
#section-menu .menuSubRight .subBottom .subRight .sectionText a {
    display: inline-block;
    padding: 0px 3px;
    font-size: 15px;
    outline: none;
    color: #333;
}
#section-menu .menuSubRight .subBottom .subRight .sectionText a:hover {
    text-decoration: none;
}
#section-menu .menuSubRight .subBottom .subRight .sectionText a:active {
    color: black;
}
#section-menu .menuSubRight .subBottom .subRight .sectionText a.devide {
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
}
#section-sub-menu .menuSubRight {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
#section-sub-menu .menuSubRight .subTop {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
#section-sub-menu .menuSubRight .subTop .sectionIcon {
    float: right;
    margin-right: 15px;
}
#section-sub-menu .menuSubRight .subTop .sectionIcon a {
    display: inline-block;
    padding: 0px;
    outline: none;
    font-size: 0px;
}
#section-sub-menu .menuSubRight .subTop .sectionText {
    float: right;
    line-height: 30px;
}
#section-sub-menu .menuSubRight .subTop .sectionText a {
    display: inline-block;
    padding: 0px 3px;
    font-size: 20px;
    outline: none;
    color: #333;
}
#section-sub-menu .menuSubRight .subTop .sectionText a:hover {
    text-decoration: none;
}
#section-sub-menu .menuSubRight .subTop .sectionText a:active {
    color: black;
}
#section-sub-menu .menuSubRight .subTop .sectionText a.devide {
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
}
#section-sub-menu .menuSubRight .subBottom {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
#section-sub-menu .menuSubRight .subBottom .subLeft {
    float: left;
}
#section-sub-menu .menuSubRight .subBottom .subLeft input {
    float: left;
    height: 45px;
    border: 4px solid #d6d6d6;
    outline: none;
    width: 100%;
    border-radius: 40px;
    transition: all 0.3s;
    padding-left: 15px;
    padding-right: 60px;
}
#section-sub-menu .menuSubRight .subBottom .subLeft button {
    outline: none;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    position: absolute;
    margin-left: -60px;
    transition: all 0.3s;
    opacity: 0.5;
}
#section-sub-menu .menuSubRight .subBottom .subLeft button:hover {
    opacity: 1;
}
#section-sub-menu .menuSubRight .subBottom .subLeft button img {
    margin: 9.5px 0px;
    padding-right: 22.5px;
    padding-left: 12.5px;
}
#section-sub-menu .menuSubRight .subBottom .subRight {
    float: left;
    width: 300px;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionIcon {
    float: right;
    background-color: #eee;
    border-radius: 50%;
    padding: 8px 11px;
    margin-right: 15px;
    outline: none;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionIcon * {
    outline: none;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionText {
    float: right;
    background-color: #eee;
    border-radius: 40px;
    padding: 10px 15px;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionText a {
    display: inline-block;
    padding: 0px 3px;
    font-size: 15px;
    outline: none;
    color: #333;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionText a:hover {
    text-decoration: none;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionText a:active {
    color: black;
}
#section-sub-menu .menuSubRight .subBottom .subRight .sectionText a.devide {
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
}
#section-sub-menu {
    /*background-color: #E84030;*/
}
#section-sub-menu.active {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
#section-sub-menu.active .subContainer .onRight .actionCart {
    display: inline-block;
}
#section-sub-menu .subContainer .onLeft {
    padding: 0px;
}
#section-sub-menu .subContainer .onLeft .catGroup {
    float: left;
    width: 100%;
    height: auto;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name {
    float: left;
    padding: 0px 0px 0px 20px;
    color: white;
    font-size: 1.2em;
    background-color: #C91558;
    height: 50px;
    overflow: hidden;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name img {
    height: 30px;
    max-width: 100%;
    margin: 10px 0;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img {
    float: left;
    width: 100%;
    height: auto;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img.active .itemImage {
    transform: translate3d(0, -50px, 0);
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img .itemImage {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    transition: all 0.65s;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img .itemImage img {
    height: 30px;
    max-width: 100%;
    margin: 10px 0;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #A61248;
    outline: none;
    cursor: pointer;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._icon .fa {
    line-height: 50px;
    font-size: 16px;
    color: white;
    width: 50px;
    height: 50px;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    z-index: 3;
    background-color: white;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.18);
    transition: all 0.3s;
    overflow: hidden;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists.active {
    display: block;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists:hover {
    background: #eee;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists:hover ._name {
    color: black;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._icon {
    float: left;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name {
    float: left;
    line-height: 40px;
    font-size: 13px;
    color: #464646;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name a {
    color: inherit;
    display: block;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name a:hover {
    text-decoration: none;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name a .fa {
    position: absolute;
    right: 20px;
    margin-top: 13px;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu {
    display: none;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu.active {
    display: block;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #525252;
    line-height: 30px;
    padding-right: 5px;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu a:hover {
    color: black;
}
#section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu a .fa {
    position: relative;
    left: 0;
    padding-right: 8px;
    padding-left: 0px;
}
#section-sub-menu .subContainer .onRight {
    padding: 0px;
}
#section-sub-menu .subContainer .onRight .menuGroup {
    float: left;
}
#section-sub-menu .subContainer .onRight .menuGroup a {
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    color: white;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
}
#section-sub-menu .subContainer .onRight .menuGroup a:hover {
    text-decoration: none;
    outline: none;
    background-color: #C91558;
}
#section-sub-menu .subContainer .onRight .menuGroup a:active {
    text-decoration: none;
    outline: none;
    background-color: #A61248;
}
#section-sub-menu .subContainer .onRight .actionCart {
    float: right;
    width: 100px;
    text-align: right;
    line-height: 50px;
    height: 50px;
    display: none;
    background-color: #c91558;
    text-align: center;
    cursor: pointer;
    outline: none;
}
#section-sub-menu .subContainer .onRight .actionCart .cartQty {
    font-size: 16px;
    line-height: 20px;
    color: white;
    padding-left: 10px;
}
#section-sub-menu .subMenuSecond {
    text-align: center;
    font-size: 0px;
}
#section-sub-menu .subMenuSecond a {
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    padding: 0px 20px;
    display: inline-block;
    transition: all 0.3s;
}
#section-sub-menu .subMenuSecond a *:active {
    text-decoration: none;
}
#section-sub-menu .subMenuSecond a *:hover {
    text-decoration: none;
}
#section-sub-menu .subMenuSecond a.devide {
    width: 1px;
    height: auto;
    background-color: white;
    padding: 0;
    padding-left: 1px;
    display: inline;
    line-height: 40px;
}
#section-sub-menu .subMenuSecond a:hover {
    text-decoration: none;
}
#section-sub-menu .subMenuSecond a:active {
    text-decoration: none;
}
#section-sub-menu-clear.active {
    float: left;
    height: 50px;
    width: 100%;
    display: block;
    top: 0px;
}
/* Menu Desktop */

.section-mobile {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 2;
    height: 64px;
    width: 100%;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.65);
}
.section-mobile .onLeft, .section-mobile .onRight {
    float: left;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    outline: none;
}
.section-mobile .onLeft .fa, .section-mobile .onRight .fa {
    font-size: 1.2em;
    color: black;
}
.section-mobile .onMiddle {
    float: left;
}
.section-mobile .onMiddle a {
    display: inline-block;
}
.section-mobile .onMiddle a img {
    margin: 12px 0;
}
.section-mobile-clear {
    float: left;
    width: 100%;
    height: 64px;
    background-color: #E84030;
}
.section-mobile-side {
    position: fixed;
    z-index: 3;
    background-color: white;
    width: 100vw;
    height: 100vh;
    transition: all 0.3s;
    transform: translate3d(-100vw, 0, 0);
}
.section-mobile-side.active {
    transform: translate3d(0, 0, 0);
}
.section-mobile-side .mobileClose {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.section-mobile-side .topContainer {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
}
.section-mobile-side .topContainer a {
    display: inline-block;
    outline: none;
}
.section-mobile-side .topContainer a img {
    height: 30px;
    margin: 35px 0;
    max-width: 100%;
}
.section-mobile-side .bottomContainer {
    float: left;
    width: 100%;
    overflow-y: auto;
}
.section-mobile-side .bottomContainer a {
    padding: 15px 15px;
    font-size: 20px;
    color: black;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.sectionFooter .footerHead {
    font-size: 24px;
    color: white;
}
.sectionFooter .footerMenu {
    margin: 0;
    padding: 0;
}
.sectionFooter .footerMenu li {
    list-style: none;
}
.sectionFooter .footerMenu li a {
    display: block;
    line-height: 38px;
    font-size: 18px;
    color: #666;
}
.sectionFooter .footerMenu li a .fa {
    font-size: 14px;
    margin-right: 10px;
}
.sectionFooter .footerMenu li a:hover {
    text-decoration: none;
}
.sectionFooter .footerMenu .payment-accept {
    background-color: #eee;
    padding: 3px 15px;
    border-radius: 40px;
    font-size: 14px;
    color: black;
    width: 150px;
    display: block;
    text-align: center;
    margin: 20px 0;
}
@media (max-width: 776px) {
    .sectionFooter .footerMenu .payment-accept {
        margin: 20px auto;
    }
}
@media (max-width: 776px) {
    .product-badge-container .view_list {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
    .sectionFooter .footerHead {
        text-align: center;
    }
    .sectionFooter .footerMenu {
        text-align: center;
    }
}
.image_test_1 {
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* Main Content */

.product-badge-container {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
.product-badge-container .section-head span.color-dots {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: 16px;
    margin-right: 10px;
}
.product-badge-container .section-head h1 {
    display: inline;
    float: left;
}
.product-badge-container .section-head a.more {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    padding-top: 25px;
    padding-left: 10px;
}
.product-badge-container .section-head a.more:hover {
    text-decoration: none;
}
.product-badge-container .section-head a.more:active {
    text-decoration: none;
}
.product-badge-container .section-head a.more .fa {
    font-size: 14px;
}
.product-badge-container .section-ads {
    float: left;
    width: 150px;
    margin-right: 20px;
    height: 150px;
}
.product-badge-container .section-product {
    float: left;
    overflow: hidden;
}
.product-badge-container .section-product a:hover {
    text-decoration: none;
}
.product-badge-container .section-product .items {
    display: inline-block;
    width: 100px;
    margin: 0px 5px;
}
.product-badge-container .section-product .items .displayImage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.product-badge-container .section-product .items .iconBadge {
    color: white;
    font-size: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -70px;
    float: right;
    display: block;
    margin-right: 10px;
}
.product-badge-container .section-product .items .displayProductName {
    /* line-height: 22px;*/
    display: block;
    font-size: 14px;
    color: #333;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-word !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    line-height: 1.3 !important;
    height: 52px;
}
@media (max-width: 991px) {
    .product-badge-container .section-head a {
        display: none;
    }
}
.news-block-container .section-head span.color-dots {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: 16.5px;
    margin-right: 10px;
}
.news-block-container .section-head h2 {
    display: inline;
    float: left;
}
.news-block-container .section-head a.more {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    padding-top: 25px;
    padding-left: 10px;
}
.news-block-container .section-head a.more:hover {
    text-decoration: none;
}
.news-block-container .section-head a.more:active {
    text-decoration: none;
}
.news-block-container .section-head a.more .fa {
    font-size: 14px;
}
.news-block-container .section-article .displayImage {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60%;
}
@media (max-width: 767px) {
    .news-block-container .section-article .displayImage {
        padding-top: 60%;
    }
    .product-badge-container .section-head span.color-dots {
        margin-top: 7px !important;
    }
}
.news-block-container .section-article .cover-title {
    padding: 15px 10px;
    background-color: #fff;
}
.news-block-container .section-article .cover-title .post-title {
    color: #282C35;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
    overflow: hidden;
    /*margin-top: 10px;*/
    background-color: #fff;
    height: 62px;
}
@media (max-width: 991px) {
    .news-block-container .section-article .cover-title .post-title {
        color: #282C35;
        font-weight: 600;
        font-size: 22px;
        padding-top: 10px;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        text-decoration: none;
        overflow: hidden;
    }
    .news-block-container .section-head a {
        display: none;
    }
    /*.news-block-container .section-article .displayImage {
        margin-bottom: 15px;
    }*/
}
.breadcumpContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.breadcumpContainer .breadcumpOverlay {
    width: 100%;
    height: auto;
    overflow: auto;
}
.breadcumpContainer .breadcumpOverlay .menuBreadcumb {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcumpContainer .breadcumpOverlay .menuBreadcumb li {
    display: inline-block;
    margin-right: 15px;
    color: black;
}
.breadcumpContainer .breadcumpOverlay .menuBreadcumb li a {
    display: block;
    color: black;
}
.branch_detail .branch_gallery_container {
    float: left;
    width: 100%;
    background-color: #F4F4F4;
    height: auto;
    display: block;
}
@media (min-width: 992px) {
    .branch_detail .branch_gallery_container .desktop-md-4 {
        padding: 30px 10px 30px 50px;
    }
}
.branch_detail .branch_gallery_container svg {
    height: 150px;
}
.branch_detail .branch_gallery_container .branch_detail_info {
    float: left;
    width: 100%;
    height: 410px;
    overflow: auto;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info .head {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info .i {
    font-size: 20px;
    color: #333;
    font-weight: lighter;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info .i.small {
    font-size: 20px;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info .i.xsmall {
    font-size: 18px;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info .i span {
    color: #00569f;
}
.branch_detail .branch_gallery_container .branch_detail_info .item_info .i a {
    display: block;
    font-size: 20px;
}
.branch_detail .branch_gallery_container .branch_detail_gallery {
    display: block;
    width: 100%;
    height: 470px;
    background-color: white;
}
.branch_detail .branch_gallery_container .branch_detail_gallery .branch_item_image {
    height: 470px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.branch_detail .branch_gallery_container .branch_detail_gallery:not(.slick-initialized) {
    max-height: 470px;
    overflow: hidden;
}
.branch_detail .branch_gallery_container .branch_detail_gallery.slick-initialized {
    margin-bottom: 0px !important;
}
.branch_detail .branch_gallery_container .branch_detail_gallery .slick-dots {
    bottom: 0px !important;
}
@media (max-width: 991px) {
    .branch_detail .branch_gallery_container .desktop-md-4 {
        padding: 30px 40px;
    }
    .branch_detail .branch_gallery_container .branch_detail_info {
        height: auto !important;
    }
    .branch_detail .branch_gallery_container .branch_detail_gallery {
        height: calc(100vw);
        margin-top: 30px;
    }
    .branch_detail .branch_gallery_container .branch_detail_gallery .branch_item_image {
        height: calc(100vw);
    }
    .branch_detail .branch_gallery_container .branch_detail_gallery .slick-dots {
        bottom: -80px !important;
    }
}
.branch_detail .map_iframe {
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.branch_detail .map_iframe iframe {
    width: 100%;
    height: 500px;
    border: 0px;
}
@media (max-width: 991px) {
    .branch_detail .map_iframe {
        height: 100vw;
    }
    .branch_detail .map_iframe iframe {
        height: 100vw;
    }
}
.home-section-promotion {
    background-color: #A9A9A9;
    background-image: url(https://image.getappeasy.com/src/images/2000/1053/0846/53846t1515741828.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 47px 0;
}
.page-about {
    display: block;
    width: 100%;
    height: auto;
}
.page-about .head-img {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-about .page-contents {
    overflow: auto;
}
.page-about .page-contents * {
    max-width: 100%;
}
@media (max-width: 991px) {
    .page-about .head-img {
        height: 100vw;
    }
}
.no-border-bottom {
    border-bottom: 0px !important;
}
html body[ng-app] div[ng-controller] .blog .post div.data-cover .data-text .data-create {
    font-size: 22px;
}
html body[ng-app] div[ng-controller] .blog .post div.data-cover .data-text .post-title {
    font-size: 30px;
}
html body[ng-app] div[ng-controller] .blog .post div.data-cover .data-text .post-excerpt {
    font-size: 22px;
}
html body[ng-app] div[ng-controller] component-buy-button a.sideBtnOverlay[data-background-color="secondary"] {
    color: white !important;
}
@media (max-width: 767px) {
    .section-head span.color-dots {
        margin-top: 7px !important;
    }
}
.fa, .fas {
    font-weight: 400 !important;
}