@charset "UTF-8";
.text-main {
    color: #03254C !important;
}

.text-yellow {
    color: #e9b71e !important;
}

.text-orange {
    color: orange !important;
}

body {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

body *:not(i) {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none !important;
}

a.changelang.active img {
    border: 2px solid red;
}

.font-main {
    font-family: "Montserrat", sans-serif;
}

.font-art {
    font-family: "Montserrat", cursive;
}

.btn-rounded {
    border-radius: 30px;
}

.bg-main {
    background-color: #0146a4;
}

.no-radius {
    border-radius: 0 !important;
}

.btn-gradient {
    background-color: #002878;
    background-image: linear-gradient(
            45deg,
            #e76a22 0%,
            #0146a4 55%,
            #013071 90%
    );
    background-position: 100% 0;
    background-size: 200% 200%;
    color: white;
    border-radius: 50px;
    padding: 12px 45px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    transition: all 0.5s ease;
}

.btn-gradient:hover {
    color: #fff;
    box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}

.btn-outline-main {
    background: #fff;
    color: #0146a4;
    padding: 5px 25px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 2px solid #0146a4;
}

.btn-outline-main:hover {
    background: #0146a4;
    color: #fff;
}

.btn-main {
    background: #03254C;
    color: #fff;
}

.btn-main:hover {
    background: #013b8b;
}

html,
body {
    scroll-behavior: smooth;
}

header {
    position: relative;
}

header #searchForm,
header #searchFormMobile {
    position: relative;
}

header #searchForm input,
header #searchFormMobile input {
    border: 2px solid #8ee1ff;
}

header #searchForm .input-icon-addon,
header #searchFormMobile .input-icon-addon {
    color: #0146a4;
    cursor: pointer;
}

header #searchForm .btn-addon,
header #searchFormMobile .btn-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #03254C;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

header #searchForm .timkiem,
header #searchFormMobile .timkiem {
    position: absolute;
    z-index: 999;
}

header #searchForm .timkiem .ketquatim,
header #searchFormMobile .timkiem .ketquatim {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
}

header #searchForm .timkiem .ketquatim .d-flex,
header #searchFormMobile .timkiem .ketquatim .d-flex {
    margin-bottom: 5px;
}

header #searchForm .timkiem .ketquatim .d-flex .image,
header #searchFormMobile .timkiem .ketquatim .d-flex .image {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    width: 30%;
}

header #searchForm .timkiem .ketquatim .d-flex .info,
header #searchFormMobile .timkiem .ketquatim .d-flex .info {
    width: 70%;
}

header .logo {
    /*background: #fff;*/
    /*border-right: 15px solid #bae4f3;*/
    border-top-right-radius: 53%;
    border-bottom-right-radius: 42%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    z-index: 200;
    justify-content: center;
    align-items: center;
}

header .logo .logo-link {
    display: block;
    color: inherit;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: 0.3s opacity;
    line-height: 2rem;
    position: relative;
    z-index: 999;
}

header .logo .logo-link img {
    height: 5.5rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .logo .logo-link img {
        height: 5rem;
    }
}

header .logo .logo-link:hover {
    opacity: 0.8;
    color: inherit;
    text-decoration: none;
}

header .header-first {
    background: #fff;
}

header .header-second {
    background: #8ee1ff;
}

header .header-second .main-header {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    header .header-second .main-header {
        display: block;
    }
}

header .header-second #mainMenu {
    background-color: transparent;
    padding: 0;
}

header .header-second #mainMenu > .container {
    padding: 0 !important;
    /*   width: 100%;
    max-width: 1170px;*/
}

header .header-second #mainMenu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header .header-second #mainMenu nav ul li {
    border: 0;
    transition: all 0.3s ease;
    position: relative;
    margin-left: 0;
    transition: 0.3s;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 0;
}

header .header-second #mainMenu nav ul li.active {
    background-color: #fff !important;
}

header .header-second #mainMenu nav ul li.active a {
    color: #0146a4;
}

header .header-second #mainMenu nav ul li.active:hover {
    background-color: #f7595b;
}

header .header-second #mainMenu nav ul li.active:hover a {
    color: #fff;
}

