/*
Theme Name: Southteam
Theme URI: https://southteam.vn
Author: South93
Author URI: https://southteam.vn
Description: Đây là Theme được phát triển bởi đội ngũ South Team, dựa trên nền tảng Bootstrap và FontAwesome
Version: 20.20

...and now go out and play!
*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
}
:root{
	--main-color: #1464F4;
	--linear: linear-gradient(to right,#00547B,#00A1D2);
	--second-color: #1464F4;
}
body{
	margin:0;
	font-family: "Mulish", sans-serif;
	font-size:1rem;
	font-weight:400;
	font-style:normal;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff
}
	.text-primary,.text-primary a{color:#e81a39!important}
	.btn-primary{color:#fff;background-color:var(--main-color);border-color:var(--main-color)}
	.btn-primary:hover{color:#fff;background-color:#1676cd;border-color:#1676cd}
	.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(111,49,205,.5);box-shadow:0 0 0 .2rem rgba(111,49,205,.5)}
	.bg-primary{background-color:#e81a39!important}

a {
    color: #c40832;
}
@media (max-width: 575.98px) {
   }
@media (max-width: 767.98px) {
	.menu-detail-area ul.menu-detail li a {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.footer-top {
    background-size: cover!important;
}
	.footer-top .content {
    max-width: 90%!important;
}
  }
@media (max-width: 991.98px) {
	.south-button {
    margin-bottom: 25px;
}
	.news-grid .featured--2 {
    margin-bottom: 20px;
}
	.small-listing-item .content {
    padding: 10px;
}
	ul#main-menu li.menu-item ul.sub-menu a {
    padding-left: 0;
}
	.primery-menu li.menu-item {
    position: relative;
}
	ul.sub-menu li.menu-item img {
    display: none;
}
	.menu-item.mobile-search a {
    color: #fff;
}
.menu-item.mobile-search {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #e81334;
    color: white;margin-right: 15px;
}
	.menu-item.menu-search {
		display:none;
	}
	
    i.fa.fa-plus.d-lg-none.submenu-opened:before {
    content: "\f068";
}

header .middle-header {
    padding:12px 0;
    box-shadow: 0 0 15px #00000036;
}
    ul#main-menu li a {
    color: #000;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
}
li.menu-item-has-children >i {
    right: 0px;
    top: 0px;
    color: #bababa;
    position: absolute;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
    a.mobile-menu {
    width: 32px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}
a.mobile-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #e81334;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a.mobile-menu span:nth-child(1) {
    top: 0px;
}
a.mobile-menu span:nth-child(2), a.mobile span:nth-child(3) {
    top: 7px;
}
a.mobile-menu span:nth-child(4) {
    top: 14px;
}
a.mobile-menu.display span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
a.mobile-menu.display span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.mobile-menu.display span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}
a.mobile-menu.display span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.header .primery-menu {
    position: fixed;
    width: 250px;
    left: -250px;
    background-color: #ffffff;
    height: 100%;
    z-index: 999;
    top: 0;
    overflow: auto;
}
.header .primery-menu.display {
    left: 0;
}
.panel-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    display: none;
}
.panel-overlay.display {
    display: block;
}
    ul.sub-menu {
    display: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
   }
@media (max-width: 1199.98px) {
}
@media (min-width: 576px) {
     }
  @media (min-width: 768px) {
     }
@media (min-width: 992px) {
	li.dropdown-menu-item {
    position: relative;
}

ul#main-menu .dropdown-menu-item ul.sub-menu {
    padding: 5px;
}

ul#main-menu li.dropdown-menu-item ul.sub-menu li a {
    padding-left: 10px;
    padding-right: 10px;
}
	ul#main-menu li a img {
    max-height: 46px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	ul#main-menu li.menu-item a img {
    margin-bottom: 10px;
}
	
	figure.effect-bubba,figure.effect-julia {
    position: relative;
    display: inline-block;
}

figure.effect-bubba figcaption,figure.effect-julia figcaption{
    position: absolute;
    padding: 15px;
    top: 0;
    width: 50%;
    right: 0;
}
	.grid-banner figure.effect-julia figcaption {
		left: 0;right:auto
	}
figure.effect-bubba figcaption *,figure.effect-julia figcaption * {
    color: white;
}
	.banner-right .wpb_heading {
    position: absolute;
    padding: 35px;
    color: white;
    width: 35%;
    font-size: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
	.menu-detail-area {
    height: 64px;
    margin-bottom: 35px;
}
	.menu-detail-area.fixed .menu-detail-inner {
    position: fixed;
    left: 0;
    z-index: 9;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 10px #00000052;
}
	.news-item-inner .news-thumb img {
    height: 157px;
}
	ul.menu-detail li {
    width: 16.66666%;
    text-align: center;
    margin-right: 4px;
}
		.news-carousel .owl-nav .owl-next {
    right: -20px;
}
	.news-carousel .owl-nav .owl-prev {
    left: -20px;
}
    ul#main-menu ul.sub-menu ul.sub-menu {
    right: -201px;
    margin-top: -3px;
    top:0;
}
ul#main-menu li ul.sub-menu li a {
    padding: 10px 20px;
}
ul.sub-menu {
    padding-left: 25px;
}
    ul#main-menu li.menu-item.menu-item-gtranslate a {
    padding: 10px 15px;
}
ul#main-menu .menu-item-has-children > a:after {
    content: "\f0dd";
    font-family: Fontawesome;
    top: 50%;
    position: absolute;
    margin-top: -11px;
    color: #151515;
    font-size: 12px;
    margin-left: 5px;
}
ul#main-menu ul.sub-menu .menu-item-has-children:before {
   content:"\f0da";
}
    ul#main-menu li a {
    padding: 12px 18px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
ul#main-menu li {
    display: inline-block;
}
ul#main-menu ul.sub-menu {
    font-weight: 500;
    position: absolute;
    z-index: 3;
    top: 100%;
    visibility: hidden;
    width: 200px;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    overflow: visible;
    min-width: 200px;
    left: 0;
     }
ul#main-menu ul.sub-menu > li {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

ul#main-menu li.menu-item-has-children:hover > .sub-menu > li {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    max-height: 2000px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
	ul#main-menu li.mega-menu:hover > .sub-menu {
    width:100%;
}
}
 @media (min-width: 1200px) {
	 .top-header:before {
    content: "";
    position: absolute;
    background: #1464f4;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    width: 10%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
	 .top-header:after {
    content: "";
    position: absolute;
    background: #1464f4;
    clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
    width: 10%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
	 ul#main-menu {
    position: relative;
}
	 .primery-menu ul#main-menu .mega-menu ul.sub-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
	.mega-menu ul.sub-menu li.menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}
}
     
    }
* {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a:hover {
    color: #4e228f;
    text-decoration: none;
}

.social-icon a.facebook {
    background-color: #4267B2;
}
.social-icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: white;
}
.social-icon a.google {
    background-color: #db4437;
}
.social-icon a.youtube {
    background-color: #FF0000;
}
a.zalo {
    background-color: #008FE5;
    font-size: 14px;
}
.box_hotline h1 {
    font-size: 28px;
    text-shadow: 1px 1px black;
    font-weight: 700;
}
/*-------------------------------------------- Hotline -----------------------------------------*/
.widget--action--fixed {
    position: fixed;
    bottom: 25px;
    left: 5px;
    width: 50px;
    z-index: 1;
}
.widget--action--fixed>a.widget--action--item {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-bottom: 10px;
}
a.widget--action--item.click--hotline {
    background-image: url(img/widget_icon_click_to_call.svg);
    background-color: #509600;
}
a.widget--action--item.click--zalo {
    background-image: url(img/widget_icon_zalo.svg);
    background-color: #0068ff;
}
a.widget--action--item.click--messenger {
    background-image: url(img/widget_icon_messenger.svg);
    background-color: #0084ff;
}
.widget--action--fixed>a.widget--action--item:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.widget--action--fixed>a.widget--action--item span {
    position: absolute;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0px 20px 0 50px;
    right: 113%;
    z-index: -1;
    font-size: 15px;
}
.widget--action--fixed>a.widget--action--item:hover span {
    right: auto;
    left: 0;
}

