body {
    line-height: 1.5;
    color: #333333;
    word-break: break-word;
    position: relative;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: inherit;
    text-decoration: none;
}

a,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: 0;
    box-shadow: none !important;
    background-clip: unset !important;
}

a {
    transition: all 0.2s;
}

p {
    margin-bottom: 0;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

img.banner-top-ws1 {
    width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

b,
strong {
    font-family: 'OpenSans-Bold';
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/* font */

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

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

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

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


/* menu mobile */
html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 85%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overscroll-behavior: none;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-content {
    height: 100%;
    max-height: 100vh
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
    text-decoration: none
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    padding-top: 10%;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
    transform: translate3d(-280px, 0, 0)
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
    transform: translate3d(280px, 0, 0)
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    left: 25px;
    z-index: 1000;
    width: 25px;
    min-height: 24px;
}


.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    background: #424242;
    transition: all .2s ease;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3)
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #132E4F;
}

.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 20px 17px;
    color: #1b3958
}

.hc-offcanvas-nav a {
    padding: 16px 17px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e5e5e5;;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #31679e
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #ddd;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #2b5c8d
}

.hc-offcanvas-nav li.nav-parent a {
    padding-right: 58px
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #1b3958;
    border-left: 2px solid #1b3958
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -9px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-top span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul a {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887
}

/* end font */

.mb-30 {
    margin-bottom: 30px !important;
}

.m-last-0:last-child {
    margin: 0 !important;
}

.p-last-0:last-child {
    padding: 0 !important;
}

.text {
    color: inherit;
}

.text:hover {
    color: inherit;
    text-decoration: none;
}

.text-32 {
    font-size: 32px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-40 {
    font-size: 40px !important;
}

.bg-blue {
    background-color: #26b9ea;
}

.bg-blue-2 {
    background-color: #26b9ea;
}

.bg-green {
    background-color: #27ae60;
}

.bg-yelow {
    background-color: #ffb412;
}

.limit-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}

.limit-line--2 {
    -webkit-line-clamp: 2;
    max-height: 3em;
}

.limit-line--3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.limit-line--4 {
    -webkit-line-clamp: 4;
    max-height: 6em;
}

.over-hidden {
    overflow: hidden;
}


/* variable */

.condensed {
    font-family: 'Roboto-Condensed';
}

.center {
    text-align: center;
    margin-bottom: 40px;
}


/* search-group */

.gutter-0 {
    margin: 0 0px;
}

.gutter-0 > [class^='col'] {
    padding: 0 0px;
}

.gutter-14 {
    margin: 0 0px;
}

.gutter-14 > [class^='col'] {
    padding: 0 7px;
}

.gutter-90 {
    margin: 0 0px;
}

.gutter-90 > [class^='col'] {
    padding: 0 35px;
}


/* ---- */

.top-header ul,
.footer ul,
.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul,
.ul-text-in-basic,
.list-img-prd-trademark ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}


/* :not(:last-child) */


/* :nth-child(1n+0) */


/* end variable */


/* variable */


/* header */

header {
    position: relative;
    z-index: 999;
    background-image: linear-gradient(rgb(18, 36, 62), rgba(19, 35, 63, 0.82));
}

.page-template-home header {
    background-image: linear-gradient(rgb(18, 36, 62), rgba(19, 35, 63, 0.82));
}

header.header.wsh_fixed_top .logo:after {
    display: none;
}
/* 
.header-main{
    background-image: linear-gradient(rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.075));
}
 */

.header .header-bottom {
    height: auto;
    width: 100%;
    z-index: 99;
    /* padding: 15px 0px; */
    padding-bottom: 0px;
}

.home-a-menu {
    /* background-color: white !important; */
}