header .header-second #mainMenu nav ul li .dropdown-menu {
    display: block;
    transition: all 0.3s ease;
    min-width: 230px;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 40px;
    border: none;
    background-color: #fff;
    left: auto;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li {
    background-color: #fff;
    padding: 0;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li > a,
header .header-second #mainMenu nav ul li .dropdown-menu > li > span,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: black !important;
    padding: 12px 20px 12px 18px;
    display: block;
    font-weight: bold;
    transition: 0.3s ease;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li > a:focus,
header .header-second #mainMenu nav ul li .dropdown-menu > li > a:hover,
header .header-second #mainMenu nav ul li .dropdown-menu > li > a:active,
header .header-second #mainMenu nav ul li .dropdown-menu > li > a.hover-active,
header .header-second #mainMenu nav ul li .dropdown-menu > li > span:focus,
header .header-second #mainMenu nav ul li .dropdown-menu > li > span:hover,
header .header-second #mainMenu nav ul li .dropdown-menu > li > span:active,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
> span.hover-active,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a:focus,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a:hover,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a:active,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a.hover-active {
    background-color: #0089bb ;
    color: #fff !important;
    cursor: pointer;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li > a a,
header .header-second #mainMenu nav ul li .dropdown-menu > li > span a,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a
a {
    color: #0146a4 !important;
    text-decoration: none !important;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li > a > i,
header .header-second #mainMenu nav ul li .dropdown-menu > li > span > i,
header
.header-second
#mainMenu
nav
ul
li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a
> i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li.current > a,
header .header-second #mainMenu nav ul li .dropdown-menu > li.current > span,
header .header-second #mainMenu nav ul li .dropdown-menu > li:hover > a,
header .header-second #mainMenu nav ul li .dropdown-menu > li:hover > span,
header .header-second #mainMenu nav ul li .dropdown-menu > li:focus > a,
header .header-second #mainMenu nav ul li .dropdown-menu > li:focus > span,
header .header-second #mainMenu nav ul li .dropdown-menu > li:active > a,
header .header-second #mainMenu nav ul li .dropdown-menu > li:active > span {
    color: #fff !important;
    text-decoration: none;
}

header .header-second #mainMenu nav ul li .dropdown-submenu {
    position: relative;
}

header .header-second #mainMenu nav ul li .dropdown-submenu:before {
    line-height: 40px;
    content: "";
    font-family: fontawesome;
    font-size: 12px;
    opacity: 0.6;
    position: absolute;
    right: 18px;
    color: #fff;
    transition: 0.3s ease;
}

header .header-second #mainMenu nav ul li .dropdown-submenu > .dropdown-menu {
    margin-left: -6px;
    left: 100%;
    top: -1px;
}

header
.header-second
#mainMenu
nav
ul
li
.dropdown-submenu
> .dropdown-menu.menu-invert {
    right: 100%;
    left: auto;
}

header .header-second #mainMenu nav ul li .dropdown-submenu:hover:before {
    right: 14px;
}

header .header-second #mainMenu nav ul li .dropdown-submenu:hover > ul {
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .header-second #mainMenu nav ul li:hover > ul {
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .header-second #mainMenu nav ul li:last-child {
    margin-right: 0;
}

header .header-second #mainMenu nav ul li > a {
    display: block;
    position: relative;
    padding: 11px 9px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #03254C;
    text-transform: uppercase;
    transition: all 0.3s ease;
    line-height: normal;
}

header .header-second #mainMenu nav ul li > a > i {
    margin-left: 2px;
    margin-right: 6px;
    min-width: 14px;
    font-size: 14px;
}

header .header-second #mainMenu nav ul li > a:after,
header .header-second #mainMenu nav ul li > a:before {
    transition: all 0.3s ease;
}

header .header-second #mainMenu nav ul li > a.home {
    background: #F3C9BA;
    border-radius: 30px;
    padding: 6px 17px;
    border: 3px solid #8ee1ff;
    text-align: center;
}

header .header-second #mainMenu nav ul li > a.home > i {
    margin: 0;
    font-size: 20px;
}



header .header-second #mainMenu nav ul li.hover-active > a,
header .header-second #mainMenu nav ul li.hover-active > span,
header .header-second #mainMenu nav ul li.current > a,
header .header-second #mainMenu nav ul li.current > span,
header .header-second #mainMenu nav ul li:hover > a,
header .header-second #mainMenu nav ul li:hover > span,
header .header-second #mainMenu nav ul li:focus > a,
header .header-second #mainMenu nav ul li:focus > span {
    text-decoration: none;
}