a.widget--action--item.click--hotline span {
    background-color: #509600;
}
a.widget--action--item.click--zalo span{
    background-color: #0068ff;
}
a.widget--action--item.click--messenger span{
	background-color: #0084ff;
}
/*------------------------------------------------ End Hotline-------------------------------*/
a.gotop {
    position: fixed;
    right: -55px;
    bottom: 45px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 9;
    background-color: #e81637;
    color: white;
    box-shadow: 0 0 10px #0000007d;
}
.wt-separator-outer {
    overflow: hidden;
}
.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #ffc107;
    display: inline-block;
    position: relative;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}
.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}
.wt-separator .separator-left {
    left: -80px;
}
.wt-separator .separator-right {
    right: -80px;
}
.border-img.wpb_single_image  img {
    border: 8px solid #003882;
    height: 420px;
}
.news-grid .news-thumb img {
    height: 235px;
}
.news-item .news-thumb {
    position: relative;
}

.published-date {
    position: absolute;
    bottom: 0;
    width: 115px;
    font-size: 14px;
    background-color: #ed1d24;
    color: white;
    padding: 6px;
}
.news-item-inner {
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.news-item-inner:hover {
     box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
/*
 *  STYLE 2
 */

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #003882;
}
.primery-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.footer-widget a, .footer-widget p {
    color: #f5f5f5;
}
.footer-widget .widget-title {
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
}
.footer-widget .wt-separator-outer {
    margin-bottom: 10px;
}
.post-list .item img {
    width: 75px;
    margin-right: 10px;
}
aside.widget .widget-title {
    text-align: center;
    background-color: var(--main-color);
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 0;
    font-weight: bold;
}
.post-list .item {
    border-bottom: 1px solid #e3e3e3;
}
aside.widget {
    margin-bottom:35px;
}

.contact-info .vc_column-inner > .wpb_wrapper {
    padding: 30px 15px;
    border: 1px solid #eaeaea;
}
.contact-info .item i.fa {
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: white;
    margin-right: 15px;
}

.strong {
	font-weight:bold;
}
.post-list .item img {
    width: 75px;
    margin-right: 6px;
}
 .item i.fa {
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: white;
    margin-right: 15px;
}
.text-strock-white {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-strock-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.aligncenter {
	display:block;
}
.vc_row.bg-overlay {
    position: relative;
}
.bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: block !important;
    left: 0;
    z-index: 0;
    top: 0;
}
.vc_row.bg-overlay .wpb_wrapper {
    position: relative;
    z-index: 1;
}
div.block-connectus p[class*="fa-"] {
    padding-left: 50px;
    position: relative;
}
div.block-connectus p[class*="fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    color: #888;
    font-size: 13px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
}
.footer-widget ul.menu {
    padding-left: 0;
    list-style: none;
}
.footer-widget ul.menu li {
    position: relative;
}
.owl-nav .owl-next {
    right: 0px;
    position: absolute;
    top: 50%;
}
.owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 50%;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev,.owl-carousel.owl-theme .owl-nav button.owl-next  {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-top: -20px;
}
.owl-nav div:hover {
    box-shadow: 0 0 15px #0000003b;
}
.owl-nav .owl-next:before {
    content: "\f054";
    font-family: Fontawesome;
    font-size: 13px;
    color: white;
}
.owl-nav .owl-prev:before {
    content: "\f053";
    font-family: Fontawesome;
    font-size: 13px;
    color: white;
}
.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #676767;
    margin: 1px;
    border-radius: 50%;
}
.owl-dot {
    display: inline-block;
    margin: 2px;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
}
.owl-dot.active span {
    background-color: #c8102e;
}
.owl-dots {
    text-align: center;
}
.owl-nav button span {
    display: none;
}