.top-header {
    background-color: #f5f5f5;
    padding: 10px 0px;
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menudesktop .search-header {
    display: none;
}

.logo-menu-in {
    display: none;
    text-align: center;
}

.logo-search-cart {
    align-items: center;
    padding: 15px 30px;
    background: url(../images/bg-top-02.png) no-repeat center;
    background-size: 100% 100%;
}

.logo-search-cart .search-top-cart {
    margin-left: auto;
}

.logo-main {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-top {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-top img {
    height: 100px;
    width: 100%;
}

.search-top-cart {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-top-cart .content-search-cart {
    width: 100%;
}

.search-header {
    margin-bottom: 10px;
    width: 100%;
}

.search-header form .input-group {
    height: 35px;
    margin-bottom: 0px !important;
}

.search-header form input {
    border-radius: 0px;
    background-color: white;
    border: solid 1px white !important;
    border-right: 0px !important;
    color: #ababab;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 35px;
    font-size: 14px;
    background-clip: unset;
}

.search-header form input:focus {
    background: white;
}

.search-header form input::placeholder {
    color: #666666 !important;
}

.search-header form button {
    border-radius: 0px;
    background-color: white !important;
    border: solid 1px transparent !important;
    color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0px 15px;
    border-left: 0px;
    z-index: 9 !important;
    color: #ababab;
}

.relative-mn {
    position: relative;
}

.header-bottom {
    /* background-color: white; */
}

.header-bottom .container {
    display: flex;
    align-items: flex-end;
}

.header-bottom .container .btn-list-top {
    width: 20%;
}

.header-bottom .container .menu-main {
    width: 70%;
    margin-left: auto;
}

.header-fixed-responsive {
    position: fixed !important;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    z-index: 9999 !important;
}

.header-fixed-responsive img {
    width: 70px;
}


/* menu */

.menu-main {
    height: 100%;
    align-items: center;
    display: grid;
}

.openside {
    left: 0% !important;
    z-index: 9999;
}

.menu {
    transition: 0.3s;
}

.bgblue .active-mn a {
    /* color: #0a8de1 !important; */
}

.bgblue .active-mn a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    opacity: 1 !important;
    bottom: -10px;
    left: 0;
}

.bgblue .menudesktop ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.bgblue .menudesktop ul li {
    flex-grow: 1;
    text-align: center;
}

.bgblue .menudesktop ul li form .input-group {
    margin-bottom: 0px !important;
}

.bgblue .menudesktop ul li a {
    /* width: 100%; */
    /* text-transform: uppercase; */
    color: black;
    /* font-weight: 700; */
    /* width: fit-content; */
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
}

.page-template-home.page-template-home-php .bgblue .menudesktop ul li a {
    color: white;
}

.bgblue .menudesktop ul li a:hover {
    text-decoration: none;
}

.bgblue .menudesktop ul li a:hover:before {
    opacity: 1;
}

.bgblue .menudesktop ul .amenulon,
li.lang-item {
    /* padding-top: 15px; */
    padding-bottom: 5px;
    transition: 0.5s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bgblue .menudesktop ul .amenulon .button-opensubb {
    display: none;
    position: relative;
}

.bgblue .menudesktop ul .amenulon:hover {
    /* background-color: #DCE6F2; */
}

.bgblue .menudesktop ul .amenulon:hover .i-down-menu {
    transform: rotate(180deg);
}

.bgblue .menudesktop ul .amenulon:hover a {
    color: #0a8de1;
}

.bgblue .menudesktop ul .amenulon:hover:after {
    opacity: 1;
}

.bgblue .menudesktop ul .amenulon:hover .submenu {
    opacity: 1;
    transition: 0.5s;
    z-index: 9999;
    visibility: visible;
}

.bgblue .menudesktop ul .sub-last-child {
    left: unset !important;
    right: 110px !important;
}

.bgblue .menudesktop ul .submenu {
    position: absolute;
    list-style: none;
    padding-left: 0px;
    display: unset !important;
    opacity: 0;
    top: 100%;
    visibility: hidden;
    background-color: #DCE6F2;
    padding: 15px;
    border-radius: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.bgblue .menudesktop ul .submenu .img-text-left-sub {
    text-align: justify;
}

.bgblue .menudesktop ul .submenu .img-text-left-sub img {
    width: 100%;
    margin-bottom: 10px;
}

.bgblue .menudesktop ul .submenu .col-lg-3 {
    border-right: solid 1px #98BBE5;
}

.bgblue .menudesktop ul .submenu .right-in-sub {
    height: 100%;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-img-trademark {
    display: flex;
    align-items: center;
    height: 100%;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-img-trademark ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-img-trademark ul li {
    flex-grow: 1;
    width: 16.66%;
    margin-bottom: 30px;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-img-trademark ul li a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-menu-text ul {
    display: block;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-menu-text li {
    text-align: left;
    margin-bottom: 40px;
}

.bgblue .menudesktop ul .submenu .right-in-sub .list-menu-text li a {
    justify-content: flex-start;
    margin-left: unset;
    color: #002060;
    text-decoration: underline;
    text-transform: initial;
}

.bgblue .menudesktop ul .submenu .see-more-slide-sub {
    justify-content: flex-start;
    margin-left: unset;
    color: #002060 !important;
    text-decoration: underline;
    text-transform: initial;
    margin-top: 60px;
}

.sl-in-sub {
    padding: 10px;
    background-color: white;
}

.sl-in-sub .item-news-main .img-news-main img {
    height: 145px;
    object-fit: cover;
}

.sl-in-sub .owl-dots {
    display: none;
}

.sl-in-sub .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0;
    display: block !important;
}

.sl-in-sub .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 2%;
    border-radius: 100px;
}

.sl-in-sub .owl-nav .owl-prev:hover:after {
    transition: 0.3s;
    background-color: white !important;
}

.sl-in-sub .owl-nav .owl-prev:after {
    font-size: 24px;
    font-family: 'fontawesome';
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fe0000;
    border-radius: 100px;
}

.sl-in-sub .owl-nav .owl-prev span {
    opacity: 0;
}

.sl-in-sub .owl-nav .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    margin-left: auto;
    right: 2%;
    border-radius: 100px;
}

.sl-in-sub .owl-nav .owl-next:hover:after {
    background-color: white !important;
    transition: 0.3s;
}

.sl-in-sub .owl-nav .owl-next:after {
    font-size: 24px;
    font-family: 'fontawesome';
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    color: #fe0000;
    border-radius: 100px;
}

.sl-in-sub .owl-nav .owl-next span {
    opacity: 0;
}

.bgred {
    background-color: white !important;
    height: 100%;
    transition: 0.5s;
    z-index: 999;
}

.bgred .container {
    padding: 0px;
}

.bgred .searchmenu div {
    flex-grow: unset;
}

.bgred .menudesktop ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    z-index: 999;
    width: 100%;
}

.bgred .menudesktop ul li a {
    color: black;
}

.bgred .menudesktop ul li a:hover {
    text-decoration: none;
}

.bgred .opensubb {
    opacity: 1 !important;
    z-index: 9999;
    position: relative !important;
}

.bgred .amenulon {
    position: relative;
    border-bottom: dashed 1px #ebebeb;
    z-index: 9999;
}

.bgred .amenulon a {
    padding: 15px 10px;
    display: flex;
}

.bgred .amenulon .abigsub {
    display: flex;
    position: relative;
}

.bgred .amenulon .abigsub .button-opensubb {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    border: solid 1px #ebebeb;
    font-size: 16px;
    border-radius: 7px;
    margin-top: 10px;
    background-color: #d0cdcd;
}

.bgred .amenulon .abigsub .button-opensubb p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
}

.bgred .submenu {
    color: red;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 999;
}

.bgred .submenu li {
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 0px !important;
    background-color: white;
}

.bgred .submenu li a {
    padding-left: 20px;
}

.bgred .submenu .submenu2 {
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    width: 100%;
    z-index: 9999;
}

.bgred .submenu .submenu2 li {
    border: 0px !important;
    background-color: #404040;
    border-top: 1px solid black !important;
}

.i-down-menu {
    margin-left: 5px;
}

.hide-search-all {
    z-index: 99;
    opacity: 1 !important;
    visibility: visible !important;
}

.hise-btnn-search {
    opacity: 0;
}

.search-all-wed {
    padding: 0px 5px;
    top: -15px;
    right: 10px;
    position: absolute;
    height: 40px;
    width: 70%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 10px;
    border: solid 1px white;
}

.search-all-wed form {
    width: 100%;
}

.search-all-wed form .input-group {
    width: 100%;
    height: 40px;
    margin-bottom: 0px !important;
}

.search-all-wed form .input-group .btn {
    padding-top: 2px;
}

.search-all-wed form input {
    border-radius: 0px;
    background-color: transparent !important;
    border: solid 1px transparent !important;
    border-right: 0px !important;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    flex: 1;
}

.search-all-wed form input:focus {
    background: white;
}

.search-all-wed form input::placeholder {
    color: #ababab !important;
}

.search-all-wed form button {
    border-radius: 0px;
    background-color: transparent !important;
    border: solid 1px transparent;
    color: #ebebeb;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 15px;
    border-left: 0px;
    z-index: 999 !important;
}

.logo-wed {
    margin-bottom: 5px;
}

.logo-wed {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    /* background: white; */
    width: 220px;
    text-align: center;
    /* height: 350px; */
    padding-top: 20px;
    /* -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0); */
    /* clip-path: polygon(0 0, 0% 100%, 100% 0); */
    /* border-top: 300px solid white; */
    /* border-right: 221px solid transparent; */
}

.logo-wed:after {content: '';width: 0;left: 0;position: absolute;border-top: 300px solid white;border-right: 221px solid transparent;/* z-index: 998; */top: 0px;}
@mixin activated{
  .logo-wed {
       
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
}

@supports (-ms-ime-align: auto) {
   /* Microsoft EdgeV13&14 CSS styles go here */
  .logo-wed {
       
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
}

@supports (-ms-accelerator: true) {
    /* Microsoft EdgeV13 CSS styles go here */
  .logo-wed {
       
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
    .logo-wed {
       
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
}
.logo-wed img {
    max-width: 110px;
    position: relative;
    z-index: 99;
}

.button-search-destop {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.button-search-destop:hover {
    color: #0a8de1;
}

.input-search-top::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
}

.button-close-searchs {
    color: white;
    cursor: pointer;
    padding: 10px;
}

.bgrgba {
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

.closebtnnav {
    display: flex;
    background-color: #888888;
    color: white !important;
    text-align: center;
    justify-content: center;
    padding: 10px;
    text-transform: uppercase;
    display: none;
}

.closebtnnav:hover {
    text-decoration: none;
}

.buttonmnphones {
    display: none;
}


/* end menu */

.remove-item {
    display: none !important;
}

.remove-all {
    display: none;
}

.remove-now {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    background-color: rgba(0, 0, 0, 0.79);
    top: 0;
    left: 0;
}

.opensubb {
    display: block !important;
    z-index: 9999;
    position: relative !important;
    visibility: visible !important;
}

.click-rotate {
    opacity: 0;
}


/* end header */


/* footer */

.footer {
    background: url(../images/ATP-Chemical_09-news.png) no-repeat center;
    background-size: cover;
    padding-top: 55px;
    /* color: white; */
    font-family: 'OpenSans-Light';
}

.name-main-footer {
    display: flex;
    position: relative;
    align-items: center;
}

.name-main-footer:after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: white;
}

.name-main-footer h2 {
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 10px;
    position: relative;
    z-index: 9;
}

.footer-top .row {
    align-items: flex-end;
}

.footer-center {
    font-size: 22px;
    padding: 60px 0px;
}

.footer-center .list-intros-footer ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-center .list-intros-footer ul li span {
    font-weight: 700;
}

.footer-center .list-intros-footer ul li .icon-intro-footer {
    font-size: 22px;
    color: #05d249;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.footer-center .contact-app-footer p {
    margin-bottom: 15px;
}

.footer-center .contact-app-footer .list-app-footer {
    margin-bottom: 20px;
}

.footer-center .contact-app-footer .list-app-footer ul {
    display: flex;
}

.footer-center .contact-app-footer .list-app-footer ul li {
    margin-right: 20px;
}

.footer-center .contact-app-footer .list-app-footer ul li a {
    border-radius: 50px;
    border: solid 2px white;
    width: 40px;
    height: 40px;
    padding: 10px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-center .contact-app-footer .list-app-footer ul li a:hover {
    transform: scale(1.2);
}

.menu-footer {
    padding: 20px 0px;
    border-top: solid 1px white;
    font-size: 20px;
}

.menu-footer ul {
    display: flex;
    justify-content: space-between;
}

.menu-footer ul li a {
    color: white;
    text-decoration: none;
}

.menu-footer ul li a:hover {
    color: #05d249;
}


/* end footer */


/* style wed */

.list-develope {
    margin-bottom: 50px;
}

.list-develope .container .row .col {
    width: 25%;
    flex-basis: unset;
    transition: all 0.2s;
}

.active-develope {
    width: 50% !important;
}

.active-develope .item-list-develope {
    color: white;
}

.active-develope .item-list-develope .text-in-list-develope {
    align-items: center;
}

.active-develope .item-list-develope .text-in-list-develope h2 {
    border: 0px;
    text-shadow: 1px 1px 0 #4074b5, 1px -1px 0 #4074b5, -1px 1px 0 #4074b5, -1px -1px 0 #4074b5, 1px 0px 0 #4074b5, 0px 1px 0 #4074b5, -1px 0px 0 #4074b5, 0px -1px 0 #4074b5;
}

.active-develope .item-list-develope .text-in-list-develope p {
    color: #002060 !important;
    font-weight: 600;
    text-shadow: 0px -1px 2px #ffffff;
}

.active-develope .item-list-develope .text-in-develope {
    display: block !important;
}

.active-develope .item-list-develope .p-open-close .p-open {
    opacity: 0;
}

.active-develope .item-list-develope .p-open-close .p-close {
    opacity: 1 !important;
}

.btn-list-develope {
    z-index: 99;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 40px;
}

.btn-list-develope .p-open-close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-list-develope .p-open-close span {
    margin-left: 10px;
}

.btn-list-develope .p-open-close p {
    position: absolute;
    width: max-content;
    height: auto;
    color: #002060;
    font-weight: 900;
    text-shadow: 0px -1px 2px #3962b3;
}

.btn-list-develope .p-open-close .p-close {
    opacity: 0;
}

.text-in-list-develope {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px;
}

.text-in-list-develope .in-intros {
    width: 100%;
}

.text-in-list-develope .text-in-develope {
    width: 100%;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.3);
    text-align: justify;
    border-radius: 10px;
    border: solid 1px white;
    max-width: 410px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.text-in-list-develope h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-top: 20px;
    color: white;
    text-shadow: 1px 1px 0 #4074b5, 1px -1px 0 #4074b5, -1px 1px 0 #4074b5, -1px -1px 0 #4074b5, 1px 0px 0 #4074b5, 0px 1px 0 #4074b5, -1px 0px 0 #4074b5, 0px -1px 0 #4074b5;
}

.item-list-develope {
    position: relative;
    color: #0a8de1;
}

.list-develope-bottom {
    margin-bottom: 50px;
}

.list-develope-bottom .row .col:not(:first-child) {
    padding-left: 30px;
}

.item-develope-bottom img {
    width: 100%;
}

.item-develope-bottom h2 {
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    color: #0a8de1;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.item-develope-bottom p {
    margin-bottom: 20px;
    text-align: justify;
}

.item-develope-bottom a {
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    background-color: #0a8de1;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'OpenSans';
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 1px #0a8de1;
}

.item-develope-bottom a:hover {
    color: #0a8de1;
    background-color: transparent;
}

.tittle-all {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}

.tittle-all:after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.tittle-all h2,.tittle-all h1 {
    font-size: 24px;
    font-family: 'OpenSans-Bold';
    padding-bottom: 11px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.tittle-all p {
    padding-bottom: 30px;
}

.trademark {
    background: url(../images/ATP-Chemical_02.png) no-repeat center;
    background-size: cover;
    padding: 40px 0px;
    margin-bottom: 50px;
}

.trademark .tittle-all {
    color: white;
}

.item-trademark {
    /* margin-bottom: 60px; */
}

.item-trademark img {
    width: 100%;
    /* border-radius: 10px; */
}

.sl-trademark .owl-nav {
    display: none;
}

.sl-trademark .owl-dots .active {
    width: 25px;
}

.sl-trademark .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background-color: white;
    border-radius: 50px;
    transition: width 0.3s;
}

.sl-trademark .owl-dots button span {
    display: none !important;
}

.sl-trademark-pages .owl-dots .active {
    width: 25px;
}

.sl-trademark-pages .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background-color: #3f8fca;
    border-radius: 50px;
    transition: width 0.3s;
}

.sl-trademark-pages .owl-dots button span {
    display: none !important;
}

.item-list-develope img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.new-main {
    margin-bottom: 50px;
}

section.section-home,
section.section-home-product {
    padding: 50px 0px;
}

section.section-home.new-main2 {
    padding: 60px 0px;
    background: whitesmoke;
}

.new-main .tittle-all h2,
.new-main2 .tittle-all h2,
.section-home-product .tittle-all h2 {
    color: #0a8de1;
}

.new-main2 .dec-dection {
    margin-bottom: 28px;
    text-align: center;
}

.new-main .tittle-all:after,
.new-main2 .tittle-all:after,
.section-home-product .tittle-all:after {
    background-color: #0a8de1;
}

.sl-news-main .owl-dots {
    display: none;
}

.sl-news-main .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    display: block !important;
    left: 0;
}

.sl-news-main .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 1%;
    border-radius: 100px;
}

.sl-news-main .owl-nav .owl-prev:hover:after {
    transition: 0.3s;
    background-color: white !important;
}

.sl-news-main .owl-nav .owl-prev:after {
    font-size: 24px;
    font-family: 'fontawesome';
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fe0000;
    border-radius: 100px;
}

.sl-news-main .owl-nav .owl-prev span {
    opacity: 0;
}

.sl-news-main .owl-nav .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    margin-left: auto;
    right: 1%;
    border-radius: 100px;
}

.sl-news-main .owl-nav .owl-next:hover:after {
    background-color: white !important;
    transition: 0.3s;
}

.sl-news-main .owl-nav .owl-next:after {
    font-size: 24px;
    font-family: 'fontawesome';
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    color: #fe0000;
    border-radius: 100px;
}

.sl-news-main .owl-nav .owl-next span {
    opacity: 0;
}

.item-news-main {
    text-align: justify;
}

.item-news-main:hover .img-news-main a:before {
    opacity: 1 !important;
}

.item-news-main .img-news-main {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
}

.item-news-main.item-sn-ws .img-news-main {
    padding: unset;
}

.item-news-main .img-news-main img {
    width: 50%;
    /* padding: 10px; */
}
.archive.category .item-news-main .img-news-main img{
     width: 100%; line-height:0px;
}.archive.category .item-news-main .img-news-main {padding: 0px 0; margin-top:0px;}
.item-news-main.item-sn-ws .img-news-main img {
    width: 100%;
}

.item-news-main .img-news-main a {
    width: 100% !important;
}

.item-news-main .img-news-main a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 0;
    transition: all 0.2s;
}

.item-news-main.item-sn-ws .img-news-main a:before {
background: -webkit-linear-gradient(to top, #9b7f42, rgba(152,125,64,0.1));
    background: -o-linear-gradient(to top, #9b7f42, rgba(152,125,64,0.1));
    background: -moz-linear-gradient(to top, #9b7f42, rgba(152,125,64,0.1));
    background: linear-gradient(to top, #9b7f42, rgba(152,125,64,0.1));
    opacity: 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.item-news-main .intro-item-news-main {
    color: #6d6d6d;
    margin-bottom: 10px;
    font-size: 13px;
}

.item-news-main .date-user {
    display: flex;
    margin-bottom: 10px;
}

.item-news-main.item-sn-ws .date-user .name-posttype {
    color: #ffcc51;
}

.item-news-main.item-sn-ws .date-user {
    text-align: left;
    padding: 0px 10px;
}

.item-news-main .date-user .date {
    text-align: center;
    background-color: #0a8de1;
    color: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 15px;
    justify-content: center;
    width: 65px;
    height: 65px;
}

.item-news-main .date-user .date h2 {
    font-size: 27px;
    font-family: 'OpenSans-Bold';
    line-height: 1;
    margin-bottom: 5px;
}

.item-news-main .date-user .date p {
    font-size: 13px;
}

.item-news-main .date-user .user {
    flex: 1;
    color: #6d6d6d;
    font-size: 13px;
    text-align: left;
}

.item-news-main .date-user .user h2 {
    font-size: 15px;
    font-family: 'OpenSans-Semibold';
    margin-bottom: 5px;
    color: black;
}

.item-news-main .date-user .user p i {
    color: #6d6d6d;
    margin-right: 10px;
}

.item-news-main .see-more-news {
    font-family: 'OpenSans';
    font-weight: 700;
    color: #0a8de1;
    text-decoration: none;
}

.breadcrumbme {
    padding: 20px 0px;
    margin-bottom: 210px;
    font-size: 18px;
}

.breadcrumbme .trchu:before {
    content: none !important;
}

.breadcrumbme .trchu a {
    color: white !important;
}

.breadcrumbme ol {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcrumbme ol li:before {
    content: "\f105 " !important;
    font-family: 'fontawesome';
    color: white !important;
}

.breadcrumbme ol a {
    text-decoration: none;
    color: white;
}

.banner-top-pages {
    /* background-size: cover !important; */
    margin-bottom: 45px;
    /* background: url(../images/ATP-Clai_02.png) no-repeat center; */
}

.banner-top-clai {
    background: url(../images/ATP-Clai_02.png) no-repeat center;
}

.banner-top-clear {
    background: url(../images/ATP-Clean_02.png) no-repeat center;
}

.banner-top-klar {
    background: url(../images/ATP-Klar_02.png) no-repeat center;
}

.banner-top-look {
    background: url(../images/ATP-Look_02.png) no-repeat center;
}

.banner-top-pain {
    background: url(../images/ATP-Paint-detackifier_02.png) no-repeat center;
}

.banner-top-shampoo {
    background: url(../images/ATP-Shampoo_02.png) no-repeat center;
}

.banner-top-shif {
    background: url(../images/ATP-Shif_02.png) no-repeat center;
}

.banner-top-viscar {
    background: url(../images/ATP-Vis-car_02.png) no-repeat center;
}

.banner-top-vis {
    background: url(../images/ATP-Vis_02.png) no-repeat center;
}

.name-logo-top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.name-logo-top-banner .logo-top-banner {
    width: 30%;
}

.name-logo-top-banner .logo-top-banner img {
    width: 60%;
    transform: scale(1.5);
    border-radius: 150px;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.75);
}

.name-logo-top-banner .name-top-banner-prd {
    width: 100%;
}

.name-logo-top-banner .name-top-banner-prd h1 {
    font-family: 'OpenSans-Bold';
    color: white;
    font-size: 35px;
    line-height: 1.2;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
    -webkit-text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}

.name-logo-top-banner .name-top-banner-prd h2 {
    font-family: 'OpenSans-Light';
    font-size: 25px;
    color: white;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
    -webkit-text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}

.name-logo-top-banner .name-top-banner-prd .top-name-banner-prd {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px white;
    margin-bottom: 15px;
    display: flex;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 {
    font-size: 20px;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li img {
    margin-right: 20px;
}

.intros-prd-trademark {
    font-size: 20px;
}

.intros-prd-trademark .text-prd-trademark {
    margin-bottom: 50px;
}

.intros-prd-trademark .text-prd-trademark p {
    margin-bottom: 30px;
}

.intros-prd-trademark .text-prd-trademark p i {
    margin-right: 10px;
    font-size: 6px;
}

.ul-text-in-basic {
    margin-bottom: 30px;
}

.slide-prd-relate {
    margin-bottom: 50px;
}

.slide-prd-relate .tittle-all {
    color: #006bb8;
    padding-top: 50px;
    border-top: solid 1px #cccccc;
}

.slide-prd-relate .tittle-all:after {
    background-color: #006bb8;
}

.listpage {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.listpage .active a {
    background-color: #00a2d1 !important;
    border: 1px solid #ebebeb !important;
    color: white !important;
    border-radius: 3px !important;
}

.listpage a {
    color: #313030;
    border: 1px solid #ebebeb;
    border-radius: 3px !important;
    background: rgba(255, 255, 255, 0);
    padding: 10px 15px;
    border-radius: 0px !important;
    transition: 0.3s;
}

.listpage li {
    margin-right: 10px;
}

.listpage li a:hover {
    background-color: #00a2d1;
    color: white;
}

.titlenews h1 {
    font-size: 24px;
    text-align: justify;
    font-family: 'OpenSans-Semibold';
}

.shareappqt {
    margin-left: auto;
}

.shareappqt ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
}

.shareappqt ul li {
    margin-right: 10px;
}

.shareappqt ul li a {
    padding: 3px;
    border-radius: 3px;
}

.shareappqt ul li a i {
    font-size: 14px;
}

.shareappqt ul li a:hover {
    text-decoration: none;
}

.shareappqt ul li a span {
    margin-right: 5px;
}

.shareappqt ul li .gg {
    color: #b7262f;
    border: 1px solid #ebebeb;
}

.shareappqt ul li .face {
    background-color: #4267b2;
    color: white;
}

.shareappqt ul li .tw {
    color: white;
    background-color: #1b95e0;
}

.adminapp {
    display: flex;
}

.admindate ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
}

.admindate ul li {
    display: flex;
    margin-right: 20px;
}

.admindate ul li span {
    margin-right: 10px;
    color: #2D2D2D;
}

.textctnews {
    text-align: justify;
    margin-bottom: 30px;
}

.textctnews img {
    height: auto;
    width: 100%;
}

.textctnews .imgdetailsnews {
    width: 100%;
    margin-bottom: 20px;
}

.textctnews p {
    margin-bottom: 10px;
}

.commentface {
    margin-bottom: 30px;
}

.tittlenewsrl {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    text-align: justify;
    text-transform: uppercase;
}

.tittlenewsrl p {
    border-bottom: solid 3px #2D2D2D;
    padding-bottom: 5px;
}

.titlenews {
    margin-bottom: 30px;
}

.newsrelated {
    margin-bottom: 30px;
}

.newsrelated ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.newsrelated ul li {
    margin-bottom: 10px;
}

.newsrelated ul li a {
    color: black;
    text-decoration: none;
    transition: 0.2s;
}

.newsrelated ul li a:hover {
    color: #f5a623;
}


/* end dau trang */

.tablenews {
    margin-bottom: 30px;
}

.tablenews .imgsuport {
    min-width: 60px;
    min-height: 60px;
}

.tablenews .newseventul {
    background-color: #f3f3f3;
    border: 0px;
}

.tablenews .newseventul a {
    display: flex;
}

.tablenews ul {
    padding: 15px 20px;
    list-style: none;
    border: solid 1px #ebebeb;
    text-align: justify;
}

.tablenews ul li {
    padding: 10px 0px;
    display: flex;
}

.tablenews ul li:hover .namesupport {
    color: #f5a623;
    transition: 0.2s;
}

.tablenews ul li:hover a {
    color: #f5a623;
}

.tablenews ul li:not(:last-child) {
    border-bottom: solid 1px #ebebeb;
}

.tablenews ul li a {
    color: black;
    text-decoration: none;
    transition: 0.2s;
}

.sidebar-sg .tablenews ul li a:before {
    content: '\f101';
    font-family: fontAwesome;
    margin-right: 10px;
    font-size: 15px;
    color: #e11904;
}

.sidebar-sg .tablenews ul {
    background-color: #f3f3f3;
    border: 0px;
}

.tablenews ul li a p {
    margin-bottom: 0px;
}

.tablenews ul li a span {
    margin-right: 10px;
    font-size: 15px;
    color: #e11904;
}

.tablenews .titleneww {
    background-color: #006bb8;
}

.tablenews .titleneww h2 {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.tablenews .textsupport {
    margin-left: 15px;
}

.tablenews .textsupport .dateupnews {
    color: #999999;
}

.tablenews .textsupport a {
    display: block;
}

.tablenews .textsupport ul {
    padding: 0px;
    border: 0px;
    display: flex;
}

.tablenews .textsupport ul li {
    padding: 0px;
    border: 0px;
}

.tablenews .textsupport ul li img {
    margin-right: 10px;
}

.tablenews .imgsuport {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.listnews {
    margin-top: -15px;
    margin-bottom: 30px;
}

.listnews ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.listnews ul li {
    padding: 15px 0px;
    border-bottom: solid 1px #ebebeb;
}

.listnewsitem {
    text-align: justify;
}

.listnewsitem:hover .namenews {
    color: #f5a623;
}

.listnewsitem li {
    padding: 0px !important;
    border-bottom: 0px !important;
}

.listnewsitem .namenews {
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    display: flex;
    transition: 0.2s;
}

.listnewsitem ul {
    display: flex;
    margin-bottom: 10px;
}

.listnewsitem ul li {
    margin-right: 20px;
    display: flex;
    color: #666666;
}

.listnewsitem ul li span {
    margin-right: 10px;
}

.listnewsitem .seedtnews {
    padding: 8px 40px;
    background-color: #2D2D2D;
    color: white;
    text-decoration: none;
    display: flex;
    width: 165px;
    margin-top: 20px;
    border-radius: 5px;
    transition: 0.3s;
}

.listnewsitem .seedtnews:hover {
    background-color: #8ad3e7;
}

.listnewsitem img {
    width: 200px;
    height: 200px;
}

.content-introduces {
    margin-top: 30px;
}

.gutter-0 {
    margin: 0 0px;
}

.gutter-0 > [class^='col'] {
    padding: 0 0px;
}

.content-shop {
    margin-top: 30px;
}

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

.intros-shop h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.intros-shop h2:after {
    content: '';
    width: 70px;
    background-color: #BF2C1A;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.intros-shop h2:before {
    content: '';
    width: 100%;
    background-color: #ebebeb;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.intros-shop ul li {
    display: flex;
    padding: 5px 10px;
}

.intros-shop ul li span {
    width: 50px;
}

.intros-shop ul li span p {
    font-weight: bold;
}

.intros-shop ul li p {
    flex: 1;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5;
}

.intros-shop ul li a {
    color: black;
    text-decoration: none;
}

.intros-shop ul li a:hover {
    color: #A82613;
}

.bg-eb {
    background-color: #F6F6F6;
}

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

.contact-bottom-shop {
    padding: 30px 0px;
    background-color: #F6F6F6;
}

.contact-bottom-shop h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-bottom-shop p {
    margin-bottom: 10px;
}

.left-contact-footer .btn-left-contact-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.left-contact-footer .btn-left-contact-footer a {
    display: flex;
    padding: 10px 40px;
    background-color: #231f20;
    color: white;
    text-decoration: none;
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 30px;
    text-transform: uppercase;
    border: solid 1px #231f20;
}

.left-contact-footer .btn-left-contact-footer a:hover {
    background-color: #ebebeb;
    color: #333333;
}

.search-bottom-shop form {
    box-shadow: none;
    width: 280px;
}

.search-bottom-shop form .input-group {
    height: 30px;
    margin-bottom: 0px !important;
}

.search-bottom-shop form .input-group .btn {
    padding-top: 2px;
}

.search-bottom-shop form input {
    border-radius: 0px;
    background-color: white;
    border: solid 1px #231f20 !important;
    border-right: 0px !important;
    color: #ababab;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none !important;
}

.search-bottom-shop form input:focus {
    background: white;
}

.search-bottom-shop form input::placeholder {
    color: #ababab !important;
}

.search-bottom-shop form button {
    border-radius: 0px;
    background-color: #231f20 !important;
    border: solid 1px #231f20;
    color: white;
    font-weight: bold;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px 15px;
    border-left: 0px;
    z-index: 999 !important;
    display: flex;
    align-items: center;
}

.search-bottom-shop form button:before {
    content: '';
    width: 0px;
    position: absolute;
    right: 100%;
    height: 0px;
    border-top: 7px solid transparent;
    border-right: 7px solid #231f20;
    border-bottom: 7px solid transparent;
}


/* end phan trang*/

.news-list {
    margin-top: 80px;
}

.news-list .tittle-all {
    color: #006bb8;
}

.news-list .tittle-all:after {
    background-color: #006bb8;
}

.news-list .item-news-main {
    margin-bottom: 30px;
    text-align: center;
}

.item-news-main.item-sn-ws .img-news-main {
    border-radius: 10px;
    overflow: hidden;
}

.item-news-main.item-sn-ws {
    border: unset;
}

.item-news-main {
    border: 1px solid whitesmoke;
}

.img-reality-pain {
    margin-bottom: 50px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* border-bottom: solid 1px #cccccc; */
}

.img-reality-pain img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px -2px #c9c9c9;
}

.img-reality-pain .tittle-all {
    color: #006bb8;
    padding-top: 50px;
    border-top: solid 1px #cccccc;
}

.img-reality-pain .tittle-all:after {
    background-color: #006bb8;
}

.list-img-prd-trademark {
    margin-bottom: 40px;
}

.list-img-prd-trademark ul {
    display: flex;
    flex-wrap: wrap;
}

.list-img-prd-trademark ul li {
    max-width: 100%;
    flex: auto;
}

.item-list-prd-trademark {
    text-align: center;
}

.item-list-prd-trademark:hover h2 {
    color: #0a8de1;
}

.item-list-prd-trademark img {
    margin-bottom: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.item-list-prd-trademark .item-clais {
    height: 170px;
}

.item-list-prd-trademark .item-clear {
    height: 300px;
}

.item-list-prd-trademark .item-klar {
    height: 200px;
}

.item-list-prd-trademark h2 {
    font-size: 19px;
    font-weight: 700;
    font-family: 'OpenSans';
    transition: all 0.2;
}

.tittle-intros-details {
    font-size: 24px;
    color: #002060;
    padding: 15px;
    font-family: 'OpenSans-Semibold';
}

.content-intros-details {
    margin-bottom: 40px;
}

.content-intros-details .row {
    /* background-color: #CCE8EF; */
    padding-bottom: 50px;
    background: url(/wp-content/uploads/bg5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.content-intros-details .nav-tabs {
    border-right: solid 1px #002060;
}

.content-intros-details .nav-tabs li,
.sidebar-gt .widget_nav_menu ul.menu li.menu-item {
    width: 100%;
}

.content-intros-details .nav-tabs li a,
.sidebar-gt .widget_nav_menu ul.menu li.menu-item a {
    border-radius: 0px;
    font-family: 'OpenSans';
    color: #002060;
    display: block;
    padding: .5rem 1rem;
}

.content-intros-details .nav-tabs .active, .sidebar-gt .widget_nav_menu ul.menu li.menu-item.current_page_item a, .sidebar-gt .widget_nav_menu ul.menu li.menu-item a:hover {
    background-color: #002060;
    color: #ffffff;
}

.tag-content--in {
    padding: 15px;
    padding-top: 30px;
}

.tag-content--in p {
    margin-bottom: 30px;
    color: #002060;
}

.top-intross--details .breadcrumbme .trchu a {
    color: #002060 !important;
}

.top-intross--details .breadcrumbme ol a {
    color: #002060 !important;
}

.top-intross--details .breadcrumbme ol li:before {
    color: #002060 !important;
}

.top-intross--details .breadcrumbme {
    margin-bottom: 0px;
}


/* end style wed */


/* responsive */

@media (max-width: 1920.98px) {
    .item-list-develope img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
}

@media (max-width: 1440.98px) {
    .footer-center {
        font-size: 18px;
    }
    .menu-footer {
        font-size: 16px;
    }
    body {
        font-size: 14px;
    }
    .breadcrumbme {
        font-size: 16px;
    }
    .intros-prd-trademark {
        font-size: 14px;
    }
    .item-list-prd-trademark h2 {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    body {
        font-size: 14px;
    }
    .logo-wed {
        height: 200px;
        /* clip-path: unset; */
        padding-top: 10px;
    }

.page-template-home.page-template-home-php section.section-home-banner {
    margin-top: -57px;
}
    header {
        /* background: white; */
        /* padding: 10px 0px; */
    }header .logo img{
        width:100px;
    }

.logo.d-none.d-md-none.d-lg-block {
    left: 0px !important;
    transition: unset !important;
    top: unset;
}
    .item-develope-bottom h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .item-develope-bottom a {
        font-size: 16px;
        padding: 7px 15px;
    }
    .tittle-all h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .tittle-all p {
        padding-bottom: 20px;
    }
    .item-news-main .date-user .user h2 {
        font-size: 14px;
    }
    .footer-center {
        font-size: 16px;
        padding: 30px 0px;
    }
    .menu-footer {
        font-size: 15px;
        padding: 10px 0px;
    }
    .name-logo-top-banner .logo-top-banner img {
        transform: scale(1.3);
    }
    .name-logo-top-banner .name-top-banner-prd h1 {
        font-size: 24px;
    }
    .name-logo-top-banner .name-top-banner-prd h2 {
        font-size: 16px;
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 {
        font-size: 14px;
    }
    .sl-in-sub .item-news-main .date-user .date {
        margin-right: 10px;
    }
}

@media (max-width: 991.98px) {
    .order-22 {
        order: 2;
    }header .logo{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    }
    .intros-shop {
        margin-bottom: 20px;
    }
    .left-contact-footer .btn-left-contact-footer a {
        margin-right: 15px;
    }
    .button-search-destop {
        display: none;
    }
    .menu a i {
        display: none;
    }
    .closebtnnav {
        display: block !important;
    }
    .back-menu {
        display: block !important;
    }
    .menu {
        width: 100;
        position: fixed;
        left: -100%;
        height: 100%;
        overflow: scroll;
        background-color: #ababab;
        transition: 0.5s;
        top: 0;
        z-index: 9999;
        width: 250px;
    }

.header-main .box-search {
    top: 23px !important;
}

.header-main {
    height: 60px !important;
}

.header-main .box-search .search span.click-search {
    color: #424242 !important;
}

.header-top {
    display: none;
}

.page-template-home.page-template-home-php section.section-home-banner {
    margin-top: 60px !important;
}

header .logo:after {
    display: none;
}
    .menu .container {
        display: block;
    }
    .closebtnnav {
        display: block !important;
    }
    .buttonmnphones {
        display: block !important;
    }
    .bgred .abigsub span {
        display: block !important;
    }
    .buttonmnphones {
        width: 45px;
        text-align: center;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        position: relative;
        height: 45px;
        background-color: white;
        z-index: 9;
        display: flex;
        align-items: center;
        padding-top: 0px;
        font-size: 30px;
    }
    .menu-main {
        justify-content: flex-end;
        order: 2;
    }
    .menu-main .logo-menu-in {
        display: block;
    }
    .menu-main .search-header {
        display: block;
    }
    .text-in-list-develope h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .item-list-develope img {
        height: 310px;
    }
    .item-list-develope img {
        height: 230px;
    }
    .text-in-list-develope .text-in-develope {
        padding: 5px 15px;
        font-size: 13px;
    }
    .list-develope-bottom .row .col:not(:first-child) {
        padding-left: 1px;
    }
    .item-develope-bottom h2 {
        font-size: 16px;
    }
    .item-news-main .date-user .date h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .item-news-main .date-user .date p {
        font-size: 12px;
    }
    .name-main-footer h2 {
        font-size: 20px;
    }
    .contact-app-footer {
        display: flex;
        flex-wrap: wrap;
    }
    .contact-app-footer p {
        width: 100%;
    }
    .contact-app-footer .list-app-footer {
        width: 50%;
        padding: 10px 0px;
    }
    .contact-app-footer .certification {
        width: 50%;
    }
    .footer-center {
        font-size: 15px;
    }
    .list-develope-bottom .gutter-0 > [class^='col'] {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .item-list-prd-trademark .item-clais {
        height: 125px;
    }
    .item-list-prd-trademark .item-clear {
        height: 195px;
    }
    .submenu .row {
        margin: 0px;
    }
    .submenu .row .col-lg-3 {
        display: none;
    }
    .submenu .row .sl-in-sub {
        display: none;
    }
    .list-img-trademark ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin:0px -5px;
    }
    .list-img-trademark ul li {
        flex:0 0 50%;
        max-width: 50%;
        border: 0px !important;
        padding:5px 5px;
    }
    .list-img-trademark ul li a img {
        width: 100%;
    }
    .content-intros-details .nav-tabs {
        border-right: 0px;
        border-bottom: solid 6px white;
    }
    .bgred .submenu li a{
      padding:0;
      display: block;
    }
}

@media (max-width: 767.98px) {
    .text-in-list-develope .text-in-develope {
        padding: 10px 15px;
    }
    .list-develope .container .row .col {
        width: 33.3%;
        order: 2;
    }
    .active-develope {
        width: 100% !important;
        order: 1 !important;
    }
    .text-in-list-develope h2 {
        font-size: 14px;
        padding-top: 10px;
    }
    .text-in-list-develope {
        padding: 15px;
    }
    .item-news-main .date-user .user h2 {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .item-news-main .date-user .date {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }
    .menu-footer ul {
        flex-wrap: wrap;
    }
    .menu-footer ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .breadcrumbme {
        margin-bottom: 30px;
    }
    .name-logo-top-banner .name-top-banner-prd h1 {
        font-size: 14px;
    }
    .name-logo-top-banner .name-top-banner-prd h2 {
        font-size: 12px;
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 {
        font-size: 10px;
    }
    .breadcrumbme {
        font-size: 14px;
    }
    .item-list-prd-trademark img {
        display: unset;
        height: auto;
    }
    .list-img-prd-trademark ul li {
        width: 100%;
    }
    .item-list-prd-trademark {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .list-develope .container .row .col {
        width: 100%;
        order: unset !important;
    }
    .active-develope {
        order: unset !important;
    }
    .item-news-main .date-user .date {
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
    .item-news-main .date-user .user h2 {
        font-size: 14px;
    }
    .listnewsitem .media {
        display: block;
    }
    .listnewsitem .media img {
        width: 100%;
        margin-bottom: 10px;
    }
    .adminapp {
        display: block;
        margin-bottom: 30px;
    }
    .left-contact-footer .btn-left-contact-footer a {
        margin-right: 4px;
    }
    .banner-top-pages {
        background: url(../images/ATP-Vis-cassssssssssr_02.png) !important;
    }
    .breadcrumbme .trchu a {
        color: #333333 !important;
    }
    .breadcrumbme ol a {
        color: #333333 !important;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        color: #333333 !important;
    }
    .name-logo-top-banner {
        /* display: block; */
    }
    .name-logo-top-banner .logo-top-banner {
        width: 100%;
    }
    .name-logo-top-banner .logo-top-banner img {
        transform: scale(1);
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .breadcrumbme {
        margin-bottom: 0px;
    }
    .name-logo-top-banner .name-top-banner-prd .top-name-banner-prd {
        /* display: block; */
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul {
        /* display: block; */
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li img {
        box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.95);
        border-radius: 100px;
        width: 20px;
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li {
        margin-bottom: 5px;
    }
    .banner-top-pages {
        margin-bottom: 30px;
    }
    .item-list-prd-trademark .item-clear {
        height: 115px;
    }
    .item-list-prd-trademark .item-klar {
        height: 150px;
    }
}


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

iframe.fb_iframe_widget_lift {
    width: 100% !important;
}

.item-news-main2 h3.title-post {
    font-weight: 700;
}

.item-news-main2 h3.title-post:hover {
    color: #006bb8;
}

.item-news-main2 .text-news-main {
    padding: 15px 15px 30px 15px;
    position: relative;
}

.item-news-main2 {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.item-news-main2 a.see-more-news {
    border: 1px solid whitesmoke;
    border-radius: 40px;
    padding: 10px 40px;
    position: absolute;
    background: white;
    color: black;
    bottom: -46px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-news-main2 a.see-more-news:hover {
    background: #006bb8;
    color: white;
    text-decoration: none;
}

.contact-content {
    padding: 25px 40px;
    color: white;
}

.contact-content h3.title-contact {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
}

.contact-content .media-body {
    padding: 0px 15px;
}

.align-bottom {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    vertical-align: bottom !important;
}

h2.about-home-title {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

h2.about-home-title:after {
    content: '';
    width: 80px;
    height: 3px;
    background: white;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

img.about-home-img {
    width: 90%;
    margin-bottom: -30px;
}

.about-home-content {
    color: white;
}

section.section-home-about {
    padding: 90px 0 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.about-home-content {
    color: white;
    margin-bottom: 110px;
}

.product-text {
    text-align: center;
    display: block;
}

.product-text a {
    border: 1px solid whitesmoke;
    border-radius: 40px;
    padding: 10px 40px;
    background: white;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.product-text a:hover {
    background: #006bb8;
    color: white;
    text-decoration: none;
}

.section-home-banner .banner-home-text {
    padding: 70px 0px;
}

.section-home-banner .banner-home-text img {
    width: auto !important;
}

.section-home-banner .banner-home-text .img-sp img {
    margin-left: auto;
}

section.section-home.new-main2 .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 5px;
    margin: 2px 5px;
}

section.section-home.new-main2 .owl-theme .owl-dots .owl-dot.active span {
    background: #006bb8;
    width: 35px;
}

.align-middle {
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}

.footer.footer-2 h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer.footer-2 .media {
    margin-bottom: 10px;
}

.footer.footer-2 .certification img {
    width: 100%;
}

.list-app-footer ul {
    display: flex;
}

.list-app-footer ul li i {
    color: white;
    width: 30px;
    height: 30px;
    background: #1d88d5;
    border-radius: 5px;
    line-height: 1.8;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-footer-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-footer-2 ul li {
    margin-right: 50px;
}

.menu-footer-2 ul li a {
    color: #333;
}

.menu-footer-2 {
    padding: 12px 0px;
    border-top: 1px solid #4c4c4c;
}

.footer-infor {
    border-bottom: 1px solid #036ab0;
}

.footer.footer-2 {
    background: white;
    padding: 0px;
    border-top: 1px solid whitesmoke;
}

.footer.footer-2 h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer.footer-2 .footer-infor {
    border-bottom: 1.5px solid #036ab0;
    padding: 60px 0px 45px 0px;
}

.menu-footer-2 {
    padding: 12px 0px;
    border-top: 1px solid #4c4c4c;
}

.absolute-footer {
    color: #333;
}

h.title-product {
    font-size: 24px;
    font-family: 'OpenSans-Bold';
    padding-bottom: 11px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #0a8de1;
}

.single.single-product h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single.single-product h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.single.single-product p {
    margin-bottom: 10px;
}

.page-template-home.page-template-home-php section.section-home-banner {
    margin-top: -60px;
}
li.lang-item{
  position: relative;
  z-index: 9999;
}

li.lang-item a {
    /* display: block; */
    /* padding: 0px 10px; */
}

@media (max-width: 575.98px) {
    img.about-home-img {
        margin-bottom: 0px;
    }
    .logo-wed {
        /* position: unset; */
        z-index: 999;
        top: 0px;
        left: 0px;
        background: white;
        width: 200px;
        text-align: center;
        height: 50px;
        clip-path: unset;
        padding-top: 10px;
    }

.logo-wed:after {
    display: none;
}
    header {
        background: white;
        padding: 10px 0px;
    }
}

header .logo {
    position: absolute;
    top: 0;
    left: 0px;
    width: 150px;
    text-align: center;
    padding-top: 10px;
}

header .logo img {
    position: relative;
    z-index: 99;
    width: 120px;
}
.single.single-thuong-hieu header .logo{
    /* width:150px; */
}
/*.page-template-home header .logo:after {content: '';position: absolute;top: 0px;left: 0px;border-top: 390px solid white;border-right: 170px solid transparent;z-index: 8;}*/

.menu.menu-main ul li, .menu.menu-top ul li{
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.menu.menu-main>ul>li {
    padding: 0px 35px;
}
.menu.menu-main ul li ul, .menu.menu-top ul li ul{
    position: absolute;
    top: 100%;
    left: 0;
    background: #144084;
    min-width: 180px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.menu.menu-main ul li ul.sub-menu li a, .menu.menu-top ul li ul.sub-menu li a {
    display: block;
    padding: 8px 5px;
    width: 100%;
}

.menu.menu-main ul li ul.sub-menu li {
    display: block;
}
.menu.menu-main ul li:hover ul, .menu.menu-top ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}.menu.menu-main ul li a{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
}

.menu.menu-main ul li a:hover {
    color: #b08e42;
}
.header-top {
    border-bottom: 0.5px solid #ffffff80;
}
.menu.menu-top ul li a{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
}
.header-main {
    height: 35px;
    position: relative;
}
.header-top{
    height: 25px;
    padding-right: 40px;
}
.header-main .box-search {
    position: absolute;
    right: 80px;
    top: 3px;
    display: flex;
}

.header-main .box-search .lang-menu {
    padding-right: 30px;
}
.header-main .box-search .search .form-search form {
    position: relative;
    border: 1px solid #126daa;
}.header-main .box-search .search .form-search form input {
    height: 40px;
    border-radius: 0;
    border: none;
}.header-main .box-search .search .form-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffcc51;
    color: #25332c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.header-main .box-search .search  span.click-search {
    color: white;
     display: block;
    cursor: pointer;
}
.header-main .box-search .search{
    position: relative;
}
.header-main .box-search .search .form-search{
    position: absolute;
    top: 100%;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 300px;
    display: none;
    z-index: 99;
    top: 47px;
    }




table.table.table-striped.ws-table thead th:first-child {
  text-align: left;width:50%;
}

/* css_hung_11/2/2020 */
@media(max-width: 769px){
    header{
          background: #ffffff;
    }

.page-template-home header {
    background: white;
}table.table.table-striped.ws-table thead th:first-child {
    width: 33%;text-align: left;
}
}
@media(max-width: 322px){
    .header-main .box-search{
        right: 68px;
    }
    .header-main .box-search .search .form-search{
        right: -68px !important;
    }
}
@media(max-width: 376px){
    .header-main .box-search .search .form-search{
        right: -23px;
    }
}

@media(min-width: 769px){
    .wsh_fixed_top{
        background: linear-gradient(rgb(18, 36, 62), rgba(19, 35, 63, 0.82));
        position: fixed !important;
        width: 100%;
        top: 0;
        animation: stuckwsHung .6s;
    }
	@keyframes stuckwsHung{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