header .header-second #mainMenu nav ul li.hover-active > a,
header .header-second #mainMenu nav ul li.current > a,
header .header-second #mainMenu nav ul li:hover > a,
header .header-second #mainMenu nav ul li:focus > a {
    background-color: #F3C9BA;
    color: #fff;
}

header .header-second #mainMenu nav ul li .search-bar {
    width: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

header .header-second #mainMenu nav ul li .search-bar input {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

header .header-second #mainMenu nav ul li .search-bar.show {
    width: 100%;
}

header .header-second #mainMenu nav ul li .search-bar.show input {
    opacity: 1;
}

header .header-second #mainMenu .tab-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0.75rem;
}

header .header-second #mainMenu .tab-menu li .dropdown .btn-category {
    background-color: #013071;
    color: #fff;
    border-radius: 0;
    width: 290px;
}

header .header-second #mainMenu .tab-menu li .dropdown .dropdown-menu {
    margin-top: 0;
    min-width: 18rem;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-toggler {
    color: #ffffff;
    height: 5rem;
    border: none;
    background-color: #8ee1ff;
    height: 40px;
}

.header-toggler:hover {
    color: #0146a4;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
    transition: top 0.3s ease;
}

.sticky #mainMenu nav ul li {
    padding: 5px 0 !important;
}

.click-dropdown {
    display: none;
}



@media screen and (max-width: 768px) {
    div.header-second #mainMenu {
        margin-top: 10px;
    }
}


@media screen and (max-width: 768px) {
    .phone {
        color: #fff !important;
    }

    .click-dropdown {
        display: inline-block;
        border: none !important;
        background-color: transparent !important;
        color: #0146a4;
        position: absolute;
        top: 0;
        right: 16px;
        width: 100%;
        height: 35px;
        text-align: right;
        z-index: 999;
    }

    .click-dropdown:focus {
        outline: none !important;
    }

    .click-dropdown i.fa {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .fa-angle-down {
        display: none !important;
    }

    div.header-first .header-brand {
        margin-right: 0 !important;
    }

    div.header-first .header-brand .header-brand-img {
        height: 4rem;
    }

    div.header-second {
        position: fixed;
        top: 0;
        left: -280px;
        z-index: 999999;
        background: #fff !important;
        width: 280px;
        height: 100vh;
        transition: 0.3s ease-in-out;
    }

    div.header-second.show {
        left: 0 !important;
        box-shadow: 5px 5px 13px #888;
    }

    div.header-second #mainMenu {
        margin-left: unset;
    }

    div.header-second #mainMenu nav > ul {
        display: block !important;
        width: 100%;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    div.header-second #mainMenu nav > ul li {
        position: relative;
        margin-left: 0 !important;
        padding: 0 15px !important;
        overflow: hidden;
    }

    div.header-second #mainMenu nav > ul li .dropdown-menu {
        background-color: #eee !important;
        -webkit-transform: none !important;
        transform: none !important;
        height: 0;
        top: auto;
        padding: 0 !important;
        border-radius: 0;
        margin-bottom: 2px !important;
        box-shadow: none !important;
        overflow: hidden;
    }

    div.header-second #mainMenu nav > ul li .dropdown-menu > li {
        background-color: #fff;
        padding: 0 !important;
    }

    header .header-second #mainMenu nav ul li .search-bar.show .btn-addon {
        background: #8ee1ff;
        color: white;
        border-radius: 4px 0 0 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
    }

    div.header-second
    #mainMenu
    nav
    > ul
    li
    .dropdown-menu
    > li.dropdown-submenu
    a {
        background-color: #fff !important;
        color: #0146a4 !important;
    }

    div.header-second
    #mainMenu
    nav
    > ul
    li
    .dropdown-menu
    > li.dropdown-submenu
    .click-dropdown {
        right: 5px;
    }

    div.header-second
    #mainMenu
    nav
    > ul
    li
    .dropdown-menu
    > li.dropdown-submenu
    .dropdown-menu {
        left: unset !important;
        top: unset !important;
        margin-left: unset !important;
        background: #eee;
    }

    div.header-second #mainMenu nav > ul li .dropdown-menu > li a {
        color: #0146a4 !important;
    }

    div.header-second #mainMenu nav > ul li .dropdown-mega-menu {
        min-width: 100%;
        background-color: #eee !important;
        -webkit-transform: none !important;
        transform: none !important;
        top: auto;
        left: 0;
        right: 0;
        height: 450px;
        border-radius: 0;
        margin-bottom: 2px !important;
        overflow-y: scroll;
    }

    div.header-second #mainMenu nav > ul li > a {
        display: block;
        background-color: #fff !important;
        color: #0146a4 !important;
        border-radius: 0;
    }

    header .header-second #mainMenu nav ul li > a.home {
        background: #8ee1ff !important;
        color: #fff !important;
        border: none;
    }

    div.header-second #mainMenu nav > ul li.hover-active > a {
        background-color: #fff !important;
        color: #0146a4 !important;
    }

    div.header-second #mainMenu nav > ul li.hover-active > .dropdown-menu {
        position: relative;
        min-width: 230px;
        -webkit-transform: none !important;
        transform: none !important;
        height: auto;
        margin-bottom: 15px;
    }

    .product-item .product-description {
        background: rgba(0, 0, 0, 0.4) !important;
    }

    .product-item .read-more {
        display: none;
    }

    .tab-menu {
        margin-right: 0.75rem !important;
    }

    .tab-menu li .dropdown {
        width: 100%;
    }

    .tab-menu li .dropdown .btn-category {
        display: none;
    }

    .tab-menu li .dropdown .dropdown-menu {
        width: 100%;
        position: relative;
    }

    .tab-menu
    li
    .dropdown
    .dropdown-menu
    .category-menu
    ul
    li:hover
    > .category-mega-menu {
        display: none;
    }

    .introduce-section {
        padding: 20px 15px !important;
        background-position: 20% !important;
    }

    .introduce-section .introduce-title {
        text-align: center;
        border-bottom: 3px solid #000;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 443px) {
    .giohang .badge {
        left: unset !important;
        right: -6px;
        top: 0;
    }

    .header-image h5 {
        width: 250px;
    }

    .header-toggler {
        height: 2rem;
    }

    .sticky {
        padding: 0;
    }

    .product-item .product-description {
        top: calc(100% - 50px) !important;
        padding: 5px !important;
    }

    .product-item .product-description .product-title {
        height: 40px !important;
    }

    .product-item .product-description .product-title a {
        font-size: 12px !important;
    }

    .product-item .product-description .product-content {
        height: calc(100% - 40px) !important;
        font-size: 12px !important;
    }

    .header-section h1 {
        font-size: 1.5rem;
    }

    .blog-item .blog-description .blog-title {
        height: 40px;
        margin: 0;
        overflow: hidden;
        font-size: 0.8rem;
    }

    .headerlogo {
        padding: 3px 0;
    }
}

