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

/*************** ADD CUSTOM CSS HERE.   ***************/
div.dang-ky > button
{
	margin: 0 auto;
	height: 20px;
}

.wpb-pcf-form-style-true select {
    -webkit-appearance: menulist-button;
    height: 50px;
}
div.dang-ky2 > button
{
	border-radius: 99px;
    display: block;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    text-transform: uppercase;
}
ul {
list-style: none;
}
.xe-oto
{
	margin-top: -47px;
}
.xe-tai
{
	margin-left: -10px;
}
.div-no-padding{
	padding-bottom:0px !important;
}
.section-tin h5.post-title {
	min-height:42px;
}
.hbn-circle-inner > div > div > img {
    animation: xoayvong 10s linear 0s infinite;
  -webkit-animation: xoayvong 10s linear 0s infinite;
  -moz-animation: xoayvong 10s linear 0s infinite;
  -o-animation: xoayvong 10s linear 0s infinite; 
	opacity:1;
}
@-webkit-keyframes xoayvong {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
  }
}
/* Standard syntax */ 
@keyframes xoayvong {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.giuseart_tabs > .nav .tab {display:flex;
    margin: 0;
}
.giuseart_tabs .nav{margin-bottom:15px}
.giuseart_tabs > .nav .tab a {text-align:center;
   display: inline-block;border:none;
    overflow: hidden;
    position: relative;
    padding: 12px 10px;
    font-size: 15px;
    color: black;
}
.giuseart_tabs > .nav .tab.active a {
  background: #305e86;
    border: none;
    box-shadow: none;
}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0
}
.giuseart_tabs > .nav .tab a > img {width:100px;height:100px;
    margin: 0 auto;
}
.giuseart_tabs > .nav .tab a > img:nth-child(2) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(1) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(2) {
    display: block;
}
.giuseart_tabs > .nav .tab a:before {
    display: none;
}
.giuseart_tabs .nav h3 {text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;
    color: black;
    text-align: center;
}
.giuseart_tabs .nav .active h3 {
    color: #fff;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
padding:20px;}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}
.giuseart_tabs .nav.nav-vertical a{border-top: 1px solid #d2d2d2;text-align:center}
.giuseart_tabs .nav-vertical{margin-bottom:0}

//
.dsmall-ct-nb {
    justify-content: space-between;
    margin-top: 20px;
}

.dsmall {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    margin-bottom: -2.4rem;
}

.dsmall-ct-nb .dsmall-item .dsmall-item-inner {
 background: linear-gradient(95.32deg, #bf2425 7.46%, #b0312d 93.41%);
    box-shadow: 4px 4px 0 0 #5e1917;
    -webkit-box-shadow: 4px 4px 0 0 #5e1917;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 6px;
	margin-left: 24px;
}

.dsmall-item {
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
}

.dsmall-ct-nb .dsmall-item {
    width: 33%;
}