.owl-carousel.owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #0098da;
    margin-top: -17.5px;
}
.top-header {
    width: 100%;
    background: #1F1F1F;
    padding: 5px 0;position:relative;
}
.bottom-header {
    background: #fff;
    border-bottom: 3px solid #c8102e;
    border-top: 1px solid #e8e8e8;
}
.tool_icon_right {
    position: fixed;
    top: 40%;
    right: 0;
    width: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 5;
   border-radius: 10px 0px 0px 10px;
}
.tool_icon_right.tool_show_txt .item {
    border-bottom: 1px solid #666;
}
.tool_icon_right .item {
    position: relative;
	margin-bottom:0;
}
.tool_icon_right .item>a.active {
    background-color: #fff!important;
}

.tool_icon_right .item:first-of-type > a {
    border-radius: 10px 0px 0px 0;
}
.tool_icon_right .item>a {
    display: inline-block;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 6;
    position: relative;
    background-color: #4D4D4D;
}
.tool_icon_right .item i {
    color: #fff;
    font-style: normal;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    display: none;
}
.tool_icon_right.tool_show_txt .item>span {
    position: absolute;
    top: 0;
    right: 100%;
    background: #c8102e;
    font-size: 1rem;
    line-height: 46px;
    display: table-cell;
    vertical-align: middle;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    pointer-events: auto;
    color: #fff;
    text-align: center;
}
.tool_icon_right.tool_show_txt .item:last-child {
    border-bottom: 0;
}
.tool_icon_right .item:last-of-type > a {
    border-radius: 0px 0px 0 10px;
}
.tool_icon_right.tool_show_txt .inner p.item:hover span {
    width: 182px;
}