.social-icons ul {
    padding: 0;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons li {
    float: left;
    list-style: none;
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: transparent;
    color: #333;
}

.social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}

.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%;
}

.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}

.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover)
li
a:hover {
    background-color: #eee;
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

#topbar {
    position: relative;
    z-index: 200;
    background-color: #fff;
}

#topbar .row {
    margin-left: 15%;
}

#topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    margin-left: 30px;
    padding: 0;
}

#topbar .top-menu > li {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    color: #fff;
}

#topbar .top-menu > li > a {
    display: block;
    color: #0146a4;
    height: 40px;
    margin-right: 16px;
    text-decoration: none;
}

#topbar .top-menu > li > strong {
    color: #03254C;
    font-size: 17px;
}

#topbar .top-menu-phone {
    color: #467fcf;
    /*font-weight: bold;*/
}

#topbar .top-links {
    position: relative;
}

#topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden;
}

#topbar .social-icons li,
#topbar .social-icons li a {
    float: left;
    list-style: outside none none;
}

#topbar .social-icons li a {
    border-radius: 0px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0;
    color: #fff;
}

div.footer {
    background: #2e3192 url(../img/bg-footer-coppyright.svg) no-repeat top center;
    background-size: 100%;
    background-color: #8ee1ff;
    border-top: none !important;
    padding-top: 100px;
    padding-bottom: 0;
    margin-top: 50px;
}

div.footer i {
    color: #03254C;
}

div.footer h5,
div.footer h6 {
    color: #03254C !important;
}

div.footer p,
div.footer li,
div.footer a {
    color: #03254C !important;
    font-size: 12px;
}

div.footer a:hover {
    color: #0089bb !important;
}

