/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

.col-pb0 .col {
    padding-bottom: 0;
}

.pb0 {
    padding-bottom: 0;
}

.mb0 {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 600;
}

.t-lang {
    position: relative;
}

.t-lang a {
    color: #333;
}

.t-lang>a {
    line-height: 35px;
}

.t-lang img {
    max-width: 20px;
    margin-right: 7px !important;
}

.t-lang ul {
    position: absolute;
    top: 35px;
    min-width: 120px;
    background-color: #fff;
    z-index: 9999;
    text-align: left;
    display: none;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}

.t-lang ul li {
    float: none;
    text-align: left;
    list-style: none;
    margin: 0;
}

.t-lang ul li a {
    padding: 5px 10px;
}

.t-lang ul li a:hover {
    background-color: #e6e7e9;
}

.t-lang:hover ul {
    display: block;
}

.t-lang>a,
.t-lang ul li a {
    display: none;
}

html[lang="auto"] .t-lang>a.vi,
html[lang="auto"] .t-lang ul li a:not(.vi),
html[lang="vi"] .t-lang>a.vi,
html[lang="vi"] .t-lang ul li a:not(.vi),
html[lang="en"] .t-lang>a.en,
html[lang="en"] .t-lang ul li a:not(.en),
html[lang="zh-TW"] .t-lang>a.zh,
html[lang="zh-TW"] .t-lang ul li a:not(.zh),
html[lang="ja"] .t-lang>a.ja,
html[lang="ja"] .t-lang ul li a:not(.ja),
html[lang="ko"] .t-lang>a.ko,
html[lang="ko"] .t-lang ul li a:not(.ko) {
    display: block;
}

.html_topbar_left>div {
    display: inline-block;
    margin-left: 10px;
}

.form-flat input:not([type="submit"]),
.form-flat textarea,
.form-flat select {
    border: none;
    background: none;
}

.nav-small.nav>li.html {
    font-size: .9em;
}

.t-hotline a {
    font-weight: 600;
}

.t-hotline a,
.searchform .button.icon i {
    color: #e41401;
}

.header-main .nav>li>a {
    line-height: 79px !important;
}

.header-wrapper.stuck .header-main .nav>li>a {
    line-height: 49px !important;
}

.nav-dropdown {
    box-shadow: none;
    border: none;
    padding: 0;
}

.header-main .icon-angle-down:before {
    font-family: FontAwesome;
    content: "\f0d7";
    color: #333;
}

.header-main .nav>li>a:hover {
    color: #F5B325;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border: none;
}

.nav-dropdown li {
    border-bottom: 1px dashed #F5B325;
}

.nav-dropdown li a {
    transition: all .5s;
}

.nav-dropdown li:hover {
    background-color: #F5B325;
}

.nav-dropdown li:hover a {
    color: #fff;
    padding-left: 7px;
}

.footer-wrapper {
    font-size: 14px;
}

.footer-wrapper img {
    max-width: 200px;
}

ul.menu>li+li,
.widget>ul>li+li {
    border: none;
}

.dark ul.menu>li>a:hover {
    color: #F5B325;
}

ul.menu>li a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 5px;
}

.icon-box .icon-box-img {
    width: auto !important;
}

.icon-box-img .icon {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #006CB5;
    line-height: 200px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
	padding-top: 0;
}

.icon-box:hover .icon-box-img .icon {
    background-color: #F5B325;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.icon-box-img .icon .icon-inner {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	overflow: hidden;
}

.text-center>div>div {
    text-align: center;
    width: 100%;
}

.icon-box-img .icon .icon-inner img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin-right: auto;
    margin-left: auto;
	width: 200px;
	height: 200px;
	object-fit: cover;
	max-width: inherit;
	margin: 0;
	left: -25px;
}

.icon-box h3 {
    color: #000;
}

.icon-box:hover h3 {
    color: #F5B325;
}

.section-title span {
    text-transform: none;
    font-size: 1.6em;
    font-weight: 500;
    width: 100%;
}

.section-title b {
    display: none;
}

.box-badge .box-text {
    bottom: 0;
}

.box-bounce .box-text {
    background-color: #f3f1f2;
    height: 106px;
}

.box-bounce:hover .box-text {
    background-color: #F5B325;
    color: #fff;
}

.box-bounce .box-text h3 {
    font-size: 1.6em;
}

.box-bounce:hover .box-text h3 {
    color: #fff;
}

.col-inner ul li.tab a {
    color: #fff;
}

.nav-pills>li>a:hover {
    background-color: #F5B325;
}

.page-wrapper {
    background-color: #e6e7e9;
    padding-top: 0;
}

