/*==================================*/
/* Common
/* =================================*/
.th-lg {
    min-width: 9rem;
}
.main-more {
    font-size: .9rem;
    font-weight: 300;
}
.main-more i {
    font-size: .7rem;
}
.owl-nav i {
    border: 1px solid rgba(255, 165, 0, .4);
    border-radius: 50%;
    font-size: .8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.5;
}
.owl-nav i:hover {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
}
.owl-nav .owl-prev {
    left: 0;
    top: 50%;
}
.owl-nav .owl-next {
    right: 0;
    top: 50%;
}

/*==================================*/
/* Ribbon
/* =================================*/
.ribbon {
    position: relative;
}

.ribbon .ribbon-target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: #3699FF;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.ribbon .ribbon-target > .ribbon-inner {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ribbon .ribbon-target:after {
    border-color: #004d9c;
}

.ribbon-ver .ribbon-target {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center;
}

.ribbon.ribbon-top .ribbon-target {
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.ribbon.ribbon-bottom .ribbon-target {
    border-top-right-radius: 0.42rem;
    border-top-left-radius: 0.42rem;
}

.ribbon.ribbon-left .ribbon-target {
    left: -15px;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.ribbon.ribbon-right .ribbon-target {
    right: -15px;
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.ribbon.ribbon-clip.ribbon-left .ribbon-target {
    left: -10px;
}

.ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner {
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px;
}

.ribbon.ribbon-clip.ribbon-left .ribbon-target .ribbon-inner:before {
    border-width: 0 10px 10px 0;
    border-right-color: #181C32 !important;
    left: 0;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target {
    right: -25px;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner {
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px;
}

.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before {
    border-width: 0 0 10px 10px;
    border-left-color: #181C32 !important;
    right: 0;
}

/*==================================*/
/* Header
/* =================================*/
.header-top {
    color: #000;
    background: #fff;
}
.header-top a {
    color: #000;
}
.header-logo {
    text-align: center;
}
.header-logo img {
    max-height: 55px;
}
.header-nav {
    background: #fff;
}
.header-sub {
    top: 35px;
}
.nav-link {
    color: #000;
}
.nav-item.active > .nav-link,
.nav-item:hover > .nav-link {
    color: #000;
}
.header-li .account {
    padding-left: 38px;
}
.header-li .icon {
    font-size: 1.7rem;
}
.header-li .fa-user {
    padding-left: 8px;
}

.hotlink-img {
    height: 100%;
}

.header-cart-total {
    color: #fea500;
}

.header-li:hover .main-menu-sub {
    display: block;
}

.main-menu-sub {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    z-index: 10000;
}
.main-menu-sub .w {
    position: relative;
    background: #fff;
    margin-top: 10px;
}
.main-menu-sub a {
    color: #333;
    font-size: 1rem;
    display: block;
    padding: 7px 20px;
}
.main-menu-sub a:hover {
    color: #000;
    background: #fea500;
}
#header-select-box .btn-dark {
    background-color: #E4E4E4;
    border: 0;
    color: #333;
}

#header-select-box a.dropdown-item {
    color: #333;
    font-size: .8em;
}

#header-select-box a.dropdown-item.active {
    background: #ffa500;
}

/*==================================*/
/* Device Menu
/* =================================*/
.navbar-toggle {
    border: 1px solid #000;
}
.navbar-toggle .icon-bar {
    background: #000;
}

.navdevice ul ul ul ul a {
    padding-left: 50px;
}

/*==================================*/
/* Footer
/* =================================*/
.certification img {
    max-width: 120px;
}
.footer-hotline {
    color: #c1272d;
}

/*==================================*/
/* Aside
/* =================================*/
aside {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

/*==================================*/
/* Form
/* =================================*/
.standard-form {
    max-width: 100%;
    padding: 0px;
    background: #FFFFFF;
    font-size: .8rem;
}
.standard-form .form-control {
    background: #F2F2F2;
    font-size: .8rem;
    border-radius: 0;
    border: 0;
}
.standard-form .form-control::placeholder {
    font-style: normal !important;
}
.standard-form .button {
    display: block;
    border-radius: 0;
    width: 100%;
}
.standard-form .title {
    color: #333333;
    font-size: .9rem;
    font-weight: 700;
    margin: 5px 0px;
}
.standard-form .label {
    font-weight: 500;
}

.button-outline {
    color: #ffa500;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    border: solid 1px #ffa500;
}
.button-outline:hover,
.button-outline:focus,
.button-outline:active:focus,
.button-outline:active {
    outline: none;
    color: #fff;
    background: #ffa500;
}

.btn-secondary {
    color: #F7941D;
    background-color: #FFF7E6;
    border-color: #F7941D;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #CC853D;
    background-color: #FFF7E6;
    border-color: #CC853D;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #F7941D;
    background-color: #FFF7E6;
    border-color: #F7941D;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.2);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #181C32;
    background-color: #E4E6EF;
    border-color: #E4E6EF;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #BFBFBF;
    background-color: #F7F7F7;
    border-color: #BFBFBF;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
}

/*==================================*/
/* Static Banner Block
/* =================================*/
.static-banner-block {
    display: block;
    width: 100%;
    padding: 15px;
}

.static-banner-block img {
    padding: 10px 0px;
}

/*==================================*/
/* Mega Menu v2
/* =================================*/
.mega-menu-v2 {
    color: #fff;
    background: rgba(45, 45, 45, 0.85);
    padding: 0;
    list-style: none;
}
.mega-menu-v2 .main-category-ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.mega-menu-v2 .main-category-li {
    color: #fff;
    flex: 0 0 20%;
    text-align: center;
    min-height: 39px;
}
.mega-menu-v2 .main-category-li:hover,
.mega-menu-v2 .main-category-li:after,
.mega-menu-v2 .main-category-li:active {
    color: #fff;
    background: #ffa500;
}
.mega-menu-v2 .main-category-li a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
}
.mega-menu-v2 .dropdown-menu {
    margin-top: 0;
    border: 0;
}
.mega-menu-v2 .dropdown-menu li {
    width: auto;
    min-width: 250px;
    border-bottom: 1px dashed #f1f1f1;
}
.mega-menu-v2 .dropdown-menu li:last-child {
    border-bottom: none;
}
.mega-menu-v2 .dropdown-menu .dropdown-item {
    color: #333;
    font-size: .9rem;
    text-transform: none;
}
.mega-menu-v2 .dropdown-menu .dropdown-item:hover,
.mega-menu-v2 .dropdown-menu .dropdown-item:after,
.mega-menu-v2 .dropdown-menu .dropdown-item:active {
    background: #e5e5e5;
}
.mega-menu-v2 .dropdown-menu .dropdown-toggle {
    padding-right: 10px;
}
.mega-menu-v2 .dropdown-menu .dropdown-toggle::after {
    color: #ffa500 !important;
    display: inline;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.mega-menu-v2 .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    margin: auto;
    border-width: 0;
}
.mega-menu-v2 .dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}
.mega-menu-v2 .dropdown-menu > li a:hover,
.mega-menu-v2 .dropdown-menu > li.show {
    background: #e5e5e5;
    color: #333;
}
.mega-menu-v2 .dropdown .dropdown-toggle::after {
    color: #ffa500 !important;
    background: transparent !important;
    margin-top: 6px !important;
    float: right;
}


/*==================================*/
/* Categories
/* =================================*/
.home-cate-wrap {
    background: #fff;
}
.home-cate-item {
    padding: 15px;
    position: relative;
}
.home-cate-name {
    font-family: "Roboto", "Arial", sans-serif;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    width: 100%;
    color: rgb(36, 36, 36);
    font-size: .9rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    margin: 5px 0 10px;
    overflow: hidden;
    text-align: center;
}
.home-cate-name a {
    color: #000;
}

.categories {
    padding-top: 10px;
    min-height: 370px;
    box-shadow: 2px 2px 5px #dedede;
}
.categories .category-name {
    padding-left: 25px;
}
.categories .view-more {
    color: #999;
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.categories .svg-category {
    max-width: 23px;
    position: absolute;
    margin-right: 23px;
}
.categories .main-category {
    min-height: 30px;
}

.categories .categories-li {
    min-height: 371px;
}
.category-description {
    background: #fff;
    padding: 15px;
}
.category-block-title {
    padding: 0px;
    border-top: 3px solid #ffa500;
    border-bottom: 1px solid #f2f2f2;
}
.category-block-title h2 {
    font-size: 1.5rem;
    padding: 15px 15px 10px 15px;
}
.category-block-title h2 > span{
    font-size: 1rem;
    float: right;
}
.category-divider {
    height: 20px;
    background-color: #f2f2f2;
}

/*==================================*/
/* Sub Categories
/* =================================*/

.sub-categories {
    display: block;
    width: 100%;
    padding: 15px;
}

.sub-categories img {
    padding: 0px;
}
.sub-categories-item {
    /*border: 1px solid #b4b4b4;*/
    /*min-height: 260px;*/
}
.sub-categories .name {
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 10px 10px 10px;
}

/*==================================*/
/* Brands
/* =================================*/

/*==================================*/
/* Products Listing
/* =================================*/
.products-ul {
    display: flex;
    flex-wrap: wrap;
}
.products-ul .products-li {
    width: 20%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.products-li:hover {
    box-shadow: 0px 0px 10px #d8d8d8;
}
.products-item:hover {
    box-shadow: none;
}
.products-name {
    font-family: "Roboto Light", "Roboto", "Arial", sans-serif;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
    max-height: 40px;
    width: 100%;
    color: rgb(36, 36, 36);
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    margin: 5px 0 10px;
    overflow: hidden;
}
.products-name a {
    font-size: .9rem;
}
.products-options {
    display: flex;
    padding: 10px 0px 5px 0px;
    margin-left: 0;
}
.more-variant {
    width: 80%;
    margin: auto;
}
.products-options .img {
    border: 1px solid #f3f3f3;
    width: 35px;
}
.product-gallery .img:hover,
.products-options .img:active,
.products-options .img:hover {
    border: 1px solid #ffa500;
}
.product-gallery img,
.products-options img {
    -webkit-filter: brightness(98%);
    filter: brightness(98%);
}
.product-gallery .owl-nav .owl-item:last-child {
    margin-right: 0;
}
.products-options .owl-nav i {
    border: 0;
    border-radius: 0;
    color: #808080;
}
.products-options .owl-nav .owl-prev {
    left: -25px;
}
.products-options .owl-nav .owl-next {
    right: -25px;
}
.product-gallery .owl-nav .owl-prev {
    left: -30px;
}
.product-gallery .owl-nav .owl-next {
    right: -30px;
}
.products-price {
    color: #ff424e;
}
.products-price {
    color: #ff424e;
}
.products-price .old-price {
    font-family: "Roboto Light", "Roboto", "Arial", sans-serif;
    font-size: .8rem;
}
.product-option {
    color: #333;
    margin-bottom: 10px;
}
.product-option-label {
    font-weight: lighter;
}
.product-option-label span {
    color: #000;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    margin-left: 5px;
}
.product-option-image-li label,
.product-option-select label {
    border-radius: .25rem;
    margin-right: 5px;
}
.product-option-image-li label.active,
.product-option-select label.active,
.product-option-image-li label:hover,
.product-option-select label:hover {
    background-color: #ffa500;
    border: 1px solid #ffa500;
    border-radius: .25rem;
    color: #fff;
}

.category-wrap .products-wrap {
    padding-bottom: 0px;
}
.products-promotion {
    margin-bottom: 5px;
}
.products-promotion span {
    color: #FFA500;
    font-weight: lighter;
    font-size: .7rem;
    padding: 3px 6px;
    margin-right: 8px;
    border: solid 1px #FFA500;
}
.product-stock {
    color: #333;
    font-size: .8rem;
}
.products-item-show-stock {
    min-height: 360px;
}
.product-stock-out-of-stock {
    color: #c1272d;
    font-size: .8rem;
}
.two-btn .btn {
    width: 49%;
}
.product-edit-address .btn {
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: .9rem;
}
.product-edit-address .btn-link {
    border: 1px solid #ddd;
}
.product-edit-address .btn-link:focus,
.product-edit-address .btn-link:hover {
    text-decoration: none;
}
.product-related-store {
    font-weight: bold;
}
.product-related-store-item {
    font-size: .8rem;
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}
.product-related-store-item .left {
    flex: 0 0 70%;
}
.product-related-store-item .left span {
    display: block;
}
.product-related-store-name {
    font-weight: bold;
}
.product-related-store-price {
    font-weight: bold;
    color: #fea500;
}
.product-related-store-item .right {
    text-align: right;
    flex: 0 0 30%;
}
.product-related-store-item .btn-view {
    font-size: .8rem;
    padding: 3px 12px;
    border: 1px solid #ddd;
}
.product-related-store-item .btn-view:hover {
    color: #fea500;
    border: 1px solid #fea500;
}
.product-related-store-toggle {
    max-height: 130px;
    overflow: hidden;
}
.product-related-store-toggle.show {
    max-height: none;
    overflow: auto;
}
.product-related-store-more {
    color: #fea500;
    display: block;
    font-size: .8rem;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 5px;
}

/*==================================*/
/* Products
/* =================================*/
.negotiation {
    font-weight: 400;
    background-color: #1BC5BD;
    color: #FFFFFF;
    padding: 6px 12px;
}

.product-related .products-li {
    margin-bottom: 30px;
}

.product-related .products-item {
    max-width: 100%;
    margin-bottom: 0px;
}

.product-action {
    display: flex;
    justify-content: space-between;
}

.product-action .btn {
    font-size: 1rem;
    padding: 0.65rem 1rem;
    flex: 1;
    margin-right: 10px;
}

.product-action .btn:last-child {
    margin-right: 0;
}

.contact_for_price {
    color: #ff424e;
    font-size: 1rem;
    font-weight: bold;
}


/*==================================*/
/* Modal Product
/* =================================*/
.modal-product-sku,
.modal-product-li .count {
    color: #999;
    font-size: .8rem;
}

.modal-product.modal-request-price {
    max-width: 550px;
}

/*==================================*/
/* Cart
/* =================================*/
.modal-product-vat {
    color: #666;
    font-size: .8rem;
    font-weight: lighter;
    margin-bottom: 10px;
}
.cart-tr-remove a {
    color: #FFA200;
    font-size: .8rem;
}
.cart-tr-seller {
    font-weight: lighter;
}
.cart-tr-old {
    font-size: .8rem;
}
.cart-tr-discount {
    font-size: .8rem;
}
.cart-group-meta .vat {
    color: #808080;
    font-size: .8rem;
    font-weight: lighter;
    padding-bottom: 10px;
}

.cart-only-stock-available {
    color: #ff424e;
    font-size: .8rem;
}
.cart-remove-modal .btn-link {
    border: 1px solid #ddd;
}
.cart-remove-modal .btn-link:focus,
.cart-remove-modal .btn-link:hover {
    color: #ffa500;
    text-decoration: none;
}

/*==================================*/
/* Checkout
/* =================================*/

/*==================================*/
/* User
/* =================================*/
.user-avatar .name {
    font-size: 1rem;
}
.user-profile .note {
    font-size: .8rem;
}
.password-group {
    width: 100%;
    position: relative;
}
.password-group .show-password {
    color: #999999;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 10px;
}
.password-visible {
    color: #ffa500;
}

/*==================================*/
/* User orders detail
/* =================================*/
.order-detail-name {
    font-size: 0.9rem;
}
.order-detail-box {
    font-size: 0.8rem;
    background: #fff;
    padding: 10px;
    min-height: 100px;
}
.order-detail-box .label {
    color: #888888;
}
.order-detail-box .content {
    color: #000;
}

/*==================================*/
/* D.I.Y
/* =================================*/
.home-video .video-wrap {
    display: flex;
    flex-wrap: wrap;
}
.home-video .video-item {
    display: block;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    position: relative;
    margin-bottom: 15px;
}
.home-video .content {
    color: #333333;
    padding: 15px;
    background-color: #fff;
    line-height: 1.5;
}
.home-video .content .title {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 50px;
    width: 100%;
    color: rgb(36, 36, 36);
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-video .content a {
    color: #333333;
}
.diy-item .diy-img .far {
    font-size: 60px;
    color: #FFF;
    opacity: .7;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.diy {
    background-color: #fff;
}
.diy-w {
    padding: 15px 10px;
}
.diy-title {
    font-size: .9rem;
    margin: 0 0 0px;
    color: #000;
}

/*==================================*/
/* Blog
/* =================================*/
.home-blog .blog-item {
    margin-bottom: 15px;
}
.home-blog .content {
    color: #333333;
    padding: 15px;
    background-color: #fff;
    line-height: 1.5;
}
.home-blog .content .title {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 50px;
    width: 100%;
    color: rgb(36, 36, 36);
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-blog .content a {
    color: #333333;
}
.blog-categories ul {
    margin-left: -35px;
}
.blog-categories ul > li {
    display: inline-block;
}
.blog-categories ul > li > a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 4px 8px;
    max-width: 200px;
    overflow: hidden;
    max-lines: 1;
    --max-lines: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.blog-categories ul > li:first-child a {
    font-size: 1.5rem;
    font-weight: 700;
}
.blog-categories a:hover {
    border-bottom: solid 2px #ffa500;
}
.blog-categories .active {
    color: #FFF;
    padding: 4px 8px;
    background-color: #FFA500;
    border-radius: 4px;
}
.blog-categories .active:hover {
    border-bottom: none;
}
.big-news-bg{
    background-size: cover;
    position: relative;
    height: 448px;
    border-radius: 8px;
    overflow: hidden;
}
.side-article{
    height: 448px;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
}
.side-article .side-article-content{
    padding: 30px;
}
.side-article-content .title{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}
.big-news-bg a{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.big-new-bg{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: relative;
}
.big-news-bg a span{
    display: block;
    color: #fff;
}
.big-news-bg .article-title{
    font-size: 36px;
    padding: 10px 30px;
    display: block;
    overflow: hidden;
    max-lines: 2;
    --max-lines: 2;
    display: -webkit-box;
    height: 120px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.big-new-bg .article-post-time{
    padding: 10px 30px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 10px;
}
.big-new-bg .article-post-time img{
    margin-right: 5px;
    float: left;
    display: block;
}
.blog-bg{
    padding: 30px;
    background-color: #fff;
}
.side-article .thumb{
    display: block;
    border-radius: 8px 8px 0 0;
}
.side-article .post-time{
    margin-top: 10px;

}
.side-article .post-time .article-post-time{
    color: #ADADAD;
    font-weight: 300;
}
.side-article .post-time .article-post-time img{
    display: block;
    float: left;
    margin-right: 10px;
}
.small-article{
    margin-bottom: 30px;
}
.navigation-row{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    padding-top: 20px;
}
.blog-detail{
    background-color: #fff;
}
.blog-detail h1 {
    font-size: 1.5rem;
    font-weight: 700;
}
.blog-detail h2 {
    font-size: 1rem;
    font-weight: 500;
}
.blog-detail h3 {
    font-size: .9rem;
    font-weight: 400;
}
.blog-detail h4 {
    font-size: .9rem;
    font-weight: 300;
}
.article-detail-header{
    margin-top: 20px;
}
.article-detail-header .article-post-time{
    color: #9D9D9D;
    font-family: 300;
}
.article-detail-header .article-post-time img{
    display: block;
    float: left;
    margin-right: 10px;
}
.blog-detail .tags {
    color: #999;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.blog-detail .tags .tag-title {
    color: #999;
    font-weight: 400;
}
.blog-detail .tags  a.tag {
    color: #000;
    font-family: "Roboto Light";
    font-weight: 300;
    padding: 3px 6px;
}
#wysiwyg{
    margin-top: 20px;
    overflow: hidden;
}
#side-news .small-article .side-article{
    box-shadow: none;
}
#side-news .small-article .side-article .thumb-container{
    float: left;
    width: 40%;
}
#side-news .small-article .side-article .thumb-container img{
    width: 100%;
    height: auto;
}
#side-news .small-article .side-article .thumb{
    border-radius: 8px;
}
#side-news .small-article .side-article .side-article-content{
    float: left;
    width: 60%;
    padding: 0;
    padding-left: 15px;
}
#side-news .side-article .side-article-content .title{
    max-lines: 3;
    --max-lines: 3;
    -webkit-line-clamp: 3;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    line-height: 1.4;
    overflow: hidden;
    font-size: 16px;
}
#side-news .small-article{
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}
#side-news .small-article .side-article{
    height: auto;
}
#comment-box{
    padding-top: 100px;
    border-top: 1px solid #E2E2E2;
    margin-top: 20px;
}
#comment-box .comment.first{
    border: none;
}
#comment-box .comment{

    padding-bottom: 20px;
    border-top: 1px solid #E2E2E2;
    padding-top: 20px;
    margin-top: 15px;
    font-weight: 300;
    line-height: 1.6;
}
#comment-box .comment .img-thumbnail{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border: none;
}
#comment-box .comment-header{
    margin-bottom: 15px;
}
#comment-box .comment-time{
    color: rgba(51, 51, 51, 0.501557);
}
#comment-box .comment-author h6{
    margin-bottom: 0;
}
#comment-box .reply-comment {
    color: #6483F6;
    font-weight: 300;
}
#comment-compose{
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EFDED5;
    padding-bottom: 30px;
}
#comment-compose input{
    height: 48px;
    line-height: 48px;
}
#comment-compose input, #comment-compose textarea {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 30px;
    resize: none;
}
compose .submit-button {
    width: 170px;
    height: 48px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
    margin: 0 auto;
    background-color: #000;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
}