.copyright {
    color: #222;
}

footer {
    background: #8ee1ff !important;
}

footer .copyright {
    color: #03254C;
    font-size: 12px;
}

.tool {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 11;
    background: #8ee1ff;
    padding: 15px 0;
    border-radius: 20px;
}

.tool ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tool ul i {
    color: #03254C;
}

.tool ul li {
    position: relative;
}

.tool ul li > a {
    display: block;
    padding: 6px 7px;
    text-align: center;
}

.tool ul li .sub-tool {
    position: absolute;
    top: 0;
    right: -200px;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.tool ul li .sub-tool > a {
    display: block;
    background: #015cd7;
    color: #fff;
    white-space: nowrap;
    padding: 6px;
    font-size: 14px;
}

.tool ul li:hover {
    background: #015cd7;
}

.tool ul li:hover .sub-tool {
    right: 27px;
}

.lmore {
    display: none;
}

.list-files {
    list-style: decimal;
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.list-files .file-item {
    padding: 5px;
}

.list-files .file-item:nth-child(even) {
    background-color: #f9f9ff;
}

.list-files .file-item:not(:last-child) {
    border-bottom: 1px solid #999;
}

.list-files .file-item .file-link {
    font-weight: bold;
    text-transform: uppercase;
}

.list-file-detail {
    display: flex;
}

.list-file-detail li {
    margin-right: 5px;
    display: block;
    padding-right: 5px;
}

.list-file-detail li:not(:last-child) {
    border-right: 1px solid #999;
}

.card .card-body {
    padding: 10px;
}

.card.card-left .card-header {
    background: #0146a4;
}

.card.card-left .card-header h4 {
    margin: 0;
}

.card.card-left .card-header h4 a {
    color: #fff;
}

.card.card-left .card-header h4 a:hover {
    color: #fff;
    text-decoration: none;
}

.card.card-quick-search ol {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.card.card-blog .card-header {
    border: none;
    padding: 0.5rem;
    padding-bottom: 0;
}

.card.card-blog .card-header .rounded-header {
    background-color: #8ee1ff;
    padding: 7px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.card.card-blog .card-header .rounded-header h4 {
    color: #fff;
}

.card.card-blog .owl-theme .owl-nav {
    top: -66px;
}

.card.card-product {
    position: relative;
}

.card.card-product .badge {
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    right: -10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
    z-index: 5;
    background-color: #c70000;
}

.card.card-product .card-body {
    position: relative;
}

.card.card-product .card-body h5 {
    height: 40px;
}

.card.card-product .card-body .gia {
    color: #c70000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.card.card-product .card-body .love {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.section-grey {
    background: #f3f3f3;
}

.special-section {
    padding: 3.375rem 0 3.125rem 0;
}

.special-section.fish {
    padding: 3.375rem 0 3.125rem 0;
}

.category-menu {
    border: 1px solid #ddd;
    background-color: #fff;
}

.category-menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-menu ul > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.category-menu ul > li:hover > .category-mega-menu {
    display: block;
}

.category-menu ul > li > a {
    display: block;
    padding: 10px 15px 10px 0px;
    text-decoration: none;
    color: #111;
}

.category-menu ul > li > a:after {
    content: "";
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    right: 14px;
    color: #262626;
    transition: 0.3s ease;
}

.category-menu ul > li > a .icon {
    display: inline-block;
    border-right: 1px solid #ddd;
    width: 30px;
    height: auto;
}

.category-menu ul > li > a .icon img {
    width: 100%;
}

.category-menu ul > li .category-mega-menu {
    display: none;
    min-width: 700px;
    position: absolute;
    top: 0;
    left: 270px;
    margin-left: 20px;
    background-color: #fff;
    padding: 15px;
    z-index: 999;
}

.category-menu ul > li .category-mega-menu .mega-product a {
    text-decoration: none;
    color: #111;
}

.category-menu ul > li .category-mega-menu .mega-product a:hover {
    color: #c70000;
}

.blog-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.blog-item .blog-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog-item .blog-description {
    width: 100%;
    padding: 15px;
}

.blog-item .blog-description .blog-title {
    height: 40px;
    margin: 0;
    overflow: hidden;
}

.blog-item .blog-description .ngangon {
    text-align: justify;
    color: #777;
}

.blog-item .blog-description .date {
    color: #999;
    text-align: right;
}

.index-blog-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-blog-item:hover .blog-description {
    top: 0;
    background: #f3f3f3;
}

.index-blog-item:hover .blog-description .date {
    color: #000;
}

.index-blog-item:hover .blog-description .blog-title {
    color: #0146a4 !important;
}

.index-blog-item .blog-image {
    position: relative;
    overflow: hidden;
}

.index-blog-item .blog-image img {
    width: 100%;
}

.index-blog-item .blog-description {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(1, 70, 164, 0.7))
    );
    background: -webkit-linear-gradient(top, transparent, rgba(1, 70, 164, 0.7));
    background: -o-linear-gradient(top, transparent, rgba(1, 70, 164, 0.7));
    background: linear-gradient(to bottom, transparent, rgba(1, 70, 164, 0.7));
}

.index-blog-item .blog-description .blog-title {
    color: #fff;
    margin: 0;
}

.index-blog-item .blog-description .blog-title a:hover {
    color: #00c4ff;
}

.index-blog-item .blog-description .date {
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
}

.product-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-item:hover .product-description {
    background: rgba(0, 0, 0, 0.4);
}

.product-item .badge {
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    right: 0.75rem;
    line-height: 36px;
    position: absolute;
    text-align: center;
    bottom: 0.75rem;
    width: 42px;
    z-index: 5;
    background-color: #c70000;
}

.product-item .product-image {
    position: relative;
    overflow: hidden;
}

.product-item .product-image img {
    width: 100%;
}

.product-item .product-description {
    position: absolute;
    top: calc(100% - 80px);
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(0, 0, 0, 0.5))
    );
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.product-item .product-description .product-title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.product-item .product-description .product-title a {
    font-size: 15px;
}

.product-item .product-description .product-title a:hover {
    color: #fff;
}

.product-item .product-description .product-content {
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    height: calc(100% - 60px);
}

.product-item .product-description .price-zone {
    height: 50px;
}

.product-item .product-description del.price {
    color: #999;
    font-size: 13px;
    margin: 0;
}

.product-item .product-description .price {
    color: #c70000;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.product-item .product-description .read-more a {
    color: #e9b71e;
    text-decoration: none;
    font-weight: bold;
}

.product-item .product-description .read-more a:hover {
    color: #e9b71e;
}

.thuoctinhchitiet {
    background-color: #c70000;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.header-section {
    padding: 10px 0;
    margin-bottom: 10px;
}

.header-section h1 {
    margin: 0;
    color: #0146a4;
    text-align: center;
    border-bottom: 2px solid #0146a4;
    padding-bottom: 11px;
}

.header-image {
    position: relative;
    background: #0146a4;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.header-image h5 {
    margin: 0;
    color: #fff;
}

.header-image h5 a {
    color: #fff;
}

.header-image h5 a:hover {
    color: #fff;
    text-decoration: none;
}

.header-image .read-all {
    color: #0146a4;
    position: absolute;
    right: 25px;
    top: 11px;
}

.header-image .read-all i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-image .read-all:hover {
    color: #0146a4;
    text-decoration: none;
}

.header-image .read-all:hover i {
    margin-left: 5px;
}

.introduce-section {
    background-size: cover !important;
    color: #000;
}

.introduce-section .introduce-title {
    text-align: center;
    border-bottom: 3px solid #000;
    margin-bottom: 30px;
}

.introduce-section .content {
    color: #0146a4;
}

.read-all {
    color: #0146a4;
}

.read-all i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.read-all:hover {
    color: #0146a4;
    text-decoration: none;
}

.read-all:hover i {
    margin-left: 5px;
}

.img-preview {
    border: 1px solid #eee;
    border-radius: 5px;
}

.img-preview img {
    width: 100%;
    cursor: zoom-in;
}

.img-nav {
    margin-top: 15px;
}

.img-nav img {
    width: 100%;
    cursor: pointer;
}

.list-product .list-title {
    border-bottom: 2px solid #0146a4;
    margin-bottom: 15px;
}

.list-product .list-title h4 {
    text-transform: uppercase;
}

.list-product .content p {
    margin-bottom: 0.75rem;
}

.sale-item {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem;
}

@media only screen and (max-width: 480px) {
    .sale-item {
        flex-direction: column;
        align-items: center;
    }
}

.sale-item.grey {
    background: #e9ecef;
}

.sale-item .sale-image {
    border: 3px solid #aaa;
    width: 130px;
    overflow: hidden;
}

.sale-item .sale-image img {
    width: 100%;
}

.sale-item .sale-info {
    width: 100%;
    position: relative;
    padding: 0.75rem;
}

.sale-item .sale-info .sale-name {
    color: #09c;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    .sale-item .sale-info .sale-name {
        text-align: center;
    }
}