.archive-page-header {
    background: #f5b325;
    padding: 100px 0;
    font-size: 14px;
    /* background-image: url(images/background-suporseal.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 50px;
}


/* .archive-page-header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
} */

.page-title {
    margin: 0;
    font-size: 26px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.box-text {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#breadcrumbs {
    margin-bottom: 0;
}

#breadcrumbs span,
#breadcrumbs a {
    display: inline-block;
    font-size: 14px;
    color: #000;
}

#breadcrumbs span.breadcrumb_last {
    font-weight: 600;
}

.row-large>.col {}

.product-tab {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.product-tab .tab-link {
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -3px;
    cursor: pointer;
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.product-tab .tab-content {
    width: 100%;
    line-height: 25px;
    background: #fff;
    float: left;
    padding: 15px;
    border: 1px solid #dedede;
}

.product-tab .tab-content:not(.current) {
    display: none;
}

.product-tab .tab-content ul li {
    list-style-position: inside;
}

.product-template {
    padding: 50px 0 0;
    background: #fff;
}

.details-product .tab-h5.product-tab .tabs-title {
    margin: 0;
}

.details-product .tab-h5.product-tab .tabs-title .tabs-title {
    margin: 0;
}

.single-san-pham ..page-wrapper {
    background-color: #fff;
}

.relative-products .owl-dots .owl-dot {
    min-height: 1px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}

.relative-products .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F5B325 !important;
}

.product-box .product-thumbnail>a img {
    max-height: 100%;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.product-box:hover .product-thumbnail>a img {
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.single-san-pham .archive-page-header {
    margin-bottom: 0;
}

.product-grid-item {
    margin: 15px 0;
}

.product-grid-item .product-thumbnail a {
    display: block;
}

.product-grid-item .product-thumbnail a img {
    object-fit: cover;
    height: 260px;
}

.details-product {
    margin-bottom: 30px;
}

.box-text.text-center {
    background-color: #f3f1f2;
}

.box-text.text-center .is-divider {
    display: none;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.collection th,
.collection td {
    border: none;
}

.document-category ul {
    list-style: none;
}

.page-pagination .pagination {
    margin: 15px auto;
    display: table;
}

.page-pagination .pagination li {
    float: left;
    list-style: none;
}

.products-view {
    width: 100%;
}

.products::before,
.products::after {
    content: '';
    display: table;
    clear: both;
}

.accordion .toggle {
    display: none;
}

.accordion-title {
    padding: 10px;
    background-color: #f5f5f5;
}

.accordion-item {
    margin-bottom: 5px;
}

.accordion-title::after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #344059;
    position: absolute;
    right: 18px;
    top: 9px;
    font-weight: 700;
}

.accordion-title.active::after {
    content: "\f106";
    color: #fff;
}

.accordion-inner {
    background-color: #fff;
    padding: 10px;
}

.accordion-inner p:last-of-type {
    margin-bottom: 0;
}

.accordion-title.active {
    background-color: #F5B325;
    color: #fff !important;
    font-weight: 500;
}

.article-content ul li {
    list-style: none;
}

.post-details {
    margin-bottom: 10px;
}

.post-details span:not(:last-child) {
    margin-right: 10px;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none!important;
}

.section_gallery {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.section_gallery .list_gallery_image {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.section_gallery .list_gallery_image .slider-for .item {
    padding: 0 5px;
}

.section_gallery .list_gallery_image .slider-nav .item {
    border: 0px solid #fff;
    padding: 0px;
    margin: 5px 5px;
    border-radius: 3px;
}

.back-to-top.active {
    border-color: #fff;
}

.article-main .article-content {
    text-align: justify;
}

.article-table .project-table-wrapper {
    overflow-x: auto;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

th,
td {
    text-align: left;
    padding: 15px;
    border: 1px solid #dedede;
    color: #1c1c1c;
}

.article-table .project-table-wrapper .project-table {
    border-collapse: collapse;
}

.article-table .project-table-wrapper .project-table tr {
    border: 1px solid #dedede;
}

.article-table .project-table-wrapper .project-table tr td {
    padding: 10px;
    vertical-align: middle;
}

.article-table .project-table-wrapper .project-table tr .td-left {
    position: relative;
    padding-left: 35px;
    white-space: nowrap;
}

.article-table .project-table-wrapper .project-table tr td:first-child {
    width: auto;
}

.article-table .project-table-wrapper .project-table tr td i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    transform: translate(-10px, -50%);
}

.article-table .project-table-wrapper .project-table tr .td-left span {
    font-weight: bold;
}

.article-table .project-table-wrapper .project-table tr td {
    padding: 10px;
    vertical-align: middle;
}

.relative-project {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

.relative-project .related-blogs .item .constructo-single-project {
    background-color: #fff;
}

.pro-title {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
}

.pro-title .entry-date {
    color: #afb0bb;
}

.pro-title p {
    margin-top: 10px;
    color: #393534;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
}

.owl-carousel .owl-dots {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.related-blogs .owl-dots {
    position: relative;
    margin-top: 20px;
}

.related-blogs .owl-dots .owl-dot {
    margin: 0 8px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    min-height: 1px;
}

.related-blogs .owl-dots .owl-dot.active {
    background: #F5B325;
}

.box-over .box-content {
    position: relative;
}

.box-over .box-content span.title {
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    left: 0;
    bottom: 0;
    background: #f3f1f2;
    color: #333;
}

.box-over .box-content:hover span.title {
    background-color: #F5B325;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 1.5em;
    padding: 5px 10px !important;
    min-height: 15px;
    color: #F5B325;
    font-size: 2em;
}

.owl-theme .owl-nav {
    position: static;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    margin-top: -50px;
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@font-face {
    font-family: fosrocicons;
    src: url(fonts/fosrocicons.eot);
    src: url(fonts/fosrocicons.eot#iefix) format("embedded-opentype"), url(fonts/fosrocicons.ttf) format("truetype"), url(fonts/fosrocicons.woff) format("woff"), url(fonts/fosrocicons.svg#fosrocicons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" fosrocicon-"],
[class^=fosrocicon-] {
    font-family: fosrocicons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fosrocicon-sheild-checkmark:before {
    content: "\e91d";
}

.fosrocicon-spedometer:before {
    content: "\e923";
}

.fosrocicon-users:before {
    content: "\e929";
}

.fosrocicon-rosette:before {
    content: "\e91b";
}

.fosrocicon-heart:before {
    content: "\e914";
}

.grid-icon-text i {
    display: block;
    margin-bottom: 20px;
    font-size: 57px;
    color: #F5B325;
}

.article-image img,
.article-image iframe {
    width: 100%;
    height: auto;
}

.box-text h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1);
}

.header .search-form .live-search-results {
    left: inherit;
    min-width: 320px;
}

.page-id-46 #main .page-wrapper {
    background: url(/wp-content/uploads/2020/12/f8f502db46b97e1e34f886c1fd6283eb.jpg) center no-repeat;
    background-size: cover;
}

.tax-phan_loai #main .page-wrapper {
    background: url(/wp-content/uploads/2020/11/system-project-bg.jpg) center no-repeat;
    background-size: cover;
}

.wp-pagenavi {
    clear: both;
    display: table;
    margin: 2em auto 0;
}

.tai-lieu-ky-thuat .wp-pagenavi {
    margin: 1em auto;
}

.collection-templates .products-view-grid .products .product-box .product-info .product-info-more {
    display: block;
    margin-top: .7em;
}

.collection-templates .products-view-grid .products .product-box .product-info .product-info-more a {
    border: 1px solid #F5B325;
    padding: 5px 10px;
    background: #F5B325;
    border-radius: 8px;
    color: #fff;
}

.collection-templates .products-view-grid .products .product-box .product-info .product-info-more a:hover {
    opacity: .7;
}

.nav.cus-tabs {
    justify-content: center;
    margin-bottom: 1em;
}

.nav.cus-tabs li a {
    font-size: 1em;
    border: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #fff;
    color: #555;
    padding: 6px 15px;
    margin: 0 1px 5px;
}

.nav.cus-tabs li a:hover,
.nav.cus-tabs li a.active {
    background-color: #F5B325;
    color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 8px;
    background-color: #fff;
    border-color: #fff;
}

.tai-lieu-ky-thuat .wp-pagenavi a,
.tai-lieu-ky-thuat .wp-pagenavi span {
    border-color: #eee;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #F5B325;
    border-color: #F5B325;
    color: #fff;
}

.blog-tab-content a {
    background-color: #fff;
    color: #555;
}

.mess {
    position: fixed;
    left: 35px;
    bottom: 80px;
    z-index: 999;
}

.mess img {
    width: 50px;
    height: auto;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .home .banner {
        padding-top: 300px !important;
    }
    .home .banner .text-box {
        width: 90% !important;
    }
    .box-bounce .box-text {
        height: auto;
    }
    .product-tab .tab-link {
        width: 100%;
        float: left;
        background: #fff;
        border: #dedede 1px solid;
    }
    .archive-page-header * {
        text-align: center;
    }
    #breadcrumbs {
        margin-top: 1em;
    }
    .archive-page-header {
        display: none;
    }
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%;
    }
}