.tool_icon_right.tool_show_txt .item>span a {
    color: white;
}

.tool_icon_right.tool_show_txt .inner p.item:hover > a {
    background-color: #000000;
    border-radius: 0;
}
.gallery-carousel .owl-dots {
    margin-top: -25px;
    position: relative;
}
a.carousel-control-next i.fa,a.carousel-control-prev i.fa {
    color: #333;
}
ol.carousel-indicators li img {
    border: 1px solid #adadad;
}
#product-carousel .carousel-indicators {
    position: relative;
    margin: 0;
}
#product-carousel .carousel-indicators li {
    width: 125px;
    height: auto;
    opacity: .7;
    text-indent: 1px;
}
.sanpham .entry-content {
    overflow: hidden;
}
.entry-content .line-title,.vc_custom_heading.line-title span{
    background-color: var(--main-color);
    padding: 8px 18px;
    display: inline-block;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.entry-content .line-title:after,.vc_custom_heading.line-title:after {
    position: absolute;
    margin-top: 30px;
    content: '';
    width: 100%;
    border-bottom: 2px solid var(--main-color);
    left: 0;
}
ul.menu-detail li a {
    display: block;
    background-color: #f1f1f1;
}
ul.menu-detail li span {
    display: block;
    font-weight: 700;
    color: #535353;
}
.menu-detail-area {
    margin-bottom: 35px;
}
.product--item--thumb {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 2;
    display: flex;
    align-items: center;
}
.product--item {
    margin-bottom: 35px;
    background-color: #fff;
}
.product--item .title {
    font-size: 18px;font-weight: bold;color:#222;
}
.product--item .title a {
    color: currentcolor;
}
.product--item--content .price {
    color: #e40d3c;
    font-weight: 700;
}
.product--item--content .action a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;gap: 5px;
}
.product--item--content .action  a.request {
    background-color: var(--main-color);
    color: #fff;
}
.product--item--content .action a.viewmore {
    color: var(--main-color);
}

.product--item--content .action a.viewmore:hover {
    color: #fff;
    background-color: var(--main-color);
}
.product--item:hover .product--item--thumb img, .product--item.active .product--item--thumb img{
   transform:scale(1.05);opacity:.8;
}
.news-content {
    padding: 15px;
    background-color: white;
}

.news-content .title {
    font-size: 18px;
    text-transform: uppercase;
}
.news-content .text-excerpt {
    color: #7d7d7d;
    margin-bottom: 0;
}
.news-content {
    min-height: 173px;
}
.footer-top {
    padding: 55px 0;
    text-align: center;
}
.footer-top .content {
    max-width: 45%;
    margin: 0 auto;
    background: #ffffffab;
    padding: 20px 15px;
    box-shadow: #888 0 0 5px;
    font-style: italic;
    font-size: 15px;
}
.footer-widget ul#menu-san-pham {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.tin-tuc-widget .widget-list-item img {
    width: 80px;
    margin-right: 8px;
}