.sale-item .sale-info .sale-mail {
    color: #999;
}

.sale-item .sale-info .skype-button {
    position: absolute;
    top: 3%;
    right: 0.75rem;
    display: block;
    font-size: 14px;
    background: #0088cc;
    color: #fff;
    padding: 4px 7px;
    border-radius: 10px;
}

@media only screen and (max-width: 480px) {
    .sale-item .sale-info .skype-button {
        top: 0.75rem;
        right: unset;
        left: 0.75rem;
    }
}

.product p {
    margin: 0;
}

.product .title {
    color: #0146a4;
    font-size: 22px;
}

.product .price {
    color: #0146a4;
    font-size: 20px;
    font-weight: bold;
}

.product .old-price {
    color: #c70000;
    font-size: 22px;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.product .discount {
    color: #a1cc56;
    font-size: 20px;
}

.tab-panga__product-list {
    display: grid;
    grid-gap: 0.5rem 0.5rem;
    grid-template-columns: repeat(4, calc((100% / 4) - (1.5rem / 4)));
    grid-row: auto;
}

.tab-panga__product-list a {
    display: block;
}

.tab-panga__product-list .product-item {
    margin: 0;
}

.tab-panga__product-list--first {
    margin-bottom: 0.5rem;

    /* grid-template-rows: repeat(3,calc((580px / 3) - (2rem / 3))); */
}

@media screen and (min-width: 769px) {
    .tab-panga__product-list--first {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 190px );
    }

    .tab-panga__product-list--first .product-list__item--1 {
        grid-column: 1/ span 4;
        grid-row: 1 / span 3;
    }

    .tab-panga__product-list--first .product-list__item--1 .product-item,
    .tab-panga__product-list--first
    .product-list__item--1
    .product-item
    .product-image,
    .tab-panga__product-list--first
    .product-list__item--1
    .product-item
    .product-image
    a,
    .tab-panga__product-list--first
    .product-list__item--1
    .product-item
    .product-image
    a
    img {
        height: 100%;
        object-fit: cover;
    }
}