.big-news-bg{
    height: 337px;
}
.side-article{
    height: 337px;
}
.side-article-content .title{
    font-family: "Roboto Light";
    font-size: 16px;
    display: block;
    overflow: hidden;
    max-lines: 2;
    --max-lines: 2;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.small-article{
    margin-bottom: 20px;
}

/*==================================*/
/* Job
/* =================================*/
.job {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: -10px;
}
.job .sidebar-block {
    margin-bottom: 30px;
}
.job .sidebar-block h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 15px 10px;
}
.job .sidebar-block .fa-ul li {
    font-size: .9rem;
    font-weight: 400;
    background-color: #F5F5F5;
    padding: 10px 20px;
    margin-left: -25px;
    border-bottom: 2px solid #FFFFFF;
}
.job .sidebar-block .fa-ul li:hover {
    background-color: #E5E5E5;
}
.job .sidebar-block .fa-ul a {
    color: #333333;
}
.job .sidebar-block .fa-ul a:hover {
    color: #FFA500;
}
.job .sidebar-block .fa-ul li > a > i {
    padding-right: 5px;
}
.job .job-wrap {
    margin: 15px 0 15px 0;
}
.job .introduction {
    margin-bottom: 40px;
}
.job .introduction h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.job .introduction h2,
.job .introduction h3 {
    font-size: 1.5rem;
}
.job .introduction-content {
    position: relative;
    max-height: 300px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.job .introduction-content .gradient {
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.job .introduction-content.show {
    max-height: 100%;
}
.job .introduction-content.show .gradient {
    display: none;
}
.job .load-more-introduction {
    text-align: center;
    vertical-align: middle;
}
.job .load-more-introduction i {
    font-size: 0.6rem;
}
.job .job-item {
    padding: 15px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #d4d4d4;
}
.job .job-item:last-child {
    border-bottom: none;
}
.job .job-item:hover {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(216,216,216,0.6);
    -moz-box-shadow: 2px 2px 10px 0px rgba(216,216,216,0.6);
    box-shadow: 2px 2px 10px 0px rgba(216,216,216,0.6);
}
.job .job-item h3 > a {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 700;
}
.job .job-item h3 > a:hover {
    color: #ffa51a;
}
.job .job-item .label {
    font-weight: 700;
}
.job .job-detail h1 {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 20px;
}
.job .job-detail .job-summary {
    display: flex;
    flex-wrap: wrap;
    background: #f1f9fc;
    margin-bottom: 15px;
}
.job .job-detail .job-summary .flex-col {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
}
.job .job-detail .job-summary ul {
    width: 100%;
    list-style-type: none;
    margin: -10px 0;
    padding: 15px;
}
.job .job-detail .job-summary ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    margin-right: 15px;
}
.job .job-detail .job-summary ul li:last-child {
    border-bottom: none;
}
.job .job-detail .job-summary ul li strong {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.job .job-detail .job-summary ul li strong i {
    font-size: 0.8rem;
    width: 16px;
    margin-right: 5px;
}
.job .job-detail .job-summary ul li div {
    padding-left: 21px;
}
.job .job-detail .job-section {
    padding-top: 15px;
}
.job .job-detail .job-section .title {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 10px;
}
.job .job-detail .contact {
    margin-bottom: 25px;
}
.job .job-detail .contact span {
    font-weight: 700;
}
.job .job-detail .related {
    margin-bottom: 30px;
}
.job .job-detail .related h2 {
    margin-bottom: 15px;
}
.job .job-detail .related .title {
    font-size: 1.2rem;
    padding-bottom: 0;
    border-bottom: 2px solid #666666;
}

/*==================================*/
/* Services
/* =================================*/
.services {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
}
.services .img {
    flex: 30%;
    padding: 0px;
}
.services .content {
    color: #FFFFFF;
    flex: 70%;
    padding: 25px 35px;
    background-color: #EDAF42;
    line-height: 1.5;
}
.services h1 {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0px;
}
.services h2 {
    color: #333333;
    font-size: 1.3rem;
    font-weight: 700;
}
.services .services-item {
    margin-bottom: 30px;
}
.services .content .title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    max-lines: 1;
    --max-lines: 1;
    display: -webkit-box;
    min-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.services .content .home-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.services .content .description {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    max-lines: 5;
    --max-lines: 5;
    display: -webkit-box;
    height: 105px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.services .content .listing {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    max-lines: 5;
    --max-lines: 5;
    display: -webkit-box;
    height: 105px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.services .content a {
    color: #FFFFFF;
}
.services .content .view-more button {
    border-radius: 0;
}
.services .services-section {
    margin-bottom: 30px;
}
.services .services-section .title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.services .services-section .contact-info {
    display: flex;
    flex-wrap: wrap;
}
.services .services-section .contact-info .contact-label {
    flex: 30%;
    font-weight: 500;
}
.services .services-section .contact-info .contact-content {
    flex: 70%;
}
.services .services-section .title span {
    border-bottom: 2px solid #FFA500;
}
.services .services-section .contact-info label {
    font-weight: 500;
}
.services .related {
    margin-top: 15px;
}
.services .related h2 {
    margin-bottom: 15px;
}
.services .related span {
    border-bottom: 2px solid #FFA500;
}

/*==================================*/
/* Contact
/* =================================*/
.contact {
    width: 100%;
}
.contact h1 {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 15px 0px;
}
.contact .map {
    margin-bottom: -5px;
}
.contact .map iframe {
    width: 100%;
    height: 400px;
}
.contact .contact-item {
    margin: 10px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.contact .contact-item:last-child {
    border-bottom: none;
}
.contact .contact-item .contact-name {
    color: #333333;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0px;
}
.contact .contact-item .fa-li i {
    color: #FFA500;
}
.contact .contact-item .representative {
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0px 0px 15px;
}

/*==================================*/
/* Landing
/* =================================*/
.landing .hotlink-li a {
    max-width: 404px;
    height: 100px;
}
.landing .hotlink-li a::before {
    border: none;
}
.hotlink-ul-3 .hotlink-li a span {
    font-size: 1.5rem;
}
.small-banner-1 {
    background-image: url(../images/hotlink/small-banner-01.jpg);
}
.small-banner-2 {
    background-image: url(../images/hotlink/small-banner-02.jpg);
}
.small-banner-3 {
    background-image: url(../images/hotlink/small-banner-03.jpg);
}
.landing .nav-tabs {
    border-bottom: none;
    margin-bottom: 25px;
}
.landing .nav-tabs .nav-item {
    text-transform: uppercase;
}
.landing .nav-tabs .nav-link {
    color: #ffa500;
    font-size: .9rem;
    padding: 3px 15px !important;
    margin-right: 15px;
    background-color: #ffffff;
    border: 1px solid #ffa500;
    border-radius: 8px;
}
.landing .nav-tabs .nav-link.active {
    color: #ffffff;
    font-size: .9rem;
    padding: 3px 15px !important;
    margin-right: 15px;
    background-color: #ffa500;
    border: 1px solid #ffa500;
    border-radius: 8px;
}
.landing .nav-tabs .nav-link a {
    text-transform: uppercase;
}
.landing .btn-viewmore {
    color: #ffa500;
    background-color: #ffffff;
    padding-left: 68px;
    padding-right: 68px;
    border: 1px solid #ffa500;
}
.landing .btn-viewmore:hover {
    color: #ffffff;
    background-color: #ffa500;
}
.landing .products-item {
    position: relative;
    min-height: 345px;
}
.landing .products-item .products-name {
    font-size: .9rem;
    font-weight: lighter;
    padding-top: 5px;
    line-height: 1.4;
}

.landing .products-item .price {
    color: #ff424e;
}
.landing .products-item .discount {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
    padding: 10px 6px;
    background-color: #ffa500;
    border-radius: 50%;
}
#registerProduct .register {
    padding: 10px;
}

@media (min-width : 481px) {

}

@media (min-width : 769px) {

}

@media (min-width : 993px) {

}

@media (min-width : 1201px) {

}

/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 1289px) {
    .banner-left-2 {
        width: 100%;
    }
    .banner-right {
        display: none;
    }
}

@media (max-width : 1200px) {
    /*==================================*/
    /* Category
    /* =================================*/
    .category-head .heading {
        flex: 0 0 70%;
        margin-bottom: 0;
    }
    .category-head .category-filter {
        flex: 0 0 30%;
        text-align: right;
        display: table;
        margin-top: 0px;
    }

    /*==================================*/
    /* Product
    /* =================================*/
    .product-quantity .count {
        margin-left: 0px;
    }

    /*==================================*/
    /* Cart
    /* =================================*/
    .cart-li-img {
        flex: 0 0 15%;
        padding: 10px;
    }
    .cart-li-title {
        flex: 0 0 39%;
        padding: 10px;
    }
    .cart-li-price {
        flex: 0 0 15%;
        padding: 10px;
    }
    .cart-li-qty {
        flex: 0 0 15%;
        padding: 10px;
    }
    .cart-li-total {
        flex: 0 0 15%;
        padding: 10px;
    }
}

@media (max-width : 1024px) {

}

@media (max-width : 992px) {

}

@media (max-width : 768px) {
    .product-quantity .count {
        margin-left: 10px;
    }

    /*==================================*/
    /* Category
    /* =================================*/
    .category-head .heading {
        flex: 0 0 100%;
        margin-bottom: 0;
    }
    .category-head .category-filter {
        flex: 0 0 100%;
        text-align: left;
        display: table;
        margin-top: 15px;
    }
    .aside-brand .aside-toggle {
        margin-top: 15px;
    }
    .checkboxs {
        padding-left: 45px;
    }
    .checkboxs .checkmark {
        left: 15px;
    }

    /*==================================*/
    /* Cart
    /* =================================*/
    .cart-li-img {
        flex: 0 0 20%;
        padding: 10px;
    }
    .cart-li-title {
        flex: 0 0 80%;
        padding: 10px;
    }
    .cart-li-price {
        flex: 0 0 20%;
        padding: 10px;
    }
    .cart-li-qty {
        flex: 0 0 35%;
        padding: 10px;
    }
    .cart-li-total {
        flex: 0 0 20%;
        padding: 10px;
    }

    /*==================================*/
    /* Blog
    /* =================================*/
    .side-article-content .title{
        max-lines: 3;
        --max-lines: 3;
        height: 71px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
    }

    .side-article, .big-news-bg{
        height: 283px;
    }
    .side-article .side-article-content{
        padding: 15px;
    }

    .big-news-bg .article-title{
        font-size: 20px;
        line-height: 1.5;
        max-lines: 3;
        --max-lines: 3;
        -webkit-line-clamp: 3;
        height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
    }
}

@media (max-width : 480px) {
    /*==================================*/
    /* Products Listing
    /* =================================*/
    .products-li {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products-options .img {
        margin-right: 0;
    }

    .product-action {
        flex-direction: column;
    }

    .product-action .btn {
        flex: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    /*==================================*/
    /* Services
    /* =================================*/
    .services .img {
        flex: 100%;
    }
    .services .content {
        flex: 100%;
        padding: 25px;
    }
    .services .content .title {
        font-size: 1.2rem;
    }
    .services .content .description {
        font-size: .9rem;
    }
    .services .content .view-more a > button {
        width: 100%;
        display: block;
    }

    .header-logo{
        text-align: center;
        padding-left: 45px;
    }
    .header-top-li-1 {
        flex: 0 0 70%;
    }
    .header-top-li-5 {
        display: block;
        flex: 0 0 30%;
    }
    .header-li:first-child {
        flex: 0 0 44%;
    }
    .header-li:last-child {
        flex: 0 0 55%;
    }

    .products-brand {
        font-size: .7rem;
        float: right;
    }

    .product-quantity label {
        margin-right: 10px;
    }

    .banner-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }

    /*==================================*/
    /* Category
    /* =================================*/
    .home-cate-name {
        font-size: .8rem;
    }
    .category-head .heading {
        flex: 0 0 100%;
        margin-bottom: 0;
    }
    .category-head .category-filter {
        flex: 0 0 100%;
        text-align: left;
        display: table;
    }

    /*==================================*/
    /* Cart
    /* =================================*/
    .cart-li-img {
        flex: 0 0 30%;
        padding: 10px;
    }
    .cart-li-title {
        flex: 0 0 70%;
        padding: 10px;
    }
    .cart-li-price {
        flex: 0 0 30%;
        padding: 10px;
    }
    .cart-li-qty {
        flex: 0 0 40%;
        padding: 10px;
    }
    .cart-li-total {
        flex: 0 0 30%;
        padding: 10px;
    }

    /*==================================*/
    /* Landing
    /* =================================*/
    .landing .hotlink-ul-3 {
        display: none;
    }
    .landing .nav-tabs .nav-link {
        padding: 3px !important;
    }
    .landing .nav-tabs .nav-item {
        text-align: center;
        width: 50%;
        display: block;
        margin-bottom: 10px;
    }
    .landing .products-item {
        position: relative;
        min-height: 300px;
    }

    /*==================================*/
    /* Blog
    /* =================================*/
    .blog-categories ul > li {
        display: block;
        margin-left: 20px;
    }
    .blog-categories ul > li:first-child {
        display: block;
        margin-left: 0px;
    }
    .blog-page{
        background: #fff;
    }
    .blog-page .blog-bg{
        padding: 0;
    }
    .thumb-container{
        float: left;

        width: 40%;
    }
    .side-article .thumb-container .thumb{ border-radius: 8px;}
    .side-article .side-article-content{
        width: 60%;
        float: left;
        padding-top: 0;
    }
    .big-news-bg .article-title{
        max-lines: 3;
        --max-lines: 3;
        -webkit-line-clamp: 3;
        height: 95px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        line-height: 1.4;
    }
    .side-article .side-article-content .title{
        max-lines: 3;
        --max-lines: 3;
        -webkit-line-clamp: 3;
        height: 66px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        line-height: 1.4;
    }
    .side-article{
        box-shadow: none;
        height: auto;
        margin-top: 0px;
    }

    .small-article{
        margin-bottom: 10px;
    }
    .big-news-bg{
        margin-bottom: 30px;
    }
    #comment-box .comment .img-thumbnail{
        width: 68px;
        height: 68px;
    }

    /*==================================*/
    /* Services
    /* =================================*/

    .services .img {
        flex: 100%;
    }
    .services .content {
        flex: 100%;
        padding: 25px;
    }
    .services .content .title {
        font-size: 1.2rem;
    }
    .services .content .description {
        font-size: .9rem;
    }
    .services .content .view-more a > button {
        width: 100%;
        display: block;
    }

    /*==================================*/
    /* Contact
    /* =================================*/
    .contact .map iframe {
        width: 100%;
        height: 200px;
    }

    /*==================================*/
    /* Jobs
    /* =================================*/
    .job .job-detail .job-summary .flex-col {
        flex: 0 0 100%;
    }
}

@media (max-width: 360px) {
    .header-top-li-1 {
        text-align: center;
        flex: 0 0 65%;
    }
    .header-top-li-5 {
        display: block;
        flex: 0 0 35%;
    }
    .header-li:first-child {
        flex: 0 0 44%;
    }

    .header-li:last-child {
        flex: 0 0 55%;
    }

    .g-recaptcha {
        transform:scale(0.95);
        -webkit-transform:scale(0.95);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

}

@media (max-width: 320px) {
    .header-top-li-1 {
        text-align: center;
        flex: 0 0 65%;
    }
    .header-top-li-5 {
        display: block;
        flex: 0 0 35%;
    }
    .header-li:first-child {
        flex: 0 0 44%;
    }

    .header-li:last-child {
        flex: 0 0 55%;
    }

    .product-quantity .count {
        margin-left: 0px;
    }

    .form-group input::placeholder {
        font-size: .7rem;
    }

    .g-recaptcha {
        transform:scale(0.82);
        -webkit-transform:scale(0.82);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

}

@media (max-width : 768px) and (max-height: 1024px) {

}

@media (max-width : 812px) and (max-height: 375px) {

}

@media (max-width : 375px) and (max-height: 812px) {

}

@media (max-width : 414px) and (max-height: 736px) {

}

@media (max-width : 736px) and (max-height: 414px) {

}

@media (max-width : 375px) and (max-height: 667px) {

}

@media (max-width : 667px) and (max-height: 375px) {

}

@media (max-width : 320px) and (max-height: 568px) {

}

@media (max-width : 568px) and (max-height: 320px) {

}