.tin-tuc-widget .widget-list-item {
    border-bottom: dashed .5px #ababab;
}
.tin-tuc-widget .widget-list-item .title {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.product-widget-info .price {
    color: #004b8e;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.product-widget-info .title {
    font-weight: 700;
    color: #333;
}
.product-list-item {padding: 15px 0;background-color: #f9f9f9;margin-bottom: 2px;}
.grid-banner figure.effect-apollo {
    position: relative;
}

.grid-banner figure.effect-apollo figcaption {
    position: absolute;
    top: 50%;
    color: white;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}
.product-overview .title {
    text-transform: uppercase;
    font-size: 25px;
    color: #003882;
}
#product-carousel .carousel-indicators li.active {
    opacity: 1;
}

ol.carousel-indicators li.active img {
    box-shadow: 0 0 3px rgb(0 0 0 / 33%);
}
ul.menu-detail li a.active {
    background-color: #0071bc;
}

ul.menu-detail li a.active span {
    color: #fff;
}

ul.menu-detail li a.active img {
    filter: invert(1);
}
.wpb_single_image.box img {
    width: 300px;
}
.wpb_single_image.box {
    background-color: white;
    padding: 5px;
}
.menu-item.menu-search a {
    color: #333;
}
.menu-item.menu-search {
    float: right;
    margin-top: -38px;
}
.header-search-area.display {
    display: block;
}
.header-search-area {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 5px 15px;
    display: none;
    z-index: 3;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
header.header {
    position: relative;
}
.banner-right {
    position: relative;
}
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #05141f;
}
.hidden-nav .owl-nav {
    display: none;
}
.header-hotline i {
    color: #e41515;
    font-size: 22px;
    border-radius: 50%;
    border: 2px solid #e41515;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px 0;
    margin-right: 8px;
    margin-top: 5px;
}
.header-hotline span.heading-font {
    color: #e41515;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
}
.header-hotline a {
    display: block;
    font-weight: bold;
    line-height: 24px;
    color: #e41719;
     font-size: 18px; 
}
.header-hotline {
    display: flex;
}
.title-web .sfti {
    text-align: center;
    margin: 0;
    color: #fd2f2f;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 1px 0px #fff, 4px 3px 0px rgb(0 0 0 / 15%);
}
.title-web {
    text-align: center;
}
.middle-header {
    background-color: #f9f9f9;padding: 5px 0;
}
.title-web p {
    margin-bottom: 0;
}
figure.image-box {
    text-align: center;
}
.row.mini-row {
    margin-left: -6px;
    margin-right: -6px;
}

.row.mini-row >div[class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
}
a.product-hotline {
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid;
    padding: 13px 15px 10px;
    font-weight: bold;
}
aside.widget ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

aside.widget ul.menu li a {
    padding: 8px 15px;
    display: block;
    border: 1px solid #eee;
    color: #333;
    margin-bottom: 2px;
}

aside.widget ul.menu li a:hover,aside.widget ul.menu li.current-menu-item a {
    background-color: #e00040;
    color: white;
    border-color: #eee;
}
.hidden-dots .owl-dots {
    display: none;
}
.product--item--content .action {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product--item--content {
    text-align: center;
}
.top-header * {
    color: #fff;font-size: 15px;
}
.top-header ul.social-list {
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 12px;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
}
ul.social-list li.social a img {
    max-width: 16px;
}

ul.social-list li.social a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news--item .box-text-inner.blog-post-inner .post-title {
    font-size: 20px;
    margin-bottom: 0;
}

.news--item  .box-text-inner.blog-post-inner {
    padding: 12px;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
    border-radius: 0 0 12px 12px;
}

.news--item .excerpt {
    font-size: 14px;
    color: #707070;
}

.news--item .box-text-inner.blog-post-inner .meta {
    font-size: 14px;
}

.small-listing-item {
    margin-bottom: 25px;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
    border-radius: 12px;
}

.small-listing-item .thumbnail img {
    border-radius: 12px 0 0 12px;
}
.icon-title-inner {
    text-align: center;
    padding: 12px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / .16), 0 3px 6px rgb(0 0 0 / .23);
    border-radius: 10px;
}

.icon-title {
    margin-bottom: 20px;
}

.icon-title-inner .icon img {
    max-width: 60px;
}

.icon-title-inner .content .title {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 700;
}

.tg-description {
    font-style: italic;
}

.icon-title-inner .icon {
    margin-bottom: 12px;
}
.south-button .octf-btn.octf-btn-dark {
  background: #1464F4;
  color: #ffffff;
  border-radius: 50px;
  padding: 14px 36px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(20, 100, 244, 0.7);
  animation: pulse-blue 2s infinite;
  transition: background 0.3s ease, transform 0.2s ease;
}

.south-button .octf-btn.octf-btn-dark:hover {
  background: #0d4fd6;
  transform: scale(1.05);
  animation: none;
  box-shadow: 0 0 20px rgba(20, 100, 244, 0.6);
}

@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(20, 100, 244, 0.7);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(20, 100, 244, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(20, 100, 244, 0);
  }
}
.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0;
}
.product-form {
    padding: 20px;
    border: 2px dashed red;
    border-radius: 12px;
    margin-bottom: 35px;
}
.product-form .title {
    color: #eb1e1e;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}
.related-product .title {
    font-size: 22px;
}

.product-listing-item .inner {
    display: flex;
    align-items: center;
}

.product-listing-item .inner .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0160px;
    max-width: 160px;
}
.product-listing-item .content .title {
    font-size: 20px;
    margin-bottom: 5px;
}
.product-listing-item {
    border: 1px solid #1464f4;
    border-radius: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #1464f4;
}
.item.icon-title-2 h5 {
    font-size: 16px;
    font-weight: bold;
}