.tab-panga__product-list--second {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
    .tab-panga__product-list--second {
        /* grid-template-columns: repeat(3, calc((100% / 3) - (2rem / 3))); */
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .tab-panga__product-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }

    .tab-panga__product-list .product-list__item {
        height: 340px;
    }

    .tab-panga__product-list .product-list__item--1 {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    /* .tab-panga__product-list .product-list__item--3 {
      grid-column-start: 1;
      grid-column-end: 3;
    } */
    .tab-panga__product-list .product-list__item .product-item {
        margin-bottom: 0;
        height: 100%;
    }

    .tab-panga__product-list .product-list__item .product-item .product-image,
    .tab-panga__product-list .product-list__item .product-item .product-image a,
    .tab-panga__product-list
    .product-list__item
    .product-item
    .product-image
    a
    img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .tab-panga__product-list
    .product-list__item
    .product-item
    .product-image
    a
    img {
        object-fit: cover;
    }
}

@media screen and (max-width: 480px) {
    .tab-panga__product-list .product-list__item {
        height: 168px;
    }
}

.owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    width: 30px;
    height: 25px;
    background-color: #eee;
}

.left-module .tag {
    margin: 0.1rem;
}

.box-feature {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border-bottom: 3px solid #c70000;
    background: url("../img/bg-parchment.png");
    position: relative;
    margin-top: 100px;
}

.box-feature:hover .icon {
    top: -100px;
}

.box-feature .icon {
    position: absolute;
    top: -83px;
    width: 164px;
    height: 164px;
    margin: 0 auto;
    background: url(../img/matrix.png);
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -ms-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
}

.box-feature .icon.icon-1 {
    background-position: 0 -273px;
}

.box-feature .icon.icon-2 {
    background-position: 0 -110px;
}

.box-feature .icon.icon-3 {
    background-position: -163px -110px;
}

