

body{
    font-family: 'Newsreader', serif;
    font-size:medium;
}
* {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0%;
}
.header {
    position:fixed;
    width: 100%;
}
.img-fluid {
    width:100%;
}
.imgstick { 
    grid-area: x;
    text-align: center;
    width:100%;
    }
.imgdes {
    grid-area: y; 
    text-align: center;
    width:100%;
    padding-bottom: 10px;    
    }
.imgdes>div{
    padding:10px;
}
    
.grid-2-col-stick {
    display: grid;      
    border: solid 1px;    
    align-items:end;    
    }
.btn {
    padding: 15px;
    background-color:  rgb(0, 92, 128);
    box-shadow: rgb(187, 88, 17);
    border-radius: 5px;
}

a {
    color: #311E10;
    text-decoration: none;
}
.list{
	list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:20px;
}

li a:hover {
    cursor:pointer;
    color: rgb(255, 0, 179);
    justify-content: space-between;
  }
  
  a:hover {
    cursor:pointer;
    color: rgb(255, 0, 179);
  }
  
  
  .hover {
    cursor:pointer;
    color: rgb(255, 0, 179);
  }

 
.section-line {
    width: 8rem;
    height: 3px;
    background-color: #78e9ff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.section-page {
    margin-top: 30px;
    display: grid;
    justify-content: center;
    justify-items: center;
}
.section-page td{
    padding:10px;
}
.pemphasize {
    font-weight: 900;
}
.pemphasizered {
    color: red;
}
.pemphasizeblue {
    color: blue;
}
.pemphasizeorange {
    color: orange;
}
.pemphasizegrey {
    color: grey;
}
.pemphasizegreen {
    color: green;
}
.pemphasizeitalic {
    font-style: italic;
}
.d-flex {
    display: flex;
    
}
.d-flex-sp {
    display: flex;
    justify-content: space-between;
    ;
}
.col-1-sp { 
    grid-area: x;
    text-align: center;
    width:96%;
    padding:1px;
    }
.col-2-sp {
    grid-area: y; 
    text-align: center;
    width:96%;
    padding:1px;
    }
.col-3-sp {
    grid-area: z;
    text-align: center;
    width:96%;
    padding:1px;
    }

.grid-3-col-sp {
    display: grid;
    grid-template-areas:
        'x y'
        'z z';
    }

.col-1 { 
    grid-area: x;
    text-align: center;
    width:96%;
    }
.col-2 {
    grid-area: y; 
    text-align: center;
    width:96%;
    }
    
.grid-2-col-header {
    display: grid;
    grid-template-areas:'x y';
    grid-gap: 5px;
    padding: 5px;
    justify-items: center;
    align-items:stretch;    
    }
.section-heading {
    margin-bottom: 35px;
	padding-top:10px;
}




.displaynone {
    display: none;
}
#section-b-content-two {     
    display: none;
}
#section-b-content-three {
    display: none;
}
#section-t-content-two, #section-t-content-three {
    display: none;
}
#section-trick-content-two, #section-trick-content-three {
    display: none;
}
#section-fa-content-two, 
#section-fa-content-three, 
#section-fa-content-four, 
#section-fa-content-five,
#section-fa-content-six,
#section-fa-content-seven,
#section-fa-content-eight,
#section-fa-content-nine,
#section-fa-content-ten {
    display: none;
}



/*Social proof*/
.section-padding {
    text-align: center;
    padding: 15px 0;
}
.social-proof {
    background-color: #311E10;
    color: #fff;    
}

.grid-3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#fa .grid-3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
}
#candlepattern .grid-2-col-ta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}

.col-1-basic { 
    grid-area: a;
    width:96%;
    background-color: #78e9ff;
    padding: 25px 10px;
    font-size: 24px;
    
    }
.col-2-basic {
    grid-area: b; 
    text-align: left;
    width:96%;
    padding-left: 15px;
    }
    
.grid-2-col-basic {
    display: grid;
    grid-template-areas:'a b b b b b b b b b b b b b b b b b b b b b b b b b b b b';
    padding: 0px;
    justify-items: center;
      
    }

.basic-icon {
    padding: 32px;
    font-size: 24px;
    background-color: #78e9ff;
    display: flex;
    align-items: center;

}
.basic-content {
    text-align: left;
    align-items: center;
    justify-items: center;
}



/* FA*/

.col-2-fa .list {
    display: grid;
    text-align: center;
    justify-content: center;
    margin-top: 30px;    
    
}
.col-2-fa .list li {
    padding-bottom: 15px;
    
}
/*.main*/
.grid-3-col .main {
    transform:scale(1.1);
    z-index: 1;
    background-color: #fff;
}


.grid-2-col-ta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    padding: 5px;
    align-items:center;    
    }
.col-2-ta {
    text-align: left;
}
.col-2-ta a {
    padding-bottom: 10px;
}
/*contact me*/
.w-100 {
    width: 100%;    
}
.form-group {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;

}
form i {
    padding: 0.4rem 1rem;
    border: 1px solid #141414;
}
form input {
    width: 90%;
    padding: 0.4rem;
    border: 1px solid #141414;
    
}
form textarea {
    width: 100%;
    height: 5rem;
    padding: 0.4rem;
    border: 1px solid #141414;
    text-align: center;
}
.footer-container {
    padding: 25px;
    color: white;
    background-color: black;
}
.footer-container a {
    
    color: white;
    
}
.col-1-article { 
    grid-area: x;
    text-align: left;
    width:96%;
    
    }
.col-2-article {
    grid-area: y; 
    text-align: center;
    width:96%;
    margin-top: 65px;
    height: 100px;
    }
.col-3-article {
    grid-area: z; 
    text-align: left;
    width:96%;
    
    }
.grid-3-col-article {
    position: relative;
    display: grid;/*sua thanh flex de duoc 3 cot*/
    grid-template-areas:
    'y y y y''x x x z';/*chinh cau truc de duoc bo cuc khac*/
    grid-gap: 5px;
    border: solid 1px;
    
    justify-items: center;	/*start,end*/
    align-items:stretch; /*top,end*/
    
    }
.grid-3-col-article >div {
    border:solid 1px;
    padding:5px;
    
    }

.article-title {
    display: flex;
    flex-direction: row;
    padding: 15px;
}
.article-title  h3 {    
    padding-left: 5px;
}
.article-content p,a {
    padding-bottom: 10px ;
}
.article-content li {
	list-style-type: none;
	padding-bottom: 10px ;
}
.img-200300 {
    width: 200px;
    height: 300px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top:10px;
}
.img-350250 
{
    width: 350px;
    height: 250px;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top:10px;
}
.img-200400 {
	width:200px;
	height:400px;
}

@media only screen and (max-width: 600px) {
    .grid-2-col-header {
        grid-template-areas:'x''y';       
                      
    }
    .imgdesp {
        display: none;
    }
    .grid-3-col, .grid-2-col-ta {
        grid-template-columns: 1fr;
    }
    #fa .grid-3-col {
        grid-template-columns: 1fr;
    }
    .col-1-fa {
        margin-top: 15px;
    }
    
    .list {
        justify-content: space-evenly;
        padding: 5px;
    }
    .grid-3-col-article{
        grid-template-areas:'y''x''z';

    }
	#candlepattern .grid-2-col-ta {
        
        grid-template-columns: 1fr;
        
    }
	#wyckoff .img-350250 {
        width: 100%;
        padding: auto;
    }
        
}

