/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url(css/font-awesome.css);

@font-face {
    font-family: "SVN-Gilroy";
    src: url('fonts/SVN-Gilroy.otf');
}

@font-face {
    font-family: "SVN-Gilroy-Medium";
    src: url('fonts/SVN-Gilroy-Medium.otf');
}

@font-face {
    font-family: "SVN-Gilroy-Bold";
    src: url('fonts/SVN-Gilroy-Bold.otf');
}

@font-face {
    font-family: "Ebgaramond";
    src: url('fonts/ebgaramond-regular.ttf');
}

@font-face {
    font-family: "Georgia";
    src: url('fonts/georgia-ballpark-script.ttf');
}

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

:root {
    --color-primary: rgb(23, 100, 200)
}

/* h1,
h2,
h3,
h4, 
h5,
h6 {
    font-family: "Cormorant Garamond", serif !important;
} */

/* .heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a,
.nav>li>a {
    font-family: 'SVN-Gilroy-Medium', sans-serif !important;
    font-weight: 600 !important;
} */
html{
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
td,
th {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    padding-left: 0.5em;
    text-align: left;
}
td:first-child, th:first-child {
    padding-left: 0.5em;
}

#logo {
    background: #fff;
    transform: scale(1.3);
    border-radius: 0 0 15px 15px;
    padding: 5px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}

form {
    margin-bottom: 0px;
}

#icon-form {
    position: absolute;
    color: #666666;
    z-index: 100;
    font-size: 18px;
    top: 13px;
    right: 20px;
}

.form_home .wpcf7-spinner {
    display: none;
}

.form_home input.wpcf7-form-control,
.form_home select.wpcf7-form-control {
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
    box-shadow: none;
    margin-right: 0px;
}

.col_image_bg .col-inner {
    position: relative;
}

.col_image_bg .col-inner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #f2ecdd;
    left: -20px;
    top: 20px;
    position: absolute;
}


.col_image_bg_right .col-inner {
    position: relative;
}

.col_image_bg_right .col-inner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #f2ecdd;
    right: -20px;
    top: 20px;
    position: absolute;
}

.nav-pills > li > a {
    border-radius: 8px !important;
    background-color: #efefef;
    margin-left: 5px;
    margin-right: 5px;
}

.icon_circle .icon-inner img{
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.icon_circle.icon-box {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.icon_circle h3 {
    color: #5e162b;
    font-size: 16px;
    margin-top: 8px;
    text-transform: uppercase;
}

p.line {
    background: url(./img/line.png) no-repeat center bottom;
    padding-bottom: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.thong-so-can ul {
    padding: 0 10px;
    margin-bottom: 0;
}

.thong-so-can li {
    list-style: none;
    margin-left: 0 !important;
    border-bottom: 1px solid #CCC;
    padding: 0 0 5px !important;
    font-size: 15px;
}
.thong-so-can ul li:last-child {
    border-bottom: none;
}
.thong-so-can .phai {
    float: right;
}

.thong-so-can .toa {
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
    text-align: center;
}
.thong-so-can  p {
    margin: 0px;
}
.thong-so-can a.nut-bang-gia {
    background: var(--primary-color);
    padding: 10px 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.form_home input,.form_home textarea {
    margin-bottom: 10px !important;
}

.blog-archive .post-item .box-text {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 64em) {
    /*************** ADD TABLET ONLY CSS HERE  ***************/

}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.tong-quan-16langha li{
	margin-bottom: 0;
}
.tabbed-content .nav>li{
	margin-right: 0;
	background: rgb(41,58,88);
}

.tabbed-content .nav>li:hover{
	background: #16987e;
}
.tabbed-content .nav>li a{
	color: #fff;
	border: 0;
	padding: 15px 30px;
}
.tabbed-content .nav > li.active > a{
	color: rgb(41,58,88);
	background: #fff;
}
.panel.active.entry-content .img{
	margin: 0 auto;
}
.lienket-vung{
    margin-bottom: 0.5em;
}
.li-0 li{
    margin-bottom: 0;
}
.img-radius-1000 img{
	border-radius: 1000px;
}
.mb-10 p{
	margin-bottom: 10px;
}
.gradient-1 .bg.section-bg{
	background: linear-gradient(270deg,#768693 0%,#2d3a4d 100%);
}
.bg-border-tabs ul{
	border: 1px solid #e1e1e1;
	border-right: 0;
}
.bg-border-tabs ul.nav-line{
	border-right: 1px solid #e1e1e1;
}
.bg-border-tabs ul.nav-line li{
	margin-right: 3px;
}
.bg-border-tabs .tab-panels{
	background: #f8f8f8;
}
.bg-border-tabs .tab-panels p{
	margin-bottom: 0.8em;
}

.duan-item table{
	background: #fff;
}
.duan-item .item-info{
	background: #fff;
}
.duan-item .item-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.duan-item .item-title h3{
	font-size: 1.15em;
    font-weight: 500;
	padding: 10px;
}
.duan-item table td:first-child{
	width: 22%;
}
.duan-item table td:last-child{
	font-weight: 600;
	text-align: right;
	padding-right: 0.5em
}






























@media (max-width:767px){
	.tabbed-content .nav-tabs>li{
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.tabbed-content .nav-tabs>li a{
		width: 100%;
    	justify-content: center;
	}
}
@media (min-width: 850px) {
    .tabbed-content .nav-vertical {
        width: 20%;
    }