.box-feature .icon.icon-4 {
    background-position: -326px -110px;
}

.box-feature .content {
    margin-top: 100px;
}

.list-vehical {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.list-vehical li {
    margin: 3px;
    display: inline-block;
}

.list-vehical li a {
    display: block;
    padding: 3px 7px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.list-vehical li a.active {
    border: 1px solid #dc1226;
    background-color: #dc1226;
    color: #fff;
}

.list-vehical li a:hover {
    background: #dc1226;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.07);
}

.hotdeal a {
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

.hotdeal:hover a {
    -webkit-animation: color_change2 1s infinite alternate;
    -moz-animation: color_change2 1s infinite alternate;
    -o-animation: color_change2 1s infinite alternate;
    animation: color_change2 1s infinite alternate;
}

@-webkit-keyframes color_change {
    from {
        color: blue;
    }
    to {
        color: red;
    }
}

@-moz-keyframes color_change {
    from {
        color: blue;
    }
    to {
        color: red;
    }
}

@-ms-keyframes color_change {
    from {
        color: blue;
    }
    to {
        color: red;
    }
}

@-o-keyframes color_change {
    from {
        color: blue;
    }
    to {
        color: red;
    }
}

@keyframes color_change {
    from {
        color: blue;
    }
    to {
        color: red;
    }
}

@-webkit-keyframes color_change2 {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}

@-moz-keyframes color_change2 {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}

@-ms-keyframes color_change2 {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}

@-o-keyframes color_change2 {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}

@keyframes color_change2 {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}

#scrollTop {
    position: fixed;
    background: #8ee1ff;
    color: #03254C;
    bottom: 1rem;
    right: 1rem;
    z-index: 3;
    box-shadow: 0 0 5px #00000075;
    transition: all 0.3s ease-in-out;
}

#scrollTop:hover {
    background: #014ccd;
}

@media screen and (max-width: 768px) {
    #scrollTop {
        right: 0.5rem;
        bottom: 0.5rem;
    }
}

.same-product-list .owl-dots {
    display: flex;
    width: 100%;
    justify-content: center;
}

.same-product-list .owl-dots .owl-dot {
    margin: 0 0.5rem;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.same-product-list .owl-dots .owl-dot.active {
    background: #0146a4;
}

.same-product-list .owl-dots .owl-dot:hover,
.same-product-list .owl-dots .owl-dot:focus {
    outline: none;
}

@media screen and (max-width: 768px) {
    .same-product-list .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
    }
}

.btnUp,
.btnDown {
    background: #0146a4;
    border: 1px solid #0146a4;
    color: #fff;
    border-radius: 0;
    width: calc(50% - 0.5rem);
    margin: auto;
    transition: all 0.3s ease;
}

.btnUp:hover,
.btnDown:hover {
    background: #fff;
    color: #0146a4;
}

/*# sourceMappingURL=main.css.map */


/*=============================
         theme-modal
=============================*/
.theme-modal__close{
    position: absolute;
    top:5px;
    right:5px;
    z-index: 3;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: white;
    transition: all 0.3s ease-in-out;
}
.theme-modal__close:hover{
    opacity: 0.8;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background: #0089bb;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.contact:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.contact .section-title {
    text-align: center;
    color: #03254C !important;
    padding-bottom: 30px;
}

.contact .container {
    position: relative;
}

.contact .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .info i {
    font-size: 20px;
    background: #03254C;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {

    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #03254C !important;
}

.contact .info p {
    margin-bottom: 0;
    font-size: 13px;
    color: #03254C !important;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact-us-form .php-email-form {
    width: 100%;
    background: #fff;
}

.contact-us-form .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact-us-form .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-us-form .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact-us-form .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact-us-form .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-us-form .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact-us-form .php-email-form input,
.contact-us-form .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact-us-form .php-email-form input {
    height: 44px;
}

.contact-us-form .php-email-form textarea {
    padding: 10px 12px;
}

.contact-us-form .php-email-form button[type=submit] {
    border: 0;
    padding: 10px 32px;
    color: #0880e8;
    transition: 0.4s;
    border-radius: 50px;
    border: 2px solid #0880e8;
    background: #fff;
}

.contact-us-form .php-email-form button[type=submit]:hover {
    background: #0880e8;
    color: #fff;
}

.join{
    font-weight: 700;
    color: #0089bb;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.h-30{
    height: 100px;
}
